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

2016-07-08 Thread Laurent Carlier
Date: Saturday, July 9, 2016 @ 05:16:36
  Author: lcarlier
Revision: 182555

upgpkg: lib32-mesa 12.0.1-1

upstream update 12.0.1

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 03:38:15 UTC (rev 182554)
+++ PKGBUILD2016-07-09 05:16:36 UTC (rev 182555)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=12.0.0
+pkgver=12.0.1
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 remove-libpthread-stubs.patch)
-sha256sums=('0090c025219318935124292b482e3439bc43e8c074ad01086449fcad88547dc6'
+sha256sums=('bab24fb79f78c876073527f515ed871fc9c81d816f66c8a0b051d8d653896389'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'd82c329e89754266eb1538df29b94d33692a66e3b6882b2cee78f4d5aab4a39c')


[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (6 files)

2016-07-08 Thread Laurent Carlier
Date: Saturday, July 9, 2016 @ 05:16:51
  Author: lcarlier
Revision: 182556

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 182555, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 182555, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-testing-x86_64/remove-libpthread-stubs.patch
(from rev 182555, lib32-mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-testing-x86_64/remove-libpthread-stubs.patch

---+
 LICENSE   |  164 +++
 PKGBUILD  |  282 
 remove-libpthread-stubs.patch |   28 +--
 3 files changed, 237 insertions(+), 237 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-07-09 05:16:36 UTC (rev 182555)
+++ LICENSE 2016-07-09 05:16:51 UTC (rev 182556)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 182555, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 

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

2016-07-08 Thread Laurent Carlier
Date: Saturday, July 9, 2016 @ 05:03:31
  Author: lcarlier
Revision: 271226

upgpkg: mesa 12.0.1-1

upstream update 12.0.1, fix FS#4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 22:14:36 UTC (rev 271225)
+++ PKGBUILD2016-07-09 05:03:31 UTC (rev 271226)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 
'mesa-libgl')
-pkgver=12.0.0
+pkgver=12.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 remove-libpthread-stubs.patch)
-sha256sums=('0090c025219318935124292b482e3439bc43e8c074ad01086449fcad88547dc6'
+sha256sums=('bab24fb79f78c876073527f515ed871fc9c81d816f66c8a0b051d8d653896389'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'd82c329e89754266eb1538df29b94d33692a66e3b6882b2cee78f4d5aab4a39c')
@@ -151,6 +151,9 @@
   cp -rv ${srcdir}/fakeinstall/usr/include ${pkgdir}/usr
   cp -rv ${srcdir}/fakeinstall/usr/lib/pkgconfig ${pkgdir}/usr/lib/
   
+  # remove vulkan headers
+  rm -rf ${pkgdir}/usr/include/vulkan
+
   install -m755 -d ${pkgdir}/usr/lib/mesa
   # move libgl/EGL/glesv*.so to not conflict with blobs - may break .pc files ?
   cp -rv ${srcdir}/fakeinstall/usr/lib/libGL.so*   ${pkgdir}/usr/lib/mesa/


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

2016-07-08 Thread Laurent Carlier
Date: Saturday, July 9, 2016 @ 05:03:57
  Author: lcarlier
Revision: 271227

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

Added:
  mesa/repos/testing-i686/LICENSE
(from rev 271226, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 271226, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/remove-libpthread-stubs.patch
(from rev 271226, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 271226, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 271226, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/remove-libpthread-stubs.patch
(from rev 271226, mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/PKGBUILD
  mesa/repos/testing-i686/remove-libpthread-stubs.patch
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD
  mesa/repos/testing-x86_64/remove-libpthread-stubs.patch

--+
 /LICENSE |  164 ++
 /PKGBUILD|  390 +
 /remove-libpthread-stubs.patch   |   28 +
 testing-i686/LICENSE |   82 -
 testing-i686/PKGBUILD|  192 
 testing-i686/remove-libpthread-stubs.patch   |   14 
 testing-x86_64/LICENSE   |   82 -
 testing-x86_64/PKGBUILD  |  192 
 testing-x86_64/remove-libpthread-stubs.patch |   14 
 9 files changed, 582 insertions(+), 576 deletions(-)

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


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:36:44
  Author: kkeen
Revision: 182548

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

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

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   11 ++
 4 files changed, 130 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 182547, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-09 03:36:44 UTC (rev 182548)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.5.3
+pkgrel=4
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.desktop")
+md5sums=('b78a0a2b2fcf610f12b5c260624465b5'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-i686/gqrx.desktop (from rev 182547, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2016-07-09 03:36:44 UTC (rev 182548)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Software Defined Radio
+Comment=Software defined radio receiver implemented using GNU Radio and the Qt 
GUI toolkit
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;Network;HamRadio;
+Keywords=SDR;Radio;HAM;
+StartupNotify=false

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 182547, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-09 03:36:44 UTC (rev 182548)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.5.3
+pkgrel=4
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.desktop")
+md5sums=('b78a0a2b2fcf610f12b5c260624465b5'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx 

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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:36:04
  Author: kkeen
Revision: 182547

upgpkg: gqrx 2.5.3-4

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 03:21:22 UTC (rev 182546)
+++ PKGBUILD2016-07-09 03:36:04 UTC (rev 182547)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.5.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/;


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:21:22
  Author: kkeen
Revision: 182546

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

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 182545, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 182545, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
182545, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-09 03:21:22 UTC (rev 182546)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=17
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
182545, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-09 03:21:22 UTC (rev 182546)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=17
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:21:03
  Author: kkeen
Revision: 182545

upgpkg: gnuradio-osmosdr 0.1.4-17

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 03:14:27 UTC (rev 182544)
+++ PKGBUILD2016-07-09 03:21:03 UTC (rev 182545)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=16
+pkgrel=17
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/;
 arch=('i686' 'x86_64')


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:14:27
  Author: kkeen
Revision: 182544

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

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 182543, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 182543, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 182543, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 182543, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 +
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-x86_64/88-fcdproplus.rules |9 +
 community-staging-x86_64/PKGBUILD|   41 +
 4 files changed, 100 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 182543, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2016-07-09 03:14:27 UTC (rev 
182544)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
182543, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-09 03:14:27 UTC (rev 182544)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=3
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 182543, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2016-07-09 03:14:27 UTC 
(rev 182544)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
182543, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-09 03:14:27 UTC (rev 182544)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=3
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU 

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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:14:09
  Author: kkeen
Revision: 182543

upgpkg: gnuradio-fcdproplus 3.7.5-3

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 03:07:27 UTC (rev 182542)
+++ PKGBUILD2016-07-09 03:14:09 UTC (rev 182543)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.5
-pkgrel=2
+pkgrel=3
 _tag=fcdproplus-0.1.0
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:07:10
  Author: kkeen
Revision: 182541

upgpkg: gnuradio-iqbal 0.37.2-19

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 02:55:58 UTC (rev 182540)
+++ PKGBUILD2016-07-09 03:07:10 UTC (rev 182541)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/;


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 03:07:27
  Author: kkeen
Revision: 182542

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 182541, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 182541, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 182541, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-09 03:07:27 UTC (rev 182542)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=19
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
182541, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-09 03:07:27 UTC (rev 182542)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=19
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 02:55:58
  Author: kkeen
Revision: 182540

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 182539, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 182539, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio-companion.install
(from rev 182539, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 182539, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 182539, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 182539, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-companion.install
(from rev 182539, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 182539, gnuradio/trunk/gnuradio.install)

-+
 community-staging-i686/21-fcd.rules |9 +
 community-staging-i686/PKGBUILD |  106 ++
 community-staging-i686/gnuradio-companion.install   |   16 ++
 community-staging-i686/gnuradio.install |   16 ++
 community-staging-x86_64/21-fcd.rules   |9 +
 community-staging-x86_64/PKGBUILD   |  106 ++
 community-staging-x86_64/gnuradio-companion.install |   16 ++
 community-staging-x86_64/gnuradio.install   |   16 ++
 8 files changed, 294 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 182539, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2016-07-09 02:55:58 UTC (rev 182540)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 182539, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-09 02:55:58 UTC (rev 182540)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.10
+pkgrel=1
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
+'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
+install=gnuradio.install
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
+source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"21-fcd.rules")
+md5sums=('fc40fadcc3c9ac339c9618c6dc8c303b'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  msg "Replacing filenames to use python2."
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py') \
+$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/scripts/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo 

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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 02:53:50
  Author: kkeen
Revision: 182539

upgpkg: gnuradio 3.7.10-1

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 02:48:12 UTC (rev 182538)
+++ PKGBUILD2016-07-09 02:53:50 UTC (rev 182539)
@@ -4,7 +4,7 @@
 # Contributor: Jonatan Sastre 
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.9.2
+pkgver=3.7.10
 pkgrel=1
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 #source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
 source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
 "21-fcd.rules")
-md5sums=('ec5532a438ae3169069a9909499fa19b'
+md5sums=('fc40fadcc3c9ac339c9618c6dc8c303b'
  '465e12c454c6a22ebec9849181af7bdc')
 
 prepare() {
@@ -47,7 +47,7 @@
 build() {
   export PYTHON=python2
   cd "$srcdir/$pkgbase-$pkgver"
-  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMakeLists.txt
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/scripts/freedesktop/CMakeLists.txt
   sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
   sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
   msg "Starting build."
@@ -78,7 +78,7 @@
   'pkgconfig: libuhd')
   cd "$srcdir"
   install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
-  cd "$srcdir/$pkgbase-$pkgver/grc/freedesktop"
+  cd "$srcdir/$pkgbase-$pkgver/grc/scripts/freedesktop"
   install -Dm644 gnuradio-grc.desktop 
"$pkgdir/usr/share/applications/gnuradio-grc.desktop"
   cd "$srcdir/$pkgbase-$pkgver/build"
   make DESTDIR="$pkgdir" install


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

2016-07-08 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 02:48:12
  Author: felixonmars
Revision: 182538

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 182537, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 02:47:42 UTC (rev 182537)
+++ PKGBUILD2016-07-09 02:48:12 UTC (rev 182538)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.455
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 182537, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 02:48:12 UTC (rev 182538)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.486
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-07-08 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 02:47:42
  Author: felixonmars
Revision: 182537

upgpkg: you-get 0.4.486-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 01:22:19 UTC (rev 182536)
+++ PKGBUILD2016-07-09 02:47:42 UTC (rev 182537)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.455
+pkgver=0.4.486
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 01:22:19
  Author: kkeen
Revision: 182536

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

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

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

Copied: libvolk/repos/community-staging-i686/PKGBUILD (from rev 182535, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-09 01:22:19 UTC (rev 182536)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=1
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('i686' 'x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
+makedepends=('boost' 'cmake' 'python2-cheetah')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
+md5sums=('d04edc0779431c8660a8a592792a3680')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  sed -i -e "s|#![ ]*/usr/bin/env python$|&2|" $(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python2
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}

Copied: libvolk/repos/community-staging-x86_64/PKGBUILD (from rev 182535, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-09 01:22:19 UTC (rev 182536)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=1
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('i686' 'x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
+makedepends=('boost' 'cmake' 'python2-cheetah')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
+md5sums=('d04edc0779431c8660a8a592792a3680')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  sed -i -e "s|#![ ]*/usr/bin/env python$|&2|" $(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python2
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


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

2016-07-08 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 01:22:01
  Author: kkeen
Revision: 182535

upgpkg: libvolk 1.3-1

Modified:
  libvolk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 22:19:42 UTC (rev 182534)
+++ PKGBUILD2016-07-09 01:22:01 UTC (rev 182535)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=libvolk
-pkgver=1.2.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
 makedepends=('boost' 'cmake' 'python2-cheetah')
 source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
-md5sums=('540e2c55e525c04920e0e63d0de530b3')
+md5sums=('d04edc0779431c8660a8a592792a3680')
 
 # doxygen for docs
 


[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 22:19:42
  Author: mtorromeo
Revision: 182534

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 182533, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 182533, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 182533, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 182533, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 182533, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 182533, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 182533, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 182533, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  144 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++
 elasticsearch.install  |   28 
 elasticsearch.service  |   78 +++
 elasticsearch@.service |   78 +++
 8 files changed, 185 insertions(+), 185 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 22:18:58 UTC (rev 182533)
+++ PKGBUILD2016-07-08 22:19:42 UTC (rev 182534)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('5fe0a6887432bb8a8d3de2e79c9b81c83cfa241e6440f0f0379a686657789165'
-'339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
-'5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'6578cacc9fdbdf4713e9f607710701edcd46b026e99743af0fbb63e177eed9b1'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  install -dm755 "$pkgdir"/etc/elasticsearch
-
-  cd "$srcdir"/$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/share/elasticsearch
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-  cp config/* "$pkgdir"/etc/elasticsearch/
-
-  install -Dm755 bin/elasticsearch "$pkgdir"/usr/bin/elasticsearch
-  install -Dm755 bin/plugin "$pkgdir"/usr/bin/elasticsearch-plugin
-  install -Dm644 bin/elasticsearch.in.sh 
"$pkgdir"/usr/share/elasticsearch/bin/elasticsearch.in.sh
-
-  cd "$pkgdir"
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 

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

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 22:18:58
  Author: mtorromeo
Revision: 182533

upgpkg: elasticsearch 2.3.4-1

Updated for 2.3.4

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 21:10:13 UTC (rev 182532)
+++ PKGBUILD2016-07-08 22:18:58 UTC (rev 182533)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('5fe0a6887432bb8a8d3de2e79c9b81c83cfa241e6440f0f0379a686657789165'
+sha256sums=('371e0c5f4ded0a8548f1cce55faff3efebcfd5f895c2c816f220146521f6f06e'
 '339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
 '5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2016-07-08 Thread Anatol Pomozov
Date: Friday, July 8, 2016 @ 22:14:03
  Author: anatolik
Revision: 271224

FS#49990 Fix pkgconfig file

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 21:57:50 UTC (rev 271223)
+++ PKGBUILD2016-07-08 22:14:03 UTC (rev 271224)
@@ -5,7 +5,7 @@
 
 pkgname=jsoncpp
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
 license=('MIT' 'custom:Public_Domain')
@@ -12,9 +12,16 @@
 arch=('i686' 'x86_64')
 depends=('gcc-libs')
 makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('aff6bfb5b81d9a28785429faa45839c5')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;
+
fix_pkgconfig.patch::https://github.com/open-source-parsers/jsoncpp/commit/101fcf0806bbdf8a9202cabd668e650c9ce8cfb1.patch)
+md5sums=('aff6bfb5b81d9a28785429faa45839c5'
+ 'b717297986fba231c97e16a9be40f3c9')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < ../fix_pkgconfig.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   cmake \


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

2016-07-08 Thread Anatol Pomozov
Date: Friday, July 8, 2016 @ 22:14:36
  Author: anatolik
Revision: 271225

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

Added:
  jsoncpp/repos/testing-i686/
  jsoncpp/repos/testing-i686/PKGBUILD
(from rev 271224, jsoncpp/trunk/PKGBUILD)
  jsoncpp/repos/testing-x86_64/
  jsoncpp/repos/testing-x86_64/PKGBUILD
(from rev 271224, jsoncpp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: jsoncpp/repos/testing-i686/PKGBUILD (from rev 271224, 
jsoncpp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-08 22:14:36 UTC (rev 271225)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.3
+pkgrel=2
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;
+
fix_pkgconfig.patch::https://github.com/open-source-parsers/jsoncpp/commit/101fcf0806bbdf8a9202cabd668e650c9ce8cfb1.patch)
+md5sums=('aff6bfb5b81d9a28785429faa45839c5'
+ 'b717297986fba231c97e16a9be40f3c9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < ../fix_pkgconfig.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+

Copied: jsoncpp/repos/testing-x86_64/PKGBUILD (from rev 271224, 
jsoncpp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-08 22:14:36 UTC (rev 271225)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.3
+pkgrel=2
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;
+
fix_pkgconfig.patch::https://github.com/open-source-parsers/jsoncpp/commit/101fcf0806bbdf8a9202cabd668e650c9ce8cfb1.patch)
+md5sums=('aff6bfb5b81d9a28785429faa45839c5'
+ 'b717297986fba231c97e16a9be40f3c9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < ../fix_pkgconfig.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2016-07-08 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 21:57:50
  Author: arojas
Revision: 271223

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

Added:
  qt5-webengine/repos/extra-i686/PKGBUILD
(from rev 271222, qt5-webengine/trunk/PKGBUILD)
  
qt5-webengine/repos/extra-i686/qt5-webengine-fno-delete-null-pointer-checks-2.patch
(from rev 271222, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks-2.patch)
  
qt5-webengine/repos/extra-i686/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 271222, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/extra-i686/qt5-webengine-nss.patch
(from rev 271222, qt5-webengine/trunk/qt5-webengine-nss.patch)
  qt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 271222, qt5-webengine/trunk/PKGBUILD)
  
qt5-webengine/repos/extra-x86_64/qt5-webengine-fno-delete-null-pointer-checks-2.patch
(from rev 271222, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks-2.patch)
  
qt5-webengine/repos/extra-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 271222, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/extra-x86_64/qt5-webengine-nss.patch
(from rev 271222, qt5-webengine/trunk/qt5-webengine-nss.patch)
Deleted:
  qt5-webengine/repos/extra-i686/PKGBUILD
  
qt5-webengine/repos/extra-i686/qt5-webengine-fno-delete-null-pointer-checks-2.patch
  
qt5-webengine/repos/extra-i686/qt5-webengine-fno-delete-null-pointer-checks.patch
  qt5-webengine/repos/extra-i686/qt5-webengine-nss.patch
  qt5-webengine/repos/extra-x86_64/PKGBUILD
  
qt5-webengine/repos/extra-x86_64/qt5-webengine-fno-delete-null-pointer-checks-2.patch
  
qt5-webengine/repos/extra-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch
  qt5-webengine/repos/extra-x86_64/qt5-webengine-nss.patch

---+
 /PKGBUILD |  124 
++
 /qt5-webengine-fno-delete-null-pointer-checks-2.patch |  100 

 /qt5-webengine-fno-delete-null-pointer-checks.patch   |   54 
 /qt5-webengine-nss.patch  |   62 +
 extra-i686/PKGBUILD   |   61 
 extra-i686/qt5-webengine-fno-delete-null-pointer-checks-2.patch   |   50 
 extra-i686/qt5-webengine-fno-delete-null-pointer-checks.patch |   27 --
 extra-i686/qt5-webengine-nss.patch|   31 --
 extra-x86_64/PKGBUILD |   61 
 extra-x86_64/qt5-webengine-fno-delete-null-pointer-checks-2.patch |   50 
 extra-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch   |   27 --
 extra-x86_64/qt5-webengine-nss.patch  |   31 --
 12 files changed, 340 insertions(+), 338 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-08 21:57:06 UTC (rev 271222)
+++ extra-i686/PKGBUILD 2016-07-08 21:57:50 UTC (rev 271223)
@@ -1,61 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.7.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 
'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
- 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'libxml2' 
'libxslt' 'protobuf') # minizip
-makedepends=('python2' 'git' 'gperf')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
 qt5-webengine-nss.patch
-qt5-webengine-fno-delete-null-pointer-checks.patch 
qt5-webengine-fno-delete-null-pointer-checks-2.patch)
-
-md5sums=('937f64886fbcb038d6fa4b44ae80cbeb'
- '2a1610b34204102938a24154a52e5571'
- '5671a16fef65152928789bffd1f7cf24'
- '8145ce05fb86e762f012ca1b56f718fe')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
-  cd ${_pkgfqn}
-  patch -p1 -i ../qt5-webengine-nss.patch
-
-  # Workaround for v8 segfaults with GCC 6
-  patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks.patch
-  cd src/3rdparty
-  patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks-2.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake 

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

2016-07-08 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 21:57:06
  Author: arojas
Revision: 271222

Fix more GCC6 issues

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 16:02:11 UTC (rev 271221)
+++ PKGBUILD2016-07-08 21:57:06 UTC (rev 271222)
@@ -5,13 +5,13 @@
 pkgname=qt5-webengine
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides support for web applications using the Chromium browser 
project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 
'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
- 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'libxml2' 
'libxslt' 'protobuf') # minizip
+ 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'protobuf') # 
minizip
 makedepends=('python2' 'git' 'gperf')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
@@ -21,7 +21,7 @@
 md5sums=('937f64886fbcb038d6fa4b44ae80cbeb'
  '2a1610b34204102938a24154a52e5571'
  '5671a16fef65152928789bffd1f7cf24'
- '8145ce05fb86e762f012ca1b56f718fe')
+ '7f585a57ab3adae070c5ac6cfddfaa6a')
 
 prepare() {
   mkdir -p build
@@ -32,7 +32,7 @@
 
   # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
   cd ${_pkgfqn}
-  patch -p1 -i ../qt5-webengine-nss.patch
+ # patch -p1 -i ../qt5-webengine-nss.patch
 
   # Workaround for v8 segfaults with GCC 6
   patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks.patch
@@ -44,6 +44,7 @@
   cd build
 
   export PATH="$srcdir/bin:$PATH"
+  export CXXFLAGS+=" -fno-delete-null-pointer-checks"
   qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
   make
 }


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

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 21:09:45
  Author: mtorromeo
Revision: 182531

upgpkg: rkt 1.10.0-1

Updated to 1.10.0

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 20:41:21 UTC (rev 182530)
+++ PKGBUILD2016-07-08 21:09:45 UTC (rev 182531)
@@ -7,7 +7,7 @@
 # Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
 
 pkgname=rkt
-pkgver=1.9.1
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="App container runtime"
 arch=('x86_64')
@@ -32,7 +32,7 @@
 noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('b7b7b2c10dc8e27c76aad2b934609f40356d94a91fe60f65174afa6ae599a565'
+sha256sums=('5f282afccbddeb012e067c2f27bd552a86849115fc2660cba56c453de46b9852'
 'f7ae0b0c676a2f2872fd5d0d692744d6af9185a334354c3c673865e54a1a'
 'SKIP'
 '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
@@ -87,8 +87,8 @@
 
   cd build-$pkgname-$pkgver
   install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv bin/{rkt,actool} "$pkgdir"/usr/bin
-  mv bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
+  mv target/bin/rkt tools/actool "$pkgdir"/usr/bin
+  mv target/bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in rkt/repos/community-x86_64 (6 files)

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 21:10:13
  Author: mtorromeo
Revision: 182532

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 182531, rkt/trunk/PKGBUILD)
  rkt/repos/community-x86_64/rkt.install
(from rev 182531, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 182531, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  188 -
 rkt.install  |   20 +++---
 rkt.sysusers |4 -
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 21:09:45 UTC (rev 182531)
+++ PKGBUILD2016-07-08 21:10:13 UTC (rev 182532)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt;
-license=(apache)
-depends=('glibc' 'openssl' 'zlib' 'systemd')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1068.0.0
-CCN_SYSTEMD_VERSION=v229
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('b7b7b2c10dc8e27c76aad2b934609f40356d94a91fe60f65174afa6ae599a565'
-'f7ae0b0c676a2f2872fd5d0d692744d6af9185a334354c3c673865e54a1a'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv bin/{rkt,actool} "$pkgdir"/usr/bin
-  mv bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 182531, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 21:10:13 UTC (rev 182532)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# Contributor: Adrián Pérez de Castro  
PGP-Key: 

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

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 20:40:39
  Author: mtorromeo
Revision: 182529

upgpkg: sssd 1.14.0-1

Updated to 1.14.0

Modified:
  sssd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 20:27:53 UTC (rev 182528)
+++ PKGBUILD2016-07-08 20:40:39 UTC (rev 182529)
@@ -3,7 +3,7 @@
 # Maintainer: Mantas M. 
 
 pkgname=sssd
-pkgver=1.13.4
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="System Security Services Daemon"
 arch=('i686' 'x86_64')
@@ -20,6 +20,8 @@
   'nss'
   'smbclient' # for libndr-nbt
   'nfsidmap'
+  'http-parser'
+  'jansson'
 )
 makedepends=(
   'docbook-xsl'
@@ -29,7 +31,7 @@
   'samba' # for libndr-nbt headers
 )
 source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('39ef07cbfe7ea6d6225a211fb3c72ec248a80e1f')
+sha1sums=('4ddb4403b07125f413181c43d8d2208c3128924d')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 20:41:21
  Author: mtorromeo
Revision: 182530

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

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

---+
 /PKGBUILD |  172 
 community-i686/PKGBUILD   |   84 -
 community-x86_64/PKGBUILD |   84 -
 3 files changed, 172 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-08 20:40:39 UTC (rev 182529)
+++ community-i686/PKGBUILD 2016-07-08 20:41:21 UTC (rev 182530)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Mantas M. 
-
-pkgname=sssd
-pkgver=1.13.4
-pkgrel=1
-pkgdesc="System Security Services Daemon"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/sssd/;
-license=('GPL3')
-depends=(
-  'augeas'
-  'bind'  # for nsupdate
-  'c-ares'
-  'cyrus-sasl-gssapi'
-  'ding-libs'
-  'libnl'
-  'libunistring'
-  'nss'
-  'smbclient' # for libndr-nbt
-  'nfsidmap'
-)
-makedepends=(
-  'docbook-xsl'
-  'doxygen'
-  'python'
-  'python2'
-  'samba' # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('39ef07cbfe7ea6d6225a211fb3c72ec248a80e1f')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  for f in "${source[@]}"; do
-if [[ $f == *.patch ]]; then
-  msg2 "Applying $f"
-  patch -p1 < "$srcdir/$f"
-fi
-  done
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin\
---sysconfdir=/etc \
---localstatedir=/var  \
---libexecdir=/usr/lib/sssd\
---datadir=/usr/share  \
---enable-pammoddir=/usr/lib/security  \
---with-initscript=systemd \
---with-os=fedora  \
---with-pid-path=/run  \
---with-python2-bindings   \
---with-python3-bindings   \
---with-syslog=journald\
---without-selinux \
---without-semanage\
---with-systemdunitdir=/usr/lib/systemd/system \
-;
-  sed -i '/\/d' config.h
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 DESTDIR="$pkgdir/" install
-  rm -rf "$pkgdir"/etc/rc.d
-  rm -rf "$pkgdir"/lib
-  rm -rf "$pkgdir"/run
-  rm -f "$pkgdir"/usr/lib/ldb/modules/ldb/memberof.la
-  find "$pkgdir"/usr -depth -type d \
--exec rmdir --ignore-fail-on-non-empty {} \;
-
-  cd "$srcdir"
-  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-
-  sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
-}
-
-# vim: ts=2:sw=2:et:nowrap

Copied: sssd/repos/community-i686/PKGBUILD (from rev 182529, 
sssd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 20:41:21 UTC (rev 182530)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Mantas M. 
+
+pkgname=sssd
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="System Security Services Daemon"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/sssd/;
+license=('GPL3')
+depends=(
+  'augeas'
+  'bind'  # for nsupdate
+  'c-ares'
+  'cyrus-sasl-gssapi'
+  'ding-libs'
+  'libnl'
+  'libunistring'
+  'nss'
+  'smbclient' # for libndr-nbt
+  'nfsidmap'
+  'http-parser'
+  'jansson'
+)
+makedepends=(
+  'docbook-xsl'
+  'doxygen'
+  'python'
+  'python2'
+  'samba' # for libndr-nbt headers
+)
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('4ddb4403b07125f413181c43d8d2208c3128924d')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  for f in "${source[@]}"; do
+if [[ $f == *.patch ]]; then
+  msg2 "Applying $f"
+  patch -p1 < "$srcdir/$f"
+fi
+  done
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin\
+--sysconfdir=/etc \
+--localstatedir=/var  \
+--libexecdir=/usr/lib/sssd\
+--datadir=/usr/share  \
+

[arch-commits] Commit in hhvm/repos/community-x86_64 (14 files)

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 20:27:53
  Author: mtorromeo
Revision: 182528

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 182527, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 182527, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 182527, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 182527, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 182527, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 182527, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 182527, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  314 
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 20:27:20 UTC (rev 182527)
+++ PKGBUILD2016-07-08 20:27:53 UTC (rev 182528)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.14.1
-pkgrel=1
-
-_thirdparty_commit=e1fcf90c07e0af00906f98cde8aa828bec7b2e01
-_brotli_commit=98ed7a23a83d64133b0a36a884e489bffb0eb864
-_folly_commit=05cdf111f5e6a4585a5e9140fda26f4fea070637
-_mcrouter_commit=679c32548ef7d3c8624b15c0c38f584b37177478
-_proxygen_commit=0b0b50c08b2165f4ed4e4f374ddbeabbc8582e44
-_squangle_commit=36a61d13d03e72dc710028d48de5616f9926128a
-_thrift_commit=8672f88b084d2d5242016f2a4df282ee2c6d4023
-_wangle_commit=4903f961a88751e684f703aaf08511cd5c486a84
-_webscalesql_commit=a9e580b5a0baa768210ef10544c8fab52003ec0b
-
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl'
- 'libvpx' 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml'
- 'fribidi' 're2' 'gperf' 'c-client' 'unixodbc' 'numactl')
-makedepends=('git' 'mercurial' 'cmake' 'gcc' 'boost' 'gflags' 'python2'
- 'pfff' 'ragel' 'libmariadbclient')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
"https://github.com/google/brotli/archive/$_brotli_commit/brotli-$_brotli_commit.tar.gz;
-
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
"https://github.com/facebook/mysql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-
"https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-sed 's/TypedValue m_extraArgs\[\];/TypedValue m_extraArgs[0];/' \
--i hphp/runtime/vm/bytecode.h
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-
-cd ../brotli
-rm -rf src
-ln -s "$srcdir"/brotli-$_brotli_commit src
-
-cd ../thrift
-rm -rf src
-ln -s "$srcdir"/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s "$srcdir"/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
-
-cd 

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

2016-07-08 Thread Massimiliano Torromeo
Date: Friday, July 8, 2016 @ 20:27:20
  Author: mtorromeo
Revision: 182527

upgpkg: hhvm 3.14.2-1

Updated to 3.14.2

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 19:49:28 UTC (rev 182526)
+++ PKGBUILD2016-07-08 20:27:20 UTC (rev 182527)
@@ -3,7 +3,7 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 
 _thirdparty_commit=e1fcf90c07e0af00906f98cde8aa828bec7b2e01
@@ -104,7 +104,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_PREFIX_PATH="$srcdir" \
--DCMAKE_CXX_FLAGS="-Wno-misleading-indentation" \
+-DCMAKE_CXX_FLAGS="-Wno-misleading-indentation -Wno-unused" \
 -DMYSQL_UNIX_SOCK_ADDR=/run/mysqld/mysqld.sock \
 .
 
@@ -140,7 +140,7 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('055dbc4417d7c17366d553961da8f7f49f9dd95b01c9d34b20854089d42a703c'
+sha256sums=('ccb1c0f7acdbc637f208ff8cf994b7467b0e5ef20638fd55daab25a0c1879343'
 '06e4d11a9eb7385a035df4cccf7d5bcd45bedaea28394e2c50b9565b9aaf843b'
 '3c73b24518539ab5ba0d351931124dafddda37a44640528ff53dbd76acbe0089'
 '95f389831f134c203917f5c6802968006767d0c4f2cc20c1ca22ed28cd925700'


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2016-07-08 Thread Lukas Jirkovsky
Date: Friday, July 8, 2016 @ 19:49:28
  Author: stativ
Revision: 182526

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 182525, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 182525, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 182525, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 182525, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   92 -
 idea.desktop |   22 ++---
 idea.install |   18 +--
 idea.sh  |8 ++--
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 19:49:19 UTC (rev 182525)
+++ PKGBUILD2016-07-08 19:49:28 UTC (rev 182526)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=2016.1.2b
-_pkgver=145.972.3
-pkgrel=1
-epoch=2
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-sha256sums=('9e3e0f4538707da37237106697fff4e0b5ed651085f456671764e1fbc9651bbe'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
-'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-
-  # remove the bundled jre
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/jre
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
182525, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 19:49:28 UTC (rev 182526)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=2016.1.3
+_pkgver=145.1617.8
+pkgrel=1
+epoch=2
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+sha256sums=('d1cd3f9fd650c00ba85181da6d66b4b80b8e48ce5f4f15b5f4dc67453e96a179'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2016-07-08 Thread Lukas Jirkovsky
Date: Friday, July 8, 2016 @ 19:49:19
  Author: stativ
Revision: 182525

upgpkg: intellij-idea-community-edition 2:2016.1.3-1

update to 2016.1.3

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 19:49:15 UTC (rev 182524)
+++ PKGBUILD2016-07-08 19:49:19 UTC (rev 182525)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=2016.1.2b
-_pkgver=145.972.3
+pkgver=2016.1.3
+_pkgver=145.1617.8
 pkgrel=1
 epoch=2
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-sha256sums=('9e3e0f4538707da37237106697fff4e0b5ed651085f456671764e1fbc9651bbe'
+sha256sums=('d1cd3f9fd650c00ba85181da6d66b4b80b8e48ce5f4f15b5f4dc67453e96a179'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
 '6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
 


[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2016-07-08 Thread Lukas Jirkovsky
Date: Friday, July 8, 2016 @ 19:49:15
  Author: stativ
Revision: 182524

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 182523, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 182523, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/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 2016-07-08 19:49:01 UTC (rev 182523)
+++ community-i686/PKGBUILD 2016-07-08 19:49:15 UTC (rev 182524)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=2016.1.2b
-_pkgver=145.972.3
-pkgrel=1
-epoch=2
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('9e3e0f4538707da37237106697fff4e0b5ed651085f456671764e1fbc9651bbe')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 182523, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 19:49:15 UTC (rev 182524)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=2016.1.3
+_pkgver=145.1617.8
+pkgrel=1
+epoch=2
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+sha256sums=('d1cd3f9fd650c00ba85181da6d66b4b80b8e48ce5f4f15b5f4dc67453e96a179')
+
+package() {
+  cd "idea-IC-$_pkgver"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-08 19:49:01 UTC (rev 182523)
+++ community-x86_64/PKGBUILD   2016-07-08 19:49:15 UTC (rev 182524)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=2016.1.2b
-_pkgver=145.972.3
-pkgrel=1
-epoch=2
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('9e3e0f4538707da37237106697fff4e0b5ed651085f456671764e1fbc9651bbe')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 182523, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-08 19:49:15 UTC (rev 182524)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 

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

2016-07-08 Thread Lukas Jirkovsky
Date: Friday, July 8, 2016 @ 19:49:01
  Author: stativ
Revision: 182523

upgpkg: intellij-idea-libs 2:2016.1.3-1

update to 2016.1.3

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 16:54:32 UTC (rev 182522)
+++ PKGBUILD2016-07-08 19:49:01 UTC (rev 182523)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=2016.1.2b
-_pkgver=145.972.3
+pkgver=2016.1.3
+_pkgver=145.1617.8
 pkgrel=1
 epoch=2
 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('9e3e0f4538707da37237106697fff4e0b5ed651085f456671764e1fbc9651bbe')
+sha256sums=('d1cd3f9fd650c00ba85181da6d66b4b80b8e48ce5f4f15b5f4dc67453e96a179')
 
 package() {
   cd "idea-IC-$_pkgver"


[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD remove-libpthread-stubs.patch)

2016-07-08 Thread Laurent Carlier
Date: Friday, July 8, 2016 @ 16:54:19
  Author: lcarlier
Revision: 182521

upgpkg: lib32-mesa 12.0.0-1

upstream update 12.0.0

Added:
  lib32-mesa/trunk/remove-libpthread-stubs.patch
Modified:
  lib32-mesa/trunk/PKGBUILD

---+
 PKGBUILD  |   29 -
 remove-libpthread-stubs.patch |   14 ++
 2 files changed, 34 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 16:22:37 UTC (rev 182520)
+++ PKGBUILD2016-07-08 16:54:19 UTC (rev 182521)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=11.2.2
+pkgver=12.0.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -13,12 +13,23 @@
 url="http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
-   LICENSE)
-sha256sums=('40e148812388ec7c6d7b6657d5a16e2e8dabba8b97ddfceea5197947647bdfb4'
+   LICENSE
+remove-libpthread-stubs.patch)
+sha256sums=('0090c025219318935124292b482e3439bc43e8c074ad01086449fcad88547dc6'
 'SKIP'
-'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
+'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
+'d82c329e89754266eb1538df29b94d33692a66e3b6882b2cee78f4d5aab4a39c')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

 
+prepare() {
+  cd ${srcdir}/?esa-*
+
+  # Now mesa checks for libpthread-stubs - so remove the check
+  patch -Np1 -i ../remove-libpthread-stubs.patch
+
+  autoreconf -fiv
+}
+
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
@@ -36,17 +47,17 @@
 --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl \
 --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
 --with-egl-platforms=x11,drm,wayland \
+--enable-gallium-llvm \
 --enable-llvm-shared-libs \
---enable-egl \
---enable-gbm \
---enable-gallium-llvm \
 --enable-shared-glapi \
 --enable-glx-tls \
---enable-dri \
+--enable-egl \
 --enable-glx \
---enable-osmesa \
 --enable-gles1 \
 --enable-gles2 \
+--enable-gbm \
+--enable-dri \
+--enable-osmesa \
 --enable-texture-float \
 --enable-nine \
 --enable-vdpau 

Added: remove-libpthread-stubs.patch
===
--- remove-libpthread-stubs.patch   (rev 0)
+++ remove-libpthread-stubs.patch   2016-07-08 16:54:19 UTC (rev 182521)
@@ -0,0 +1,14 @@
+diff -ur mesa-orig/configure.ac mesa-origb/configure.ac
+--- mesa-orig/configure.ac 2016-05-25 15:37:44.191643017 +0200
 mesa-origb/configure.ac2016-05-25 15:42:20.861654709 +0200
+@@ -813,10 +813,6 @@
+ dnl pkgconfig files.
+ test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread"
+ 
+-PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
+-AC_SUBST(PTHREADSTUBS_CFLAGS)
+-AC_SUBST(PTHREADSTUBS_LIBS)
+-
+ dnl SELinux awareness.
+ AC_ARG_ENABLE([selinux],
+ [AS_HELP_STRING([--enable-selinux],


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

2016-07-08 Thread Laurent Carlier
Date: Friday, July 8, 2016 @ 16:54:32
  Author: lcarlier
Revision: 182522

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 182521, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 182521, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-testing-x86_64/remove-libpthread-stubs.patch
(from rev 182521, lib32-mesa/trunk/remove-libpthread-stubs.patch)

---+
 LICENSE   |   82 +++
 PKGBUILD  |  141 
 remove-libpthread-stubs.patch |   14 +++
 3 files changed, 237 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 182521, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2016-07-08 16:54:32 UTC (rev 182522)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 182521, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ 

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

2016-07-08 Thread Anatol Pomozov
Date: Friday, July 8, 2016 @ 16:22:37
  Author: anatolik
Revision: 182520

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

Added:
  shairport-sync/repos/community-i686/PKGBUILD
(from rev 182519, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-i686/shairport-sync.install
(from rev 182519, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 182519, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/shairport-sync.install
(from rev 182519, shairport-sync/trunk/shairport-sync.install)
Deleted:
  shairport-sync/repos/community-i686/PKGBUILD
  shairport-sync/repos/community-i686/shairport-sync.install
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/shairport-sync.install

-+
 /PKGBUILD   |   64 ++
 /shairport-sync.install |   22 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/shairport-sync.install   |   11 -
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/shairport-sync.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-08 16:22:01 UTC (rev 182519)
+++ community-i686/PKGBUILD 2016-07-08 16:22:37 UTC (rev 182520)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=2.8.4.3
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('e85f3f47ab8779ad5d47a5fe1f5705b8a93a53c2')
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
-  make
-
-  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/etc/shairport-sync.conf.sample
-}

Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 182519, 
shairport-sync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 16:22:37 UTC (rev 182520)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=2.8.4.4
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf')
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Deleted: community-i686/shairport-sync.install
===
--- community-i686/shairport-sync.install   2016-07-08 16:22:01 UTC (rev 
182519)
+++ community-i686/shairport-sync.install   2016-07-08 16:22:37 UTC (rev 
182520)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
-  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
-
-  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
-  true
-}
-
-post_upgrade() {
-  post_install
-}


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

2016-07-08 Thread Anatol Pomozov
Date: Friday, July 8, 2016 @ 16:22:01
  Author: anatolik
Revision: 182519

upgpkg: shairport-sync 2.8.4.4-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 14:24:13 UTC (rev 182518)
+++ PKGBUILD2016-07-08 16:22:01 UTC (rev 182519)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.4.3
+pkgver=2.8.4.4
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -12,7 +12,7 @@
 install=shairport-sync.install
 depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('e85f3f47ab8779ad5d47a5fe1f5705b8a93a53c2')
+sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf')
 
 build() {
   cd shairport-sync-$pkgver


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

2016-07-08 Thread Laurent Carlier
Date: Friday, July 8, 2016 @ 16:02:11
  Author: lcarlier
Revision: 271221

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/LICENSE
(from rev 271220, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 271220, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/remove-libpthread-stubs.patch
(from rev 271220, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 271220, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 271220, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/remove-libpthread-stubs.patch
(from rev 271220, mesa/trunk/remove-libpthread-stubs.patch)

--+
 testing-i686/LICENSE |   82 ++
 testing-i686/PKGBUILD|  192 +
 testing-i686/remove-libpthread-stubs.patch   |   14 +
 testing-x86_64/LICENSE   |   82 ++
 testing-x86_64/PKGBUILD  |  192 +
 testing-x86_64/remove-libpthread-stubs.patch |   14 +
 6 files changed, 576 insertions(+)

Copied: mesa/repos/testing-i686/LICENSE (from rev 271220, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-07-08 16:02:11 UTC (rev 271221)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos  

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

2016-07-08 Thread Laurent Carlier
Date: Friday, July 8, 2016 @ 15:48:44
  Author: lcarlier
Revision: 271220

upgpkg: mesa 12.0.0-1

upstream update 12.0.0

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 10:30:47 UTC (rev 271219)
+++ PKGBUILD2016-07-08 15:48:44 UTC (rev 271220)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 
'mesa-libgl')
 pkgver=12.0.0
-pkgrel=0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
@@ -12,10 +12,10 @@
  'systemd' 'libomxil-bellagio' 'libgcrypt' 'libclc' 'clang')
 url="http://mesa3d.sourceforge.net;
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}-rc4.tar.xz{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 remove-libpthread-stubs.patch)
-sha256sums=('a27f43f0031a3f1e77d767f7e3e019120ec5181a0a7c81fc0da7b611e8c4e91a'
+sha256sums=('0090c025219318935124292b482e3439bc43e8c074ad01086449fcad88547dc6'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'd82c329e89754266eb1538df29b94d33692a66e3b6882b2cee78f4d5aab4a39c')
@@ -87,8 +87,8 @@
   pkgdesc="Intel's Vulkan mesa driver"
   depends=('vulkan-icd-loader' 'libgcrypt' 'wayland' 'libxcb')
   
-  install -m755 -d ${pkgdir}/etc
-  mv -v ${srcdir}/fakeinstall/etc/vulkan ${pkgdir}/etc/
+  install -m755 -d ${pkgdir}/usr/share
+  mv -v ${srcdir}/fakeinstall/usr/share/vulkan ${pkgdir}/usr/share/
 
   install -m755 -d ${pkgdir}/usr/{include/vulkan,lib}
   mv -v ${srcdir}/fakeinstall/usr/lib/libvulkan_intel.so ${pkgdir}/usr/lib/


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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 14:24:13
  Author: spupykin
Revision: 182518

FS#49994

Modified:
  openmotif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 13:18:19 UTC (rev 182517)
+++ PKGBUILD2016-07-08 14:24:13 UTC (rev 182518)
@@ -8,7 +8,7 @@
 pkgdesc="Open Motif"
 arch=('i686' 'x86_64')
 url="http://www.motifzone.org/;
-license=('GPL')
+license=('LGPL')
 depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
 makedepends=(xbitmaps xproto printproto xextproto automake)
 conflicts=(lesstif)


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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 13:18:19
  Author: spupykin
Revision: 182517

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 182516, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 182516, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-i686/xlockmore.install
(from rev 182516, xlockmore/trunk/xlockmore.install)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 182516, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 182516, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/xlockmore.install
(from rev 182516, xlockmore/trunk/xlockmore.install)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-i686/xlockmore.install
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD
  xlockmore/repos/community-x86_64/xlockmore.install

+
 /LICENSE   |   36 
 /PKGBUILD  |   76 +++
 /xlockmore.install |8 +++
 community-i686/LICENSE |   18 
 community-i686/PKGBUILD|   38 -
 community-i686/xlockmore.install   |4 -
 community-x86_64/LICENSE   |   18 
 community-x86_64/PKGBUILD  |   38 -
 community-x86_64/xlockmore.install |4 -
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-07-08 13:18:02 UTC (rev 182516)
+++ community-i686/LICENSE  2016-07-08 13:18:19 UTC (rev 182517)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
- *
- * This file, along with xlockmore.h, make it possible to compile an xlockmore
- * module into a standalone program, and thus use it with xscreensaver.
- * By Jamie Zawinski  on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum .  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 182516, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-07-08 13:18:19 UTC (rev 182517)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or
+ * implied warranty.
+ *
+ * This file, along with xlockmore.h, make it possible to compile an xlockmore
+ * module into a standalone program, and thus use it with xscreensaver.
+ * By Jamie Zawinski  on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum .  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-08 13:18:02 UTC (rev 182516)
+++ community-i686/PKGBUILD 2016-07-08 13:18:19 UTC (rev 182517)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=xlockmore
-pkgver=5.46
-pkgrel=3
-pkgdesc="screen saver / locker for the X Window System"
-arch=(i686 x86_64)
-license=('BSD')
-depends=(freetype2 gtk2 libxpm lesstif pam libxmu glu)
-optdepends=('fortune-mod')
-makedepends=(mesa)
-url="http://www.tux.org/~bagleyd/xlockmore.html;
-options=('!makeflags')
-install=xlockmore.install
-source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver.tar.xz
-   LICENSE)
-md5sums=('068b9c2bfbcdd02461edbac4d729cd27'
- 

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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 13:17:55
  Author: spupykin
Revision: 182515

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

Added:
  openmotif/repos/community-i686/PKGBUILD
(from rev 182514, openmotif/trunk/PKGBUILD)
  openmotif/repos/community-x86_64/PKGBUILD
(from rev 182514, openmotif/trunk/PKGBUILD)
Deleted:
  openmotif/repos/community-i686/PKGBUILD
  openmotif/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 2016-07-08 13:17:36 UTC (rev 182514)
+++ community-i686/PKGBUILD 2016-07-08 13:17:55 UTC (rev 182515)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Enrico Morelli 
-
-pkgname=openmotif
-pkgver=2.3.5
-pkgrel=1
-pkgdesc="Open Motif"
-arch=('i686' 'x86_64')
-url="http://www.motifzone.org/;
-license=('GPL')
-depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
-makedepends=(xbitmaps xproto printproto xextproto automake)
-conflicts=(lesstif)
-source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;)
-md5sums=('a91686b23a6b70ce3f624dd4e43bfa41')
-
-build() {
-  cd $srcdir/motif-$pkgver
-  export LDFLAGS="-lX11"
-  [ -x configure ] || ./autogen.sh --prefix=/usr
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd $srcdir/motif-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openmotif/repos/community-i686/PKGBUILD (from rev 182514, 
openmotif/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 13:17:55 UTC (rev 182515)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Enrico Morelli 
+
+pkgname=openmotif
+pkgver=2.3.6
+pkgrel=1
+pkgdesc="Open Motif"
+arch=('i686' 'x86_64')
+url="http://www.motifzone.org/;
+license=('GPL')
+depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+makedepends=(xbitmaps xproto printproto xextproto automake)
+conflicts=(lesstif)
+source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;)
+md5sums=('fb2ebe863e5a3b80277e1794b3b684b1')
+
+build() {
+  cd $srcdir/motif-$pkgver
+  export LDFLAGS="-lX11"
+  [ -x configure ] || ./autogen.sh --prefix=/usr
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd $srcdir/motif-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-08 13:17:36 UTC (rev 182514)
+++ community-x86_64/PKGBUILD   2016-07-08 13:17:55 UTC (rev 182515)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Enrico Morelli 
-
-pkgname=openmotif
-pkgver=2.3.5
-pkgrel=1
-pkgdesc="Open Motif"
-arch=('i686' 'x86_64')
-url="http://www.motifzone.org/;
-license=('GPL')
-depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
-makedepends=(xbitmaps xproto printproto xextproto automake)
-conflicts=(lesstif)
-source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;)
-md5sums=('a91686b23a6b70ce3f624dd4e43bfa41')
-
-build() {
-  cd $srcdir/motif-$pkgver
-  export LDFLAGS="-lX11"
-  [ -x configure ] || ./autogen.sh --prefix=/usr
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd $srcdir/motif-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openmotif/repos/community-x86_64/PKGBUILD (from rev 182514, 
openmotif/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-08 13:17:55 UTC (rev 182515)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Enrico Morelli 
+
+pkgname=openmotif
+pkgver=2.3.6
+pkgrel=1
+pkgdesc="Open Motif"
+arch=('i686' 'x86_64')
+url="http://www.motifzone.org/;
+license=('GPL')
+depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+makedepends=(xbitmaps xproto printproto xextproto automake)
+conflicts=(lesstif)
+source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;)
+md5sums=('fb2ebe863e5a3b80277e1794b3b684b1')
+
+build() {
+  cd $srcdir/motif-$pkgver
+  export LDFLAGS="-lX11"
+  [ -x configure ] || ./autogen.sh --prefix=/usr
+  [ -f Makefile ] || 

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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 13:18:02
  Author: spupykin
Revision: 182516

upgpkg: xlockmore 5.47-1

upd

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 13:17:55 UTC (rev 182515)
+++ PKGBUILD2016-07-08 13:18:02 UTC (rev 182516)
@@ -3,8 +3,8 @@
 # Maintainer: dorphell 
 
 pkgname=xlockmore
-pkgver=5.46
-pkgrel=3
+pkgver=5.47
+pkgrel=1
 pkgdesc="screen saver / locker for the X Window System"
 arch=(i686 x86_64)
 license=('BSD')
@@ -16,7 +16,7 @@
 install=xlockmore.install
 source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver.tar.xz
LICENSE)
-md5sums=('068b9c2bfbcdd02461edbac4d729cd27'
+md5sums=('d059df32d1673ce5a434a98a49606f3b'
  'a64afab4283f53972a6702c2e59850d7')
 
 build() {


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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 13:17:36
  Author: spupykin
Revision: 182514

upgpkg: openmotif 2.3.6-1

upd

Modified:
  openmotif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 12:02:01 UTC (rev 182513)
+++ PKGBUILD2016-07-08 13:17:36 UTC (rev 182514)
@@ -3,7 +3,7 @@
 # Contributor: Enrico Morelli 
 
 pkgname=openmotif
-pkgver=2.3.5
+pkgver=2.3.6
 pkgrel=1
 pkgdesc="Open Motif"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=(xbitmaps xproto printproto xextproto automake)
 conflicts=(lesstif)
 
source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;)
-md5sums=('a91686b23a6b70ce3f624dd4e43bfa41')
+md5sums=('fb2ebe863e5a3b80277e1794b3b684b1')
 
 build() {
   cd $srcdir/motif-$pkgver


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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 12:02:01
  Author: spupykin
Revision: 182513

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

Added:
  gst-transcoder/repos/community-i686/PKGBUILD
(from rev 182512, gst-transcoder/trunk/PKGBUILD)
  gst-transcoder/repos/community-x86_64/PKGBUILD
(from rev 182512, gst-transcoder/trunk/PKGBUILD)
Deleted:
  gst-transcoder/repos/community-i686/PKGBUILD
  gst-transcoder/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-08 12:01:43 UTC (rev 182512)
+++ community-i686/PKGBUILD 2016-07-08 12:02:01 UTC (rev 182513)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thibault Saunier 
-
-pkgname=gst-transcoder
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="GStreamer Transcoding API"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs')
-makedepends=('gobject-introspection' 'meson')
-options=(!libtool !emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
-md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=lib/
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-transcoder/repos/community-i686/PKGBUILD (from rev 182512, 
gst-transcoder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 12:02:01 UTC (rev 182513)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs')
+makedepends=('gobject-introspection' 'meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
+md5sums=('e1dd04103face30abc141cd40e8206b5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-08 12:01:43 UTC (rev 182512)
+++ community-x86_64/PKGBUILD   2016-07-08 12:02:01 UTC (rev 182513)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thibault Saunier 
-
-pkgname=gst-transcoder
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="GStreamer Transcoding API"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs')
-makedepends=('gobject-introspection' 'meson')
-options=(!libtool !emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
-md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=lib/
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-transcoder/repos/community-x86_64/PKGBUILD (from rev 182512, 
gst-transcoder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-08 12:02:01 UTC (rev 182513)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs')
+makedepends=('gobject-introspection' 'meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
+md5sums=('e1dd04103face30abc141cd40e8206b5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 12:01:43
  Author: spupykin
Revision: 182512

upgpkg: gst-transcoder 1.8.1-1

upd

Modified:
  gst-transcoder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 11:59:29 UTC (rev 182511)
+++ PKGBUILD2016-07-08 12:01:43 UTC (rev 182512)
@@ -3,7 +3,7 @@
 # Maintainer: Thibault Saunier 
 
 pkgname=gst-transcoder
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="GStreamer Transcoding API"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gobject-introspection' 'meson')
 options=(!libtool !emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
-md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
+md5sums=('e1dd04103face30abc141cd40e8206b5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-07-08 Thread Alexander Rødseth
Date: Friday, July 8, 2016 @ 11:59:29
  Author: arodseth
Revision: 182511

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 182510, kotlin/trunk/PKGBUILD)

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

Copied: kotlin/repos/community-any/PKGBUILD (from rev 182510, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 11:59:29 UTC (rev 182511)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='The Kotlin programming language'
+arch=('any')
+url="https://github.com/JetBrains/kotlin/releases/tag/v$pkgver;
+license=('apache' 'custom')
+depends=('java-environment>=6')
+makedepends=('setconf')
+source=("https://github.com/JetBrains/kotlin/releases/download/v$pkgver/kotlin-compiler-$pkgver.zip;)
+sha256sums=("37615f1d63e8500cd33c7f3e60b715263f65189d6d8f25defba78968c896dc97")
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin DIR /usr/bin
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+  setconf kotlinc-js DIR /usr/bin
+  setconf kotlinc-jvm DIR /usr/bin
+}
+
+package() {
+  cd "${pkgname}c"
+
+  msg2 'Packaging executables...'
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
+  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
+  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
+
+  msg2 'Packaging jar files...'
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  msg2 'Packaging licenses...'
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2016-07-08 Thread Alexander Rødseth
Date: Friday, July 8, 2016 @ 11:19:58
  Author: arodseth
Revision: 182510

New package

Added:
  kotlin/
  kotlin/repos/
  kotlin/repos/community-any/
  kotlin/trunk/
  kotlin/trunk/PKGBUILD

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

Added: kotlin/trunk/PKGBUILD
===
--- kotlin/trunk/PKGBUILD   (rev 0)
+++ kotlin/trunk/PKGBUILD   2016-07-08 11:19:58 UTC (rev 182510)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='The Kotlin programming language'
+arch=('any')
+url="https://github.com/JetBrains/kotlin/releases/tag/v$pkgver;
+license=('apache' 'custom')
+depends=('java-environment>=6')
+makedepends=('setconf')
+source=("https://github.com/JetBrains/kotlin/releases/download/v$pkgver/kotlin-compiler-$pkgver.zip;)
+sha256sums=("37615f1d63e8500cd33c7f3e60b715263f65189d6d8f25defba78968c896dc97")
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin DIR /usr/bin
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+  setconf kotlinc-js DIR /usr/bin
+  setconf kotlinc-jvm DIR /usr/bin
+}
+
+package() {
+  cd "${pkgname}c"
+
+  msg2 'Packaging executables...'
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
+  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
+  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
+
+  msg2 'Packaging jar files...'
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  msg2 'Packaging licenses...'
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gitlab/repos (68 files)

2016-07-08 Thread Sven-Hendrik Haase
Date: Friday, July 8, 2016 @ 11:15:44
  Author: svenstaro
Revision: 182509

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 182508, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 182508, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 182508, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 182508, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 182508, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 182508, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 182508, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 182508, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 182508, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 182508, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 182508, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 182508, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 182508, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 182508, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 182508, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 182508, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 182508, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 182508, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 182508, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 182508, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 182508, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 182508, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 182508, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 182508, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 182508, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 182508, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 182508, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 182508, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 182508, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 182508, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 182508, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 182508, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 182508, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 182508, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-07-08 Thread Sven-Hendrik Haase
Date: Friday, July 8, 2016 @ 11:15:26
  Author: svenstaro
Revision: 182508

upgpkg: gitlab 8.9.5-1

upstream release 8.9.5

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 11:04:40 UTC (rev 182507)
+++ PKGBUILD2016-07-08 11:15:26 UTC (rev 182508)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.9.4
+pkgver=8.9.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('bd2e2342e68b887f35b322f3e15894aa654c0701476ecfd7c4072f70c1752ad9'
+sha256sums=('6f1685d5b2cf36a580467017ba5a4ce59dc13f90ce160e031d883b424e2557d0'
 'becafe0f9811fea69a69b8e2739857ef007f0b7e89391229f123c79c285f34f3'
 'fbe5ec709ead1729e4de85f3f036f053b2b14041c540742315ff2d63a7bdd59a'
 'd21d8c961b2834115a1d9c646278782e0d1d1cde2357b58e67bad3a58527'


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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 11:04:22
  Author: spupykin
Revision: 182506

upgpkg: python-psycopg2 2.6.2-1

upd

Modified:
  python-psycopg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 10:36:23 UTC (rev 182505)
+++ PKGBUILD2016-07-08 11:04:22 UTC (rev 182506)
@@ -5,8 +5,8 @@
 
 pkgbase=python-psycopg2
 pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.6.2
+pkgrel=1
 pkgdesc="A PostgreSQL database adapter for the Python programming language."
 arch=('i686' 'x86_64')
 url="http://initd.org/psycopg/;
@@ -13,7 +13,7 @@
 license=('LGPL3')
 makedepends=('python2' 'python' 'postgresql-libs>=8.4.1')
 source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-$pkgver.tar.gz)
-md5sums=('842b44f8c95517ed5b792081a2370da1')
+md5sums=('4a392949ba31a378a18ed3e775a4693f')
 
 build() {
   cd "$srcdir/psycopg2-$pkgver"


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

2016-07-08 Thread Sergej Pupykin
Date: Friday, July 8, 2016 @ 11:04:40
  Author: spupykin
Revision: 182507

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

Added:
  python-psycopg2/repos/community-i686/ChangeLog
(from rev 182506, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-i686/PKGBUILD
(from rev 182506, python-psycopg2/trunk/PKGBUILD)
  python-psycopg2/repos/community-x86_64/ChangeLog
(from rev 182506, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-x86_64/PKGBUILD
(from rev 182506, python-psycopg2/trunk/PKGBUILD)
Deleted:
  python-psycopg2/repos/community-i686/ChangeLog
  python-psycopg2/repos/community-i686/PKGBUILD
  python-psycopg2/repos/community-x86_64/ChangeLog
  python-psycopg2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   50 ++
 /PKGBUILD  |   70 +++
 community-i686/ChangeLog   |   25 ---
 community-i686/PKGBUILD|   35 -
 community-x86_64/ChangeLog |   25 ---
 community-x86_64/PKGBUILD  |   35 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-07-08 11:04:22 UTC (rev 182506)
+++ community-i686/ChangeLog2016-07-08 11:04:40 UTC (rev 182507)
@@ -1,25 +0,0 @@
-
-2009-08-05  Douglas Soares de Andrade  
-
-   * Updated to: 2.0.11
-
-2009-03-24  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.0.9
-
-2009-01-11  Douglas Soares de Andrade  
-
-   * Rebuilt for python 2.6
-
-2008-04-25  Mateusz Herych 
-
-   * Built for x86_64 - 2.0.7
-
-2008-04-23  Douglas Soares de Andrade  
-
-   * Built for i686 - 2.0.7
-
-2007-06-27  tardo  
-   
-   * Built for x86_64
-

Copied: python-psycopg2/repos/community-i686/ChangeLog (from rev 182506, 
python-psycopg2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-07-08 11:04:40 UTC (rev 182507)
@@ -0,0 +1,25 @@
+
+2009-08-05  Douglas Soares de Andrade  
+
+   * Updated to: 2.0.11
+
+2009-03-24  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.0.9
+
+2009-01-11  Douglas Soares de Andrade  
+
+   * Rebuilt for python 2.6
+
+2008-04-25  Mateusz Herych 
+
+   * Built for x86_64 - 2.0.7
+
+2008-04-23  Douglas Soares de Andrade  
+
+   * Built for i686 - 2.0.7
+
+2007-06-27  tardo  
+   
+   * Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-08 11:04:22 UTC (rev 182506)
+++ community-i686/PKGBUILD 2016-07-08 11:04:40 UTC (rev 182507)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
-# Maintainer: Douglas Soares de Andrade 
-
-pkgbase=python-psycopg2
-pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.6.1
-pkgrel=2
-pkgdesc="A PostgreSQL database adapter for the Python programming language."
-arch=('i686' 'x86_64')
-url="http://initd.org/psycopg/;
-license=('LGPL3')
-makedepends=('python2' 'python' 'postgresql-libs>=8.4.1')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-$pkgver.tar.gz)
-md5sums=('842b44f8c95517ed5b792081a2370da1')
-
-build() {
-  cd "$srcdir/psycopg2-$pkgver"
-  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
-}
-
-package_python-psycopg2() {
-  depends=('python' 'postgresql-libs>=8.4.1')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python setup.py install --root="$pkgdir"
-}
-
-package_python2-psycopg2() {
-  depends=('python2' 'postgresql-libs>=8.4.1')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-}

Copied: python-psycopg2/repos/community-i686/PKGBUILD (from rev 182506, 
python-psycopg2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 11:04:40 UTC (rev 182507)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Angel 'angvp' Velasquez 
+# Maintainer: Douglas Soares de Andrade 
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.6.2
+pkgrel=1
+pkgdesc="A PostgreSQL database adapter for the Python programming language."
+arch=('i686' 'x86_64')

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

2016-07-08 Thread Jonathan Steel
Date: Friday, July 8, 2016 @ 10:36:23
  Author: jsteel
Revision: 182505

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

Added:
  obs-studio/repos/community-i686/PKGBUILD
(from rev 182504, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 182504, obs-studio/trunk/PKGBUILD)
Deleted:
  obs-studio/repos/community-i686/PKGBUILD
  obs-studio/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-08 10:36:13 UTC (rev 182504)
+++ community-i686/PKGBUILD 2016-07-08 10:36:23 UTC (rev 182505)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('a4ce86ab895665f1d5d54ee00af0d545')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-i686/PKGBUILD (from rev 182504, 
obs-studio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-08 10:36:23 UTC (rev 182505)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('b897b6333f66a8e1d75ceea0ee10e049')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-08 10:36:13 UTC (rev 182504)
+++ community-x86_64/PKGBUILD   2016-07-08 10:36:23 UTC (rev 182505)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('a4ce86ab895665f1d5d54ee00af0d545')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-x86_64/PKGBUILD (from rev 182504, 
obs-studio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-08 10:36:23 UTC (rev 182505)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')

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

2016-07-08 Thread Jonathan Steel
Date: Friday, July 8, 2016 @ 10:36:13
  Author: jsteel
Revision: 182504

upgpkg: obs-studio 0.15.0-1

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 10:30:22 UTC (rev 182503)
+++ PKGBUILD2016-07-08 10:36:13 UTC (rev 182504)
@@ -2,8 +2,8 @@
 # Contributor: Benjamin Klettbach 
 
 pkgname=obs-studio
-pkgver=0.14.2
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('i686' 'x86_64')
 url="https://obsproject.com;
@@ -14,7 +14,7 @@
 optdepends=('libfdk-aac: FDK AAC codec support'
 'libxcomposite: XComposite capture support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('a4ce86ab895665f1d5d54ee00af0d545')
+md5sums=('b897b6333f66a8e1d75ceea0ee10e049')
 
 build() {
   cd $pkgname-$pkgver


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

2016-07-08 Thread Jonathan Steel
Date: Friday, July 8, 2016 @ 10:30:22
  Author: jsteel
Revision: 182503

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 10:30:16 UTC (rev 182502)
+++ PKGBUILD2016-07-08 10:30:22 UTC (rev 182503)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.10.45
-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')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d28c21b14a58e425bcf98b9e51657eb3')
-
-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
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 182502, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 10:30:22 UTC (rev 182503)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.10.46
+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')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('be7277309b3a781dc136c93f8f432fbb')
+
+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
+}


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

2016-07-08 Thread Jonathan Steel
Date: Friday, July 8, 2016 @ 10:30:03
  Author: jsteel
Revision: 182501

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 10:29:53 UTC (rev 182500)
+++ PKGBUILD2016-07-08 10:30:03 UTC (rev 182501)
@@ -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.4.35
-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=('3decbd8b55f773ac60a8cd67a79110d1')
-
-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 182500, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-08 10:30:03 UTC (rev 182501)
@@ -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.4.36
+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=('a7572dc30915ed23c8fe94b260efcb02')
+
+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 python-botocore/trunk (PKGBUILD)

2016-07-08 Thread Jonathan Steel
Date: Friday, July 8, 2016 @ 10:29:53
  Author: jsteel
Revision: 182500

upgpkg: python-botocore 1.4.36-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 08:48:40 UTC (rev 182499)
+++ PKGBUILD2016-07-08 10:29:53 UTC (rev 182500)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.35
+pkgver=1.4.36
 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=('3decbd8b55f773ac60a8cd67a79110d1')
+md5sums=('a7572dc30915ed23c8fe94b260efcb02')
 
 build() {
   cd botocore-$pkgver


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

2016-07-08 Thread Jonathan Steel
Date: Friday, July 8, 2016 @ 10:30:16
  Author: jsteel
Revision: 182502

upgpkg: aws-cli 1.10.46-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 10:30:03 UTC (rev 182501)
+++ PKGBUILD2016-07-08 10:30:16 UTC (rev 182502)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.10.45
+pkgver=1.10.46
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d28c21b14a58e425bcf98b9e51657eb3')
+md5sums=('be7277309b3a781dc136c93f8f432fbb')
 
 build() {
   cd $pkgname-$pkgver


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

2016-07-08 Thread Felix Yan
Date: Friday, July 8, 2016 @ 08:48:11
  Author: felixonmars
Revision: 182498

upgpkg: jenkins 2.12-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 06:17:08 UTC (rev 182497)
+++ PKGBUILD2016-07-08 08:48:11 UTC (rev 182498)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -17,7 +17,7 @@
 replaces=('jenkins-ci')
 backup=('etc/conf.d/jenkins')
 install='jenkins.install'
-noextract=('jenkins.war')
+noextract=("jenkins-${pkgver}.war")
 
source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
 # Rename to force re-download on new version
 'jenkins.conf'
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('d045175692a9d8407bda696cf3453a36944bf72fe11a4297dc523800f104088b0328c5400869e38cb44e86f232e95d9ac90e9a3ea4b956abfcbadb36ad8d456f'
+sha512sums=('c9280daabaa2b3bcc6b95eefdb9d849745f7b4f0a8857e91127ae214e19da49ad93dafddc4c6f2c7377fe40519c7365bd433ad90c267d2765895f8ab6bea22f6'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2016-07-08 Thread Felix Yan
Date: Friday, July 8, 2016 @ 08:48:40
  Author: felixonmars
Revision: 182499

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 182498, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 182498, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 182498, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 182498, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 182498, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 182498, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 182498, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-07-08 08:48:11 UTC (rev 182498)
+++ LICENSE 2016-07-08 08:48:40 UTC (rev 182499)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 182498, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-07-08 08:48:40 UTC (rev 182499)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-08 08:48:11 UTC (rev 182498)
+++ PKGBUILD2016-07-08 08:48:40 UTC (rev 182499)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.11
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

[arch-commits] Commit in (eigen2)

2016-07-08 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:23:21
  Author: arojas
Revision: 271180

Kill eigen2

Deleted:
  eigen2/


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

2016-07-08 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:17:08
  Author: arojas
Revision: 182497

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

Added:
  python-openbabel/repos/community-i686/PKGBUILD
(from rev 182496, python-openbabel/trunk/PKGBUILD)
  python-openbabel/repos/community-i686/openbabel-gcc5.patch
(from rev 182496, python-openbabel/trunk/openbabel-gcc5.patch)
  python-openbabel/repos/community-i686/openbabel-swig3.patch
(from rev 182496, python-openbabel/trunk/openbabel-swig3.patch)
  python-openbabel/repos/community-x86_64/PKGBUILD
(from rev 182496, python-openbabel/trunk/PKGBUILD)
  python-openbabel/repos/community-x86_64/openbabel-gcc5.patch
(from rev 182496, python-openbabel/trunk/openbabel-gcc5.patch)
  python-openbabel/repos/community-x86_64/openbabel-swig3.patch
(from rev 182496, python-openbabel/trunk/openbabel-swig3.patch)
Deleted:
  python-openbabel/repos/community-i686/PKGBUILD
  python-openbabel/repos/community-i686/openbabel-gcc5.patch
  python-openbabel/repos/community-i686/openbabel-swig3.patch
  python-openbabel/repos/community-x86_64/PKGBUILD
  python-openbabel/repos/community-x86_64/openbabel-gcc5.patch
  python-openbabel/repos/community-x86_64/openbabel-swig3.patch

+
 /PKGBUILD  |  132 ++
 /openbabel-gcc5.patch  |   24 +
 /openbabel-swig3.patch |  398 +++
 community-i686/PKGBUILD|   66 -
 community-i686/openbabel-gcc5.patch|   12 
 community-i686/openbabel-swig3.patch   |  199 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/openbabel-gcc5.patch  |   12 
 community-x86_64/openbabel-swig3.patch |  199 ---
 9 files changed, 554 insertions(+), 554 deletions(-)

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


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

2016-07-08 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:16:36
  Author: arojas
Revision: 182496

Use eigen3

Modified:
  python-openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 05:42:51 UTC (rev 182495)
+++ PKGBUILD2016-07-08 06:16:36 UTC (rev 182496)
@@ -5,13 +5,13 @@
 
 pkgname=('python-openbabel' 'python2-openbabel')
 pkgver=2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Python bindings for the openbabel library'
 arch=('x86_64' 'i686')
 url='http://openbabel.org/wiki/Python'
 license=('GPL')
-depends=('gcc-libs' "openbabel=${pkgver}" 'eigen2')
-makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools')
+depends=('gcc-libs' "openbabel=${pkgver}")
+makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools' 'cairo' 
'wxgtk2.8' 'eigen')
 source=("http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz;
 openbabel-gcc5.patch
 openbabel-swig3.patch)


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

2016-07-08 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:05:59
  Author: arojas
Revision: 271178

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

Added:
  openbabel/repos/extra-i686/PKGBUILD
(from rev 271177, openbabel/trunk/PKGBUILD)
  openbabel/repos/extra-i686/gcc-5.patch
(from rev 271177, openbabel/trunk/gcc-5.patch)
  openbabel/repos/extra-x86_64/PKGBUILD
(from rev 271177, openbabel/trunk/PKGBUILD)
  openbabel/repos/extra-x86_64/gcc-5.patch
(from rev 271177, openbabel/trunk/gcc-5.patch)
Deleted:
  openbabel/repos/extra-i686/PKGBUILD
  openbabel/repos/extra-i686/gcc-5.patch
  openbabel/repos/extra-x86_64/PKGBUILD
  openbabel/repos/extra-x86_64/gcc-5.patch

--+
 /PKGBUILD|   78 +
 /gcc-5.patch |   24 +
 extra-i686/PKGBUILD  |   39 --
 extra-i686/gcc-5.patch   |   12 --
 extra-x86_64/PKGBUILD|   39 --
 extra-x86_64/gcc-5.patch |   12 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-08 06:05:33 UTC (rev 271177)
+++ extra-i686/PKGBUILD 2016-07-08 06:05:59 UTC (rev 271178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Damir Perisa 
-
-pkgname=openbabel
-pkgver=2.3.2
-pkgrel=5
-pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
-arch=('i686' 'x86_64')
-url="http://openbabel.org/wiki/Main_Page;
-license=('GPL')
-depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen2' 'wxgtk2.8' 'boost')
-optdepends=('eigen2: to use bindings'
-'wxgtk2.8: GUI interface')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'gcc-5.patch')
-md5sums=('9b0007560d9d838b40ab4ad06daf5610'
- '0821ec915b2ab52d54658dc83f5a93d8')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build with GCC 5 (Fedora)
-  patch -p0 -i "$srcdir"/gcc-5.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: openbabel/repos/extra-i686/PKGBUILD (from rev 271177, 
openbabel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-08 06:05:59 UTC (rev 271178)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Damir Perisa 
+
+pkgname=openbabel
+pkgver=2.3.2
+pkgrel=6
+pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
+arch=('i686' 'x86_64')
+url="http://openbabel.org/wiki/Main_Page;
+license=('GPL')
+depends=('gcc-libs' 'libxml2' 'libsm')
+makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost')
+optdepends=('wxgtk2.8: GUI interface')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'gcc-5.patch')
+md5sums=('9b0007560d9d838b40ab4ad06daf5610'
+ '0821ec915b2ab52d54658dc83f5a93d8')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build with GCC 5 (Fedora)
+  patch -p0 -i "$srcdir"/gcc-5.patch
+}
+
+build() {
+  cd build
+  export CXXFLAGS+=' -std=gnu++98'
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gcc-5.patch
===
--- extra-i686/gcc-5.patch  2016-07-08 06:05:33 UTC (rev 271177)
+++ extra-i686/gcc-5.patch  2016-07-08 06:05:59 UTC (rev 271178)
@@ -1,12 +0,0 @@
 include/openbabel/shared_ptr.h.gcc52015-02-04 20:04:57.0 
+0100
-+++ include/openbabel/shared_ptr.h 2015-02-07 22:10:37.433163644 +0100
-@@ -21,7 +21,7 @@ GNU General Public License for more deta
-   #define sharedptr boost::shared_ptr
- #else
-   #include 
--  #if __GNUC__ == 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of 
Konstantin Tokarev
-+  #if __GNUC__ >= 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of 
Konstantin Tokarev
- #include 
-   #endif
-   using std::tr1::shared_ptr;
-

Copied: openbabel/repos/extra-i686/gcc-5.patch (from rev 271177, 
openbabel/trunk/gcc-5.patch)
===
--- extra-i686/gcc-5.patch  (rev 0)
+++ extra-i686/gcc-5.patch  2016-07-08 06:05:59 UTC (rev 271178)
@@ -0,0 +1,12 @@
+--- include/openbabel/shared_ptr.h.gcc52015-02-04 

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

2016-07-08 Thread Antonio Rojas
Date: Friday, July 8, 2016 @ 06:05:33
  Author: arojas
Revision: 271177

Use eigen3

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-08 05:42:31 UTC (rev 271176)
+++ PKGBUILD2016-07-08 06:05:33 UTC (rev 271177)
@@ -4,15 +4,14 @@
 
 pkgname=openbabel
 pkgver=2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
 arch=('i686' 'x86_64')
 url="http://openbabel.org/wiki/Main_Page;
 license=('GPL')
 depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen2' 'wxgtk2.8' 'boost')
-optdepends=('eigen2: to use bindings'
-'wxgtk2.8: GUI interface')
+makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost')
+optdepends=('wxgtk2.8: GUI interface')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'gcc-5.patch')
 md5sums=('9b0007560d9d838b40ab4ad06daf5610'
  '0821ec915b2ab52d54658dc83f5a93d8')
@@ -27,6 +26,7 @@
 
 build() {
   cd build
+  export CXXFLAGS+=' -std=gnu++98'
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8