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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 07:05:09
  Author: arojas
Revision: 228504

openssl-1.0 rebuild

Modified:
  opensc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 06:57:44 UTC (rev 228503)
+++ PKGBUILD2017-05-19 07:05:09 UTC (rev 228504)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.16.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 07:05:37
  Author: arojas
Revision: 228505

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

Added:
  opensc/repos/community-staging-i686/
  opensc/repos/community-staging-i686/PKGBUILD
(from rev 228504, opensc/trunk/PKGBUILD)
  opensc/repos/community-staging-i686/bash-completion-path.patch
(from rev 228504, opensc/trunk/bash-completion-path.patch)
  opensc/repos/community-staging-x86_64/
  opensc/repos/community-staging-x86_64/PKGBUILD
(from rev 228504, opensc/trunk/PKGBUILD)
  opensc/repos/community-staging-x86_64/bash-completion-path.patch
(from rev 228504, opensc/trunk/bash-completion-path.patch)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/bash-completion-path.patch   |   11 +++
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/bash-completion-path.patch |   11 +++
 4 files changed, 130 insertions(+)

Copied: opensc/repos/community-staging-i686/PKGBUILD (from rev 228504, 
opensc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 07:05:37 UTC (rev 228505)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Sébastien Luttringer
+# Contributor: kevku 
+
+pkgname=opensc
+pkgver=0.16.0
+pkgrel=5
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64' 'i686')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('pcsclite' 'libltdl' 'openssl-1.0')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+bash-completion-path.patch)
+md5sums=('724d128f23cd7a74b28d04300ce7bcbd'
+ '3912c0a976700a5bba535f1c4278aec0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i "$srcdir"/bash-completion-path.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export LIBS=-lltdl
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./bootstrap
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-man \
+--enable-doc \
+--enable-readline \
+--enable-openssl \
+--enable-pcsc \
+--enable-zlib \
+--enable-sm \
+--with-xsl-stylesheetsdir="$_sheetdir"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opensc/repos/community-staging-i686/bash-completion-path.patch (from 
rev 228504, opensc/trunk/bash-completion-path.patch)
===
--- community-staging-i686/bash-completion-path.patch   
(rev 0)
+++ community-staging-i686/bash-completion-path.patch   2017-05-19 07:05:37 UTC 
(rev 228505)
@@ -0,0 +1,11 @@
+--- doc/tools/Makefile.am.orig
 doc/tools/Makefile.am
+@@ -11,7 +11,7 @@
+ endif
+ 
+ completion_DATA = $(patsubst $(srcdir)/%.1.xml, %, $(wildcard 
$(srcdir)/*.1.xml))
+-completiondir = $(sysconfdir)/bash_completion.d
++completiondir = $(datarootdir)/bash-completion/completions
+ 
+ tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard 
$(srcdir)/*.5.xml)
+   $(XSLTPROC) --nonet --path "$(srcdir)/..:$(xslstylesheetsdir)/html" 
--xinclude -o $@ html.xsl $<

Copied: opensc/repos/community-staging-x86_64/PKGBUILD (from rev 228504, 
opensc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 07:05:37 UTC (rev 228505)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Sébastien Luttringer
+# Contributor: kevku 
+
+pkgname=opensc
+pkgver=0.16.0
+pkgrel=5
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64' 'i686')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('pcsclite' 'libltdl' 'openssl-1.0')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+bash-completion-path.patch)
+md5sums=('724d128f23cd7a74b28d04300ce7bcbd'
+ '3912c0a976700a5bba535f1c4278aec0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i "$srcdir"/bash-completion-path.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export LIBS=-lltdl
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./bootstrap
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-man \
+--enable-doc \
+--

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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:38:51
  Author: bpiotrowski
Revision: 228506

upgpkg: 0ad a21-7

rebuild against boost 1.64

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 07:05:37 UTC (rev 228505)
+++ PKGBUILD2017-05-19 07:38:51 UTC (rev 228506)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a21
 _pkgver=0.0.21-alpha
-pkgrel=6
+pkgrel=7
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/";


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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:39:03
  Author: bpiotrowski
Revision: 228507

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 228506, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 228506, 0ad/trunk/PKGBUILD)

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 228506, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 07:39:03 UTC (rev 228507)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a21
+_pkgver=0.0.21-alpha
+pkgrel=7
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
+sha512sums=('68f3586375f7dcbf3dfb6476040b8b43da8e2ea1e74947223ff5c9936b54a93caef919d8982d78c6f4ad01ee8f707b38a2c37cdab88ea5c5408544364cff4c37')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 228506, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 07:39:03 UTC (rev 228507)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a21
+_pkgver=0.0.21-alpha
+pkgrel=7
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
+sha512sums=('68f3586375f7dcbf3dfb6476040b8b43da8e2ea1e74947223ff5c9936b54a93caef919d8982d78c6f4ad01ee8f707b38a2c37cdab88ea5c5408544364cff4c37')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgn

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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:39:35
  Author: bpiotrowski
Revision: 228508

upgpkg: cclive 0.9.3-14

rebuild against boost 1.64

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 07:39:03 UTC (rev 228507)
+++ PKGBUILD2017-05-19 07:39:35 UTC (rev 228508)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=13
+pkgrel=14
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:39:59
  Author: bpiotrowski
Revision: 228510

upgpkg: btfs 2.13-3

rebuild against boost 1.64

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 07:39:44 UTC (rev 228509)
+++ PKGBUILD2017-05-19 07:39:59 UTC (rev 228510)
@@ -3,7 +3,7 @@
 
 pkgname=btfs
 pkgver=2.13
-pkgrel=2
+pkgrel=3
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('i686' 'x86_64')
 url="https://github.com/johang/btfs";


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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:40:07
  Author: bpiotrowski
Revision: 228511

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

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

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

Copied: btfs/repos/community-staging-i686/PKGBUILD (from rev 228510, 
btfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 07:40:07 UTC (rev 228511)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.13
+pkgrel=3
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: btfs/repos/community-staging-x86_64/PKGBUILD (from rev 228510, 
btfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 07:40:07 UTC (rev 228511)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.13
+pkgrel=3
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:39:44
  Author: bpiotrowski
Revision: 228509

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

Added:
  cclive/repos/community-staging-i686/
  cclive/repos/community-staging-i686/PKGBUILD
(from rev 228508, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-i686/boost.m4
(from rev 228508, cclive/trunk/boost.m4)
  cclive/repos/community-staging-i686/iostream.patch
(from rev 228508, cclive/trunk/iostream.patch)
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 228508, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/boost.m4
(from rev 228508, cclive/trunk/boost.m4)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 228508, cclive/trunk/iostream.patch)

-+
 community-staging-i686/PKGBUILD |   47 
 community-staging-i686/boost.m4 | 1442 ++
 community-staging-i686/iostream.patch   |   37 
 community-staging-x86_64/PKGBUILD   |   47 
 community-staging-x86_64/boost.m4   | 1442 ++
 community-staging-x86_64/iostream.patch |   37 
 6 files changed, 3052 insertions(+)

Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 228508, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 07:39:44 UTC (rev 228509)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=14
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+iostream.patch
+boost.m4) # https://github.com/tsuna/boost.m4
+sha512sums=('0d8f6f870e24e2906542c1e02745009597fca2e879261bef7a81e07f8dec016ee200d8a4b37dd0f20b3ad27c12e2445fed1f6a9dc262a6c27e40222048bb5438'
+'SKIP'
+
'dc6fb068d153e91c03533830e6d87bb292109e192b9fff7003a23fbe3ab5a786fee52a0f522788b5715511be0de55deed1b4a9b2369ac6d239074ec099e0e893'
+
'fe45915390722494dd6cf6d04b780867595e5e70661d50e3fc2976149f716b807c71d5bfed61566b069bddc955838fdcf441ba5110bea9b2bbaac5b99c84')
+validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')  # Toni Gundogdu
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Update boost.m4 to support GCC > 5.1
+  cp $srcdir/boost.m4 m4/
+  autoconf
+
+  patch -p1 -i $srcdir/iostream.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cclive/repos/community-staging-i686/boost.m4 (from rev 228508, 
cclive/trunk/boost.m4)
===
--- community-staging-i686/boost.m4 (rev 0)
+++ community-staging-i686/boost.m4 2017-05-19 07:39:44 UTC (rev 228509)
@@ -0,0 +1,1442 @@
+# boost.m4: Locate Boost headers and libraries for autoconf-based projects.
+# Copyright (C) 2007-2011, 2014  Benoit Sigoure 
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Additional permission under section 7 of the GNU General Public
+# License, version 3 ("GPLv3"):
+#
+# If you convey this file as part of a work that contains a
+# configuration script generated by Autoconf, you may do so under
+# terms of your choice.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+
+m4_define([_BOOST_SERIAL], [m4_translit([
+# serial 24
+], [#
+], [])])
+
+# Original sources can be found at http://github.com/tsuna/boost.m4
+# You can fetch the latest version of the script by doing:
+#   wget http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4
+
+# -- #
+# README #
+# -- #
+
+# This file provides several macros to use the various Boost libraries.
+# The first macro is BOOST_REQUIRE.  It will simply check if it's possible to
+# find the Boost heade

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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:53:47
  Author: bpiotrowski
Revision: 296278

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 296277, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 296277, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 296277, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 296277, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  158 +
 /flatpak.install |   22 +
 extra-i686/PKGBUILD  |   81 -
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD|   81 -
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 180 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-19 07:53:38 UTC (rev 296277)
+++ extra-i686/PKGBUILD 2017-05-19 07:53:47 UTC (rev 296278)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap python bubblewrap)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
- libdwarf)
-optdepends=('elfutils: for flatpak-builder'
-'patch: for flatpak-builder')
-install=flatpak.install
-_commit=99b2d90724f1d9db7330f669062ea1ffc9c57264  # tags/0.9.3^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://git.gnome.org/browse/libglnx";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dwarf-header=/usr/include/libdwarf \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 296277, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-19 07:53:47 UTC (rev 296278)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.3
+pkgrel=2
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
+ libseccomp libarchive libelf libcap python bubblewrap patch elfutils)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
+ libdwarf)
+install=flatpak.install
+_commit=99b2d90724f1d9db7330f669062ea1ffc9c57264  # tags/0.9.3^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/

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

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:53:38
  Author: bpiotrowski
Revision: 296277

upgpkg: flatpak 0.9.3-2

move optdepends to depends

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 06:40:19 UTC (rev 296276)
+++ PKGBUILD2017-05-19 07:53:38 UTC (rev 296277)
@@ -3,17 +3,15 @@
 
 pkgname=flatpak
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org";
 arch=(i686 x86_64)
 license=(GPL)
 depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap python bubblewrap)
+ libseccomp libarchive libelf libcap python bubblewrap patch elfutils)
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
  libdwarf)
-optdepends=('elfutils: for flatpak-builder'
-'patch: for flatpak-builder')
 install=flatpak.install
 _commit=99b2d90724f1d9db7330f669062ea1ffc9c57264  # tags/0.9.3^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 07:54:40
  Author: lcarlier
Revision: 296279

upgpkg: vulkan-docs 1:1.0.49-1

upstream update 1.0.49

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 07:53:47 UTC (rev 296278)
+++ PKGBUILD2017-05-19 07:54:40 UTC (rev 296279)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.0.47
+pkgver=1.0.49
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -16,7 +16,7 @@
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz";
 git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
 git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=6f37c62)
-sha256sums=('15dcefd4f6cc1c8949cb61e024f2439ebaba10ee2c8ff596106552de7fe27a09'
+sha256sums=('1f6940a32f505c212df93e95908cf73cfa4516f550322bbb9958c38d803d48bf'
 'SKIP'
 'SKIP')
 


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 07:54:45
  Author: lcarlier
Revision: 296280

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 296279, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  170 ++---
 1 file changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 07:54:40 UTC (rev 296279)
+++ PKGBUILD2017-05-19 07:54:45 UTC (rev 296280)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.0.47
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
- lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz";
-git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
-git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=6f37c62)
-sha256sums=('15dcefd4f6cc1c8949cb61e024f2439ebaba10ee2c8ff596106552de7fe27a09'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd Vulkan-Hpp
-  git submodule init
-  git config submodule.tinyxml2.url $srcdir/tinyxml2
-  git submodule update
-
-  # for asciidoctor
-  # it was hard to find versions that builds properly ^^
-  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-  gem install -v 0.7.0 ruby-enum
-  gem install -v 1.6.8 mathematical
-  gem install -v 0.2.2 asciidoctor-mathematical  
-  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
-  gem install coderay  
-}
-
-build() {
-  # we need this to build hpp headers
-  cd Vulkan-Hpp
-  cmake ./ && make
-
-  ./VulkanHppGenerator "${srcdir}/${_pkgname}-${pkgver}-core/src/spec/vk.xml"
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
-
-  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
-  cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
-  LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
-
-  rm -f ${srcdir}/liblasem.so
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${pkgver}-core"
-
-  install -dm755 "${pkgdir}/usr/include/vulkan"
-  install -dm755 "${pkgdir}/usr/share/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-  install -m644 ${srcdir}/Vulkan-Hpp/vulkan/vulkan.hpp 
${pkgdir}/usr/include/vulkan
-  install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -m644 doc/specs/vulkan/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 doc/specs/vulkan/copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}-core"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/1.0/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/1.0/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 doc/specs/vulkan/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 doc/specs/vulkan/copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 296279, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 07:54:45 UTC (rev 296280)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-html-docs)
+pkgver=1.0.49
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz";
+git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
+git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=6f37c62)
+sha256sums=('1f6940a32f505c212df93e95908cf73cfa4516f550322bbb9958c38d803d48bf'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd Vulkan-Hpp
+  git submodule init
+  git config submodule.tinyxml2.url $srcdir/tinyxml2
+  git submodule update
+
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_

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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 08:23:12
  Author: lcarlier
Revision: 296281

upgpkg: opencl-headers 2:2.2.20170516-1

update to 2.2 khronos git repo

Modified:
  opencl-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 07:54:45 UTC (rev 296280)
+++ PKGBUILD2017-05-19 08:23:12 UTC (rev 296281)
@@ -3,8 +3,8 @@
 # Contributor: Sylvain HENRY 
 
 pkgname=opencl-headers
-pkgver=2.1.20161129 # date of the commit, branch 2.1
-pkgrel=2
+pkgver=2.2.20170516 
+pkgrel=1
 epoch=2
 pkgdesc='OpenCL (Open Computing Language) header files'
 arch=('any')
@@ -11,22 +11,15 @@
 url='https://www.khronos.org/registry/cl/'
 license=('custom')
 makedepends=(git python)
-source=('git+https://github.com/KhronosGroup/OpenCL-Headers.git#commit=abb2958'
-'git+https://github.com/KhronosGroup/OpenCL-CLHPP.git#commit=d54d52c'
+source=('git+https://github.com/KhronosGroup/OpenCL-Headers.git#commit=ec2566b'
+'git+https://github.com/KhronosGroup/OpenCL-CLHPP.git#commit=e250e2e'
 'LICENSE.txt')
 sha256sums=('SKIP'
 'SKIP'
 'd1059405dce021e0c0a7f7e01b48447e641477e0c14a9bc29983f4202b67c410')
 
-prepare() {
-  cd "${srcdir}"/OpenCL-CLHPP
-
-  # https://github.com/KhronosGroup/OpenCL-CLHPP/issues/26
-  git cherry-pick -n befe77b66fd3dd87ce9fef940e475cdc71d8bd9f
-}
-
 package() {
-  cd "${srcdir}"/OpenCL-Headers
+  cd "${srcdir}"/OpenCL-Headers/opencl22/CL
 
   install -dm755 "${pkgdir}"/usr/include/CL
 


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 08:23:16
  Author: lcarlier
Revision: 296282

archrelease: copy trunk to testing-any

Added:
  opencl-headers/repos/testing-any/
  opencl-headers/repos/testing-any/LICENSE.txt
(from rev 296281, opencl-headers/trunk/LICENSE.txt)
  opencl-headers/repos/testing-any/PKGBUILD
(from rev 296281, opencl-headers/trunk/PKGBUILD)

-+
 LICENSE.txt |   20 
 PKGBUILD|   40 
 2 files changed, 60 insertions(+)

Copied: opencl-headers/repos/testing-any/LICENSE.txt (from rev 296281, 
opencl-headers/trunk/LICENSE.txt)
===
--- testing-any/LICENSE.txt (rev 0)
+++ testing-any/LICENSE.txt 2017-05-19 08:23:16 UTC (rev 296282)
@@ -0,0 +1,20 @@
+ * Copyright (c) 2008-2010 The Khronos Group Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and/or associated documentation files (the
+ * "Materials"), to deal in the Materials without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Materials, and to
+ * permit persons to whom the Materials are 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 Materials.
+ *
+ * THE MATERIALS ARE 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
+ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Copied: opencl-headers/repos/testing-any/PKGBUILD (from rev 296281, 
opencl-headers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-05-19 08:23:16 UTC (rev 296282)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+
+pkgname=opencl-headers
+pkgver=2.2.20170516 
+pkgrel=1
+epoch=2
+pkgdesc='OpenCL (Open Computing Language) header files'
+arch=('any')
+url='https://www.khronos.org/registry/cl/'
+license=('custom')
+makedepends=(git python)
+source=('git+https://github.com/KhronosGroup/OpenCL-Headers.git#commit=ec2566b'
+'git+https://github.com/KhronosGroup/OpenCL-CLHPP.git#commit=e250e2e'
+'LICENSE.txt')
+sha256sums=('SKIP'
+'SKIP'
+'d1059405dce021e0c0a7f7e01b48447e641477e0c14a9bc29983f4202b67c410')
+
+package() {
+  cd "${srcdir}"/OpenCL-Headers/opencl22/CL
+
+  install -dm755 "${pkgdir}"/usr/include/CL
+
+  for h in *.h; do
+install -m 644 ${h} "${pkgdir}"/usr/include/CL/
+  done
+
+  # remove useless headers
+  rm "${pkgdir}"/usr/include/CL/{cl_d3d,cl_dx9}*.h
+
+  cd "${srcdir}"/OpenCL-CLHPP
+
+  python gen_cl_hpp.py -i input_cl.hpp -o cl.hpp
+  install -m 644 cl.hpp "${pkgdir}"/usr/include/CL/
+  install -m 644 input_cl2.hpp "${pkgdir}"/usr/include/CL/cl2.hpp
+
+  install -D -m644 ../LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-05-19 Thread Jonathan Steel
Date: Friday, May 19, 2017 @ 08:30:18
  Author: jsteel
Revision: 228512

upgpkg: python-botocore 1.5.52-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 07:40:07 UTC (rev 228511)
+++ PKGBUILD2017-05-19 08:30:18 UTC (rev 228512)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.5.51
+pkgver=1.5.52
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3d69d7b28293117f167aa7e3f3ebf216')
+md5sums=('86cf7e8ad120acd81e055dbc63a6504a')
 
 build() {
   cd botocore-$pkgver


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

2017-05-19 Thread Jonathan Steel
Date: Friday, May 19, 2017 @ 08:30:29
  Author: jsteel
Revision: 228513

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 08:30:18 UTC (rev 228512)
+++ PKGBUILD2017-05-19 08:30:29 UTC (rev 228513)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.5.51
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3d69d7b28293117f167aa7e3f3ebf216')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 228512, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 08:30:29 UTC (rev 228513)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.5.52
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('86cf7e8ad120acd81e055dbc63a6504a')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-05-19 Thread Jonathan Steel
Date: Friday, May 19, 2017 @ 08:30:38
  Author: jsteel
Revision: 228514

upgpkg: aws-cli 1.11.89-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 08:30:29 UTC (rev 228513)
+++ PKGBUILD2017-05-19 08:30:38 UTC (rev 228514)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.88
+pkgver=1.11.89
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('e08eb4dd0593a5e03ed1476d03e20f3b')
+md5sums=('0693796b54dfcc09f19fff8c9913e743')
 
 build() {
   cd $pkgname-$pkgver


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

2017-05-19 Thread Jonathan Steel
Date: Friday, May 19, 2017 @ 08:30:45
  Author: jsteel
Revision: 228515

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 228514, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 08:30:38 UTC (rev 228514)
+++ PKGBUILD2017-05-19 08:30:45 UTC (rev 228515)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.88
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('e08eb4dd0593a5e03ed1476d03e20f3b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 228514, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 08:30:45 UTC (rev 228515)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.89
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('0693796b54dfcc09f19fff8c9913e743')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2017-05-19 Thread Pierre Neidhardt
Date: Friday, May 19, 2017 @ 08:39:23
  Author: ambrevar
Revision: 228516

upgpkg: uncrustify 0.65-1

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 08:30:45 UTC (rev 228515)
+++ PKGBUILD2017-05-19 08:39:23 UTC (rev 228516)
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=uncrustify
-pkgver=0.64
+pkgver=0.65
 pkgrel=1
 pkgdesc="A source code beautifier"
 arch=("i686" "x86_64")
@@ -9,9 +9,9 @@
 url="http://uncrustify.sourceforge.net/";
 license=("GPL")
 depends=("gcc-libs")
-makedepends=("cmake")
+makedepends=("cmake" "python")
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('008904ca40d07c4b3d66c717d59cb65b')
+md5sums=('c17f45a38cda2624f6989cab84673e15')
 
 build() {
cd "$srcdir"


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

2017-05-19 Thread Pierre Neidhardt
Date: Friday, May 19, 2017 @ 08:39:44
  Author: ambrevar
Revision: 228517

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 08:39:23 UTC (rev 228516)
+++ community-i686/PKGBUILD 2017-05-19 08:39:44 UTC (rev 228517)
@@ -1,31 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.64
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/";
-license=("GPL")
-depends=("gcc-libs")
-makedepends=("cmake")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('008904ca40d07c4b3d66c717d59cb65b')
-
-build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-i686/PKGBUILD (from rev 228516, 
uncrustify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 08:39:44 UTC (rev 228517)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.65
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/";
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake" "python")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('c17f45a38cda2624f6989cab84673e15')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 08:39:23 UTC (rev 228516)
+++ community-x86_64/PKGBUILD   2017-05-19 08:39:44 UTC (rev 228517)
@@ -1,31 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.64
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/";
-license=("GPL")
-depends=("gcc-libs")
-makedepends=("cmake")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('008904ca40d07c4b3d66c717d59cb65b')
-
-build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 228516, 
uncrustify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-19 08:39:44 UTC (rev 228517)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.65
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/";
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake" "python")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('c17f45a38cda2624f6989cab84673e15')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}


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

2017-05-19 Thread Christian Rebischke
Date: Friday, May 19, 2017 @ 09:07:03
  Author: shibumi
Revision: 228519

archrelease: copy trunk to community-any

Added:
  whipper/repos/community-any/PKGBUILD
(from rev 228518, whipper/trunk/PKGBUILD)
Deleted:
  whipper/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 09:06:53 UTC (rev 228518)
+++ PKGBUILD2017-05-19 09:07:03 UTC (rev 228519)
@@ -1,48 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Frederik "Freso" S. Olesen 
-# Contributor: Bastien Traverse 
-# Contributor: Samantha Baldwin 
-# Contributor: Caleb Reach 
-# Contributor: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: Mantas Mikulėnas 
-
-pkgname=whipper
-pkgver=0.5.1
-pkgrel=3
-pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from 
morituri"
-arch=('any')
-url="https://github.com/JoeLametta/whipper";
-license=('GPL3')
-depends=(
-'accuraterip-checksum'  # for accuraterip-checksum calculation
-'cddb-py'   # for showing but not using disc info if 
not in MusicBrainz (issue #28)
-'cdparanoia'# for the actual ripping
-'cdrdao'# for session, TOC, pregap, and ISRC 
extraction
-'libsndfile'# for reading wav files (pulls in flac, 
also required for reading flac files)
-'mutagen'   # for metadata handling
-'python2-musicbrainzngs'# for metadata lookup
-'python2-pycdio'# for storing drive identification in 
config file
-'python2-setuptools'# for plugin support
-'sox'   # for track peak detection'
-)
-makedepends=(
-'python2-gobject2'
-)
-checkdepends=(
-'python2-twisted'
-)
-conflicts=('morituri')
-source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('0df0cd9934c344617a15c12f21e333d7b5d270c904d70df9930b24188c5657aed8bedd202acda59990143fafe9c27b2ee880939d034be52259cc143423d04348')
-
-# currently disabled because of failing tests, reported upstream
-#check() {
-#cd "$srcdir/${pkgname}-${pkgver}"
-#python2 -m unittest discover
-#}
-
-package() {
-cd "$srcdir/${pkgname}-${pkgver}"
-python2 setup.py install --root="${pkgdir}"/ --optimize=1
-}

Copied: whipper/repos/community-any/PKGBUILD (from rev 228518, 
whipper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 09:07:03 UTC (rev 228519)
@@ -0,0 +1,46 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Frederik "Freso" S. Olesen 
+# Contributor: Bastien Traverse 
+# Contributor: Samantha Baldwin 
+# Contributor: Caleb Reach 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=whipper
+pkgver=0.5.1
+pkgrel=4
+pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from 
morituri"
+arch=('any')
+url="https://github.com/JoeLametta/whipper";
+license=('GPL3')
+depends=(
+'accuraterip-checksum'  # for accuraterip-checksum calculation
+'cddb-py'   # for showing but not using disc info if 
not in MusicBrainz (issue #28)
+'cdparanoia'# for the actual ripping
+'cdrdao'# for session, TOC, pregap, and ISRC 
extraction
+'libsndfile'# for reading wav files (pulls in flac, 
also required for reading flac files)
+'mutagen'   # for metadata handling
+'python2-musicbrainzngs'# for metadata lookup
+'python2-pycdio'# for storing drive identification in 
config file
+'python2-setuptools'# for plugin support
+'sox'   # for track peak detection'
+'python2-gobject2'  # Bugfix FS#54074
+)
+checkdepends=(
+'python2-twisted'
+)
+conflicts=('morituri')
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('0df0cd9934c344617a15c12f21e333d7b5d270c904d70df9930b24188c5657aed8bedd202acda59990143fafe9c27b2ee880939d034be52259cc143423d04348')
+
+# currently disabled because of failing tests, reported upstream
+#check() {
+#cd "$srcdir/${pkgname}-${pkgver}"
+#python2 -m unittest discover
+#}
+
+package() {
+cd "$srcdir/${pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}"/ --optimize=1
+}


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

2017-05-19 Thread Christian Rebischke
Date: Friday, May 19, 2017 @ 09:06:53
  Author: shibumi
Revision: 228518

upgpkg: whipper 0.5.1-4

Modified:
  whipper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 08:39:44 UTC (rev 228517)
+++ PKGBUILD2017-05-19 09:06:53 UTC (rev 228518)
@@ -9,7 +9,7 @@
 
 pkgname=whipper
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from 
morituri"
 arch=('any')
 url="https://github.com/JoeLametta/whipper";
@@ -25,10 +25,8 @@
 'python2-pycdio'# for storing drive identification in 
config file
 'python2-setuptools'# for plugin support
 'sox'   # for track peak detection'
+'python2-gobject2'  # Bugfix FS#54074
 )
-makedepends=(
-'python2-gobject2'
-)
 checkdepends=(
 'python2-twisted'
 )


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

2017-05-19 Thread Jan de Groot
Date: Friday, May 19, 2017 @ 09:36:55
  Author: jgc
Revision: 228521

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

Added:
  phantomjs/repos/community-staging-i686/
  phantomjs/repos/community-staging-i686/PKGBUILD
(from rev 228520, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-staging-i686/icu59.patch
(from rev 228520, phantomjs/trunk/icu59.patch)
  phantomjs/repos/community-staging-x86_64/
  phantomjs/repos/community-staging-x86_64/PKGBUILD
(from rev 228520, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-staging-x86_64/icu59.patch
(from rev 228520, phantomjs/trunk/icu59.patch)

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/icu59.patch   |   38 ++
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/icu59.patch |   38 ++
 4 files changed, 172 insertions(+)

Copied: phantomjs/repos/community-staging-i686/PKGBUILD (from rev 228520, 
phantomjs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 09:36:55 UTC (rev 228521)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: grimsock 
+# Contributor: Dieter Plaetinck 
+# Contributor: Vladimir Chizhov 
+# Contributor: Henry Tang 
+
+pkgname=phantomjs
+pkgver=2.1.1
+pkgrel=8
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/";
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' 'gperf' 'ruby' 'python2' 
'openssl-1.0')
+makedepends=('git')
+source=("git+https://github.com/ariya/${pkgname}.git#tag=$pkgver";
+icu59.patch)
+sha512sums=('SKIP'
+
'e349a14c5d32e5627f28be6ebd20104370ec6b7f086f670e7f19b484b38839220cfeb49178765f38d918d05fb889bbc990f8a3809db6d9e1cbde0af5b9dd923b')
+
+prepare() {
+  cd $pkgname
+  git submodule update --init
+  patch -Np1 -d src/qt/qtwebkit <../icu59.patch
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+}
+
+build() {
+  cd $pkgname
+  export PATH="$srcdir/python2-path:$PATH" PYTHON=/usr/bin/python2
+  export CXXFLAGS+=" -I/usr/include/openssl-1.0"
+  export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
+
+  python2 build.py --confirm --release --qt-config='-no-rpath'
+}
+
+package() {
+  install -Dm755 "$srcdir/$pkgname/bin/phantomjs" "$pkgdir/usr/bin/phantomjs"
+
+  mkdir -p "$pkgdir/usr/share/$pkgname"
+  cp -r "$srcdir/$pkgname/examples" "$pkgdir/usr/share/$pkgname"/
+
+  install -Dm644 "$srcdir/$pkgname/LICENSE.BSD" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD"
+  install -Dm644 "$srcdir/$pkgname/third-party.txt" 
"$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
+}
+

Copied: phantomjs/repos/community-staging-i686/icu59.patch (from rev 228520, 
phantomjs/trunk/icu59.patch)
===
--- community-staging-i686/icu59.patch  (rev 0)
+++ community-staging-i686/icu59.patch  2017-05-19 09:36:55 UTC (rev 228521)
@@ -0,0 +1,38 @@
+--- qtwebkit-opensource-src-5.5.1/Source/JavaScriptCore/API/JSStringRef.h.orig 
2015-10-13 06:37:10.0 +0200
 qtwebkit-opensource-src-5.5.1/Source/JavaScriptCore/API/JSStringRef.h  
2017-04-24 12:26:42.495345570 +0200
+@@ -32,6 +32,7 @@
+ #include 
+ #endif
+ #include  /* for size_t */
++#include 
+ 
+ #ifdef __cplusplus
+ extern "C" {
+@@ -43,7 +44,7 @@
+ @typedef JSChar
+ @abstract A Unicode character.
+ */
+-typedef unsigned short JSChar;
++typedef char16_t JSChar;
+ #else
+ typedef wchar_t JSChar;
+ #endif
+--- qtwebkit-opensource-src-5.5.1/Source/WebKit2/Shared/API/c/WKString.h.orig  
2015-10-13 06:37:12.0 +0200
 qtwebkit-opensource-src-5.5.1/Source/WebKit2/Shared/API/c/WKString.h   
2017-04-24 12:27:33.432011867 +0200
+@@ -31,6 +31,7 @@
+ #ifndef __cplusplus
+ #include 
+ #endif
++#include 
+ 
+ #ifdef __cplusplus
+ extern "C" {
+@@ -38,7 +39,7 @@
+ 
+ #if !defined(WIN32) && !defined(_WIN32) \
+ && !((defined(__CC_ARM) || defined(__ARMCC__)) && !defined(__linux__)) /* 
RVCT */
+-typedef unsigned short WKChar;
++typedef char16_t WKChar;
+ #else
+ typedef wchar_t WKChar;
+ #endif

Copied: phantomjs/repos/community-staging-x86_64/PKGBUILD (from rev 228520, 
phantomjs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 09:36:55 UTC (rev 228521)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: grimsock 
+# Contributor: Dieter Plaetinck 
+# Contributor: Vladimir Chizhov 
+# Contributor: Henry Tang 
+
+pkgname=phantomjs
+pkgver=

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

2017-05-19 Thread Jan de Groot
Date: Friday, May 19, 2017 @ 09:36:50
  Author: jgc
Revision: 228520

upgpkg: phantomjs 2.1.1-8

OpenSSL 1.0 rebuild

Modified:
  phantomjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 09:07:03 UTC (rev 228519)
+++ PKGBUILD2017-05-19 09:36:50 UTC (rev 228520)
@@ -7,7 +7,7 @@
 
 pkgname=phantomjs
 pkgver=2.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Headless WebKit with JavaScript API"
 url="http://www.phantomjs.org/";
 license=('BSD' 'LGPL' 'MIT')
@@ -16,6 +16,8 @@
 makedepends=('git')
 source=("git+https://github.com/ariya/${pkgname}.git#tag=$pkgver";
 icu59.patch)
+sha512sums=('SKIP'
+
'e349a14c5d32e5627f28be6ebd20104370ec6b7f086f670e7f19b484b38839220cfeb49178765f38d918d05fb889bbc990f8a3809db6d9e1cbde0af5b9dd923b')
 
 prepare() {
   cd $pkgname
@@ -44,5 +46,3 @@
   install -Dm644 "$srcdir/$pkgname/third-party.txt" 
"$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
 }
 
-sha512sums=('SKIP'
-
'e349a14c5d32e5627f28be6ebd20104370ec6b7f086f670e7f19b484b38839220cfeb49178765f38d918d05fb889bbc990f8a3809db6d9e1cbde0af5b9dd923b')


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

2017-05-19 Thread Jan de Groot
Date: Friday, May 19, 2017 @ 09:42:50
  Author: jgc
Revision: 228523

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

Added:
  ncrack/repos/community-staging-i686/
  ncrack/repos/community-staging-i686/PKGBUILD
(from rev 228522, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-staging-i686/ncrack-nullcheck.patch
(from rev 228522, ncrack/trunk/ncrack-nullcheck.patch)
  ncrack/repos/community-staging-x86_64/
  ncrack/repos/community-staging-x86_64/PKGBUILD
(from rev 228522, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-staging-x86_64/ncrack-nullcheck.patch
(from rev 228522, ncrack/trunk/ncrack-nullcheck.patch)

-+
 community-staging-i686/PKGBUILD |   35 ++
 community-staging-i686/ncrack-nullcheck.patch   |   12 +++
 community-staging-x86_64/PKGBUILD   |   35 ++
 community-staging-x86_64/ncrack-nullcheck.patch |   12 +++
 4 files changed, 94 insertions(+)

Copied: ncrack/repos/community-staging-i686/PKGBUILD (from rev 228522, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 09:42:50 UTC (rev 228523)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=4
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz";
+ ncrack-nullcheck.patch)
+sha256sums=('dbad9440c861831836d47ece95aeb2bd40374a3eb03a14dea0fe1bfa73ecd4bc'
+'efb8b466cb51a58277c6f0dc17d478e9d4a9722f0ad2000272de900a9ca804da')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../ncrack-nullcheck.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: ncrack/repos/community-staging-i686/ncrack-nullcheck.patch (from rev 
228522, ncrack/trunk/ncrack-nullcheck.patch)
===
--- community-staging-i686/ncrack-nullcheck.patch   
(rev 0)
+++ community-staging-i686/ncrack-nullcheck.patch   2017-05-19 09:42:50 UTC 
(rev 228523)
@@ -0,0 +1,12 @@
+diff -ru ncrack-0.5/ncrack_resume.cc ncrack-0.5.new/ncrack_resume.cc
+--- ncrack-0.5/ncrack_resume.cc2016-04-10 18:56:02.0 +0200
 ncrack-0.5.new/ncrack_resume.cc2017-04-13 17:53:09.369522756 +0200
+@@ -520,7 +520,7 @@
+ 
+   j = 0;
+   buf[j++] = *q;
+-  while (q != '\0' && j < sizeof(buf)) {
++  while ((q != NULL) && (j < sizeof(buf))) {
+ q++;
+ if (q - filestr >= filelen)
+   fatal("Corrupted file! Error 5\n");

Copied: ncrack/repos/community-staging-x86_64/PKGBUILD (from rev 228522, 
ncrack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 09:42:50 UTC (rev 228523)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: mickael9 
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=4
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz";
+ ncrack-nullcheck.patch)
+sha256sums=('dbad9440c861831836d47ece95aeb2bd40374a3eb03a14dea0fe1bfa73ecd4bc'
+'efb8b466cb51a58277c6f0dc17d478e9d4a9722f0ad2000272de900a9ca804da')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../ncrack-nullcheck.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: ncrack/repos/community-staging-x86_64/ncrack-nullcheck.patch (from rev 
228522, ncrack/trunk/ncrack-nullcheck.patch)
===
--- community-staging-x86_64/ncrack-nullcheck.patch 
(rev 0)
+++ community-staging-x86_64/ncrack-nullcheck.patch 2017-05-19 09:42:50 UTC 
(rev 228523)
@@ -0,0 +1,12 @@
+diff -ru ncrack-0.5/ncrack_resume.cc ncrack-0.5.new/ncrack_resume.cc
+--- ncrack-0.5/ncrack_resume.cc2016-04-10 18:56:02.0 +0200
 ncrack-0.5.new/ncrack_resume.cc2017-04-13 17:53:09.369522756 +0200
+@@ -520,7 +520,7 @@
+ 
+   j = 0;
+   buf[j++] =

[arch-commits] Commit in ncrack/trunk (PKGBUILD ncrack-nullcheck.patch)

2017-05-19 Thread Jan de Groot
Date: Friday, May 19, 2017 @ 09:42:36
  Author: jgc
Revision: 228522

upgpkg: ncrack 0.5-4

OpenSSL 1.0 rebuild, fix build with gcc7

Added:
  ncrack/trunk/ncrack-nullcheck.patch
Modified:
  ncrack/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 ncrack-nullcheck.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 09:36:55 UTC (rev 228521)
+++ PKGBUILD2017-05-19 09:42:36 UTC (rev 228522)
@@ -4,15 +4,22 @@
 
 pkgname=ncrack
 pkgver=0.5
-pkgrel=3
+pkgrel=4
 pkgdesc='A high-speed network authentication cracking tool'
 arch=(i686 x86_64)
 url='https://nmap.org/ncrack/'
 license=(GPL)
 depends=(openssl-1.0)
-source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz";)
-md5sums=('c264bced401db826852014aef22927cd')
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz";
+ ncrack-nullcheck.patch)
+sha256sums=('dbad9440c861831836d47ece95aeb2bd40374a3eb03a14dea0fe1bfa73ecd4bc'
+'efb8b466cb51a58277c6f0dc17d478e9d4a9722f0ad2000272de900a9ca804da')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../ncrack-nullcheck.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   CFLAGS+=" -I/usr/include/openssl-1.0" \

Added: ncrack-nullcheck.patch
===
--- ncrack-nullcheck.patch  (rev 0)
+++ ncrack-nullcheck.patch  2017-05-19 09:42:36 UTC (rev 228522)
@@ -0,0 +1,12 @@
+diff -ru ncrack-0.5/ncrack_resume.cc ncrack-0.5.new/ncrack_resume.cc
+--- ncrack-0.5/ncrack_resume.cc2016-04-10 18:56:02.0 +0200
 ncrack-0.5.new/ncrack_resume.cc2017-04-13 17:53:09.369522756 +0200
+@@ -520,7 +520,7 @@
+ 
+   j = 0;
+   buf[j++] = *q;
+-  while (q != '\0' && j < sizeof(buf)) {
++  while ((q != NULL) && (j < sizeof(buf))) {
+ q++;
+ if (q - filestr >= filelen)
+   fatal("Corrupted file! Error 5\n");


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 10:49:01
  Author: alucryd
Revision: 228524

upgpkg: emby-server 3.2.17.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 09:42:50 UTC (rev 228523)
+++ PKGBUILD2017-05-19 10:49:01 UTC (rev 228524)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.2.15.0
+pkgver=3.2.17.0
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('b5b5b7dc9596308e316c1aae5ae59416e08c9ff331a0c4c167f3ad312af210aa'
+sha256sums=('71e6305ea39f468f55ea882b85099a98d33f02e25d1ae1c6d656da4d78f61369'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 10:49:25
  Author: alucryd
Revision: 228525

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 228524, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 228524, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 228524, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 228524, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 228524, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 228524, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 228524, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 228524, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 228524, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 228524, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 228524, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 228524, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   36 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   18 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   18 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 10:49:01 UTC (rev 228524)
+++ community-i686/PKGBUILD 2017-05-19 10:49:25 UTC (rev 228525)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.2.15.0
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz";
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('b5b5b7dc9596308e316c1aae5ae59416e08c9ff331a0c4c167f3ad312af210aa'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{

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

2017-05-19 Thread Christian Hesse
Date: Friday, May 19, 2017 @ 10:51:25
  Author: eworm
Revision: 228526

do not build server but client libraries only

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 10:49:25 UTC (rev 228525)
+++ PKGBUILD2017-05-19 10:51:25 UTC (rev 228526)
@@ -87,6 +87,7 @@
# Build mysql
cd "${srcdir}/mysql-${_mysql_version}"
cmake . \
+   -DWITHOUT_SERVER=ON \
-DBUILD_CONFIG=mysql_release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 12:12:07
  Author: alucryd
Revision: 228527

upgpkg: gpac 1:0.7.1-2

Modified:
  gpac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 10:51:25 UTC (rev 228526)
+++ PKGBUILD2017-05-19 12:12:07 UTC (rev 228527)
@@ -3,12 +3,12 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gpac
-pkgver=0.6.1
+pkgver=0.7.1
 pkgrel=2
 epoch=1
 pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
 arch=('i686' 'x86_64')
-url='https://gpac.wp.mines-telecom.fr/'
+url='https://gpac.wp.imt.fr/'
 license=('LGPL')
 depends=('ffmpeg' 'glu' 'libxv')
 makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
@@ -20,7 +20,7 @@
 provides=('libgpac.so')
 options=('staticlibs' '!makeflags')
 
source=("gpac-${pkgver}.tar.gz::https://github.com/gpac/gpac/archive/v${pkgver}.tar.gz";
 gpac-openssl-1.1.patch)
-sha256sums=('67d1ac8f8b3e74da0e4e38ea926dc15bca6e9941e8f366e3538abcf13c103c09'
+sha256sums=('c7a18b9eea1264fee392e7222d16b180e0acdd6bb173ff6b8baadbf50b3b1d7f'
 '3a8b7b51192424df5aee3bf11a0207c9374aabcfba4db90522af2e3bbc37bbbe')
 
 prepare() {


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 12:12:37
  Author: alucryd
Revision: 228528

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

Added:
  gpac/repos/community-i686/PKGBUILD
(from rev 228527, gpac/trunk/PKGBUILD)
  gpac/repos/community-i686/gpac-ffmpeg3.patch
(from rev 228527, gpac/trunk/gpac-ffmpeg3.patch)
  gpac/repos/community-i686/gpac-openssl-1.1.patch
(from rev 228527, gpac/trunk/gpac-openssl-1.1.patch)
  gpac/repos/community-x86_64/PKGBUILD
(from rev 228527, gpac/trunk/PKGBUILD)
  gpac/repos/community-x86_64/gpac-ffmpeg3.patch
(from rev 228527, gpac/trunk/gpac-ffmpeg3.patch)
  gpac/repos/community-x86_64/gpac-openssl-1.1.patch
(from rev 228527, gpac/trunk/gpac-openssl-1.1.patch)
Deleted:
  gpac/repos/community-i686/PKGBUILD
  gpac/repos/community-i686/gpac-ffmpeg3.patch
  gpac/repos/community-i686/gpac-openssl-1.1.patch
  gpac/repos/community-x86_64/PKGBUILD
  gpac/repos/community-x86_64/gpac-ffmpeg3.patch
  gpac/repos/community-x86_64/gpac-openssl-1.1.patch

-+
 /PKGBUILD   |   98 +++
 /gpac-ffmpeg3.patch |  876 ++
 /gpac-openssl-1.1.patch |   22 
 community-i686/PKGBUILD |   49 -
 community-i686/gpac-ffmpeg3.patch   |  438 ---
 community-i686/gpac-openssl-1.1.patch   |   11 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/gpac-ffmpeg3.patch |  438 ---
 community-x86_64/gpac-openssl-1.1.patch |   11 
 9 files changed, 996 insertions(+), 996 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 12:12:07 UTC (rev 228527)
+++ community-i686/PKGBUILD 2017-05-19 12:12:37 UTC (rev 228528)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Maxime Gauduin 
-
-pkgname=gpac
-pkgver=0.6.1
-pkgrel=2
-epoch=1
-pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
-arch=('i686' 'x86_64')
-url='https://gpac.wp.mines-telecom.fr/'
-license=('LGPL')
-depends=('ffmpeg' 'glu' 'libxv')
-makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
-optdepends=('jack: for jack support'
-'a52dec: for A52 support'
-'faad2: for AAC support'
-'libmad: for mp3 support'
-'sdl2: for sdl support')
-provides=('libgpac.so')
-options=('staticlibs' '!makeflags')
-source=("gpac-${pkgver}.tar.gz::https://github.com/gpac/gpac/archive/v${pkgver}.tar.gz";
 gpac-openssl-1.1.patch)
-sha256sums=('67d1ac8f8b3e74da0e4e38ea926dc15bca6e9941e8f366e3538abcf13c103c09'
-'3a8b7b51192424df5aee3bf11a0207c9374aabcfba4db90522af2e3bbc37bbbe')
-
-prepare() {
-  cd gpac-${pkgver}
-  # fix build with openssl 1.1 (rpmfusion)
-  patch -p1 -i ../gpac-openssl-1.1.patch
-}
-
-build() {
-  cd gpac-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---mandir='/usr/share/man' \
---X11-path='/usr' \
---use-js='no'
-  make
-}
-
-package() {
-  cd gpac-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-lib
-}
-
-# vim: ts=2 sw=2 et:

Copied: gpac/repos/community-i686/PKGBUILD (from rev 228527, 
gpac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 12:12:37 UTC (rev 228528)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Maxime Gauduin 
+
+pkgname=gpac
+pkgver=0.7.1
+pkgrel=2
+epoch=1
+pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
+arch=('i686' 'x86_64')
+url='https://gpac.wp.imt.fr/'
+license=('LGPL')
+depends=('ffmpeg' 'glu' 'libxv')
+makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
+optdepends=('jack: for jack support'
+'a52dec: for A52 support'
+'faad2: for AAC support'
+'libmad: for mp3 support'
+'sdl2: for sdl support')
+provides=('libgpac.so')
+options=('staticlibs' '!makeflags')
+source=("gpac-${pkgver}.tar.gz::https://github.com/gpac/gpac/archive/v${pkgver}.tar.gz";
 gpac-openssl-1.1.patch)
+sha256sums=('c7a18b9eea1264fee392e7222d16b180e0acdd6bb173ff6b8baadbf50b3b1d7f'
+'3a8b7b51192424df5aee3bf11a0207c9374aabcfba4db90522af2e3bbc37bbbe')
+
+prepare() {
+  cd gpac-${pkgver}
+  # fix build with openssl 1.1 (rpmfusion)
+  patch -p1 -i ../gpac-openssl-1.1.patch
+}
+
+build() {
+  cd gpac-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--mandir='/usr/share/man' \
+--X11-path='/usr' \
+--use-js='no'
+  make
+}
+
+package() {
+  cd gpac-${pkgver}
+
+  make DESTDIR="${pkgdir}" install install-lib
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/gpac-ffmpeg3.patch
===
--- community-i686/gpac-ffmpeg3.patch   2017-05-19 12:12:07 UTC (rev 228527)
+++ comm

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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 12:25:45
  Author: alucryd
Revision: 296287

upgpkg: ffmpeg 1:3.3.1-8

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 12:18:03 UTC (rev 296286)
+++ PKGBUILD2017-05-19 12:25:45 UTC (rev 296287)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.3
+pkgver=3.3.1
 pkgrel=8
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d'
+sha256sums=('b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f'
 'SKIP')
 
 build() {


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 12:26:01
  Author: alucryd
Revision: 296288

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

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

---+
 /PKGBUILD |  184 
 extra-i686/PKGBUILD   |   92 
 extra-x86_64/PKGBUILD |   92 
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-19 12:25:45 UTC (rev 296287)
+++ extra-i686/PKGBUILD 2017-05-19 12:26:01 UTC (rev 296288)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=3.3
-pkgrel=8
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
- 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
- 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxvid \
---enable-netcdf \
---enable-shared \
---enable-version3
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 296287, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-19 12:26:01 UTC (rev 296288)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.3.1
+pkgrel=8
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libxvidcore.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevic

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

2017-05-19 Thread Jelle van der Waa
Date: Friday, May 19, 2017 @ 12:32:00
  Author: jelle
Revision: 228529

upgpkg: python-selenium 3.4.2-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 12:12:37 UTC (rev 228528)
+++ PKGBUILD2017-05-19 12:32:00 UTC (rev 228529)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
-md5sums=('70ba2452cd12cbdf1ce41202f430df51')
+source=('https://pypi.python.org/packages/47/63/611503113c00cb3ba0ab310567b4f7d7c2a3178e7ebc07f66ae4b997d56a/selenium-3.4.2.tar.gz')
+md5sums=('5b30ae75463e0e951c39ebcb2ebbd573')
 
 package_python-selenium() {
   depends=('python')


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

2017-05-19 Thread Jelle van der Waa
Date: Friday, May 19, 2017 @ 12:32:13
  Author: jelle
Revision: 228530

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

Added:
  python-selenium/repos/community-i686/PKGBUILD
(from rev 228529, python-selenium/trunk/PKGBUILD)
  python-selenium/repos/community-x86_64/PKGBUILD
(from rev 228529, python-selenium/trunk/PKGBUILD)
Deleted:
  python-selenium/repos/community-i686/PKGBUILD
  python-selenium/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 12:32:00 UTC (rev 228529)
+++ community-i686/PKGBUILD 2017-05-19 12:32:13 UTC (rev 228530)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
-md5sums=('70ba2452cd12cbdf1ce41202f430df51')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-i686/PKGBUILD (from rev 228529, 
python-selenium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 12:32:13 UTC (rev 228530)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=('https://pypi.python.org/packages/47/63/611503113c00cb3ba0ab310567b4f7d7c2a3178e7ebc07f66ae4b997d56a/selenium-3.4.2.tar.gz')
+md5sums=('5b30ae75463e0e951c39ebcb2ebbd573')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 12:32:00 UTC (rev 228529)
+++ community-x86_64/PKGBUILD   2017-05-19 12:32:13 UTC (rev 228530)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
-md5sums=('70ba2452cd12cbdf1ce41202f430df51')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 228529, 
python-selenium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-19 12:32:13 UTC (rev 228530)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium"

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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 12:56:51
  Author: alucryd
Revision: 228531

upgpkg: pantheon-terminal 0.4.2-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 12:32:13 UTC (rev 228530)
+++ PKGBUILD2017-05-19 12:56:51 UTC (rev 228531)
@@ -2,18 +2,18 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-terminal
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
 url='https://github.com/elementary/terminal'
 license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
  'libgranite.so')
 makedepends=('cmake' 'intltool' 'vala')
 groups=('pantheon')
 
source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz";)
-sha256sums=('6ff5948044c392c90d5b928547136c043473d3d9c41688fa201a8e087df8b880')
+sha256sums=('8443c137007ff89c61b55395c99f484fbe681b47c4fbecb1608c81ea8e1d6106')
 
 prepare() {
   cd terminal-${pkgver}


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 12:57:08
  Author: alucryd
Revision: 228532

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

Added:
  pantheon-terminal/repos/community-i686/PKGBUILD
(from rev 228531, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 228531, pantheon-terminal/trunk/PKGBUILD)
Deleted:
  pantheon-terminal/repos/community-i686/PKGBUILD
  pantheon-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 12:56:51 UTC (rev 228531)
+++ community-i686/PKGBUILD 2017-05-19 12:57:08 UTC (rev 228532)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-terminal
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://github.com/elementary/terminal'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'pango' 'vte3'
- 'libgranite.so')
-makedepends=('cmake' 'intltool' 'vala')
-groups=('pantheon')
-source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz";)
-sha256sums=('6ff5948044c392c90d5b928547136c043473d3d9c41688fa201a8e087df8b880')
-
-prepare() {
-  cd terminal-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd terminal-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd terminal-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/PKGBUILD (from rev 228531, 
pantheon-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 12:57:08 UTC (rev 228532)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/terminal'
+license=('GPL3')
+depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+ 'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz";)
+sha256sums=('8443c137007ff89c61b55395c99f484fbe681b47c4fbecb1608c81ea8e1d6106')
+
+prepare() {
+  cd terminal-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd terminal-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd terminal-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 12:56:51 UTC (rev 228531)
+++ community-x86_64/PKGBUILD   2017-05-19 12:57:08 UTC (rev 228532)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-terminal
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://github.com/elementary/terminal'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'pango' 'vte3'
- 'libgranite.so')
-makedepends=('cmake' 'intltool' 'vala')
-groups=('pantheon')
-source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz";)
-sha256sums=('6ff5948044c392c90d5b928547136c043473d3d9c41688fa201a8e087df8b880')
-
-prepare() {
-  cd terminal-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd terminal-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd terminal-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 228531, 
pantheon-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-19 12:57:08 UTC (rev 228532)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/elem

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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:13:31
  Author: alucryd
Revision: 228533

upgpkg: pantheon-files 0.3.4-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 12:57:08 UTC (rev 228532)
+++ PKGBUILD2017-05-19 13:13:31 UTC (rev 228533)
@@ -2,20 +2,21 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=0.3.2
+pkgver=0.3.4
 pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-files'
 license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
+groups=('pantheon')
+depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
+ 'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
  'libgranite.so')
 makedepends=('cmake' 'gnome-common' 'vala')
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
 
source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
-sha256sums=('d2553be0819ba8240aa0888bfc984054e4f8a8e4dbcbf07a935f6eb06b1b4263')
+sha256sums=('93b62388aea58deda0b288eb54dedc73b1cd6cefbce0f2bc516f9bb18715e744')
 
 prepare() {
   cd pantheon-files-${pkgver}


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:13:47
  Author: alucryd
Revision: 228534

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
(from rev 228533, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 228533, pantheon-files/trunk/PKGBUILD)
Deleted:
  pantheon-files/repos/community-i686/PKGBUILD
  pantheon-files/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   47 -
 community-x86_64/PKGBUILD |   47 -
 3 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 13:13:31 UTC (rev 228533)
+++ community-i686/PKGBUILD 2017-05-19 13:13:47 UTC (rev 228534)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
-sha256sums=('d2553be0819ba8240aa0888bfc984054e4f8a8e4dbcbf07a935f6eb06b1b4263')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-files-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 228533, 
pantheon-files/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 13:13:47 UTC (rev 228534)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+groups=('pantheon')
+depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
+ 'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
+sha256sums=('93b62388aea58deda0b288eb54dedc73b1cd6cefbce0f2bc516f9bb18715e744')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 13:13:31 UTC (rev 228533)
+++ community-x86_64/PKGBUILD   2017-05-19 13:13:47 UTC (rev 228534)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
-sha256sums=('d2553be0819ba8240aa0888bfc984054e4f8a8e4dbcbf07a935f6eb06b1b4263')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-files-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
- 

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

2017-05-19 Thread Alexander Rødseth
Date: Friday, May 19, 2017 @ 13:24:31
  Author: arodseth
Revision: 228535

upgpkg: groovy 2.4.11-2

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:13:47 UTC (rev 228534)
+++ PKGBUILD2017-05-19 13:24:31 UTC (rev 228535)
@@ -1,12 +1,12 @@
 # $Id$
 # Maintainer: Alexander F Rødseth 
-# Contributor: Musikolo 
+# Contributor: Musikolo 
 # Contributor: Ruben Fonseca 
 # Contributor: Andreas W. Hauser 
 
 pkgname=groovy
 pkgver=2.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
 url='http://groovy-lang.org/'
@@ -23,7 +23,7 @@
 prepare() {
   # Generate desktop shortcut
   gendesk -f -n \
---pkgname "$pkgname" i\
+--pkgname "$pkgname" \
 --pkgdesc 'Groovy programming language' \
 --exec 'groovyConsole' \
 --name 'Groovy Console'


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

2017-05-19 Thread Alexander Rødseth
Date: Friday, May 19, 2017 @ 13:24:39
  Author: arodseth
Revision: 228536

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 228535, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 13:24:31 UTC (rev 228535)
+++ PKGBUILD2017-05-19 13:24:39 UTC (rev 228536)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Musikolo 
-# Contributor: Ruben Fonseca 
-# Contributor: Andreas W. Hauser 
-
-pkgname=groovy
-pkgver=2.4.11
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('APACHE')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-# .asc file is available for download, but there was no key available
-source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip";
-
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";)
-sha256sums=('4479a3653c565b173fc0d0e5e514a06f1c7d6f93926cbe0c5d8d29e5e4a0347c'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut
-  gendesk -f -n \
---pkgname "$pkgname" i\
---pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' \
---name 'Groovy Console'
-
-  # Set GROOVY_HOME correctly at the top of all the scripts.
-  # There are probably better ways to do this, but this works.
-  for f in "$pkgname-$pkgver/bin/"*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
-  done
-
-  cd "$pkgname-$pkgver/embeddable"
-  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Create the directories and package the files
-  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
-  cp bin/* "$pkgdir/usr/bin"
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the license file
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Package the desktop shortcut for Groovy Console
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$srcdir/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# getver: groovy-lang.org/changelogs.html
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 228535, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 13:24:39 UTC (rev 228536)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.4.11
+pkgrel=2
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('APACHE')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+# .asc file is available for download, but there was no key available
+source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip";
+
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";)
+sha256sums=('4479a3653c565b173fc0d0e5e514a06f1c7d6f93926cbe0c5d8d29e5e4a0347c'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' \
+--name 'Groovy Console'
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # There are probably better ways to do this, but this works.
+  for f in "$pkgname-$pkgver/bin/"*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
+  done
+
+  cd "$pkgname-$pkgver/embeddable"
+  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Create the directories and package the files
+  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
+  cp bin/* "$pkgdir/usr/bin"
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package the license file
+  install -Dm644 LICENSE \
+"$pkgdir/usr/

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 13:40:23
  Author: arojas
Revision: 228537

Update to 1.2.3.45

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:24:39 UTC (rev 228536)
+++ PKGBUILD2017-05-19 13:40:23 UTC (rev 228537)
@@ -3,9 +3,9 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.2.3-43
+_pkgver=1.2.3-45
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
@@ -12,7 +12,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('3d51df76e1c26938b867f42eedd9cfd7f961f9180ae74c0dcf59d3868095e537')
+sha256sums=('8b7354858ab61f7f804c9b78b2a2eb521d503e094951a03c578f4f6ab8d559e1')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 13:41:09
  Author: arojas
Revision: 228538

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

Added:
  giac/repos/testing-i686/
  giac/repos/testing-i686/PKGBUILD
(from rev 228537, giac/trunk/PKGBUILD)
  giac/repos/testing-x86_64/
  giac/repos/testing-x86_64/PKGBUILD
(from rev 228537, giac/trunk/PKGBUILD)

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

Copied: giac/repos/testing-i686/PKGBUILD (from rev 228537, giac/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-19 13:41:09 UTC (rev 228538)
@@ -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.3-45
+pkgver=${_pkgver//-/.}
+pkgrel=1
+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 ntl lapack libpng libjpeg fltk texlive-core)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
+sha256sums=('8b7354858ab61f7f804c9b78b2a2eb521d503e094951a03c578f4f6ab8d559e1')
+
+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 ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Copied: giac/repos/testing-x86_64/PKGBUILD (from rev 228537, 
giac/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-19 13:41:09 UTC (rev 228538)
@@ -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.3-45
+pkgver=${_pkgver//-/.}
+pkgrel=1
+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 ntl lapack libpng libjpeg fltk texlive-core)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
+sha256sums=('8b7354858ab61f7f804c9b78b2a2eb521d503e094951a03c578f4f6ab8d559e1')
+
+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 ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 13:44:17
  Author: arojas
Revision: 228539

Wrong repo

Deleted:
  giac/repos/testing-i686/
  giac/repos/testing-x86_64/


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 13:44:38
  Author: arojas
Revision: 228540

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

Added:
  giac/repos/community-testing-i686/PKGBUILD
(from rev 228539, giac/trunk/PKGBUILD)
  giac/repos/community-testing-x86_64/PKGBUILD
(from rev 228539, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-testing-i686/PKGBUILD
  giac/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-05-19 13:44:17 UTC (rev 228539)
+++ community-testing-i686/PKGBUILD 2017-05-19 13:44:38 UTC (rev 228540)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-43
-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 ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('3d51df76e1c26938b867f42eedd9cfd7f961f9180ae74c0dcf59d3868095e537')
-
-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 ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-testing-i686/PKGBUILD (from rev 228539, 
giac/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-05-19 13:44:38 UTC (rev 228540)
@@ -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.3-45
+pkgver=${_pkgver//-/.}
+pkgrel=1
+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 ntl lapack libpng libjpeg fltk texlive-core)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
+sha256sums=('8b7354858ab61f7f804c9b78b2a2eb521d503e094951a03c578f4f6ab8d559e1')
+
+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 ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-05-19 13:44:17 UTC (rev 228539)
+++ community-testing-x86_64/PKGBUILD   2017-05-19 13:44:38 UTC (rev 228540)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-43
-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 ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-sha256sums=('3d51df76e1c26938b867f42eedd9cfd7f961f9180ae74c0dcf59d3868095e537')
-
-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 ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-testing-x86_64/PKGBUILD (from rev 228539, 
giac/trunk/PKGBUILD)
==

[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-paths.patch)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:47:59
  Author: alucryd
Revision: 228541

upgpkg: retroarch 1.5.0-3

Added:
  retroarch/trunk/retroarch-paths.patch
Modified:
  retroarch/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++---
 retroarch-paths.patch |   43 +++
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:44:38 UTC (rev 228540)
+++ PKGBUILD2017-05-19 13:47:59 UTC (rev 228541)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
 url='http://www.libretro.com/'
@@ -32,9 +32,17 @@
 'retroarch-assets-xmb: XMB menu assets'
 'retroarch-autoconfig-udev: udev joypad autoconfig')
 backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz";)
-sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5')
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz";
+'retroarch-paths.patch')
+sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5'
+'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
 
+prepare() {
+  cd RetroArch-${pkgver}
+
+  patch -Np1 -i ../retroarch-paths.patch
+}
+
 build() {
   cd RetroArch-${pkgver}
 

Added: retroarch-paths.patch
===
--- retroarch-paths.patch   (rev 0)
+++ retroarch-paths.patch   2017-05-19 13:47:59 UTC (rev 228541)
@@ -0,0 +1,43 @@
+diff -rupN RetroArch-1.5.0.orig/retroarch.cfg RetroArch-1.5.0/retroarch.cfg
+--- RetroArch-1.5.0.orig/retroarch.cfg 2017-05-19 15:30:11.834029610 +0200
 RetroArch-1.5.0/retroarch.cfg  2017-05-19 15:38:31.090191050 +0200
+@@ -41,10 +41,10 @@
+ # libretro_path = "/path/to/libretro.so"
+ 
+ # A directory for where to search for libretro core implementations.
+-# libretro_directory =
++libretro_directory = /usr/lib/libretro
+ 
+ # A directory for where to search for libretro core information.
+-# libretro_info_path =
++libretro_info_path = /usr/share/libretro/info
+ 
+ # Sets log level for libretro cores (GET_LOG_INTERFACE).
+ # If a log level issued by a libretro core is below libretro_log_level, it is 
ignored.
+@@ -104,7 +104,7 @@
+ 
+ # Assets directory. This location is queried by default when menu interfaces 
try to look for
+ # loadable assets, etc.
+-# assets_directory =
++assets_directory = /usr/share/retroarch/assets
+ 
+ # Dynamic wallpapers directory. The place to store the wallpapers dynamically
+ # loaded by the menu depending on context.
+@@ -235,7 +235,7 @@
+ # video_shader_enable = false
+ 
+ # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
+-# video_shader_dir =
++video_shader_dir = /usr/share/libretro/shaders
+ 
+ # CPU-based video filter. Path to a dynamic library.
+ # video_filter =
+@@ -404,7 +404,7 @@
+ # Input binds which are made explicit (input_playerN_*_btn/axis) will take 
priority over autoconfigs.
+ # Autoconfigs can be created with retroarch-joyconfig, manually, or with a 
frontend.
+ # Requires input_autodetect_enable to be enabled.
+-# joypad_autoconfig_dir =
++joypad_autoconfig_dir = /usr/share/retroarch/autoconfig
+ 
+ # Sets which libretro device is used for a user.
+ # Devices are indentified with a number.


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:48:13
  Author: alucryd
Revision: 228542

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

Added:
  retroarch/repos/community-i686/PKGBUILD
(from rev 228541, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-i686/retroarch-paths.patch
(from rev 228541, retroarch/trunk/retroarch-paths.patch)
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 228541, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-paths.patch
(from rev 228541, retroarch/trunk/retroarch-paths.patch)
Deleted:
  retroarch/repos/community-i686/PKGBUILD
  retroarch/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  136 +++
 community-i686/PKGBUILD|   60 -
 community-i686/retroarch-paths.patch   |   43 +
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/retroarch-paths.patch |   43 +
 5 files changed, 222 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 13:47:59 UTC (rev 228541)
+++ community-i686/PKGBUILD 2017-05-19 13:48:13 UTC (rev 228542)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='Reference frontend for the libretro API'
-arch=('i686' 'x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
- 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
- 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('vulkan-icd-loader')
-optdepends=('libretro-desmume: Nintendo DS core'
-'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
-'libretro-genesis-plus: Sega Master System/Genesis/Game 
Gear/CD/32X core'
-'libretro-mgba: Nintendo Game Boy Advance core'
-'libretro-mupen64plus: Nintendo 64 core'
-'libretro-nestopia: Nintendo Entertainment System core'
-'libretro-pcsx-rearmed: Sony PlayStation core'
-'libretro-reicast: Sega Dreamcast core'
-'libretro-snes9x: Super Nintendo Entertainment System core'
-'libretro-yabause: Sega Saturn core'
-'libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'retroarch-assets-xmb: XMB menu assets'
-'retroarch-autoconfig-udev: udev joypad autoconfig')
-backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz";)
-sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5')
-
-build() {
-  cd RetroArch-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl
-  make
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/video
-  install -m 644 gfx/video_filters/*.{filt,so} 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-i686/PKGBUILD (from rev 228541, 
retroarch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 13:48:13 UTC (rev 228542)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='Reference frontend for the libretro API'
+arch=('i686' 'x86_64')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
+ 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
+ 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
+makedepends=('vulkan-icd-loader')
+optdepends=('libretro-desmume: Nintendo DS core'
+'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
+'libretro-genesis-plus: Sega Master System/Genesis/Game 
Gear/CD/32X core'
+'libretro-mgba: Nintendo Game Boy Advance core'
+'libretro-mupen64plus: Nintendo 64 core'
+'libretro-nestopia: Nintendo Entertainment System core'
+'libretro-pcsx-rearmed: Sony PlayStation core'
+ 

[arch-commits] Commit in retroarch-assets-xmb/repos/community-any (PKGBUILD PKGBUILD)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:51:27
  Author: alucryd
Revision: 228544

archrelease: copy trunk to community-any

Added:
  retroarch-assets-xmb/repos/community-any/PKGBUILD
(from rev 228543, retroarch-assets-xmb/trunk/PKGBUILD)
Deleted:
  retroarch-assets-xmb/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 13:51:19 UTC (rev 228543)
+++ PKGBUILD2017-05-19 13:51:27 UTC (rev 228544)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=retroarch-assets-xmb
-pkgver=401
-pkgrel=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('retroarch')
-makedepends=('git')
-_commit='926527c79138cbb82727350248dfa4ad39f2fc72'
-source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/libretro/assets
-  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/libretro/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets-xmb/repos/community-any/PKGBUILD (from rev 228543, 
retroarch-assets-xmb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 13:51:27 UTC (rev 228544)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=retroarch-assets-xmb
+pkgver=433
+pkgrel=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+_commit='92c58f06ce92e5bb5df17b1dc8ab4844eb839fd5'
+source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in retroarch-assets-xmb/trunk (PKGBUILD)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:51:19
  Author: alucryd
Revision: 228543

upgpkg: retroarch-assets-xmb 433-1

Modified:
  retroarch-assets-xmb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:48:13 UTC (rev 228542)
+++ PKGBUILD2017-05-19 13:51:19 UTC (rev 228543)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=retroarch-assets-xmb
-pkgver=401
+pkgver=433
 pkgrel=1
 pkgdesc='XMB menu assets for RetroArch'
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('libretro')
 depends=('retroarch')
 makedepends=('git')
-_commit='926527c79138cbb82727350248dfa4ad39f2fc72'
+_commit='92c58f06ce92e5bb5df17b1dc8ab4844eb839fd5'
 
source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}";)
 sha256sums=('SKIP')
 
@@ -24,8 +24,8 @@
 package() {
   cd retroarch-assets
 
-  install -dm 755 "${pkgdir}"/usr/share/libretro/assets
-  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/libretro/assets/
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/retroarch/assets/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in retroarch-autoconfig-udev/trunk (PKGBUILD)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:56:56
  Author: alucryd
Revision: 228545

upgpkg: retroarch-autoconfig-udev 1174-1

Modified:
  retroarch-autoconfig-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:51:27 UTC (rev 228544)
+++ PKGBUILD2017-05-19 13:56:56 UTC (rev 228545)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=retroarch-autoconfig-udev
-pkgver=1172
+pkgver=1174
 pkgrel=1
 pkgdesc='udev joypad autoconfig for RetroArch'
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('libretro')
 depends=('retroarch')
 makedepends=('git')
-_commit='d907d13fbf47a07e25030ee6372d367eab3af4a8'
+_commit='1bf15c5a20d35198e5913593090dd6e2c75ffbb0'
 
source=("git+https://github.com/libretro/retroarch-joypad-autoconfig.git#commit=${_commit}";)
 sha256sums=('SKIP')
 
@@ -24,8 +24,8 @@
 package() {
   cd retroarch-joypad-autoconfig
 
-  install -dm 755 "${pkgdir}"/usr/share/libretro/autoconfig
-  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/libretro/autoconfig/
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/autoconfig
+  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/retroarch/autoconfig/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in retroarch-autoconfig-udev/repos/community-any (2 files)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:57:04
  Author: alucryd
Revision: 228546

archrelease: copy trunk to community-any

Added:
  retroarch-autoconfig-udev/repos/community-any/PKGBUILD
(from rev 228545, retroarch-autoconfig-udev/trunk/PKGBUILD)
Deleted:
  retroarch-autoconfig-udev/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 13:56:56 UTC (rev 228545)
+++ PKGBUILD2017-05-19 13:57:04 UTC (rev 228546)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=retroarch-autoconfig-udev
-pkgver=1172
-pkgrel=1
-pkgdesc='udev joypad autoconfig for RetroArch'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('retroarch')
-makedepends=('git')
-_commit='d907d13fbf47a07e25030ee6372d367eab3af4a8'
-source=("git+https://github.com/libretro/retroarch-joypad-autoconfig.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd retroarch-joypad-autoconfig
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd retroarch-joypad-autoconfig
-
-  install -dm 755 "${pkgdir}"/usr/share/libretro/autoconfig
-  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/libretro/autoconfig/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-autoconfig-udev/repos/community-any/PKGBUILD (from rev 
228545, retroarch-autoconfig-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 13:57:04 UTC (rev 228546)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=retroarch-autoconfig-udev
+pkgver=1174
+pkgrel=1
+pkgdesc='udev joypad autoconfig for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+_commit='1bf15c5a20d35198e5913593090dd6e2c75ffbb0'
+source=("git+https://github.com/libretro/retroarch-joypad-autoconfig.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd retroarch-joypad-autoconfig
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd retroarch-joypad-autoconfig
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/autoconfig
+  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/retroarch/autoconfig/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 14:01:17
  Author: lcarlier
Revision: 228547

upgpkg: beignet 1.3.1-3

now beignet provides opencl-driver

Modified:
  beignet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:57:04 UTC (rev 228546)
+++ PKGBUILD2017-05-19 14:01:17 UTC (rev 228547)
@@ -5,14 +5,14 @@
 
 pkgname=beignet
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source OpenCL implementation for Intel IvyBridge+ iGPUs"
 arch=('x86_64')
 url="https://01.org/${pkgname}";
 license=('LGPL')
-depends=('glu' 'llvm' 'mesa' 'ocl-icd' 'opencl-headers')
-makedepends=('clang' 'cmake' 'python')
-provides=('opencl-intel')
+depends=('glu' 'llvm' 'mesa' 'opencl-headers')
+makedepends=('clang' 'cmake' 'python' 'ocl-icd')
+provides=('opencl-intel' 'opencl-driver')
 conflicts=('opencl-intel')
 source=("https://01.org/sites/default/files/${pkgname}-${pkgver}-source.tar.gz";
 '0001-Backend-Remove-old-llvm-support-code.patch'


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 14:57:51
  Author: bluewind
Revision: 228550

archrelease: copy trunk to community-any

Added:
  openshot/repos/community-any/PKGBUILD
(from rev 228549, openshot/trunk/PKGBUILD)
Deleted:
  openshot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 14:57:47 UTC (rev 228549)
+++ PKGBUILD2017-05-19 14:57:51 UTC (rev 228550)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Florian Pritz 
-# Contributor: Asa Marco 
-
-pkgname=openshot
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
-arch=('any')
-url="http://www.openshotvideo.com/";
-license=('GPL')
-depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
-'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
-'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
-optdepends=('frei0r-plugins: effects'
-   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
-sha256sums=('f4032cc89fac222d9f5d315841e8a50d2d1c2386f4fe54a19e7102a1d5db33fd')
-
-package() {
-  cd "$srcdir"/openshot-qt-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: openshot/repos/community-any/PKGBUILD (from rev 228549, 
openshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 14:57:51 UTC (rev 228550)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Florian Pritz 
+# Contributor: Asa Marco 
+
+pkgname=openshot
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
+arch=('any')
+url="http://www.openshotvideo.com/";
+license=('GPL')
+depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
+'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
+sha256sums=('79a712398847b998729a9ff26e560151064ee39453b5f6d46fa9bd5ec6962b3d')
+
+package() {
+  cd "$srcdir"/openshot-qt-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 14:57:47
  Author: bluewind
Revision: 228549

upgpkg: openshot 2.3.3-1

upstream update

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 14:01:35 UTC (rev 228548)
+++ PKGBUILD2017-05-19 14:57:47 UTC (rev 228549)
@@ -4,7 +4,7 @@
 # Contributor: Asa Marco 
 
 pkgname=openshot
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
 arch=('any')
@@ -18,7 +18,7 @@
'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
-sha256sums=('f4032cc89fac222d9f5d315841e8a50d2d1c2386f4fe54a19e7102a1d5db33fd')
+sha256sums=('79a712398847b998729a9ff26e560151064ee39453b5f6d46fa9bd5ec6962b3d')
 
 package() {
   cd "$srcdir"/openshot-qt-$pkgver


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 15:53:41
  Author: bluewind
Revision: 228552

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

Added:
  freecad/repos/staging-i686/
  freecad/repos/staging-i686/PKGBUILD
(from rev 228551, freecad/trunk/PKGBUILD)
  freecad/repos/staging-i686/freecad.desktop
(from rev 228551, freecad/trunk/freecad.desktop)
  freecad/repos/staging-i686/freecad.xml
(from rev 228551, freecad/trunk/freecad.xml)
  freecad/repos/staging-i686/remove-qtwebkit.patch
(from rev 228551, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-i686/remove-webgui.patch
(from rev 228551, freecad/trunk/remove-webgui.patch)
  freecad/repos/staging-x86_64/
  freecad/repos/staging-x86_64/PKGBUILD
(from rev 228551, freecad/trunk/PKGBUILD)
  freecad/repos/staging-x86_64/freecad.desktop
(from rev 228551, freecad/trunk/freecad.desktop)
  freecad/repos/staging-x86_64/freecad.xml
(from rev 228551, freecad/trunk/freecad.xml)
  freecad/repos/staging-x86_64/remove-qtwebkit.patch
(from rev 228551, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-x86_64/remove-webgui.patch
(from rev 228551, freecad/trunk/remove-webgui.patch)

--+
 staging-i686/PKGBUILD|   88 +++
 staging-i686/freecad.desktop |   14 +++
 staging-i686/remove-qtwebkit.patch   |   23 ++
 staging-i686/remove-webgui.patch |  124 +
 staging-x86_64/PKGBUILD  |   88 +++
 staging-x86_64/freecad.desktop   |   14 +++
 staging-x86_64/remove-qtwebkit.patch |   23 ++
 staging-x86_64/remove-webgui.patch   |  124 +
 8 files changed, 498 insertions(+)

Copied: freecad/repos/staging-i686/PKGBUILD (from rev 228551, 
freecad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-19 15:53:41 UTC (rev 228552)
@@ -0,0 +1,88 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.16
+pkgrel=10
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qt4')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz";
+   "${pkgname}.desktop"
+   "${pkgname}.xml"
+"remove-qtwebkit.patch"
+"remove-webgui.patch")
+md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
+ 'b7bd72a67073c2869da263d8df61f205'
+ 'c2f4154c8e4678825411de8e7fa54c6b'
+ '19e9cd7d41a1ddd557cef05a6b23bdee'
+ '6b5f9253c559c7aacaa277b2973fbaf3')
+
+prepare() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+
+  # Remove QtWebkit dependency
+  patch -Np1 -i ../remove-qtwebkit.patch
+
+  # Remove features depending on Web module
+  patch -Np1 -i ../remove-webgui.patch
+
+  # http://www.freecadweb.org/tracker/view.php?id=2347
+  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
+src/Mod/Drawing/App/FeaturePage.cpp
+}
+
+build() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
+-DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
+-DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
+-DBUILD_START=OFF \
+-DBUILD_WEB=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}/FreeCAD-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Symlink to /usr/bin
+  install -dm755 "$pkgdir/usr/bin"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/FreeCAD"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/freecadcmd"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/FreeCADCmd"
+
+  # Install pixmaps and desktop shortcut
+  desktop-file-install \
+--dir="${pkgdir}/usr/share/applications" \
+"${srcdir}/${pkgname}.desktop"
+  for i in 16 32 48 64; do
+ install -Dm644 "src/Gui/Icons/freecad-icon-${i}.png" \
+ "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/freecad.png"
+  done

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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 15:53:31
  Author: bluewind
Revision: 228551

upgpkg: freecad 0.16-10

rebuild for boost 1.64.0

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 14:57:51 UTC (rev 228550)
+++ PKGBUILD2017-05-19 15:53:31 UTC (rev 228551)
@@ -9,7 +9,7 @@
 
 pkgname=freecad
 pkgver=0.16
-pkgrel=9
+pkgrel=10
 pkgdesc='A general purpose 3D CAD modeler'
 arch=('i686' 'x86_64')
 url='http://www.freecadweb.org/'


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 16:00:45
  Author: bluewind
Revision: 228553

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

Added:
  freecad/repos/staging-i686/PKGBUILD
(from rev 228552, freecad/trunk/PKGBUILD)
  freecad/repos/staging-i686/freecad.desktop
(from rev 228552, freecad/trunk/freecad.desktop)
  freecad/repos/staging-i686/freecad.xml
(from rev 228552, freecad/trunk/freecad.xml)
  freecad/repos/staging-i686/remove-qtwebkit.patch
(from rev 228552, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-i686/remove-webgui.patch
(from rev 228552, freecad/trunk/remove-webgui.patch)
  freecad/repos/staging-x86_64/PKGBUILD
(from rev 228552, freecad/trunk/PKGBUILD)
  freecad/repos/staging-x86_64/freecad.desktop
(from rev 228552, freecad/trunk/freecad.desktop)
  freecad/repos/staging-x86_64/freecad.xml
(from rev 228552, freecad/trunk/freecad.xml)
  freecad/repos/staging-x86_64/remove-qtwebkit.patch
(from rev 228552, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-x86_64/remove-webgui.patch
(from rev 228552, freecad/trunk/remove-webgui.patch)
Deleted:
  freecad/repos/staging-i686/PKGBUILD
  freecad/repos/staging-i686/freecad.desktop
  freecad/repos/staging-i686/freecad.xml
  freecad/repos/staging-i686/remove-qtwebkit.patch
  freecad/repos/staging-i686/remove-webgui.patch
  freecad/repos/staging-x86_64/PKGBUILD
  freecad/repos/staging-x86_64/freecad.desktop
  freecad/repos/staging-x86_64/freecad.xml
  freecad/repos/staging-x86_64/remove-qtwebkit.patch
  freecad/repos/staging-x86_64/remove-webgui.patch

--+
 /PKGBUILD|  176 +++
 /freecad.desktop |   28 +++
 /remove-qtwebkit.patch   |   46 ++
 /remove-webgui.patch |  248 +
 staging-i686/PKGBUILD|   88 ---
 staging-i686/freecad.desktop |   14 -
 staging-i686/remove-qtwebkit.patch   |   23 ---
 staging-i686/remove-webgui.patch |  124 
 staging-x86_64/PKGBUILD  |   88 ---
 staging-x86_64/freecad.desktop   |   14 -
 staging-x86_64/remove-qtwebkit.patch |   23 ---
 staging-x86_64/remove-webgui.patch   |  124 
 12 files changed, 498 insertions(+), 498 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-05-19 15:53:41 UTC (rev 228552)
+++ staging-i686/PKGBUILD   2017-05-19 16:00:45 UTC (rev 228553)
@@ -1,88 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.16
-pkgrel=10
-pkgdesc='A general purpose 3D CAD modeler'
-arch=('i686' 'x86_64')
-url='http://www.freecadweb.org/'
-license=('LGPL')
-depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
- 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
- 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qt4')
-makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
-# TODO add reasons
-optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz";
-   "${pkgname}.desktop"
-   "${pkgname}.xml"
-"remove-qtwebkit.patch"
-"remove-webgui.patch")
-md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
- 'b7bd72a67073c2869da263d8df61f205'
- 'c2f4154c8e4678825411de8e7fa54c6b'
- '19e9cd7d41a1ddd557cef05a6b23bdee'
- '6b5f9253c559c7aacaa277b2973fbaf3')
-
-prepare() {
-  cd "${srcdir}/FreeCAD-${pkgver}/"
-
-  # Remove QtWebkit dependency
-  patch -Np1 -i ../remove-qtwebkit.patch
-
-  # Remove features depending on Web module
-  patch -Np1 -i ../remove-webgui.patch
-
-  # http://www.freecadweb.org/tracker/view.php?id=2347
-  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
-src/Mod/Drawing/App/FeaturePage.cpp
-}
-
-build() {
-  cd "${srcdir}/FreeCAD-${pkgver}/"
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
--DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
--DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
--DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
--DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
--DBUILD_START=OFF \
--DBUILD_WEB=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}/FreeCAD-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Symlink to /usr/bin
-  install -dm755 "$pkgdir/usr/bin"
-  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
-  ln -srf "$pkgdir/usr/

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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 16:01:14
  Author: bluewind
Revision: 228554

remove wrong repo

Deleted:
  freecad/repos/staging-i686/
  freecad/repos/staging-x86_64/


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 16:01:39
  Author: bluewind
Revision: 228555

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

Added:
  freecad/repos/community-staging-i686/
  freecad/repos/community-staging-i686/PKGBUILD
(from rev 228554, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-i686/freecad.desktop
(from rev 228554, freecad/trunk/freecad.desktop)
  freecad/repos/community-staging-i686/freecad.xml
(from rev 228554, freecad/trunk/freecad.xml)
  freecad/repos/community-staging-i686/remove-qtwebkit.patch
(from rev 228554, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/community-staging-i686/remove-webgui.patch
(from rev 228554, freecad/trunk/remove-webgui.patch)
  freecad/repos/community-staging-x86_64/
  freecad/repos/community-staging-x86_64/PKGBUILD
(from rev 228554, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-x86_64/freecad.desktop
(from rev 228554, freecad/trunk/freecad.desktop)
  freecad/repos/community-staging-x86_64/freecad.xml
(from rev 228554, freecad/trunk/freecad.xml)
  freecad/repos/community-staging-x86_64/remove-qtwebkit.patch
(from rev 228554, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/community-staging-x86_64/remove-webgui.patch
(from rev 228554, freecad/trunk/remove-webgui.patch)

+
 community-staging-i686/PKGBUILD|   88 
 community-staging-i686/freecad.desktop |   14 ++
 community-staging-i686/remove-qtwebkit.patch   |   23 
 community-staging-i686/remove-webgui.patch |  124 +++
 community-staging-x86_64/PKGBUILD  |   88 
 community-staging-x86_64/freecad.desktop   |   14 ++
 community-staging-x86_64/remove-qtwebkit.patch |   23 
 community-staging-x86_64/remove-webgui.patch   |  124 +++
 8 files changed, 498 insertions(+)

Copied: freecad/repos/community-staging-i686/PKGBUILD (from rev 228554, 
freecad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 16:01:39 UTC (rev 228555)
@@ -0,0 +1,88 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.16
+pkgrel=10
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qt4')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz";
+   "${pkgname}.desktop"
+   "${pkgname}.xml"
+"remove-qtwebkit.patch"
+"remove-webgui.patch")
+md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
+ 'b7bd72a67073c2869da263d8df61f205'
+ 'c2f4154c8e4678825411de8e7fa54c6b'
+ '19e9cd7d41a1ddd557cef05a6b23bdee'
+ '6b5f9253c559c7aacaa277b2973fbaf3')
+
+prepare() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+
+  # Remove QtWebkit dependency
+  patch -Np1 -i ../remove-qtwebkit.patch
+
+  # Remove features depending on Web module
+  patch -Np1 -i ../remove-webgui.patch
+
+  # http://www.freecadweb.org/tracker/view.php?id=2347
+  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
+src/Mod/Drawing/App/FeaturePage.cpp
+}
+
+build() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
+-DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
+-DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
+-DBUILD_START=OFF \
+-DBUILD_WEB=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}/FreeCAD-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Symlink to /usr/bin
+  install -dm755 "$pkgdir/usr/bin"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/FreeCAD"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/freecadcmd"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/FreeCADCmd"
+
+  # Install pixmaps and desktop shortcut
+  desktop-file-install \
+--dir="${pkgdir}/usr/share/applications" \

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 16:51:24
  Author: arojas
Revision: 228556

openssl-1.0 rebuild

Modified:
  snownews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 16:01:39 UTC (rev 228555)
+++ PKGBUILD2017-05-19 16:51:24 UTC (rev 228556)
@@ -4,7 +4,7 @@
 
 pkgname=snownews
 pkgver=1.5.12
-pkgrel=9
+pkgrel=10
 pkgdesc="Text mode RSS newsreader for Linux and Unix."
 arch=(i686 x86_64)
 url="http://kiza.kcore.de/software/snownews/";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 16:51:52
  Author: arojas
Revision: 228557

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

Added:
  snownews/repos/community-staging-i686/
  snownews/repos/community-staging-i686/PKGBUILD
(from rev 228556, snownews/trunk/PKGBUILD)
  snownews/repos/community-staging-i686/openssl-pkgconfig.patch
(from rev 228556, snownews/trunk/openssl-pkgconfig.patch)
  snownews/repos/community-staging-x86_64/
  snownews/repos/community-staging-x86_64/PKGBUILD
(from rev 228556, snownews/trunk/PKGBUILD)
  snownews/repos/community-staging-x86_64/openssl-pkgconfig.patch
(from rev 228556, snownews/trunk/openssl-pkgconfig.patch)

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/openssl-pkgconfig.patch   |   19 
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/openssl-pkgconfig.patch |   19 
 4 files changed, 104 insertions(+)

Copied: snownews/repos/community-staging-i686/PKGBUILD (from rev 228556, 
snownews/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 16:51:52 UTC (rev 228557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=10
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/";
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 
'openssl-1.0')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz
+openssl-pkgconfig.patch)
+sha256sums=('26dd96e9345d9cbc1c0c9470417080dd0c3eb31e7ea944f78f3302d7060ecb90'
+'847b4bc3139b4a1d0b49c95fe0378cd9d941f3219d8a9510cb206276abcc')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -Np0 -i ../openssl-pkgconfig.patch
+}
+  
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  ln -fs /usr/bin/opml2snow "$pkgdir"/usr/bin/snow2opml
+}

Copied: snownews/repos/community-staging-i686/openssl-pkgconfig.patch (from rev 
228556, snownews/trunk/openssl-pkgconfig.patch)
===
--- community-staging-i686/openssl-pkgconfig.patch  
(rev 0)
+++ community-staging-i686/openssl-pkgconfig.patch  2017-05-19 16:51:52 UTC 
(rev 228557)
@@ -0,0 +1,19 @@
+--- configure.orig 2017-03-22 10:11:04.082473251 +
 configure  2017-03-22 10:14:19.083251343 +
+@@ -10,10 +10,14 @@
+ chomp($xmlcflags);
+ my $xmlldflags = `xml2-config --libs`;
+ chomp($xmlldflags);
++my $cryptocflags = `pkg-config libcrypto --cflags`;
++chomp($cryptocflags);
++my $cryptoldflags = `pkg-config libcrypto --libs`;
++chomp($cryptoldflags);
+ 
+ my $prefix = "/usr/local";
+-my $cflags = "-Wall -Wno-format-y2k -O2 
-DLOCALEPATH=\"\\\"\$(LOCALEPATH)\\\"\" -DOS=\\\"$os\\\" $xmlcflags 
\$(EXTRA_CFLAGS) ";
+-my $ldflags = "-lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) ";
++my $cflags = "-Wall -Wno-format-y2k -O2 
-DLOCALEPATH=\"\\\"\$(LOCALEPATH)\\\"\" -DOS=\\\"$os\\\" $cryptocflags 
$xmlcflags \$(EXTRA_CFLAGS) ";
++my $ldflags = "-lncurses $cryptoldflags $xmlldflags \$(EXTRA_LDFLAGS) ";
+ 
+ my $use_nls = 1;
+ parse_cmdl_line();

Copied: snownews/repos/community-staging-x86_64/PKGBUILD (from rev 228556, 
snownews/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 16:51:52 UTC (rev 228557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=10
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/";
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 
'openssl-1.0')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz
+openssl-pkgconfig.patch)
+sha256sums=('26dd96e9345d9cbc1c0c9470417080dd0c3eb31e7ea944f78f3302d7060ecb90'
+'847b4bc3139b4a1d0b49c95fe0378cd9d941f3219d8a9510cb206276abcc')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -Np0 -i ../openssl-pkgconfig.patch
+}
+  
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  ln -fs /usr/bin/opml2snow "$pk

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

2017-05-19 Thread Anatol Pomozov
Date: Friday, May 19, 2017 @ 17:02:05
  Author: anatolik
Revision: 228561

upgpkg: fio 2.20-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 16:58:31 UTC (rev 228560)
+++ PKGBUILD2017-05-19 17:02:05 UTC (rev 228561)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.19
+pkgver=2.20
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
+sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
 
 prepare() {
   cd fio-fio-$pkgver


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

2017-05-19 Thread Anatol Pomozov
Date: Friday, May 19, 2017 @ 17:02:50
  Author: anatolik
Revision: 228562

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 17:02:05 UTC (rev 228561)
+++ community-i686/PKGBUILD 2017-05-19 17:02:50 UTC (rev 228562)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.19
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 228561, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 17:02:50 UTC (rev 228562)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.20
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 17:02:05 UTC (rev 228561)
+++ community-x86_64/PKGBUILD   2017-05-19 17:02:50 UTC (rev 228562)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.19
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:15:00
  Author: arojas
Revision: 228563

openssl-1.0 rebuild

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:02:50 UTC (rev 228562)
+++ PKGBUILD2017-05-19 17:15:00 UTC (rev 228563)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.5.25
-pkgrel=2
+pkgrel=3
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'


[arch-commits] Commit in squid/repos (18 files)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:15:42
  Author: arojas
Revision: 228564

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

Added:
  squid/repos/community-staging-i686/
  squid/repos/community-staging-i686/PKGBUILD
(from rev 228563, squid/trunk/PKGBUILD)
  squid/repos/community-staging-i686/squid-rotate.service
(from rev 228563, squid/trunk/squid-rotate.service)
  squid/repos/community-staging-i686/squid-rotate.timer
(from rev 228563, squid/trunk/squid-rotate.timer)
  squid/repos/community-staging-i686/squid.install
(from rev 228563, squid/trunk/squid.install)
  squid/repos/community-staging-i686/squid.pam
(from rev 228563, squid/trunk/squid.pam)
  squid/repos/community-staging-i686/squid.service
(from rev 228563, squid/trunk/squid.service)
  squid/repos/community-staging-i686/squid.sysusers
(from rev 228563, squid/trunk/squid.sysusers)
  squid/repos/community-staging-i686/squid.tmpfiles
(from rev 228563, squid/trunk/squid.tmpfiles)
  squid/repos/community-staging-x86_64/
  squid/repos/community-staging-x86_64/PKGBUILD
(from rev 228563, squid/trunk/PKGBUILD)
  squid/repos/community-staging-x86_64/squid-rotate.service
(from rev 228563, squid/trunk/squid-rotate.service)
  squid/repos/community-staging-x86_64/squid-rotate.timer
(from rev 228563, squid/trunk/squid-rotate.timer)
  squid/repos/community-staging-x86_64/squid.install
(from rev 228563, squid/trunk/squid.install)
  squid/repos/community-staging-x86_64/squid.pam
(from rev 228563, squid/trunk/squid.pam)
  squid/repos/community-staging-x86_64/squid.service
(from rev 228563, squid/trunk/squid.service)
  squid/repos/community-staging-x86_64/squid.sysusers
(from rev 228563, squid/trunk/squid.sysusers)
  squid/repos/community-staging-x86_64/squid.tmpfiles
(from rev 228563, squid/trunk/squid.tmpfiles)

---+
 community-staging-i686/PKGBUILD   |  108 
 community-staging-i686/squid-rotate.service   |9 ++
 community-staging-i686/squid-rotate.timer |   10 ++
 community-staging-i686/squid.install  |   14 +++
 community-staging-i686/squid.pam  |4 
 community-staging-i686/squid.service  |   13 ++
 community-staging-i686/squid.sysusers |1 
 community-staging-i686/squid.tmpfiles |2 
 community-staging-x86_64/PKGBUILD |  108 
 community-staging-x86_64/squid-rotate.service |9 ++
 community-staging-x86_64/squid-rotate.timer   |   10 ++
 community-staging-x86_64/squid.install|   14 +++
 community-staging-x86_64/squid.pam|4 
 community-staging-x86_64/squid.service|   13 ++
 community-staging-x86_64/squid.sysusers   |1 
 community-staging-x86_64/squid.tmpfiles   |2 
 16 files changed, 322 insertions(+)

Copied: squid/repos/community-staging-i686/PKGBUILD (from rev 228563, 
squid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:15:42 UTC (rev 228564)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Mark Coolen 
+# Contributor: Tom Newsom 
+# Contributor: Kevin Piche 
+
+pkgname=squid
+pkgver=3.5.25
+pkgrel=3
+pkgdesc='Full-featured Web proxy cache server'
+arch=('x86_64' 'i686')
+url='http://www.squid-cache.org'
+depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls')
+makedepends=('krb5')
+license=('GPL')
+options=('emptydirs')
+backup=('etc/squid/squid.conf'
+   'etc/squid/cachemgr.conf'
+   'etc/squid/errorpage.css'
+   'etc/squid/mime.conf')
+install=$pkgname.install
+validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463')
+source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz"{,.asc}
+'squid.pam'
+'squid.service'
+'squid.tmpfiles'
+'squid.sysusers'
+'squid-rotate.service'
+'squid-rotate.timer')
+sha256sums=('28959254c32b8cd87e9599b6beb97352cf0638524e0f5ac3e1754f08462f3585'
+'SKIP'
+'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
+'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
+'0d7db4e078a2a6d8d8e46537054aa84523efdf95dd92a78189e81606200f48a5'
+'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
+'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
+'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--datadir=/usr/share/squid \
+--sysconfdir=/etc/squid \
+--libexecdir=/usr/lib/sq

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:27:56
  Author: arojas
Revision: 228580

openssl-1.0 rebuild

Modified:
  python2-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:22:07 UTC (rev 228579)
+++ PKGBUILD2017-05-19 17:27:56 UTC (rev 228580)
@@ -5,7 +5,7 @@
 
 pkgname=python2-m2crypto
 pkgver=0.24.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('i686' 'x86_64')
 url="https://pypi.python.org/pypi/M2Crypto";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:28:29
  Author: arojas
Revision: 228581

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

Added:
  python2-m2crypto/repos/community-staging-i686/
  python2-m2crypto/repos/community-staging-i686/LICENSE
(from rev 228580, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-staging-i686/PKGBUILD
(from rev 228580, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-staging-i686/openssl-1.1.0-force.patch
(from rev 228580, python2-m2crypto/trunk/openssl-1.1.0-force.patch)
  python2-m2crypto/repos/community-staging-x86_64/
  python2-m2crypto/repos/community-staging-x86_64/LICENSE
(from rev 228580, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-staging-x86_64/PKGBUILD
(from rev 228580, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-staging-x86_64/openssl-1.1.0-force.patch
(from rev 228580, python2-m2crypto/trunk/openssl-1.1.0-force.patch)

+
 community-staging-i686/LICENSE |   26 
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/openssl-1.1.0-force.patch   |   33 +++
 community-staging-x86_64/LICENSE   |   26 
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/openssl-1.1.0-force.patch |   33 +++
 6 files changed, 198 insertions(+)

Copied: python2-m2crypto/repos/community-staging-i686/LICENSE (from rev 228580, 
python2-m2crypto/trunk/LICENSE)
===
--- community-staging-i686/LICENSE  (rev 0)
+++ community-staging-i686/LICENSE  2017-05-19 17:28:29 UTC (rev 228581)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python2-m2crypto/repos/community-staging-i686/PKGBUILD (from rev 
228580, python2-m2crypto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:28:29 UTC (rev 228581)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 140196 2011-10-09 08:27:16Z angvp $
+# Maintainer: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python2-m2crypto
+pkgver=0.24.0
+pkgrel=4
+pkgdesc="A crypto and SSL toolkit for Python"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/M2Crypto";
+license=('BSD')
+depends=('python2' 'openssl-1.0')
+makedepends=('swig' 'python2-setuptools')
+#source=("m2crypto-${pkgver}.tar.gz::https://github.com/martinpaljak/M2Crypto/archive/v$pkgver.tar.gz";
+source=("https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-$pkgver.tar.gz";
+"openssl-1.1.0-force.patch"
+   "LICENSE")
+md5sums=('8e87235942c76d1ba9f999ee33764fdb'
+ '6fde6efbc37fcb971e23125a396f4963'
+ 'b0e1f0b7d0ce8a62c18b1287b991800e')
+
+prepare() {
+  cd "${srcdir}/M2Crypto-${pkgver}"
+  patch -Np1 -i $srcdir/openssl-1.1.0-force.patch
+}
+
+build() {
+  cd "${srcdir}/M2Crypto-${pkgver}"
+  export CFLAGS="$CFLASG -I/usr/include/openssl-1.0"
+  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lssl -lcrypto"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/M2Crypto-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 "$srcdir"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python2-m2crypto/repos/community-staging-i686/openssl-1.1.0-force.patch 
(from rev 228580, python2-m2

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:34:59
  Author: arojas
Revision: 228582

openssl-1.0 rebuild

Modified:
  pound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:28:29 UTC (rev 228581)
+++ PKGBUILD2017-05-19 17:34:59 UTC (rev 228582)
@@ -5,7 +5,7 @@
 
 pkgname=pound
 pkgver=2.7
-pkgrel=4
+pkgrel=5
 pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
 arch=('i686' 'x86_64')
 url="http://www.apsis.ch/pound/index_html";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:35:29
  Author: arojas
Revision: 228583

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

Added:
  pound/repos/community-staging-i686/
  pound/repos/community-staging-i686/ChangeLog
(from rev 228582, pound/trunk/ChangeLog)
  pound/repos/community-staging-i686/PKGBUILD
(from rev 228582, pound/trunk/PKGBUILD)
  pound/repos/community-staging-i686/pound.cfg
(from rev 228582, pound/trunk/pound.cfg)
  pound/repos/community-staging-i686/pound.runit
(from rev 228582, pound/trunk/pound.runit)
  pound/repos/community-staging-i686/pound.service
(from rev 228582, pound/trunk/pound.service)
  pound/repos/community-staging-x86_64/
  pound/repos/community-staging-x86_64/ChangeLog
(from rev 228582, pound/trunk/ChangeLog)
  pound/repos/community-staging-x86_64/PKGBUILD
(from rev 228582, pound/trunk/PKGBUILD)
  pound/repos/community-staging-x86_64/pound.cfg
(from rev 228582, pound/trunk/pound.cfg)
  pound/repos/community-staging-x86_64/pound.runit
(from rev 228582, pound/trunk/pound.runit)
  pound/repos/community-staging-x86_64/pound.service
(from rev 228582, pound/trunk/pound.service)

+
 community-staging-i686/ChangeLog   |   22 
 community-staging-i686/PKGBUILD|   48 +
 community-staging-i686/pound.cfg   |   85 +++
 community-staging-i686/pound.runit |   23 
 community-staging-i686/pound.service   |   10 +++
 community-staging-x86_64/ChangeLog |   22 
 community-staging-x86_64/PKGBUILD  |   48 +
 community-staging-x86_64/pound.cfg |   85 +++
 community-staging-x86_64/pound.runit   |   23 
 community-staging-x86_64/pound.service |   10 +++
 10 files changed, 376 insertions(+)

Copied: pound/repos/community-staging-i686/ChangeLog (from rev 228582, 
pound/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-05-19 17:35:29 UTC (rev 228583)
@@ -0,0 +1,22 @@
+
+2009-03-22  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.4.4
+   * Fixed an issue with the rc.d pound script
+
+2008-06-22  Mateusz Herych 
+
+   * Adding for x86_64 community - 2.4.3
+
+2008-06-22  Douglas Soares de Andrade  
+
+   * Adding for i686 community - 2.4.3
+
+2008-05-22  Mateusz Herych 
+
+   * Adding to community for x86_64
+
+2008-05-21  Douglas Soares de Andrade  
+
+   * Adding to community for i686
+

Copied: pound/repos/community-staging-i686/PKGBUILD (from rev 228582, 
pound/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:35:29 UTC (rev 228583)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Roberto Alsina 
+
+pkgname=pound
+pkgver=2.7
+pkgrel=5
+pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
+arch=('i686' 'x86_64')
+url="http://www.apsis.ch/pound/index_html";
+license=('GPL')
+depends=('pcre' 'openssl-1.0')
+backup=(etc/pound/pound.cfg)
+source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
+   pound.runit
+   pound.service
+   pound.cfg)
+md5sums=('ec8298aa3e4aee3ffbecdc0639d7f14a'
+ '2a555ee5871a849cb1f6e6ba2ff054df'
+ 'c0d0726a96dfda0e83843362e401b3dc'
+ '8937808acd22c6391ebe4340af8df854')
+
+prepare() {
+  cd "$srcdir"/Pound-$pkgver
+  sed -i -e 's/openssl/openssl-1.0/' Makefile.in
+}
+
+build() {
+  cd "$srcdir"/Pound-$pkgver
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr --sysconfdir=/etc/pound --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/Pound-$pkgver
+  install -d "$pkgdir"/usr/sbin
+  make DESTDIR="$pkgdir" install 
+  chown root.root -R "$pkgdir"/usr
+  install -d "$pkgdir"/etc/sv
+  install -d "$pkgdir"/etc/sv/pound
+  install -m0755 "$srcdir"/pound.runit "$pkgdir"/etc/sv/pound/run
+  install -D -m0644 "$srcdir"/pound.cfg "$pkgdir"/etc/pound/pound.cfg
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  rmdir "$pkgdir"/usr/sbin
+}

Copied: pound/repos/community-staging-i686/pound.cfg (from rev 228582, 
pound/trunk/pound.cfg)
===
--- community-staging-i686/pound.cfg(rev 0)
+++ community-staging-i686/pound.cfg2017-05-19 17:35:29 UTC (rev 228583)
@@ -0,0 +1,85 @@
+###
+## Pound configration file
+###
+##
+##
+## GLOBAL SETTINGS
+##
+

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:37:43
  Author: arojas
Revision: 228584

openssl-1.0 rebuild

Modified:
  dnssec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:35:29 UTC (rev 228583)
+++ PKGBUILD2017-05-19 17:37:43 UTC (rev 228584)
@@ -4,7 +4,7 @@
 
 pkgname=dnssec-tools
 pkgver=2.2
-pkgrel=7
+pkgrel=8
 pkgdesc="libval & dnssec management tools"
 arch=('i686' 'x86_64')
 url="http://www.dnssec-tools.org";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:38:15
  Author: arojas
Revision: 228585

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

Added:
  dnssec-tools/repos/community-staging-i686/
  dnssec-tools/repos/community-staging-i686/PKGBUILD
(from rev 228584, dnssec-tools/trunk/PKGBUILD)
  dnssec-tools/repos/community-staging-i686/dnssec-tools-link.patch
(from rev 228584, dnssec-tools/trunk/dnssec-tools-link.patch)
  dnssec-tools/repos/community-staging-i686/dnssec-tools.install
(from rev 228584, dnssec-tools/trunk/dnssec-tools.install)
  dnssec-tools/repos/community-staging-i686/glibc-2.25.patch
(from rev 228584, dnssec-tools/trunk/glibc-2.25.patch)
  dnssec-tools/repos/community-staging-i686/makefile-dependency.patch
(from rev 228584, dnssec-tools/trunk/makefile-dependency.patch)
  dnssec-tools/repos/community-staging-x86_64/
  dnssec-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 228584, dnssec-tools/trunk/PKGBUILD)
  dnssec-tools/repos/community-staging-x86_64/dnssec-tools-link.patch
(from rev 228584, dnssec-tools/trunk/dnssec-tools-link.patch)
  dnssec-tools/repos/community-staging-x86_64/dnssec-tools.install
(from rev 228584, dnssec-tools/trunk/dnssec-tools.install)
  dnssec-tools/repos/community-staging-x86_64/glibc-2.25.patch
(from rev 228584, dnssec-tools/trunk/glibc-2.25.patch)
  dnssec-tools/repos/community-staging-x86_64/makefile-dependency.patch
(from rev 228584, dnssec-tools/trunk/makefile-dependency.patch)

+
 community-staging-i686/PKGBUILD|  101 ++
 community-staging-i686/dnssec-tools-link.patch |   22 +++
 community-staging-i686/dnssec-tools.install|9 +
 community-staging-i686/glibc-2.25.patch|  128 +++
 community-staging-i686/makefile-dependency.patch   |   11 +
 community-staging-x86_64/PKGBUILD  |  101 ++
 community-staging-x86_64/dnssec-tools-link.patch   |   22 +++
 community-staging-x86_64/dnssec-tools.install  |9 +
 community-staging-x86_64/glibc-2.25.patch  |  128 +++
 community-staging-x86_64/makefile-dependency.patch |   11 +
 10 files changed, 542 insertions(+)

Copied: dnssec-tools/repos/community-staging-i686/PKGBUILD (from rev 228584, 
dnssec-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:38:15 UTC (rev 228585)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Luca Fulchir 
+
+pkgname=dnssec-tools
+pkgver=2.2
+pkgrel=8
+pkgdesc="libval & dnssec management tools"
+arch=('i686' 'x86_64')
+url="http://www.dnssec-tools.org";
+license=('BSD')
+conflicts=('libval' 'libval_shim' 'libsres')
+backup=('etc/dnssec-tools/dnssec-tools.conf' 'etc/dnssec-tools/resolv.conf' 
'etc/dnssec-tools/root.hints' 'etc/dnssec-tools/dnsval.conf')
+depends=('dnsutils' 'perl' 'perl-timedate' 'perl-net-dns' 'perl-net-dns-sec' 
'perl-mailtools' 'bind' 'openssl-1.0' 'glibc' 'pth')
+optdepends=('perl-tk: for GUI components'
+'perl-graphviz: for GUI components')
+options=('!emptydirs')
+source=(http://www.dnssec-tools.org/download/${pkgname}-${pkgver}.tar.gz
+makefile-dependency.patch
+dnssec-tools-link.patch
+glibc-2.25.patch)
+sha256sums=('4f45033a7a27382fe5284de705a1792277dfbe9a149d369b95d787865a44ef66'
+'fb23565ff9afabf85dc812ab500a3652add4537e9519a49214e329de3d2171f9'
+'c499ce75b27d89b456c9b79d7051d63bdfeb35835e95e0cd312f1a55b1881c85'
+'d5485691e4d1604bc2e0d06a66068f9f930c94cb2012e4d89ffee5615542d296')
+install="dnssec-tools.install"
+
+prepare() {
+  # patch for race condition with -j 2+
+  cd "$srcdir/${pkgname}-${pkgver}"
+  patch -p0 -i "$srcdir/makefile-dependency.patch"
+
+  # patch for linking errors
+  patch -p1 -i "$srcdir/dnssec-tools-link.patch"
+
+  # patch for glibc 2.25 compatibility
+  patch -p1 -i "$srcdir/glibc-2.25.patch"
+
+  sed -e '/^maninstall:/,+3s:$(MKPATH) $(mandir)/$(man1dir):$(MKPATH) 
$(DESTDIR)/$(mandir)/$(man1dir):' \
+  -i Makefile.in
+  sed -e 's:/usr/local/etc:/etc:g' \
+  -e 's:/usr/local:/usr:g' \
+  -i tools/donuts/donuts \
+  -i tools/etc/dnssec-tools/dnssec-tools.conf \
+  -i tools/scripts/genkrf
+  sed -e 's:/usr/bin/genkrf:/usr/bin/vendor_perl/genkrf:' \
+  -e 's:/usr/bin/keyarch:/usr/bin/vendor_perl/keyarch:' \
+  -e 's:/usr/bin/rollchk:/usr/bin/vendor_perl/rollchk:' \
+  -e 's:/usr/bin/rollctl:/usr/bin/vendor_perl/rollctl:' \
+  -e 's:/usr/bin/zonesigner:/usr/bin/vendor_perl/zonesigner:' \
+  -e 's:/usr/sbin/dnssec-keygen:/usr/bin/dnssec-keygen:' \
+  -e 's:/usr/sbin/rndc:/usr/bin/rndc:' \
+  -e 's:/usr/sbin/named-checkzone:/usr/bin/named-checkzone:' \
+  -e 's:/usr/sbin/dnssec-signzone:/usr/bin/dnssec-signz

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:44:14
  Author: arojas
Revision: 228586

openssl-1.0 rebuild

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:38:15 UTC (rev 228585)
+++ PKGBUILD2017-05-19 17:44:14 UTC (rev 228586)
@@ -3,7 +3,7 @@
 
 pkgname=mongodb-tools
 pkgver=3.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
 arch=('i686' 'x86_64')
 url="https://github.com/mongodb/mongo-tools";


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

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:44:17
  Author: lfleischer
Revision: 228587

upgpkg: opensmtpd 6.0.2p1-4

OpenSSL rebuild (against openssl-1.0 1.0.2.k-4).

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:44:14 UTC (rev 228586)
+++ PKGBUILD2017-05-19 17:44:17 UTC (rev 228587)
@@ -4,7 +4,7 @@
 
 pkgname=opensmtpd
 pkgver=6.0.2p1
-pkgrel=3
+pkgrel=4
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'


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

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:44:26
  Author: lfleischer
Revision: 228588

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

Added:
  opensmtpd/repos/community-staging-i686/
  opensmtpd/repos/community-staging-i686/PKGBUILD
(from rev 228587, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-i686/opensmtpd.install
(from rev 228587, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-i686/smtpd.service
(from rev 228587, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-i686/smtpd.socket
(from rev 228587, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-staging-x86_64/
  opensmtpd/repos/community-staging-x86_64/PKGBUILD
(from rev 228587, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-x86_64/opensmtpd.install
(from rev 228587, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-x86_64/smtpd.service
(from rev 228587, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-x86_64/smtpd.socket
(from rev 228587, opensmtpd/trunk/smtpd.socket)

+
 community-staging-i686/PKGBUILD|   68 +++
 community-staging-i686/opensmtpd.install   |   26 ++
 community-staging-i686/smtpd.service   |   10 +++
 community-staging-i686/smtpd.socket|8 +++
 community-staging-x86_64/PKGBUILD  |   68 +++
 community-staging-x86_64/opensmtpd.install |   26 ++
 community-staging-x86_64/smtpd.service |   10 +++
 community-staging-x86_64/smtpd.socket  |8 +++
 8 files changed, 224 insertions(+)

Copied: opensmtpd/repos/community-staging-i686/PKGBUILD (from rev 228587, 
opensmtpd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:44:26 UTC (rev 228588)
@@ -0,0 +1,68 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.0.2p1
+pkgrel=4
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+options=('emptydirs')
+install=opensmtpd.install
+source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
+'smtpd.service'
+'smtpd.socket')
+sha256sums=('2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac'
+'3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
+'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
+
+prepare() {
+  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/smtpd \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/smtpd \
+--with-path-mbox=/var/spool/mail \
+--with-path-empty=/var/empty \
+--with-path-socket=/run \
+--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
+--with-user-smtpd=smtpd \
+--with-user-queue=smtpq \
+--with-group-queue=smtpq \
+--with-auth-pam \
+--with-libssl='/usr/lib/openssl-1.0' \
+--with-cflags='-I/usr/include/openssl-1.0'
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/sendmail"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/mailq"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/newaliases"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/makemap"
+
+  # install license and systemd unit files
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
+  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
+
+  # install an empty aliases file (used by the default config)
+  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
+}

Copied: opensmtpd/repos/community-staging-i686/opensmtpd.install (from rev 
228587, opensmtpd/trunk/opensmtpd.install)
===
--- community-staging-i686/opensmtpd.install(rev 0)
+++ community-staging-i686/opensmtpd.install2017-05-19 17:44:26 UTC (rev 
228588)
@@ -0,0 +1,26 @@
+# arg 1:  the new package version
+post_install() {
+  # create users
+  getent group smtpq >/dev/null || groupadd  -r smtpq
+  getent passwd smtpd >/dev/null || useradd -c "SMTP Daemon" -d /var/empty -u 
91 -g 1 -s /bin/nologin smtpd
+  getent passwd smtpq >/dev/null || useradd -c "SMTPD Queue" -d /var/empty -u 
92 -g smtpq -s/bin/nologin smt

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:44:41
  Author: arojas
Revision: 228589

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

Added:
  mongodb-tools/repos/community-staging-i686/
  mongodb-tools/repos/community-staging-i686/PKGBUILD
(from rev 228588, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-staging-i686/disable-sslv3.patch
(from rev 228588, mongodb-tools/trunk/disable-sslv3.patch)
  mongodb-tools/repos/community-staging-x86_64/
  mongodb-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 228588, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-staging-x86_64/disable-sslv3.patch
(from rev 228588, mongodb-tools/trunk/disable-sslv3.patch)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/disable-sslv3.patch   |   13 
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/disable-sslv3.patch |   13 
 4 files changed, 102 insertions(+)

Copied: mongodb-tools/repos/community-staging-i686/PKGBUILD (from rev 228588, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:44:41 UTC (rev 228589)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.4.2
+pkgrel=3
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools";
+license=('Apache')
+depends=('libsasl' 'libpcap' 'openssl-1.0')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz";
+"disable-sslv3.patch")
+sha512sums=('5ad4b5421acb10010f72f6b9f8342c095c4f571ac3cb9dc3db78251262f8285a4e2bddbeed3ad26c64f36d5b33ed7f43a759c74e00d2878c0ac6a71069508a2f'
+
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
+
+prepare() {
+  cd mongo-tools-r$pkgver
+  . ./set_gopath.sh
+  mkdir bin
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+}
+
+build() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
+  done
+}

Copied: mongodb-tools/repos/community-staging-i686/disable-sslv3.patch (from 
rev 228588, mongodb-tools/trunk/disable-sslv3.patch)
===
--- community-staging-i686/disable-sslv3.patch  (rev 0)
+++ community-staging-i686/disable-sslv3.patch  2017-05-19 17:44:41 UTC (rev 
228589)
@@ -0,0 +1,13 @@
+diff --git i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go 
w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
+index 22d6dd1..25b0eec 100644
+--- i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
 w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
+@@ -141,7 +141,7 @@ func NewCtxWithVersion(version SSLVersion) (*Ctx, error) {
+   var method *C.SSL_METHOD
+   switch version {
+   case SSLv3:
+-  method = C.SSLv3_method()
++  method = C.SSLv23_method()
+   case TLSv1:
+   method = C.TLSv1_method()
+   case TLSv1_1:

Copied: mongodb-tools/repos/community-staging-x86_64/PKGBUILD (from rev 228588, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 17:44:41 UTC (rev 228589)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.4.2
+pkgrel=3
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools";
+license=('Apache')
+depends=('libsasl' 'libpcap' 'openssl-1.0')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz";
+"disable-sslv3.patch")
+sha512sums=('5ad4b5421acb10010f72f6b9f8342c095c4f571ac3cb9dc3db78251262f8285a4e2bddbeed3ad26c64f36d5b33ed7f43a759c74e00d2878c0ac6a71069508a2f'
+
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
+
+prepare() {
+  cd mongo-tools-r$pkgver
+  . ./set_gopath.sh
+  mkdir bin
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+}
+
+build() {
+  

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:49:16
  Author: arojas
Revision: 228590

openssl-1.0 rebuild

Modified:
  wvstreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:44:41 UTC (rev 228589)
+++ PKGBUILD2017-05-19 17:49:16 UTC (rev 228590)
@@ -5,7 +5,7 @@
 
 pkgname=wvstreams
 pkgver=4.6.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A network programming library written in C++"
 arch=('i686' 'x86_64')
 url="http://alumnit.ca/wiki/?page=WvStreams";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:50:14
  Author: arojas
Revision: 228592

openssl-1.0 rebuild

Modified:
  sslscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:49:52 UTC (rev 228591)
+++ PKGBUILD2017-05-19 17:50:14 UTC (rev 228592)
@@ -3,7 +3,7 @@
 
 pkgname=sslscan
 pkgver=1.10.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported"
 url="https://github.com/DinoTools/sslscan/";
 arch=('i686' 'x86_64')


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:49:52
  Author: arojas
Revision: 228591

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 228590, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-staging-i686/gcc-6.patch
(from rev 228590, wvstreams/trunk/gcc-6.patch)
  wvstreams/repos/community-staging-i686/openssl-buildfix.patch
(from rev 228590, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-staging-i686/wvstreams-4.6.1-gcc47.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-staging-i686/wvstreams-4.6.1-glibc212.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)
  wvstreams/repos/community-staging-x86_64/
  wvstreams/repos/community-staging-x86_64/PKGBUILD
(from rev 228590, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-staging-x86_64/gcc-6.patch
(from rev 228590, wvstreams/trunk/gcc-6.patch)
  wvstreams/repos/community-staging-x86_64/openssl-buildfix.patch
(from rev 228590, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-staging-x86_64/wvstreams-4.6.1-gcc47.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-staging-x86_64/wvstreams-4.6.1-glibc212.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)

-+
 community-staging-i686/PKGBUILD |   61 ++
 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   |   61 ++
 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, 382 insertions(+)

Copied: wvstreams/repos/community-staging-i686/PKGBUILD (from rev 228590, 
wvstreams/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:49:52 UTC (rev 228591)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=wvstreams
+pkgver=4.6.1
+pkgrel=13
+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-1.0' '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}
+
+  CPPFLAGS=-I/usr/include/openssl-1.0 \
+  LDFLAGS=-L/usr/lib/openssl-1.0 \
+  ./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 228590, 
wvstreams/trunk/gcc-6.patch)
===
--- community-staging-i686/gcc-6.patch  (rev 0)
+++ community-staging-i686/gcc-6.patch  2017-05-19 17:49:52 UTC (rev 228591)
@@ -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:/

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:50:35
  Author: arojas
Revision: 228593

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

Added:
  sslscan/repos/community-staging-i686/
  sslscan/repos/community-staging-i686/PKGBUILD
(from rev 228592, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-staging-i686/add-checks-for-ssl3.patch
(from rev 228592, sslscan/trunk/add-checks-for-ssl3.patch)
  sslscan/repos/community-staging-x86_64/
  sslscan/repos/community-staging-x86_64/PKGBUILD
(from rev 228592, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-staging-x86_64/add-checks-for-ssl3.patch
(from rev 228592, sslscan/trunk/add-checks-for-ssl3.patch)

+
 community-staging-i686/PKGBUILD|   33 
 community-staging-i686/add-checks-for-ssl3.patch   |  133 +++
 community-staging-x86_64/PKGBUILD  |   33 
 community-staging-x86_64/add-checks-for-ssl3.patch |  133 +++
 4 files changed, 332 insertions(+)

Copied: sslscan/repos/community-staging-i686/PKGBUILD (from rev 228592, 
sslscan/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:50:35 UTC (rev 228593)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Remi Gacogne 
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=6
+pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported"
+url="https://github.com/DinoTools/sslscan/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl-1.0')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz
+add-checks-for-ssl3.patch)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34'
+
'2cc720dfc12ba8e50b5dc9665cb34a567f26b9685da36dcd56b937a2b3aa9b8199f241074558ed870fdd7b77415396723edff040904c585d519d0b66582dca29')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../add-checks-for-ssl3.patch
+  sed -e 's/CFLAGS ?=/CFLAGS +=/' -e 's/LDFLAGS ?=/LDFLAGS +=/' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make OPENSSL_INCLUDE=/usr/include/openssl-1.0 
OPENSSL_LIB=/usr/lib/openssl-1.0
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH="${pkgdir}/usr/bin" MANPATH="${pkgdir}/usr/share/man" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-staging-i686/add-checks-for-ssl3.patch (from 
rev 228592, sslscan/trunk/add-checks-for-ssl3.patch)
===
--- community-staging-i686/add-checks-for-ssl3.patch
(rev 0)
+++ community-staging-i686/add-checks-for-ssl3.patch2017-05-19 17:50:35 UTC 
(rev 228593)
@@ -0,0 +1,133 @@
+diff -uprb sslscan-1.10.2.orig/sslscan.c sslscan-1.10.2/sslscan.c
+--- sslscan-1.10.2.orig/sslscan.c  2014-02-14 16:59:08.0 +0200
 sslscan-1.10.2/sslscan.c   2016-03-02 22:24:34.714187733 +0200
+@@ -1083,8 +1083,9 @@ int testCipher(struct sslCheckOptions *o
+ }
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, " sslversion=\"");
++if (0) {}
+ #ifndef OPENSSL_NO_SSL2
+-if (sslCipherPointer->sslMethod == SSLv2_client_method())
++else if (sslCipherPointer->sslMethod == 
SSLv2_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv2\" bits=\"");
+@@ -1093,10 +1094,9 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv2  ");
+ }
+-else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+-#else
+-if (sslCipherPointer->sslMethod == SSLv3_client_method())
+ #endif
++#ifndef OPENSSL_NO_SSL3
++else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv3\" bits=\"");
+@@ -1105,6 +1105,7 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv3  ");
+ }
++#endif
+ else if (sslCipherPointer->sslMethod == 
TLSv1_client_method())
+ {
+ if (options->xmlOutput != 0)
+@@ -1238,8 +1239,9 @@ int defaultCipher(struct sslCheckOptions
+ cipherStatus = SSL_connect(ssl);
+ if (cipherStatus == 0 || cipherStatus == 1)
+ {
++

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

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:51:38
  Author: lfleischer
Revision: 228595

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

Added:
  easystroke/repos/community-staging-i686/
  easystroke/repos/community-staging-i686/PKGBUILD
(from rev 228594, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch
(from rev 228594, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
  easystroke/repos/community-staging-i686/replace-sigc-group-with-lambda.patch
(from rev 228594, easystroke/trunk/replace-sigc-group-with-lambda.patch)
  easystroke/repos/community-staging-x86_64/
  easystroke/repos/community-staging-x86_64/PKGBUILD
(from rev 228594, easystroke/trunk/PKGBUILD)
  
easystroke/repos/community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch
(from rev 228594, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
  easystroke/repos/community-staging-x86_64/replace-sigc-group-with-lambda.patch
(from rev 228594, easystroke/trunk/replace-sigc-group-with-lambda.patch)

+
 community-staging-i686/PKGBUILD|   45 
++
 community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch   |   40 
 community-staging-i686/replace-sigc-group-with-lambda.patch|   40 
 community-staging-x86_64/PKGBUILD  |   45 
++
 community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch |   40 
 community-staging-x86_64/replace-sigc-group-with-lambda.patch  |   40 
 6 files changed, 250 insertions(+)

Copied: easystroke/repos/community-staging-i686/PKGBUILD (from rev 228594, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:51:38 UTC (rev 228595)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=15
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
+'easystroke-0.6.0-gcc7-build-fix.patch'
+'replace-sigc-group-with-lambda.patch')
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'
+ '4b0cb9354798cfab1ce21d04bb1ff002'
+ '4a27e1336df773e2f1cd67788477cc3b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Fix compilation with GCC 7.
+  patch -Np1 -i ../easystroke-0.6.0-gcc7-build-fix.patch
+
+  # fix build with libsigc++ 2.6; also build in C++11 mode
+  # (not sure if the lambda is correct, but seems to work)
+  patch -Np1 -i ../replace-sigc-group-with-lambda.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: 
easystroke/repos/community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch 
(from rev 228594, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
===
--- community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch
(rev 0)
+++ community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch
2017-05-19 17:51:38 UTC (rev 228595)
@@ -0,0 +1,40 @@
+From 9e2c32390c5c253aade3bb703e51841748d2c37e Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Sat, 28 Jan 2017 01:26:00 +
+Subject: [PATCH] Remove abs(float) function that clashes with std::abs(float)
+
+Depending on which C++ standard library headers have been included there
+might an abs(float) function already declared in the global namespace,
+so the definition in this file conflicts with it. This cause a build
+failure with GCC 7, which conforms more closely to the C++ standard with
+respect to overloads of abs.
+
+Including  and adding a using-declaration for std::abs ensures
+that the standard std::abs(float) function is available. This solution
+should be portable to all compilers.
+---
+ handler.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/handler.cc b/handler.cc
+index 8830ea2..685b1ff 100644
+--- a/handler.cc
 b/handler.cc
+@@ -23,6 +23,8 @@
+ #include 
+ #include 
+ #include 
++#include   // std::abs(float)
++using std::abs;
+ 
+ XState *xstate = nullptr;
+ 
+@@ -533,8 +535,6 @@ class WaitForPongHandler : public Handler, protected 
Timeout {
+   virtual Grab

[arch-commits] Commit in easystroke/trunk (2 files)

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:51:24
  Author: lfleischer
Revision: 228594

upgpkg: easystroke 0.6.0-15

Rebuild against boost 1.64.0.

Added:
  easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch
Modified:
  easystroke/trunk/PKGBUILD

---+
 PKGBUILD  |8 +-
 easystroke-0.6.0-gcc7-build-fix.patch |   40 
 2 files changed, 47 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:50:35 UTC (rev 228593)
+++ PKGBUILD2017-05-19 17:51:24 UTC (rev 228594)
@@ -3,7 +3,7 @@
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=14
+pkgrel=15
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'
@@ -11,12 +11,18 @@
 depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
 makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
 
source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
+'easystroke-0.6.0-gcc7-build-fix.patch'
 'replace-sigc-group-with-lambda.patch')
 md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'
+ '4b0cb9354798cfab1ce21d04bb1ff002'
  '4a27e1336df773e2f1cd67788477cc3b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
+
+  # Fix compilation with GCC 7.
+  patch -Np1 -i ../easystroke-0.6.0-gcc7-build-fix.patch
+
   # fix build with libsigc++ 2.6; also build in C++11 mode
   # (not sure if the lambda is correct, but seems to work)
   patch -Np1 -i ../replace-sigc-group-with-lambda.patch

Added: easystroke-0.6.0-gcc7-build-fix.patch
===
--- easystroke-0.6.0-gcc7-build-fix.patch   (rev 0)
+++ easystroke-0.6.0-gcc7-build-fix.patch   2017-05-19 17:51:24 UTC (rev 
228594)
@@ -0,0 +1,40 @@
+From 9e2c32390c5c253aade3bb703e51841748d2c37e Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Sat, 28 Jan 2017 01:26:00 +
+Subject: [PATCH] Remove abs(float) function that clashes with std::abs(float)
+
+Depending on which C++ standard library headers have been included there
+might an abs(float) function already declared in the global namespace,
+so the definition in this file conflicts with it. This cause a build
+failure with GCC 7, which conforms more closely to the C++ standard with
+respect to overloads of abs.
+
+Including  and adding a using-declaration for std::abs ensures
+that the standard std::abs(float) function is available. This solution
+should be portable to all compilers.
+---
+ handler.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/handler.cc b/handler.cc
+index 8830ea2..685b1ff 100644
+--- a/handler.cc
 b/handler.cc
+@@ -23,6 +23,8 @@
+ #include 
+ #include 
+ #include 
++#include   // std::abs(float)
++using std::abs;
+ 
+ XState *xstate = nullptr;
+ 
+@@ -533,8 +535,6 @@ class WaitForPongHandler : public Handler, protected 
Timeout {
+   virtual Grabber::State grab_mode() { return parent->grab_mode(); }
+ };
+ 
+-static inline float abs(float x) { return x > 0 ? x : -x; }
+-
+ class AbstractScrollHandler : public Handler {
+   bool have_x, have_y;
+   float last_x, last_y;


[arch-commits] Commit in pingus/trunk (PKGBUILD missing-header.patch)

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:20:30
  Author: lcarlier
Revision: 228596

upgpkg: pingus 0.7.6-21

boost 1.64.0 rebuild

Added:
  pingus/trunk/missing-header.patch
Modified:
  pingus/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 missing-header.patch |   22 ++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:51:38 UTC (rev 228595)
+++ PKGBUILD2017-05-19 18:20:30 UTC (rev 228596)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=20
+pkgrel=21
 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
 arch=('i686' 'x86_64')
 url="http://pingus.seul.org";
@@ -12,10 +12,12 @@
 makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
 
source=("$pkgname-$pkgver.tgz::https://github.com/Pingus/pingus/archive/v$pkgver.tar.gz";
 'pingus.desktop'
-'pingus-0.7.6-gcc470-udl.patch')
+'pingus-0.7.6-gcc470-udl.patch'
+'missing-header.patch')
 sha1sums=('c888c277995bed84052b62d0eacbd77d0346a276'
   '579a1144f161ce89e6e024cea37210149b89c0c0'
-  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06'
+  '9e1402d43ac5e2423c573b3b3afada3a20709dd5')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -25,6 +27,8 @@
   patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
   # manpage must be in man6, not man1
   sed -i "s#/man1/#/man6/#g" Makefile
+  # missing header
+  patch -Np1 -i ../missing-header.patch
 
   scons prefix=/usr
 }

Added: missing-header.patch
===
--- missing-header.patch(rev 0)
+++ missing-header.patch2017-05-19 18:20:30 UTC (rev 228596)
@@ -0,0 +1,22 @@
+From df6e2f445d3e2925a94d22faeb17be9444513e92 Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Mon, 30 Jan 2017 15:41:53 +
+Subject: [PATCH] Add missing header for std::function and std::bind
+
+---
+ src/pingus/screens/demo_session.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/pingus/screens/demo_session.cpp 
b/src/pingus/screens/demo_session.cpp
+index e3ec49a2c..f887e50f0 100644
+--- a/src/pingus/screens/demo_session.cpp
 b/src/pingus/screens/demo_session.cpp
+@@ -18,6 +18,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "engine/gui/gui_manager.hpp"
+ #include "engine/gui/surface_button.hpp"
+


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:20:41
  Author: lcarlier
Revision: 228597

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

Added:
  pingus/repos/community-staging-i686/
  pingus/repos/community-staging-i686/ChangeLog
(from rev 228596, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-i686/PKGBUILD
(from rev 228596, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-i686/missing-header.patch
(from rev 228596, pingus/trunk/missing-header.patch)
  pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(from rev 228596, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-i686/pingus.desktop
(from rev 228596, pingus/trunk/pingus.desktop)
  pingus/repos/community-staging-x86_64/
  pingus/repos/community-staging-x86_64/ChangeLog
(from rev 228596, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-x86_64/PKGBUILD
(from rev 228596, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-x86_64/missing-header.patch
(from rev 228596, pingus/trunk/missing-header.patch)
  pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 228596, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-x86_64/pingus.desktop
(from rev 228596, pingus/trunk/pingus.desktop)

+
 community-staging-i686/ChangeLog   |   21 +++
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/missing-header.patch|   22 +++
 community-staging-i686/pingus-0.7.6-gcc470-udl.patch   |   22 +++
 community-staging-i686/pingus.desktop  |9 +++
 community-staging-x86_64/ChangeLog |   21 +++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/missing-header.patch  |   22 +++
 community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 +++
 community-staging-x86_64/pingus.desktop|9 +++
 10 files changed, 232 insertions(+)

Copied: pingus/repos/community-staging-i686/ChangeLog (from rev 228596, 
pingus/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-05-19 18:20:41 UTC (rev 228597)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-staging-i686/PKGBUILD (from rev 228596, 
pingus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 18:20:41 UTC (rev 228597)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=21
+pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
+arch=('i686' 'x86_64')
+url="http://pingus.seul.org";
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
+source=("$pkgname-$pkgver.tgz::https://github.com/Pingus/pingus/archive/v$pkgver.tar.gz";
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch'
+'missing-header.patch')
+sha1sums=('c888c277995bed84052b62d0eacbd77d0346a276'
+  '579a1144f161ce89e6e024cea37210149b89c0c0'
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06'
+  '9e1402d43ac5e2423c573b3b3afada3a20709dd5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
+  # missing header
+  patch -Np1 -i ../missing-header.patch
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}" PREFIX="/usr"
+
+  install -D -m644 "${srcdir}/pingus.desktop" 
"${pkgdir}/usr/share/applications/pingus.desktop"
+}

Copied: pingus/repos/community-staging-i686/missing-header.patch (from rev 
228596, pingus/trunk/missing-header.patch)
===
--- community-staging-i686/missing-header.patch (rev 0)
+++ community-staging-i686/missing-header.patch 2017-05-19 18:20:41 UTC (rev 
228597)
@@ -0,0 +1,22 @@
+From df6e2f445d3e2925a94d22faeb17be9444513e92 Mon Sep 17 00:0

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 18:21:56
  Author: arojas
Revision: 228598

openssl 1.0 rebuild

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:20:41 UTC (rev 228597)
+++ PKGBUILD2017-05-19 18:21:56 UTC (rev 228598)
@@ -4,7 +4,7 @@
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
 pkgver=3.78
-pkgrel=1
+pkgrel=2
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(x86_64)
 url="http://rubinius.com";
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('b524542f604babb2bac4c33200aa5c08d9f28515bfdd8a732111cc21a09b53b8'
+sha256sums=('d285d798226fa6d80db7fd5afc2ceb2860546378772beccab154b8b7612446c9'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 18:22:32
  Author: arojas
Revision: 228599

archrelease: copy trunk to community-staging-x86_64

Added:
  rubinius/repos/community-staging-x86_64/
  rubinius/repos/community-staging-x86_64/PKGBUILD
(from rev 228598, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-staging-x86_64/dirs.patch
(from rev 228598, rubinius/trunk/dirs.patch)
  rubinius/repos/community-staging-x86_64/gemrc
(from rev 228598, rubinius/trunk/gemrc)

+
 PKGBUILD   |   87 +++
 dirs.patch |   21 ++
 gemrc  |5 +++
 3 files changed, 113 insertions(+)

Copied: rubinius/repos/community-staging-x86_64/PKGBUILD (from rev 228598, 
rubinius/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 18:22:32 UTC (rev 228599)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.78
+pkgrel=2
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(x86_64)
+url="http://rubinius.com";
+license=(custom)
+depends=(libffi openssl-1.0 libyaml)
+makedepends=(llvm ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('d285d798226fa6d80db7fd5afc2ceb2860546378772beccab154b8b7612446c9'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+
+_common() {
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir"
+  cd $pkgbase-$pkgver
+}
+
+prepare() {
+  _common
+
+  patch -Np1 -i ../dirs.patch
+
+  mkdir -p "$GEM_HOME"
+  gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+  "$GEM_HOME/bin/bundle" install --local
+}
+
+build() {
+  _common
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+--appdir=/usr/lib/rubinius \
+--gemsdir=/usr/lib/rubinius/gems \
+--preserve-prefix \
+--without-rpath \
+--bin-link bundle --bin-link bundler
+  "$GEM_HOME/bin/bundle" exec rake build
+}
+
+check() {
+  _common
+  rake vm:test || :
+}
+
+package_rubinius() {
+  optdepends=('ruby-docs: Ruby documentation')
+
+  _common
+
+  DESTDIR="$pkgdir" "$GEM_HOME/bin/bundle" exec rake install
+
+  mkdir -p "$pkgdir/usr/share/ri"
+  ln -s 2.4.0 "$pkgdir/usr/share/ri/2.3"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
+
+### Split rubinius-ruby
+  mkdir -p "$srcdir/ruby/usr/bin"
+  for _f in "$pkgdir"/usr/bin/*; do
+[[ $_f == */rbx ]] && continue
+mv $_f "$srcdir/ruby/usr/bin"
+  done
+}
+
+package_rubinius-ruby() {
+  pkgdesc="Ruby compat for Rubinius"
+  depends=("rubinius=$pkgver-$pkgrel")
+  provides=(ruby)
+  conflicts=(ruby)
+  backup=(etc/gemrc)
+
+  mv ruby/* "$pkgdir"
+  install -Dm644 gemrc "$pkgdir/etc/gemrc"
+  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
+  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
+}

Copied: rubinius/repos/community-staging-x86_64/dirs.patch (from rev 228598, 
rubinius/trunk/dirs.patch)
===
--- community-staging-x86_64/dirs.patch (rev 0)
+++ community-staging-x86_64/dirs.patch 2017-05-19 18:22:32 UTC (rev 228599)
@@ -0,0 +1,21 @@
+diff --git i/core/rbconfig.rb w/core/rbconfig.rb
+index 8d23097..acd6ed8 100644
+--- i/core/rbconfig.rb
 w/core/rbconfig.rb
+@@ -14,12 +14,12 @@ module RbConfig
+   CONFIG["exec_prefix"]= "$(prefix)"
+   CONFIG["bindir"] = Rubinius::BIN_PATH.dup
+   CONFIG["sbindir"]= "$(exec_prefix)/sbin"
+-  CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
++  CONFIG["libexecdir"] = "/usr/lib/rubinius"
+   CONFIG["datarootdir"]= "$(prefix)/share"
+   CONFIG["datadir"]= "$(datarootdir)"
+-  CONFIG["sysconfdir"] = "$(prefix)/etc"
+-  CONFIG["sharedstatedir"] = "$(prefix)/com"
+-  CONFIG["localstatedir"]  = "$(prefix)/var"
++  CONFIG["sysconfdir"] = "/etc"
++  CONFIG["sharedstatedir"] = "/var/lib"
++  CONFIG["localstatedir"]  = "/var"
+   CONFIG["includedir"] = "$(prefix)/include"
+   CONFIG["oldincludedir"]  = "/usr/include"
+   CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"

Copied: rubinius/repos/community-staging-x86_64/gemrc (from rev 228598, 
rubinius/trunk/gemrc)
===
--- community-staging-x86_64/gemrc  (rev 0)
+++ community-staging-x86_64/gemrc  2017-05-19 18:22:32 UTC (rev 228599)
@@ -0,0 +1,5 @@
+# Read about the gemrc for

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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:26:32
  Author: lcarlier
Revision: 228601

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

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

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

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 228600, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 18:26:32 UTC (rev 228601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=9
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 228600, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 18:26:32 UTC (rev 228601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=9
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:26:24
  Author: lcarlier
Revision: 228600

upgpkg: performous 1.1-9

boost 1.64.0 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:22:32 UTC (rev 228599)
+++ PKGBUILD2017-05-19 18:26:24 UTC (rev 228600)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=8
+pkgrel=9
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/";


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 18:31:18
  Author: bluewind
Revision: 228602

upgpkg: libopenshot 0.1.6-1

upstream update

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:26:32 UTC (rev 228601)
+++ PKGBUILD2017-05-19 18:31:18 UTC (rev 228602)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
 makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
-sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
+sha256sums=('c3f9713b7d64629a2a446ffe77a743bef036d050fb3057fe4dc6e61beb25f26f')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 18:31:23
  Author: bluewind
Revision: 228603

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 18:31:18 UTC (rev 228602)
+++ community-i686/PKGBUILD 2017-05-19 18:31:23 UTC (rev 228603)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
-makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
-sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   export CXXFLAGS+=" -std=gnu++98"
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
- -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot/repos/community-i686/PKGBUILD (from rev 228602, 
libopenshot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 18:31:23 UTC (rev 228603)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
+arch=('i686' 'x86_64')
+url="http://openshot.org/";
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
+sha256sums=('c3f9713b7d64629a2a446ffe77a743bef036d050fb3057fe4dc6e61beb25f26f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   export CXXFLAGS+=" -std=gnu++98"
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
+ -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 18:31:18 UTC (rev 228602)
+++ community-x86_64/PKGBUILD   2017-05-19 18:31:23 UTC (rev 228603)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
-makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
-sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   export CXXFLAGS+=" -std=gnu++98"
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
- -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot/repos/community-x86_64/PKGBUILD (from rev 228602, 
libopenshot/trunk/

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:17:39
  Author: arojas
Revision: 228604

openssl 1.0 rebuild

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:31:23 UTC (rev 228603)
+++ PKGBUILD2017-05-19 19:17:39 UTC (rev 228604)
@@ -6,7 +6,7 @@
 pkgname=rethinkdb
 pkgver=2.3.5
 _tag=rethinkdb-$pkgver
-pkgrel=7
+pkgrel=8
 pkgdesc='Distributed powerful and scalable NoSQL database'
 arch=(i686 x86_64)
 url='http://www.rethinkdb.com/'


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:18:11
  Author: arojas
Revision: 228605

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

Added:
  rethinkdb/repos/community-staging-i686/
  rethinkdb/repos/community-staging-i686/PKGBUILD
(from rev 228604, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-staging-i686/rethinkdb-tmpfile.conf
(from rev 228604, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-staging-i686/rethinkdb.install
(from rev 228604, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-staging-i686/rethinkdb.service
(from rev 228604, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-staging-i686/rethinkdb.sysusers
(from rev 228604, rethinkdb/trunk/rethinkdb.sysusers)
  rethinkdb/repos/community-staging-x86_64/
  rethinkdb/repos/community-staging-x86_64/PKGBUILD
(from rev 228604, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-staging-x86_64/rethinkdb-tmpfile.conf
(from rev 228604, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-staging-x86_64/rethinkdb.install
(from rev 228604, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-staging-x86_64/rethinkdb.service
(from rev 228604, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-staging-x86_64/rethinkdb.sysusers
(from rev 228604, rethinkdb/trunk/rethinkdb.sysusers)

-+
 community-staging-i686/PKGBUILD |   73 ++
 community-staging-i686/rethinkdb-tmpfile.conf   |1 
 community-staging-i686/rethinkdb.install|   15 
 community-staging-i686/rethinkdb.service|   12 +++
 community-staging-i686/rethinkdb.sysusers   |1 
 community-staging-x86_64/PKGBUILD   |   73 ++
 community-staging-x86_64/rethinkdb-tmpfile.conf |1 
 community-staging-x86_64/rethinkdb.install  |   15 
 community-staging-x86_64/rethinkdb.service  |   12 +++
 community-staging-x86_64/rethinkdb.sysusers |1 
 10 files changed, 204 insertions(+)

Copied: rethinkdb/repos/community-staging-i686/PKGBUILD (from rev 228604, 
rethinkdb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:18:11 UTC (rev 228605)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=2.3.5
+_tag=rethinkdb-$pkgver
+pkgrel=8
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl openssl-1.0)
+makedepends=(boost python2 wget gcc5) # gcc5 is workaround for 
https://github.com/rethinkdb/rethinkdb/issues/5757
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  https://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  rethinkdb.sysusers
+)
+sha256sums=('dd8aeee169b177179bfe080725f0560443e0f26dae875b32ae25d90cf2f8ee10'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'0660e0c7c093b440718486e1d0138322cf393da43e1fc92fb712b8282db76b5c')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  CXX=g++-5 ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
CXXFLAGS="$CXXFLAGS -I/usr/include/openssl-1.0" LDFLAGS="$LDFLAGS 
-L/usr/lib/openssl-1.0"
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow in Arch chroot
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb.sysusers 
"$pkgdir"/usr/lib/sysusers.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' 

[arch-commits] Commit in ruby2.3/trunk (PKGBUILD)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:27:33
  Author: arojas
Revision: 228606

openssl 1.0 rebuild

Modified:
  ruby2.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:18:11 UTC (rev 228605)
+++ PKGBUILD2017-05-19 19:27:33 UTC (rev 228606)
@@ -10,7 +10,7 @@
 pkgname=ruby2.3
 pkgver=${_rubyver}.4
 pkgdesc='An object-oriented language for quick and easy programming'
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url='http://www.ruby-lang.org/en/'
 license=(BSD custom)


[arch-commits] Commit in ruby2.3/repos (4 files)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:28:12
  Author: arojas
Revision: 228607

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

Added:
  ruby2.3/repos/community-staging-i686/
  ruby2.3/repos/community-staging-i686/PKGBUILD
(from rev 228606, ruby2.3/trunk/PKGBUILD)
  ruby2.3/repos/community-staging-x86_64/
  ruby2.3/repos/community-staging-x86_64/PKGBUILD
(from rev 228606, ruby2.3/trunk/PKGBUILD)

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

Copied: ruby2.3/repos/community-staging-i686/PKGBUILD (from rev 228606, 
ruby2.3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:28:12 UTC (rev 228607)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=${_rubyver}.4
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=3
+arch=(i686 x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('9e3adc2de6703e50e75db37db2981006d4c69759929d61db6a0d63627cfe5977d0ad66d2c69d7161cfc0c0d1c2cb38e5181a06ccd2790df2f72ec25c2ad01e02')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}

Copied: ruby2.3/repos/community-staging-x86_64/PKGBUILD (from rev 228606, 
ruby2.3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 19:28:12 UTC (rev 228607)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=${_rubyver}.4
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=3
+arch=(i686 x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('9e3adc2de6703e50e75db37db2981006d4c69759929d61db6a0d63627cfe5977d0ad66d2c69d7161cfc0c0d1c2cb38e5181a06ccd2790df2f72ec25c2ad01e02')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver}

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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 19:28:47
  Author: alucryd
Revision: 228608

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

Added:
  aegisub/repos/community-staging-i686/
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 228607, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/icu59.patch
(from rev 228607, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 228607, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 228607, aegisub/trunk/icu59.patch)

--+
 community-staging-i686/PKGBUILD  |   47 +
 community-staging-i686/icu59.patch   |   11 +++
 community-staging-x86_64/PKGBUILD|   47 +
 community-staging-x86_64/icu59.patch |   11 +++
 4 files changed, 116 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 228607, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:28:47 UTC (rev 228608)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=20
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/icu59.patch (from rev 228607, 
aegisub/trunk/icu59.patch)
===
--- community-staging-i686/icu59.patch  (rev 0)
+++ community-staging-i686/icu59.patch  2017-05-19 19:28:47 UTC (rev 228608)
@@ -0,0 +1,11 @@
+diff -upr aegisub-3.2.2.orig/src/utils.cpp aegisub-3.2.2/src/utils.cpp
+--- aegisub-3.2.2.orig/src/utils.cpp   2014-12-08 02:07:09.0 +0200
 aegisub-3.2.2/src/utils.cpp2017-04-26 11:11:15.438239182 +0300
+@@ -44,6 +44,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 228607, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 19:28:47 UTC (rev 228608)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=20
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/icu59.patch (from rev 228607, 
aegisub/trunk/icu59.patch)
===
--- community-staging-x86_64/icu59.patch(rev 0)
+++ c

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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 19:36:16
  Author: alucryd
Revision: 228633

upgpkg: aegisub 3.2.2-21

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:35:16 UTC (rev 228632)
+++ PKGBUILD2017-05-19 19:36:16 UTC (rev 228633)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=20
+pkgrel=21
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 19:36:26
  Author: alucryd
Revision: 228634

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

Added:
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 228633, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/icu59.patch
(from rev 228633, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 228633, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 228633, aegisub/trunk/icu59.patch)
Deleted:
  aegisub/repos/community-staging-i686/PKGBUILD
  aegisub/repos/community-staging-i686/icu59.patch
  aegisub/repos/community-staging-x86_64/PKGBUILD
  aegisub/repos/community-staging-x86_64/icu59.patch

--+
 /PKGBUILD|   94 +
 /icu59.patch |   22 +++
 community-staging-i686/PKGBUILD  |   47 
 community-staging-i686/icu59.patch   |   11 ---
 community-staging-x86_64/PKGBUILD|   47 
 community-staging-x86_64/icu59.patch |   11 ---
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-05-19 19:36:16 UTC (rev 228633)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:36:26 UTC (rev 228634)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kozec 
-# Contributor: Limao Luo 
-
-pkgname=aegisub
-pkgver=3.2.2
-pkgrel=20
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
-'icu59.patch')
-sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
-'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
-
-prepare() {
-  cd aegisub-${pkgver}
-
-  patch -Np1 -i ../icu59.patch
-
-  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
-}
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 228633, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:36:26 UTC (rev 228634)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=21
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-staging-i686/icu59.patch
===
--- community-staging-i686/icu59.patch  2017-05-19 19:36:16 UTC (rev 228633)
+++ community-staging-i686/icu59.patch  2017-05-19 19:36:26 UTC (rev 228634)
@@ -1,11 +0,0 @@
-diff -upr aegisub-3.2.2.orig/src/utils.cpp aegisub-3.2.2/src/utils.cpp
 aegisub-3.2.2.orig/src/utils.cpp   2014-12-08 02:07:09.0 +0200
-+++ aegisub-3.2.2/src/utils.cpp2017-04-26 11:11:15.438239182 +0300
-@@ -44,6 +44,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

Copied: aegisub/repos/community-staging-i686/icu59.patch (from rev 228633, 
aegisub/trunk/icu59.patch)
=

[arch-commits] Commit in qt5-base/kde-unstable (PKGBUILD)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:48:24
  Author: arojas
Revision: 296299

openssl 1.0 rebuild

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:33:00 UTC (rev 296298)
+++ PKGBUILD2017-05-19 19:48:24 UTC (rev 296299)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.9.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


[arch-commits] Commit in qt5-base/repos/kde-unstable-x86_64 (4 files)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:48:48
  Author: arojas
Revision: 296300

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

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 296299, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/rebuild.list
(from rev 296299, qt5-base/kde-unstable/rebuild.list)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/rebuild.list

--+
 PKGBUILD |  232 -
 rebuild.list |   30 +++
 2 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 19:48:24 UTC (rev 296299)
+++ PKGBUILD2017-05-19 19:48:48 UTC (rev 296300)
@@ -1,116 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.9.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'openssl-1.0')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('cd86733618e4439192197f182788bad99a92b892be86aae8ce7ee9f7a13da22d')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
-  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  # FS#38796
-  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
-
-  echo "INCLUDEPATH += /usr/include/openssl-1.0" >> src/network/network.pro
-  export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations ${SSE2}
-
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 296299, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD  

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:05:32
  Author: arojas
Revision: 228635

boost 1.64 rebuild

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:36:26 UTC (rev 228634)
+++ PKGBUILD2017-05-19 20:05:32 UTC (rev 228635)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=30
+pkgrel=31
 pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:05:59
  Author: arojas
Revision: 228636

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 228635, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch
(from rev 228635, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
(from rev 228635, electricsheep/trunk/electricsheep-no-wxgtk.patch)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 228635, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/electricsheep-ffmpeg30.patch
(from rev 228635, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch
(from rev 228635, electricsheep/trunk/electricsheep-no-wxgtk.patch)

---+
 community-staging-i686/PKGBUILD   |   70 
 community-staging-i686/electricsheep-ffmpeg30.patch   |   89 
 community-staging-i686/electricsheep-no-wxgtk.patch   |   77 +
 community-staging-x86_64/PKGBUILD |   70 
 community-staging-x86_64/electricsheep-ffmpeg30.patch |   89 
 community-staging-x86_64/electricsheep-no-wxgtk.patch |   77 +
 6 files changed, 472 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 228635, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:05:59 UTC (rev 228636)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=31
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch
+electricsheep-ffmpeg30.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3'
+  'c28e8a1ad5738c56615bdb431d80eff7f9e2a554')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+# Do not build broken electricsheep-preferences
+  patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
+  patch -p1 -i "${srcdir}/electricsheep-ffmpeg30.patch"
+
+  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\&m_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+
+  sed -e 's|\[lua5.1\]|\[lua51\]|g' -i configure.ac
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
+  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
+  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
+}

Copied: electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch 
(from rev 228635, electricsheep/trunk/electricsheep-ffmpeg30.patch)
===
--- community-staging-i686/electricsheep-ffmpeg30.patch 

  1   2   >