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

2017-01-04 Thread Sven-Hendrik Haase
Date: Wednesday, January 4, 2017 @ 22:32:35
  Author: svenstaro
Revision: 204877

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 204876, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 22:32:12 UTC (rev 204876)
+++ PKGBUILD2017-01-04 22:32:35 UTC (rev 204877)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Hatina 
-pkgname=glm
-pkgver=0.9.8.1
-pkgrel=1
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
-arch=('any')
-license=('MIT')
-url="http://glm.g-truc.net";
-makedepends=('cmake')
-source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
-md5sums=('2f6c98eda1bf0747af2272271ca114a8')
-
-package() {
-cd $pkgname
-
-mkdir build
-cd build
-
-cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-make DESTDIR=$pkgdir install
-
-cd ..
-
-mkdir -p $pkgdir/usr/share/doc
-cp -r doc $pkgdir/usr/share/doc/glm
-
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 204876, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 22:32:35 UTC (rev 204877)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Hatina 
+pkgname=glm
+pkgver=0.9.8.3
+pkgrel=1
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net";
+makedepends=('cmake')
+source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
+md5sums=('8f1c44a6486f0060bc7f7e3e32b4d169')
+
+package() {
+cd $pkgname
+
+mkdir build
+cd build
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+make DESTDIR=$pkgdir install
+
+cd ..
+
+mkdir -p $pkgdir/usr/share/doc
+cp -r doc $pkgdir/usr/share/doc/glm
+
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-01-04 Thread Sven-Hendrik Haase
Date: Wednesday, January 4, 2017 @ 22:32:12
  Author: svenstaro
Revision: 204876

upgpkg: glm 0.9.8.3-1

upstream release 0.9.8.3

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 18:01:27 UTC (rev 204875)
+++ PKGBUILD2017-01-04 22:32:12 UTC (rev 204876)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Peter Hatina 
 pkgname=glm
-pkgver=0.9.8.1
+pkgver=0.9.8.3
 pkgrel=1
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://glm.g-truc.net";
 makedepends=('cmake')
 
source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
-md5sums=('2f6c98eda1bf0747af2272271ca114a8')
+md5sums=('8f1c44a6486f0060bc7f7e3e32b4d169')
 
 package() {
 cd $pkgname


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

2017-01-04 Thread Jan Steffens
Date: Wednesday, January 4, 2017 @ 20:53:31
  Author: heftig
Revision: 285291

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 285290, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf-query-loaders.hook
(from rev 285290, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 285290, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 285290, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
(from rev 285290, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 285290, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

+
 /PKGBUILD  |  112 +++
 /gdk-pixbuf-query-loaders.hook |   22 +
 /gdk-pixbuf2.install   |6 +
 extra-i686/PKGBUILD|   56 -
 extra-i686/gdk-pixbuf-query-loaders.hook   |   11 --
 extra-i686/gdk-pixbuf2.install |3 
 extra-x86_64/PKGBUILD  |   56 -
 extra-x86_64/gdk-pixbuf-query-loaders.hook |   11 --
 extra-x86_64/gdk-pixbuf2.install   |3 
 9 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-04 20:51:39 UTC (rev 285290)
+++ extra-i686/PKGBUILD 2017-01-04 20:53:31 UTC (rev 285291)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.36.2
-pkgrel=1
-pkgdesc="An image loading library"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/GdkPixbuf";
-license=(LGPL2.1)
-depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
-makedepends=(gtk-doc gobject-introspection git docbook-utils)
-install=gdk-pixbuf2.install
-_commit=9b9deb1fd3703c8d32cbf73e609347a0e440c7fe  # tags/2.36.2^0
-source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit";
-gdk-pixbuf-query-loaders.hook)
-sha256sums=('SKIP'
-'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-
-  # Jasper sometimes runs into this limit
-  sed -i 's/rlim_cur = 100/rlim_cur = 200/' tests/pixbuf-randomly-modified.c
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gdk-pixbuf
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd gdk-pixbuf
-  make check
-}
-
-package() {
-  cd gdk-pixbuf
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gdk-pixbuf-query-loaders.hook 
"$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
-}
-
-# vim:set et sw=2:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 285290, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-04 20:53:31 UTC (rev 285291)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.3
+pkgrel=1
+pkgdesc="An image loading library"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/GdkPixbuf";
+license=(LGPL2.1)
+depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
+makedepends=(gtk-doc gobject-introspection git docbook-utils)
+install=gdk-pixbuf2.install
+_commit=9e87fc089b90a52fd1c2a26769c94dcd843f6a29  # tags/2.36.3^0
+source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit";
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+
+  # Jasper sometimes runs into this limit
+  sed -i 's/ifdef HAVE_SETRLIMIT/if 0/' tests/pixbuf-randomly-modified.c
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gdk-pixbuf
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd gdk-pixbuf
+  make check
+}
+
+package() {
+  cd gdk-pixbuf
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../gdk-pixbuf-query-loade

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

2017-01-04 Thread Jan Steffens
Date: Wednesday, January 4, 2017 @ 20:51:39
  Author: heftig
Revision: 285290

2.36.3-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 19:21:59 UTC (rev 285289)
+++ PKGBUILD2017-01-04 20:51:39 UTC (rev 285290)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gdk-pixbuf2
-pkgver=2.36.2
+pkgver=2.36.3
 pkgrel=1
 pkgdesc="An image loading library"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
 makedepends=(gtk-doc gobject-introspection git docbook-utils)
 install=gdk-pixbuf2.install
-_commit=9b9deb1fd3703c8d32cbf73e609347a0e440c7fe  # tags/2.36.2^0
+_commit=9e87fc089b90a52fd1c2a26769c94dcd843f6a29  # tags/2.36.3^0
 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit";
 gdk-pixbuf-query-loaders.hook)
 sha256sums=('SKIP'
@@ -26,7 +26,7 @@
   cd gdk-pixbuf
 
   # Jasper sometimes runs into this limit
-  sed -i 's/rlim_cur = 100/rlim_cur = 200/' tests/pixbuf-randomly-modified.c
+  sed -i 's/ifdef HAVE_SETRLIMIT/if 0/' tests/pixbuf-randomly-modified.c
 
   NOCONFIGURE=1 ./autogen.sh
 }


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

2017-01-04 Thread Andreas Radke
Date: Wednesday, January 4, 2017 @ 19:21:59
  Author: andyrtr
Revision: 285289

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

Added:
  sqlite/repos/testing-i686/PKGBUILD
(from rev 285288, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 285288, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 285288, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 285288, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/testing-i686/PKGBUILD
  sqlite/repos/testing-i686/license.txt
  sqlite/repos/testing-x86_64/PKGBUILD
  sqlite/repos/testing-x86_64/license.txt

+
 /PKGBUILD  |  232 +++
 /license.txt   |   66 
 testing-i686/PKGBUILD  |  116 -
 testing-i686/license.txt   |   33 --
 testing-x86_64/PKGBUILD|  116 -
 testing-x86_64/license.txt |   33 --
 6 files changed, 298 insertions(+), 298 deletions(-)

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

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 285288, 
sqlite/trunk/PKGBUILD)

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

2017-01-04 Thread Andreas Radke
Date: Wednesday, January 4, 2017 @ 19:21:43
  Author: andyrtr
Revision: 285288

upgpkg: sqlite 3.16.1-1

upstream update 3.16.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 18:19:41 UTC (rev 285287)
+++ PKGBUILD2017-01-04 19:21:43 UTC (rev 285288)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=316
+_srcver=3160100
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 https://www.sqlite.org/2017/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('1256fb4d810d23082ed2150cbfc3fa98245cd05b'
-  '6588aea01865be2cfcd326b693193dda5a618b7b'
+sha1sums=('4eefa40ea01006490674875f01043063a6502ed1'
+  'cc8fe20f8788e87b847509c4501194dfdbb70d39'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


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

2017-01-04 Thread Jiachen Yang
Date: Wednesday, January 4, 2017 @ 18:01:27
  Author: farseerfc
Revision: 204875

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-04 18:00:10 UTC (rev 204874)
+++ community-i686/PKGBUILD 2017-01-04 18:01:27 UTC (rev 204875)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.0.4
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('i686' 'x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz";)
-sha256sums=('3d22b262ff97ba16c4af651cfc439a758ee416500501574cc6cd909f3762b7ce')
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-i686/PKGBUILD (from rev 204874, 
pdfpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-04 18:01:27 UTC (rev 204875)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.0.5
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('i686' 'x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz";)
+sha256sums=('dc2c333082b3e5294741d6bf184b04fd60962fed64956d2b63dea4ca51f32a65')
+
+build() {
+cd "$srcdir/$pkgname-$_pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$_pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-04 18:00:10 UTC (rev 204874)
+++ community-x86_64/PKGBUILD   2017-01-04 18:01:27 UTC (rev 204875)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.0.4
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('i686' 'x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz";)
-sha256sums=('3d22b262ff97ba16c4af651cfc439a758ee416500501574cc6cd909f3762b7ce')
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 204874, 
pdfpc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-04 18:01:27 UTC (rev 204875)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.0.5
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('i686' 'x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz";)
+sha256sums=('dc2c333082b3e5294741d6bf184b04f

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

2017-01-04 Thread Jiachen Yang
Date: Wednesday, January 4, 2017 @ 18:00:10
  Author: farseerfc
Revision: 204874

upgpkg: pdfpc 4.0.5-1

pdfpc 4.0.5

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 16:33:16 UTC (rev 204873)
+++ PKGBUILD2017-01-04 18:00:10 UTC (rev 204874)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Bilke 
 
 pkgname=pdfpc
-pkgver=4.0.4
+pkgver=4.0.5
 _pkgver=$pkgver
 pkgrel=1
 pkgdesc='A presenter console with multi-monitor support for PDF files'
@@ -14,7 +14,7 @@
 optdepends=('gst-plugins-good: more codecs for video playback support')
 makedepends=('cmake' 'vala')
 
source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz";)
-sha256sums=('3d22b262ff97ba16c4af651cfc439a758ee416500501574cc6cd909f3762b7ce')
+sha256sums=('dc2c333082b3e5294741d6bf184b04fd60962fed64956d2b63dea4ca51f32a65')
 
 build() {
 cd "$srcdir/$pkgname-$_pkgver"


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

2017-01-04 Thread Pierre Schmitz
Date: Wednesday, January 4, 2017 @ 16:33:02
  Author: pierre
Revision: 285286

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

Added:
  zlib/repos/testing-i686/PKGBUILD
(from rev 285285, zlib/trunk/PKGBUILD)
  zlib/repos/testing-x86_64/PKGBUILD
(from rev 285285, zlib/trunk/PKGBUILD)
Deleted:
  zlib/repos/testing-i686/PKGBUILD
  zlib/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  120 ++
 testing-i686/PKGBUILD   |   60 ---
 testing-x86_64/PKGBUILD |   60 ---
 3 files changed, 120 insertions(+), 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-01-04 16:32:34 UTC (rev 285285)
+++ testing-i686/PKGBUILD   2017-01-04 16:33:02 UTC (rev 285286)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=zlib
-pkgname=(zlib minizip)
-epoch=1
-pkgver=1.2.9
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.zlib.net/";
-depends=('glibc')
-options=('staticlibs')  # needed by binutils testsuite
-source=("http://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
-md5sums=('e453644539a07783aa525e834491134e'
- 'SKIP')
-validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
-
-prepare() {
-   cd ${srcdir}/zlib-$pkgver
-   grep -A 24 '^  Copyright' zlib.h > LICENSE
-}
-
-build() {
-   cd ${srcdir}/zlib-$pkgver
-   ./configure --prefix=/usr
-   make
-
-   cd contrib/minizip
-   cp Makefile Makefile.orig
-   cp ../README.contrib readme.txt
-   autoreconf --install
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-check() {
-   cd ${srcdir}/zlib-$pkgver
-   make test
-
-   cd contrib/minizip
-   make -f Makefile.orig test
-}
-
-package_zlib() {
-   pkgdesc='Compression library implementing the deflate compression 
method found in gzip and PKZIP'
-
-   cd ${srcdir}/zlib-$pkgver
-   make install DESTDIR=${pkgdir}
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE
-}
-
-package_minizip() {
-   pkgdesc='Mini zip and unzip based on zlib'
-   depends=('zlib')
-
-   cd ${srcdir}/zlib-$pkgver/contrib/minizip
-   make install DESTDIR=${pkgdir}
-   install -D -m644 ${srcdir}/zlib-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/minizip/LICENSE
-}

Copied: zlib/repos/testing-i686/PKGBUILD (from rev 285285, zlib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-04 16:33:02 UTC (rev 285286)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=zlib
+pkgname=(zlib minizip)
+epoch=1
+pkgver=1.2.10
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.zlib.net/";
+depends=('glibc')
+options=('staticlibs')  # needed by binutils testsuite
+source=("http://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
+md5sums=('d9794246f853d15ce0fcbf79b9a3cf13'
+ 'SKIP')
+validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
+
+prepare() {
+   cd ${srcdir}/zlib-$pkgver
+   grep -A 24 '^  Copyright' zlib.h > LICENSE
+}
+
+build() {
+   cd ${srcdir}/zlib-$pkgver
+   ./configure --prefix=/usr
+   make
+
+   cd contrib/minizip
+   cp Makefile Makefile.orig
+   cp ../README.contrib readme.txt
+   autoreconf --install
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+check() {
+   cd ${srcdir}/zlib-$pkgver
+   make test
+
+   cd contrib/minizip
+   make -f Makefile.orig test
+}
+
+package_zlib() {
+   pkgdesc='Compression library implementing the deflate compression 
method found in gzip and PKZIP'
+
+   cd ${srcdir}/zlib-$pkgver
+   make install DESTDIR=${pkgdir}
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE
+}
+
+package_minizip() {
+   pkgdesc='Mini zip and unzip based on zlib'
+   depends=('zlib')
+
+   cd ${srcdir}/zlib-$pkgver/contrib/minizip
+   make install DESTDIR=${pkgdir}
+   install -D -m644 ${srcdir}/zlib-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/minizip/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-01-04 16:32:34 UTC (rev 285285)
+++ testing-x86_64/PKGBUILD 2017-01-04 16:33:02 UTC (rev 285286)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=zlib
-pkgname=(zlib minizip)
-epoch=1
-pkgver=1.2.9
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.zlib.net/";
-depends=('glibc')
-options=('staticlibs')  # needed by binutils testsuite
-source=("http://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
-md5sums=('e453644539a07783aa525e834491134e'
- 'SKIP')
-validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
-

[arch-commits] Commit in lib32-zlib/repos/multilib-testing-x86_64 (PKGBUILD PKGBUILD)

2017-01-04 Thread Pierre Schmitz
Date: Wednesday, January 4, 2017 @ 16:33:16
  Author: pierre
Revision: 204873

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-zlib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 204872, lib32-zlib/trunk/PKGBUILD)
Deleted:
  lib32-zlib/repos/multilib-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 16:33:04 UTC (rev 204872)
+++ PKGBUILD2017-01-04 16:33:16 UTC (rev 204873)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Pierre Schmitz 
-
-_pkgbasename=zlib
-pkgname=lib32-$_pkgbasename
-pkgver=1.2.9
-pkgrel=1
-pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP (32-bit)'
-arch=('x86_64')
-license=('custom')
-url="http://www.zlib.net/";
-depends=('lib32-glibc' "$_pkgbasename")
-makedepends=('gcc-multilib')
-source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
-md5sums=('e453644539a07783aa525e834491134e')
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd ${srcdir}/zlib-$pkgver
-   ./configure --prefix=/usr \
-   --libdir=/usr/lib32
-   make
-}
-
-check() {
-   cd ${srcdir}/zlib-$pkgver
-   make test
-}
-
-package() {
-   cd ${srcdir}/zlib-$pkgver
-   make install DESTDIR=${pkgdir}
-
-   rm -rf "${pkgdir}"/usr/{include,share,bin}
-   mkdir -p "$pkgdir/usr/share/licenses"
-   ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-zlib/repos/multilib-testing-x86_64/PKGBUILD (from rev 204872, 
lib32-zlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 16:33:16 UTC (rev 204873)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Pierre Schmitz 
+
+_pkgbasename=zlib
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.10
+pkgrel=1
+pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP (32-bit)'
+arch=('x86_64')
+license=('custom')
+url="http://www.zlib.net/";
+depends=('lib32-glibc' "$_pkgbasename")
+makedepends=('gcc-multilib')
+source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
+md5sums=('d9794246f853d15ce0fcbf79b9a3cf13')
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd ${srcdir}/zlib-$pkgver
+   ./configure --prefix=/usr \
+   --libdir=/usr/lib32
+   make
+}
+
+check() {
+   cd ${srcdir}/zlib-$pkgver
+   make test
+}
+
+package() {
+   cd ${srcdir}/zlib-$pkgver
+   make install DESTDIR=${pkgdir}
+
+   rm -rf "${pkgdir}"/usr/{include,share,bin}
+   mkdir -p "$pkgdir/usr/share/licenses"
+   ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-01-04 Thread Pierre Schmitz
Date: Wednesday, January 4, 2017 @ 16:33:04
  Author: pierre
Revision: 204872

upgpkg: lib32-zlib 1.2.10-1

Modified:
  lib32-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 15:38:10 UTC (rev 204871)
+++ PKGBUILD2017-01-04 16:33:04 UTC (rev 204872)
@@ -4,7 +4,7 @@
 
 _pkgbasename=zlib
 pkgname=lib32-$_pkgbasename
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP (32-bit)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('lib32-glibc' "$_pkgbasename")
 makedepends=('gcc-multilib')
 source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
-md5sums=('e453644539a07783aa525e834491134e')
+md5sums=('d9794246f853d15ce0fcbf79b9a3cf13')
 
 build() {
export CC="gcc -m32"


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

2017-01-04 Thread Pierre Schmitz
Date: Wednesday, January 4, 2017 @ 16:32:34
  Author: pierre
Revision: 285285

upgpkg: zlib 1:1.2.10-1

Modified:
  zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 16:12:25 UTC (rev 285284)
+++ PKGBUILD2017-01-04 16:32:34 UTC (rev 285285)
@@ -4,7 +4,7 @@
 pkgbase=zlib
 pkgname=(zlib minizip)
 epoch=1
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('staticlibs')  # needed by binutils testsuite
 source=("http://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
-md5sums=('e453644539a07783aa525e834491134e'
+md5sums=('d9794246f853d15ce0fcbf79b9a3cf13'
  'SKIP')
 validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
 


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

2017-01-04 Thread Gaëtan Bisson
Date: Wednesday, January 4, 2017 @ 16:12:25
  Author: bisson
Revision: 285284

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

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

---+
 /PKGBUILD |  106 
 extra-i686/PKGBUILD   |   59 --
 extra-x86_64/PKGBUILD |   59 --
 3 files changed, 106 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-04 16:11:00 UTC (rev 285283)
+++ extra-i686/PKGBUILD 2017-01-04 16:12:25 UTC (rev 285284)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.91
-pkgrel=22
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
- 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('gvfs: import clip art'
-'pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2";
-
'https://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-  'f61909a58c185ed9249b19f71242af2edd32ef9a')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|"python"|"python2"|g' src/main.cpp
-
-   # FS#43744
-   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # glibmm 2.46 uses C++11 features
-   CXXFLAGS+=' -std=c++11'
-
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-strict-build \
-   --disable-dependency-tracking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-i686/PKGBUILD (from rev 285283, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-04 16:12:25 UTC (rev 285284)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.0
+pkgrel=1
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/10552/inkscape-0.92.0.tar.bz2";)
+sha1sums=('8f576bc828138e9c3c835a458c3cefd5801a907a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-po

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

2017-01-04 Thread Gaëtan Bisson
Date: Wednesday, January 4, 2017 @ 16:11:00
  Author: bisson
Revision: 285283

upstream update

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 15:36:56 UTC (rev 285282)
+++ PKGBUILD2017-01-04 16:11:00 UTC (rev 285283)
@@ -4,8 +4,8 @@
 # Contributor: tobias 
 
 pkgname=inkscape
-pkgver=0.91
-pkgrel=22
+pkgver=0.92.0
+pkgrel=1
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -19,29 +19,23 @@
 'python2-numpy: some extensions'
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
-source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2";
-
'https://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+source=("https://inkscape.org/en/gallery/item/10552/inkscape-0.92.0.tar.bz2";)
+sha1sums=('8f576bc828138e9c3c835a458c3cefd5801a907a')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
sed -i 's|"python"|"python2"|g' src/main.cpp
-
-   # FS#43744
-   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
 }
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 
-   # glibmm 2.46 uses C++11 features
-   CXXFLAGS+=' -std=c++11'
-
./configure \
--prefix=/usr \
--with-python \


[arch-commits] Commit in python-zope-testing/repos/community-testing-any (2 files)

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 15:38:10
  Author: felixonmars
Revision: 204871

archrelease: copy trunk to community-testing-any

Added:
  python-zope-testing/repos/community-testing-any/PKGBUILD
(from rev 204870, python-zope-testing/trunk/PKGBUILD)
Deleted:
  python-zope-testing/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 15:37:39 UTC (rev 204870)
+++ PKGBUILD2017-01-04 15:38:10 UTC (rev 204871)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.6.0
-pkgrel=2
-pkgdesc="Zope testing helpers"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testing";
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'git' 'python-zope-exceptions'
- 'python2-zope-exceptions')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.testing{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.testing"
-  python setup.py build
-
-  cd "$srcdir/zope.testing-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.testing"
-  python setup.py test
-
-  cd "$srcdir/zope.testing-py2"
-  python2 setup.py test
-}
-
-package_python-zope-testing() {
-  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
-
-  cd "$srcdir/zope.testing"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-testing() {
-  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
-
-  cd "$srcdir/zope.testing-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-testing/repos/community-testing-any/PKGBUILD (from rev 
204870, python-zope-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 15:38:10 UTC (rev 204871)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testing{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 15:37:39
  Author: felixonmars
Revision: 204870

upgpkg: python-zope-testing 4.6.1-1

Modified:
  python-zope-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 15:00:26 UTC (rev 204869)
+++ PKGBUILD2017-01-04 15:37:39 UTC (rev 204870)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.6.1
+pkgrel=1
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing";


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

2017-01-04 Thread Christian Hesse
Date: Wednesday, January 4, 2017 @ 15:36:56
  Author: eworm
Revision: 285282

drop ancient upgrade instructions

Modified:
  mariadb/trunk/mariadb.install

-+
 mariadb.install |   17 -
 1 file changed, 17 deletions(-)

Modified: mariadb.install
===
--- mariadb.install 2017-01-04 14:28:59 UTC (rev 285281)
+++ mariadb.install 2017-01-04 15:36:56 UTC (rev 285282)
@@ -21,21 +21,4 @@
   if hash systemd-tmpfiles &> /dev/null; then
 systemd-tmpfiles --create mariadb.conf
   fi
-
-  if [[ "$(vercmp $2 5.5.25-4)" -lt 0 ]] && [[ -d /data ]]; then
-for x in data/*; do
-  cp -r $x var/lib/mysql
-done
-rm -rf data
-  fi
-
-  if [[ "$(vercmp $2 5.5.25-5)" -lt 0 ]]; then
-echo ":: mysql.service has been renamed to mysqld.service to keep"
-echo "   consistency with MySQL package."
-  fi
-
-  if [[ "$(vercmp $2 10.0)" -lt 0 ]]; then
-echo ":: Major version update. Consider restarting mysqld.service and"
-echo "   running mysql_upgrade afterwards."
-  fi
 }


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

2017-01-04 Thread Alexandre Filgueira
Date: Wednesday, January 4, 2017 @ 15:00:26
  Author: faidoc
Revision: 204869

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 204868, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 204868, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 204868, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 204868, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   84 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   42 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-04 14:59:20 UTC (rev 204868)
+++ community-i686/PKGBUILD 2017-01-04 15:00:26 UTC (rev 204869)
@@ -1,42 +0,0 @@
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=3.2.13
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver";
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 204868, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-04 15:00:26 UTC (rev 204869)
@@ -0,0 +1,42 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=3.2.13
+pkgrel=2
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver";
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo' 
'python-setproctitle')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
+}

Deleted: community-i686/cinnamon-screensaver.pam

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

2017-01-04 Thread Alexandre Filgueira
Date: Wednesday, January 4, 2017 @ 14:59:20
  Author: faidoc
Revision: 204868

upgpkg: cinnamon-screensaver 3.2.13-2

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 13:54:19 UTC (rev 204867)
+++ PKGBUILD2017-01-04 14:59:20 UTC (rev 204868)
@@ -5,13 +5,13 @@
 
 pkgname=cinnamon-screensaver
 pkgver=3.2.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
 url="https://github.com/linuxmint/cinnamon-screensaver";
 backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo' 
'python-setproctitle')
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)


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

2017-01-04 Thread Gaëtan Bisson
Date: Wednesday, January 4, 2017 @ 14:28:59
  Author: bisson
Revision: 285281

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 285280, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 285280, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 285280, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 285280, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 285280, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 285280, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 285280, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 285280, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  118 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   65 -
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   65 -
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-04 14:27:56 UTC (rev 285280)
+++ extra-i686/PKGBUILD 2017-01-04 14:28:59 UTC (rev 285281)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.21
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('27dd903f4f7c0f5ffeb85e6820c02d2b82485572' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 285280, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-04 14:28:59 UTC (rev 285281)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 

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

2017-01-04 Thread Gaëtan Bisson
Date: Wednesday, January 4, 2017 @ 14:27:56
  Author: bisson
Revision: 285280

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 13:24:21 UTC (rev 285279)
+++ PKGBUILD2017-01-04 14:27:56 UTC (rev 285280)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.21
+pkgver=0.20
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -18,10 +18,11 @@
  'libgme')
 makedepends=('boost' 'doxygen')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/0.20/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('27dd903f4f7c0f5ffeb85e6820c02d2b82485572' 'SKIP'
+sha1sums=('e63fd1cb005d589e324820cf5799eea6568aa461' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 
@@ -28,15 +29,8 @@
 backup=('etc/mpd.conf')
 install=install
 
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
./configure \
--prefix=/usr \
--sysconfdir=/etc \


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

2017-01-04 Thread Nicola Squartini
Date: Wednesday, January 4, 2017 @ 13:54:19
  Author: tensor5
Revision: 204867

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 204866, atom/trunk/PKGBUILD)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 204866, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-ime-events-handler.patch
(from rev 204866, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 204866, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
(from rev 204866, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 204866, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 204866, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 204866, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 204866, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-ime-events-handler.patch
(from rev 204866, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 204866, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 204866, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 204866, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 204866, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-ime-events-handler.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-ime-events-handler.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

--+
 /PKGBUILD|  198 ++
 /fix-atom-sh.patch   |  208 +++
 /fix-ime-events-handler.patch|   94 +++
 /fix-license-path.patch  |   44 +++
 /symbols-view-use-system-ctags.patch |   22 +
 /use-system-apm.patch|   32 ++
 /use-system-electron.patch   |  226 +
 community-i686/PKGBUILD  |   99 ---
 community-i686/fix-atom-sh.patch |  104 ---
 community-i686/fix-ime-events-handler.patch  |   47 ---
 community-i686/fix-license-path.patch|   22 -
 community-i686/symbols-view-use-system-ctags.patch   |   11 
 community-i686/use-system-apm.patch  |   16 -
 community-i686/use-system-electron.patch |  113 
 community-x86_64/PKGBUILD|   99 ---
 community-x86_64/fix-atom-sh.patch   |  104 ---
 community-x86_64/fix-ime-events-handler.patch|   47 ---
 community-x86_64/fix-license-path.patch  |   22 -
 community-x86_64/symbols-view-use-system-ctags.patch |   11 
 community-x86_64/use-system-apm.patch|   16 -
 community-x86_64/use-system-electron.patch   |  113 
 21 files changed, 824 insertions(+), 824 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-04 13:53:38 UTC (rev 204866)
+++ community-i686/PKGBUILD 2017-01-04 13:54:19 UTC (rev 204867)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.12.7
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
-'fix-atom-sh.patch'
-'fix-ime-events-handler.patch'
-'fix-license-path.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('03d2486e0d8f9216b46d55dff42708d09dbf5027dc96b4906463a8dbcd469c47'
-'73efe3485c9f009b788afdfa

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

2017-01-04 Thread Nicola Squartini
Date: Wednesday, January 4, 2017 @ 13:53:38
  Author: tensor5
Revision: 204866

upgpkg: atom 1.12.8-1

Modified:
  atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 13:47:23 UTC (rev 204865)
+++ PKGBUILD2017-01-04 13:53:38 UTC (rev 204866)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.7
+pkgver=1.12.8
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('03d2486e0d8f9216b46d55dff42708d09dbf5027dc96b4906463a8dbcd469c47'
+sha256sums=('6ec95e5404156df947d68830a21d53144a9363a0f200cb8e0522933762dd3f42'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'


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

2017-01-04 Thread Jelle van der Waa
Date: Wednesday, January 4, 2017 @ 13:47:23
  Author: jelle
Revision: 204865

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 204864, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/logging.conf
(from rev 204864, mopidy/trunk/logging.conf)
  mopidy/repos/community-any/mopidy.conf
(from rev 204864, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.install
(from rev 204864, mopidy/trunk/mopidy.install)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/logging.conf
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.install

+
 PKGBUILD   |  140 ++-
 logging.conf   |   42 
 mopidy.conf|   30 +--
 mopidy.install |   24 -
 4 files changed, 116 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 13:47:14 UTC (rev 204864)
+++ PKGBUILD2017-01-04 13:47:23 UTC (rev 204865)
@@ -1,72 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Mopidy is an extensible music server written in Python"
-arch=('any')
-url="http://www.mopidy.com";
-license=('APACHE')
-depends=('python2'
- 'python2-pykka>=1.1'
- 'python2-setuptools'
- 'python2-requests'
- 'gstreamer'
- 'gst-python2'
- 'gst-plugins-good'
- 'gst-plugins-ugly'
- 'python2-tornado>=2.3')
-optdepends=('mopidy-spotify: Spotify backend'
-'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-mopify: Web client with Spotify-inspired interface'
-'mopidy-soundcloud: Soundcloud backend')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-install=$pkgname.install
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz";
-'mopidy.conf'
-'logging.conf')
-md5sums=('2100c92ca92b50c7f5f139f3e32c7a71'
- '5e3c3308a75241b2f7ea5647287ca70c'
- 'dbacd3800f63ef3c2a7135a6f3ee573d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz" 
-
-  install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz" 
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-  install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 204864, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 13:47:23 UTC (rev 204865)
@@ -0,0 +1,68 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Mopidy is an extensible music server written in Python"
+arch=('any')
+url="http://www.mopidy.com";
+license=('APACHE')
+depends=('python2'
+ 'python2-pykka>=1.1'
+ 'python2-setuptools'
+ 'python2-requests'
+ 'gstreamer'
+ 'gst-python2'
+ 'gst-plugins-good'
+ 'gst-plugins-ugly'
+ 'python2-tornado>=2.3')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+install=$pkgname.install
+source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz";
+'mopidy.conf'
+'logging.conf')
+md5sums=('2a4229dfd9c21b561af0e8be3f0b15b8'
+ '5e3c3308a75241b2f7ea5647287ca70c'
+ 'dbacd3800f63ef3c2a7135a6f3ee573d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make -C docs SPHINXBUILD=sphinx-build2 man
+  make -C docs SPHIN

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

2017-01-04 Thread Jelle van der Waa
Date: Wednesday, January 4, 2017 @ 13:47:14
  Author: jelle
Revision: 204864

upgpkg: mopidy 2.1.0-1

Remove AUR optdepends

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 12:36:43 UTC (rev 204863)
+++ PKGBUILD2017-01-04 13:47:14 UTC (rev 204864)
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Petitjean 
 
 pkgname=mopidy
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Mopidy is an extensible music server written in Python"
 arch=('any')
@@ -17,10 +17,6 @@
  'gst-plugins-good'
  'gst-plugins-ugly'
  'python2-tornado>=2.3')
-optdepends=('mopidy-spotify: Spotify backend'
-'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-mopify: Web client with Spotify-inspired interface'
-'mopidy-soundcloud: Soundcloud backend')
 makedepends=('python2-sphinx')
 backup=('etc/mopidy/mopidy.conf')
 install=$pkgname.install
@@ -27,7 +23,7 @@
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz";
 'mopidy.conf'
 'logging.conf')
-md5sums=('2100c92ca92b50c7f5f139f3e32c7a71'
+md5sums=('2a4229dfd9c21b561af0e8be3f0b15b8'
  '5e3c3308a75241b2f7ea5647287ca70c'
  'dbacd3800f63ef3c2a7135a6f3ee573d')
 


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

2017-01-04 Thread Evangelos Foutras
Date: Wednesday, January 4, 2017 @ 13:24:21
  Author: foutrelis
Revision: 285279

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 285278, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 285278, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   25 +
 archlinux-keyring.install |   22 ++
 2 files changed, 47 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 285278, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-01-04 13:24:21 UTC (rev 285279)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=archlinux-keyring
+pkgver=20170104
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('e7ad0b4878145b7702dcacb3a59b2b5b'
+ 'SKIP')
+validpgpkeys=(
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre
+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25' # Thomas
+  '86CFFCA918CF3AF47147588051E8B148AC34' # Evangelos
+ )
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
285278, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2017-01-04 13:24:21 UTC (rev 
285279)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z "$2" ] || [ "$2" = "20130525-1" ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2>/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2017-01-04 Thread Evangelos Foutras
Date: Wednesday, January 4, 2017 @ 13:24:14
  Author: foutrelis
Revision: 285278

upgpkg: archlinux-keyring 20170104-1

New upstream release.

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 12:42:39 UTC (rev 285277)
+++ PKGBUILD2017-01-04 13:24:14 UTC (rev 285278)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archlinux-keyring
-pkgver=20161201
+pkgver=20170104
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,7 +11,7 @@
 install="${pkgname}.install"
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('cc6c7fd3f9f470b4f54e30388e4eb3f2'
+md5sums=('e7ad0b4878145b7702dcacb3a59b2b5b'
  'SKIP')
 validpgpkeys=(
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre


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

2017-01-04 Thread Evangelos Foutras
Date: Wednesday, January 4, 2017 @ 12:42:39
  Author: foutrelis
Revision: 285277

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 285276, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 285276, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/check-last-modified.sh

+
 PKGBUILD   |  194 +++
 check-last-modified.sh |   52 ++--
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 12:42:30 UTC (rev 285276)
+++ PKGBUILD2017-01-04 12:42:39 UTC (rev 285277)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20161206
-pkgrel=1
-arch=('any')
-url="https://dev.maxmind.com/geoip/legacy/geolite/";
-license=('custom:OPEN DATA LICENSE')
-checkdepends=('geoip')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-
GeoLiteCity-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-
GeoLiteCityv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
-
GeoIPASNum-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
-
GeoIPASNumv6-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz
-
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz
-   GeoLiteCity-$pkgver.dat.gz
-   GeoLiteCityv6-$pkgver.dat.gz
-   GeoIPASNum-$pkgver.dat.gz
-   GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('54166b91fd1eb941ad57b1c8971e26d535487b9289eeb5d27a16ffd06f507061'
-'a53bf361c3d2d178b3353f4f03e6bef046432e618718b72de3b73da962663112'
-'ca45874bfa4486b1b335d5f958d339567974878fba7c202b1df0ddc38755a0e2'
-'c1032d401bb9dc8436a41acbe70a8a65203e87281b5ba3a0f839220511d18d2c'
-'0b8783133276c6584fe7a28b49f97c536b837fabbdb58babe3cf593c86298d2a'
-'2b88334f42c9af789f74398617b1b0f893661795a3763df8889932e730e4b91b'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoLiteCity GeoIPASNum; do
-gunzip -c $_database_name-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}.dat
-gunzip -c ${_database_name}v6-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}v6.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-error 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-error 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, CA, California'* ]]; 
then
-error 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, N/A, 
N/A'* ]]; then
-error 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 Google Inc.' ]]; 
then
-error 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
Google Inc.' ]]; then
-error 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoLite city/ASN geolocation databases compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 285276, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 12:42:39 UTC (rev 285277)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Evangelos Fou

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

2017-01-04 Thread Evangelos Foutras
Date: Wednesday, January 4, 2017 @ 12:42:30
  Author: foutrelis
Revision: 285276

upgpkg: geoip-database 20170103-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:14:42 UTC (rev 285275)
+++ PKGBUILD2017-01-04 12:42:30 UTC (rev 285276)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20161206
+pkgver=20170103
 pkgrel=1
 arch=('any')
 url="https://dev.maxmind.com/geoip/legacy/geolite/";
@@ -21,12 +21,12 @@
GeoLiteCityv6-$pkgver.dat.gz
GeoIPASNum-$pkgver.dat.gz
GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('54166b91fd1eb941ad57b1c8971e26d535487b9289eeb5d27a16ffd06f507061'
-'a53bf361c3d2d178b3353f4f03e6bef046432e618718b72de3b73da962663112'
-'ca45874bfa4486b1b335d5f958d339567974878fba7c202b1df0ddc38755a0e2'
-'c1032d401bb9dc8436a41acbe70a8a65203e87281b5ba3a0f839220511d18d2c'
-'0b8783133276c6584fe7a28b49f97c536b837fabbdb58babe3cf593c86298d2a'
-'2b88334f42c9af789f74398617b1b0f893661795a3763df8889932e730e4b91b'
+sha256sums=('3287713a18ad444e46ba5194dee6fc9e5adb431d8e555e13891cfb89001bc959'
+'d0e56f5f803fb910da3f3ecd11c90b08ac56f8b25048187a259eff5c24c2d7c4'
+'0b78defa92e2b44a2a7407f744da0ae6786ace02610d05448e60696de6a3f1b7'
+'a33cde2140d89e3c044fb15c9377cc23485bf8db34c4640d851594d94fc06bf2'
+'34fc6f0f29ae5e25a1760cb743b7394a82f7388df13b9cb0b3841235566c5de1'
+'4a67606a980e5cdd1a7cf68956ffb817acaff04ae97dd0928f3307e0318504f8'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


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

2017-01-04 Thread Jonathan Steel
Date: Wednesday, January 4, 2017 @ 11:54:06
  Author: jsteel
Revision: 204861

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

Added:
  nrpe/repos/community-testing-i686/
  nrpe/repos/community-testing-i686/PKGBUILD
(from rev 204860, nrpe/trunk/PKGBUILD)
  nrpe/repos/community-testing-i686/nrpe.install
(from rev 204860, nrpe/trunk/nrpe.install)
  nrpe/repos/community-testing-x86_64/
  nrpe/repos/community-testing-x86_64/PKGBUILD
(from rev 204860, nrpe/trunk/PKGBUILD)
  nrpe/repos/community-testing-x86_64/nrpe.install
(from rev 204860, nrpe/trunk/nrpe.install)

---+
 community-testing-i686/PKGBUILD   |   55 
 community-testing-i686/nrpe.install   |   23 +
 community-testing-x86_64/PKGBUILD |   55 
 community-testing-x86_64/nrpe.install |   23 +
 4 files changed, 156 insertions(+)

Copied: nrpe/repos/community-testing-i686/PKGBUILD (from rev 204860, 
nrpe/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-04 11:54:06 UTC (rev 204861)
@@ -0,0 +1,55 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Phillip Smith 
+# Contributor: Dale Blount 
+
+pkgname=nrpe
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Nagios Remote Plugin Executor"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=("monitoring-plugins: common tools for monitoring using $pkgname")
+install=$pkgname.install
+backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
+url="https://github.com/NagiosEnterprises/nrpe";
+source=(https://github.com/NagiosEnterprises/nrpe/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('8c81f251d9ee0903e5ff0191e99f7981')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/nrpe \
+--libexecdir=/usr/lib/monitoring-plugins \
+--enable-command-args \
+--with-nrpe-user=31 --with-nrpe-group=31 \
+--with-nagios-user=31 --with-nagios-group=31 \
+--with-piddir=/run/nrpe
+  
+  make all
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 sample-config/nrpe.cfg "$pkgdir"/etc/nrpe/nrpe.cfg
+  install -Dm644 startup/default-service 
"$pkgdir"/usr/lib/systemd/system/nrpe.service
+  install -Dm644 startup/default-socket 
"$pkgdir"/usr/lib/systemd/system/nrpe.socket
+  install -Dm644 startup/default-xinetd "$pkgdir"/etc/xinetd.d/nrpe
+  install -Dm644 startup/tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/nrpe.conf
+
+  install -Dm644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
+  install -Dm644 README.SSL.md "$pkgdir"/usr/share/doc/$pkgname/README.SSL.md
+  install -Dm644 SECURITY.md "$pkgdir"/usr/share/doc/$pkgname/SECURITY.md
+  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
+
+  # Tidy up
+  chmod 755 "$pkgdir"/usr/lib/monitoring-plugins
+  chown -R root:root "$pkgdir"/usr/lib/monitoring-plugins
+  rm -f "$pkgdir"/usr/bin/nrpe-uninstall
+  rm -rf "$pkgdir"/run
+}

Copied: nrpe/repos/community-testing-i686/nrpe.install (from rev 204860, 
nrpe/trunk/nrpe.install)
===
--- community-testing-i686/nrpe.install (rev 0)
+++ community-testing-i686/nrpe.install 2017-01-04 11:54:06 UTC (rev 204861)
@@ -0,0 +1,23 @@
+post_install() {
+  if [ -z "$(getent group nrpe)" ]; then
+groupadd -g 31 nrpe
+  fi
+  if [ -z "$(getent passwd nrpe)" ]; then
+useradd -u 31 -g nrpe -c "NRPE" -d /dev/null -s /usr/bin/nologin nrpe
+  fi
+
+  grep -Pq '^nrpe\s+' /etc/services || \
+echo "nrpe 5666/tcp" >> /etc/services
+
+  systemd-tmpfiles --create /usr/lib/tmpfiles.d/nrpe.conf
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  # remove the line added to /etc/services
+  sed -e '/nrpe 5666\/tcp/d' \
+  -i /etc/services || true
+}

Copied: nrpe/repos/community-testing-x86_64/PKGBUILD (from rev 204860, 
nrpe/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-04 11:54:06 UTC (rev 204861)
@@ -0,0 +1,55 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Phillip Smith 
+# Contributor: Dale Blount 
+
+pkgname=nrpe
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Nagios Remote Plugin Executor"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=("monitoring-plugins: common tools for monitoring using $pkgname")
+install=$pkgname.install
+backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
+url="https://github.com/NagiosEnterprises/nrpe";
+source=(https://github.com/NagiosEnterprises/nrpe/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('8c81f251d9ee0903e5ff0191e99f7981')
+
+build() {
+  c

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

2017-01-04 Thread Jonathan Steel
Date: Wednesday, January 4, 2017 @ 11:53:43
  Author: jsteel
Revision: 204860

upgpkg: nrpe 3.0.1-1

Modified:
  nrpe/trunk/PKGBUILD
Deleted:
  nrpe/trunk/nrpe.service
  nrpe/trunk/nrpe.socket
  nrpe/trunk/nrpe.tmpfiles
  nrpe/trunk/nrpe@.service
  nrpe/trunk/syslog.patch

---+
 PKGBUILD  |   70 ++--
 nrpe.service  |   13 --
 nrpe.socket   |9 ---
 nrpe.tmpfiles |1 
 nrpe@.service |8 --
 syslog.patch  |   22 -
 6 files changed, 23 insertions(+), 100 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 11:37:13 UTC (rev 204859)
+++ PKGBUILD2017-01-04 11:53:43 UTC (rev 204860)
@@ -3,44 +3,19 @@
 # Contributor: Dale Blount 
 
 pkgname=nrpe
-pkgver=2.15
-pkgrel=5
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="Nagios Remote Plugin Executor"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('openssl')
 optdepends=("monitoring-plugins: common tools for monitoring using $pkgname")
-replaces=('nagios-nrpe')
 install=$pkgname.install
 backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
-url="http://exchange.nagios.org/directory/Addons/Monitoring-Agents/NRPE--2D-Nagios-Remote-Plugin-Executor/details";
-source=(http://downloads.sourceforge.net/nagios/$pkgname-$pkgver.tar.gz
-$pkgname.service $pkgname.socket $pkgname@.service $pkgname.tmpfiles
-syslog.patch)
-md5sums=('3921ddc598312983f604541784b35a50'
- '265512fbfc65f89eab1ca23d11ec749d'
- 'f239bb4e7b885449d1f4067b209d89fd'
- '143278e9495821bd887cf84ce0f97af6'
- 'd4b89b7ff8ffb187d44fedf294e7f5de'
- 'e68e6460f5a2999635254dac64056679')
+url="https://github.com/NagiosEnterprises/nrpe";
+source=(https://github.com/NagiosEnterprises/nrpe/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('8c81f251d9ee0903e5ff0191e99f7981')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # fix directory permissions
-  sed -i 's/775/755/' Makefile.in src/Makefile.in
-
-  # fix run directory
-  sed -i 's/nrpe.pid/nrpe\/nrpe.pid/' sample-config/nrpe.cfg.in
-
-  # set the nrpe user and group
-  sed -i 's/@nrpe_user@/31/' sample-config/nrpe.cfg.in
-  sed -i 's/@nrpe_group@/31/' sample-config/nrpe.cfg.in
-
-  # fix logging binary data to journal/syslog when ipv4 disconnects with 
debug=1
-  patch -Np1 -i "$srcdir"/syslog.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 
@@ -49,10 +24,11 @@
 --sysconfdir=/etc/nrpe \
 --libexecdir=/usr/lib/monitoring-plugins \
 --enable-command-args \
---with-nrpe-user=0 --with-nrpe-group=0 \
---with-nagios-user=0 --with-nagios-group=0
+--with-nrpe-user=31 --with-nrpe-group=31 \
+--with-nagios-user=31 --with-nagios-group=31 \
+--with-piddir=/run/nrpe
   
-  make
+  make all
 }
 
 package() {
@@ -59,21 +35,21 @@
   cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir"/ install-daemon-config
 
-  install -Dm644 sample-config/nrpe.xinetd "$pkgdir"/etc/xinetd.d/nrpe
+  install -Dm644 sample-config/nrpe.cfg "$pkgdir"/etc/nrpe/nrpe.cfg
+  install -Dm644 startup/default-service 
"$pkgdir"/usr/lib/systemd/system/nrpe.service
+  install -Dm644 startup/default-socket 
"$pkgdir"/usr/lib/systemd/system/nrpe.socket
+  install -Dm644 startup/default-xinetd "$pkgdir"/etc/xinetd.d/nrpe
+  install -Dm644 startup/tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/nrpe.conf
 
-  install -D -m644 "$srcdir"/nrpe.service \
-"$pkgdir"/usr/lib/systemd/system/nrpe.service
-  install -D -m644 "$srcdir"/nrpe.socket \
-"$pkgdir"/usr/lib/systemd/system/nrpe.socket
-  install -D -m644 "$srcdir"/nrpe@.service \
-"$pkgdir"/usr/lib/systemd/system/nrpe@.service
-  install -D -m644 "$srcdir"/nrpe.tmpfiles \
-"$pkgdir"/usr/lib/tmpfiles.d/nrpe.conf
+  install -Dm644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
+  install -Dm644 README.SSL.md "$pkgdir"/usr/share/doc/$pkgname/README.SSL.md
+  install -Dm644 SECURITY.md "$pkgdir"/usr/share/doc/$pkgname/SECURITY.md
+  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
 
-  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
-  install -Dm644 README.SSL "$pkgdir"/usr/share/doc/$pkgname/README.SSL
-  install -Dm644 SECURITY "$pkgdir"/usr/share/doc/$pkgname/SECURITY
-  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
+  # Tidy up
+  chmod 755 "$pkgdir"/usr/lib/monitoring-plugins
+  chown -R root:root "$pkgdir"/usr/lib/monitoring-plugins
+  rm -f "$pkgdir"/usr/bin/nrpe-uninstall
+  rm -rf "$pkgdir"/run
 }

Deleted: nrpe.service
===
--- nrpe.service2017-01-04 11:37:13 UTC (rev 204859)
+++ nrpe.service2017-01-04 11:53:43 UTC (rev 204860)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Daemon to answer plugin requests from Nagios on remote hosts
-After=network.target
-Requires=network.target
-
-[Service]
-Type=forking
-User=nrpe
-Group=nrpe
-ExecSt

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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 11:37:13
  Author: arojas
Revision: 204859

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

Added:
  wt/repos/community-staging-i686/
  wt/repos/community-staging-i686/PKGBUILD
(from rev 204858, wt/trunk/PKGBUILD)
  wt/repos/community-staging-i686/wt-boost-1.63.patch
(from rev 204858, wt/trunk/wt-boost-1.63.patch)
  wt/repos/community-staging-x86_64/
  wt/repos/community-staging-x86_64/PKGBUILD
(from rev 204858, wt/trunk/PKGBUILD)
  wt/repos/community-staging-x86_64/wt-boost-1.63.patch
(from rev 204858, wt/trunk/wt-boost-1.63.patch)

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/wt-boost-1.63.patch   |   11 
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/wt-boost-1.63.patch |   11 
 4 files changed, 140 insertions(+)

Copied: wt/repos/community-staging-i686/PKGBUILD (from rev 204858, 
wt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 11:37:13 UTC (rev 204859)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.6
+_pkgver=3.3.6
+pkgrel=6
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz 
wt-boost-1.63.patch)
+md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70'
+ '87a0c637d7014e764892686891393d6b')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  # Fix build with boost 1.63 https://github.com/emweb/wt/pull/102
+  patch -p0 -i ../wt-boost-1.63.patch
+}
+
+build() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: wt/repos/community-staging-i686/wt-boost-1.63.patch (from rev 204858, 
wt/trunk/wt-boost-1.63.patch)
===
--- community-staging-i686/wt-boost-1.63.patch  (rev 0)
+++ community-staging-i686/wt-boost-1.63.patch  2017-01-04 11:37:13 UTC (rev 
204859)
@@ -0,0 +1,11 @@
+--- src/Wt/Render/CssParser.C.orig 2016-07-13 12:27:26 UTC
 src/Wt/Render/CssParser.C
+@@ -372,7 +372,7 @@ CssGrammer::CssGrammer()
+   on_error
+   (
+ rulesetArray_,
+-error_report(qi::_2, qi::_3, qi::_4, "styleSheetText()", fs_error_tag())
++error_report(qi::_2, qi::_3, qi::_4, phoenix::val("styleSheetText()"), 
fs_error_tag())
+   );
+ 
+ }

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 204858, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 11:37:13 UTC (rev 204859)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.6
+_pkgver=3.3.6
+pkgrel=6
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the W

[arch-commits] Commit in wt/trunk (PKGBUILD wt-boost-1.63.patch)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 11:36:49
  Author: arojas
Revision: 204858

Boost 1.63 rebuild

Added:
  wt/trunk/wt-boost-1.63.patch
Modified:
  wt/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 wt-boost-1.63.patch |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:26:55 UTC (rev 204857)
+++ PKGBUILD2017-01-04 11:36:49 UTC (rev 204858)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.6
 _pkgver=3.3.6
-pkgrel=5
+pkgrel=6
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/";
@@ -20,9 +20,16 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
-md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz 
wt-boost-1.63.patch)
+md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70'
+ '87a0c637d7014e764892686891393d6b')
 
+prepare() {
+  cd $pkgname-$_pkgver
+  # Fix build with boost 1.63 https://github.com/emweb/wt/pull/102
+  patch -p0 -i ../wt-boost-1.63.patch
+}
+
 build() {
   cd "$srcdir"/${pkgname}-${_pkgver}
 

Added: wt-boost-1.63.patch
===
--- wt-boost-1.63.patch (rev 0)
+++ wt-boost-1.63.patch 2017-01-04 11:36:49 UTC (rev 204858)
@@ -0,0 +1,11 @@
+--- src/Wt/Render/CssParser.C.orig 2016-07-13 12:27:26 UTC
 src/Wt/Render/CssParser.C
+@@ -372,7 +372,7 @@ CssGrammer::CssGrammer()
+   on_error
+   (
+ rulesetArray_,
+-error_report(qi::_2, qi::_3, qi::_4, "styleSheetText()", fs_error_tag())
++error_report(qi::_2, qi::_3, qi::_4, phoenix::val("styleSheetText()"), 
fs_error_tag())
+   );
+ 
+ }


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:26:55
  Author: arojas
Revision: 204857

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

Added:
  povray/repos/community-staging-i686/
  povray/repos/community-staging-i686/PKGBUILD
(from rev 204856, povray/trunk/PKGBUILD)
  povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch
(from rev 204856, povray/trunk/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-staging-x86_64/
  povray/repos/community-staging-x86_64/PKGBUILD
(from rev 204856, povray/trunk/PKGBUILD)
  povray/repos/community-staging-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 204856, povray/trunk/povray3.7.0_rc3-user-conf.patch)

--+
 community-staging-i686/PKGBUILD  |   64 +
 community-staging-i686/povray3.7.0_rc3-user-conf.patch   |   27 +
 community-staging-x86_64/PKGBUILD|   64 +
 community-staging-x86_64/povray3.7.0_rc3-user-conf.patch |   27 +
 4 files changed, 182 insertions(+)

Copied: povray/repos/community-staging-i686/PKGBUILD (from rev 204856, 
povray/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 10:26:55 UTC (rev 204857)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+pkgver=3.7
+pkgrel=14
+epoch=1
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=('x86_64' 'i686')
+license=('AGPL3')
+url='http://povray.org/'
+depends=('libtiff' 'libpng' 'boost-libs')
+makedepends=('boost')
+backup=("etc/povray/$pkgver/povray.conf"
+"etc/povray/$pkgver/povray.ini")
+source=("$pkgname-$pkgver.zip::https://github.com/POV-Ray/povray/archive/3.7-stable.zip";
+'povray3.7.0_rc3-user-conf.patch')
+sha256sums=('e4241735827075a268420d79892b58e7c468df2b171fa246483c84f1339b2e2f'
+'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
+
+prepare() {
+  cd "$pkgname-$pkgver-stable/unix"
+
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+
+  cd ..
+  ./bootstrap
+  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver-stable"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+LIBS="-lboost_system -lboost_thread" \
+COMPILED_BY='Arch Linux'
+  make \
+CXXFLAGS+="-std=c++03 -w -lboost_system -lboost_thread"
+  gzip -f povray.1
+}
+
+package() {
+  cd "$pkgname-$pkgver-stable"
+
+  install -d "$pkgdir/usr/share/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$pkgver"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 povray.conf "$pkgdir/etc/povray/$pkgver/povray.conf"
+  install -Dm644 povray.ini "$pkgdir/etc/povray/$pkgver/povray.ini"
+  install -Dm644 povray.1.gz "$pkgdir/usr/share/man/man1/povray.1.gz"
+}
+
+# getver: povray.org/documentation
+# vim:set ts=2 sw=2 et:

Copied: povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch 
(from rev 204856, povray/trunk/povray3.7.0_rc3-user-conf.patch)
===
--- community-staging-i686/povray3.7.0_rc3-user-conf.patch  
(rev 0)
+++ community-staging-i686/povray3.7.0_rc3-user-conf.patch  2017-01-04 
10:26:55 UTC (rev 204857)
@@ -0,0 +1,27 @@
+ Makefile.am |   13 -
+ 1 files changed, 0 insertions(+), 13 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 76b394c..9822c52 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -107,19 +107,6 @@ install-data-local:
+   for f in $$filelist ; do \
+ $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f && 
echo "$(DESTDIR)$(povdocdir)/$$f" >> $(povinstall); \
+   done
+-  @echo "Creating user directories..."; \
+-  for p in $(povuser) $(povconfuser) ; do \
+-$(mkdir_p) $$p && chown $(povowner) $$p && chgrp $(povgroup) $$p && 
printf "%s\n" "$$p" "`cat $(povinstall)`" > $(povinstall); \
+-  done
+-  @echo "Copying user configuration and INI files..."; \
+-  for f in povray.conf povray.ini ; do \
+-if test -f $(povconfuser)/$$f; then \
+-  echo "Creating backup of $(povconfuser)/$$f"; \
+-  mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
+-fi; \
+-  done; \
+-  $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf && 
chown $(povowner) $(povconfuser)/povray.conf && chgrp $(povgroup) 
$(povconfuser)/povray.conf  && echo "$(pov

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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:26:13
  Author: arojas
Revision: 204856

Boost 1.63 rebuild

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:19:09 UTC (rev 204855)
+++ PKGBUILD2017-01-04 10:26:13 UTC (rev 204856)
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7
-pkgrel=13
+pkgrel=14
 epoch=1
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
@@ -19,7 +19,7 @@
 "etc/povray/$pkgver/povray.ini")
 
source=("$pkgname-$pkgver.zip::https://github.com/POV-Ray/povray/archive/3.7-stable.zip";
 'povray3.7.0_rc3-user-conf.patch')
-sha256sums=('e473d0902751e4a2156c83660af463ee85e041b98012e87a18854e0029183cdc'
+sha256sums=('e4241735827075a268420d79892b58e7c468df2b171fa246483c84f1339b2e2f'
 '95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
 
 prepare() {


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

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:19:09
  Author: felixonmars
Revision: 204855

archrelease: copy trunk to community-testing-any

Added:
  python-pifpaf/repos/community-testing-any/PKGBUILD
(from rev 204854, python-pifpaf/trunk/PKGBUILD)
Deleted:
  python-pifpaf/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 10:18:51 UTC (rev 204854)
+++ PKGBUILD2017-01-04 10:19:09 UTC (rev 204855)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.18.0
-pkgrel=2
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pifpaf{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/pifpaf
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr')
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr')
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-testing-any/PKGBUILD (from rev 204854, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 10:19:09 UTC (rev 204855)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  dep

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

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:18:51
  Author: felixonmars
Revision: 204854

upgpkg: python-pifpaf 0.18.1-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:17:37 UTC (rev 204853)
+++ PKGBUILD2017-01-04 10:18:51 UTC (rev 204854)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.18.1
+pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
 license=('Apache')


[arch-commits] Commit in python-cairosvg/repos/community-testing-any (2 files)

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:17:37
  Author: felixonmars
Revision: 204853

archrelease: copy trunk to community-testing-any

Added:
  python-cairosvg/repos/community-testing-any/PKGBUILD
(from rev 204852, python-cairosvg/trunk/PKGBUILD)
Deleted:
  python-cairosvg/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 10:17:19 UTC (rev 204852)
+++ PKGBUILD2017-01-04 10:17:37 UTC (rev 204853)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: razer 
-# Contributor: pzl 
-# Contributor: Dennis Fink 
-# Contributor: Simon Sapin 
-
-pkgname=python-cairosvg
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="A Simple SVG Converter for Cairo"
-arch=('any')
-url="http://cairosvg.org/";
-license=('LGPL3')
-depends=('python-cairocffi' 'python-lxml' 'python-tinycss' 'python-cssselect' 
'python-pillow')
-makedepends=('git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-isort'
-  'python2-pytest-isort' 'python-pytest-flake8' 
'python2-pytest-flake8'
-  'python-pytest-cov' 'python2-pytest-cov' 'gnu-free-fonts')
-source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cd CairoSVG
-  git submodule update --init
-}
-
-build() {
-  cd CairoSVG
-  python setup.py build
-}
-
-check() {
-  cd CairoSVG
-  python setup.py test || warning "Tests failed"
-  # Tests require special fonts that are not in the repos
-}
-
-package() {
-  cd CairoSVG
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-cairosvg/repos/community-testing-any/PKGBUILD (from rev 204852, 
python-cairosvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 10:17:37 UTC (rev 204853)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: razer 
+# Contributor: pzl 
+# Contributor: Dennis Fink 
+# Contributor: Simon Sapin 
+
+pkgname=python-cairosvg
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A Simple SVG Converter for Cairo"
+arch=('any')
+url="http://cairosvg.org/";
+license=('LGPL3')
+depends=('python-cairocffi' 'python-lxml' 'python-tinycss' 'python-cssselect' 
'python-pillow')
+makedepends=('git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-isort'
+  'python2-pytest-isort' 'python-pytest-flake8' 
'python2-pytest-flake8'
+  'python-pytest-cov' 'python2-pytest-cov' 'gnu-free-fonts')
+source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cd CairoSVG
+  git submodule update --init
+}
+
+build() {
+  cd CairoSVG
+  python setup.py build
+}
+
+check() {
+  cd CairoSVG
+  python setup.py test
+}
+
+package() {
+  cd CairoSVG
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:17:19
  Author: felixonmars
Revision: 204852

upgpkg: python-cairosvg 2.0.1-1

Modified:
  python-cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:16:23 UTC (rev 204851)
+++ PKGBUILD2017-01-04 10:17:19 UTC (rev 204852)
@@ -6,8 +6,8 @@
 # Contributor: Simon Sapin 
 
 pkgname=python-cairosvg
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="A Simple SVG Converter for Cairo"
 arch=('any')
 url="http://cairosvg.org/";
@@ -32,8 +32,7 @@
 
 check() {
   cd CairoSVG
-  python setup.py test || warning "Tests failed"
-  # Tests require special fonts that are not in the repos
+  python setup.py test
 }
 
 package() {


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

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:16:23
  Author: felixonmars
Revision: 204851

archrelease: copy trunk to community-any

Added:
  browserify/repos/community-any/PKGBUILD
(from rev 204850, browserify/trunk/PKGBUILD)
Deleted:
  browserify/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 10:16:03 UTC (rev 204850)
+++ PKGBUILD2017-01-04 10:16:23 UTC (rev 204851)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=browserify
-pkgdesc='browser-side require() the node way'
-pkgver=13.1.1
-pkgrel=1
-arch=('any')
-url='http://browserify.org/'
-license=('MIT' 'BSD')
-depends=('nodejs' 'acorn')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('143ba1497341292ec3bab7dedfe88acdf6e64cbc7359fa18aeb5a768ab41f706')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: browserify/repos/community-any/PKGBUILD (from rev 204850, 
browserify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 10:16:23 UTC (rev 204851)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=browserify
+pkgdesc='browser-side require() the node way'
+pkgver=13.3.0
+pkgrel=1
+arch=('any')
+url='http://browserify.org/'
+license=('MIT' 'BSD')
+depends=('nodejs' 'acorn')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('f4dcc20f802faf768c8088c986b9171d78f186685524698f91de61aaff3e59b8')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:16:03
  Author: felixonmars
Revision: 204850

upgpkg: browserify 13.3.0-1

Modified:
  browserify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:13:42 UTC (rev 204849)
+++ PKGBUILD2017-01-04 10:16:03 UTC (rev 204850)
@@ -3,7 +3,7 @@
 
 pkgname=browserify
 pkgdesc='browser-side require() the node way'
-pkgver=13.1.1
+pkgver=13.3.0
 pkgrel=1
 arch=('any')
 url='http://browserify.org/'
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('143ba1497341292ec3bab7dedfe88acdf6e64cbc7359fa18aeb5a768ab41f706')
+sha256sums=('f4dcc20f802faf768c8088c986b9171d78f186685524698f91de61aaff3e59b8')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:14:17
  Author: arojas
Revision: 285274

Wrong repo

Deleted:
  mkvtoolnix/repos/community-staging-i686/
  mkvtoolnix/repos/community-staging-x86_64/


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:14:42
  Author: arojas
Revision: 285275

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

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

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-01-04 10:14:17 UTC (rev 285274)
+++ staging-i686/PKGBUILD   2017-01-04 10:14:42 UTC (rev 285275)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=9.6.0
-pkgrel=2
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-md5sums=('8ae4c5b6d35ab13e9c84096b87da366d')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-curl \
---disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 285274, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-01-04 10:14:42 UTC (rev 285275)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=9.7.1
+pkgrel=2
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+md5sums=('3276584453ad8ebc6b9b6feccef46e77')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl \
+--disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2017-01-04 10:14:17 UTC (rev 285274)
+++ staging-x86_64/PKGBUILD 2017-01-04 10:14:42 UTC (rev 285275)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Mainta

[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:13:42
  Author: felixonmars
Revision: 204849

archrelease: copy trunk to community-any

Added:
  perl-test2-suite/repos/community-any/PKGBUILD
(from rev 204848, perl-test2-suite/trunk/PKGBUILD)
Deleted:
  perl-test2-suite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-04 10:13:22 UTC (rev 204848)
+++ PKGBUILD2017-01-04 10:13:42 UTC (rev 204849)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test2-suite
-pkgver=0.65
-pkgrel=1
-pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test2-Suite";
-# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
-depends=('perl-importer' 'perl-term-table' 'perl-test-simple>=1.30')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('a04e811867ba1d5afa060ab9ea3e7408acb05ffeddcaa443a18dd3256654292cc746295490fd74a002cfb0fe57f1b0fa4c3b8a0331e7b543a456cc7524668f77')
-
-build() {
-  cd Test2-Suite-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test2-Suite-$pkgver
-  make test
-}
-
-package() {
-  cd Test2-Suite-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 204848, 
perl-test2-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-04 10:13:42 UTC (rev 204849)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test2-suite
+pkgver=0.67
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite";
+# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
+depends=('perl-importer' 'perl-sub-info' 'perl-term-table' 
'perl-test-simple>=1.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
+sha512sums=('60c663e7b7eeb7d8406f7178c1b0b1194d12347785d3013ad8c13ac521dc0c147363629f23d7913a7c6552d4af2bcc9ded63985d85918eef1193fed00f70b5b3')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-test2-suite/trunk (PKGBUILD)

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:13:22
  Author: felixonmars
Revision: 204848

upgpkg: perl-test2-suite 0.67-1

Modified:
  perl-test2-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 10:11:01 UTC (rev 204847)
+++ PKGBUILD2017-01-04 10:13:22 UTC (rev 204848)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test2-suite
-pkgver=0.65
+pkgver=0.67
 pkgrel=1
 pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
 arch=('any')
@@ -9,10 +9,10 @@
 license=('PerlArtistic')
 url="https://metacpan.org/release/Test2-Suite";
 # Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
-depends=('perl-importer' 'perl-term-table' 'perl-test-simple>=1.30')
+depends=('perl-importer' 'perl-sub-info' 'perl-term-table' 
'perl-test-simple>=1.30')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('a04e811867ba1d5afa060ab9ea3e7408acb05ffeddcaa443a18dd3256654292cc746295490fd74a002cfb0fe57f1b0fa4c3b8a0331e7b543a456cc7524668f77')
+sha512sums=('60c663e7b7eeb7d8406f7178c1b0b1194d12347785d3013ad8c13ac521dc0c147363629f23d7913a7c6552d4af2bcc9ded63985d85918eef1193fed00f70b5b3')
 
 build() {
   cd Test2-Suite-$pkgver


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:13:19
  Author: arojas
Revision: 285273

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

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

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

Copied: mkvtoolnix/repos/community-staging-i686/PKGBUILD (from rev 285272, 
mkvtoolnix/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 10:13:19 UTC (rev 285273)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=9.7.1
+pkgrel=2
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+md5sums=('3276584453ad8ebc6b9b6feccef46e77')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl \
+--disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/community-staging-x86_64/PKGBUILD (from rev 285272, 
mkvtoolnix/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 10:13:19 UTC (rev 285273)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=9.7.1
+pkgrel=2
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+md5sums=('3276584453ad8ebc6b9b6feccef46e77')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl \
+--disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:12:46
  Author: arojas
Revision: 285272

Boost 1.63 rebuild

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 09:48:15 UTC (rev 285271)
+++ PKGBUILD2017-01-04 10:12:46 UTC (rev 285272)
@@ -6,7 +6,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
 pkgver=9.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'


[arch-commits] Commit in perl-sub-info/repos (community-any community-any/PKGBUILD)

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:11:01
  Author: felixonmars
Revision: 204847

archrelease: copy trunk to community-any

Added:
  perl-sub-info/repos/community-any/
  perl-sub-info/repos/community-any/PKGBUILD
(from rev 204846, perl-sub-info/trunk/PKGBUILD)

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

Copied: perl-sub-info/repos/community-any/PKGBUILD (from rev 204846, 
perl-sub-info/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-04 10:11:01 UTC (rev 204847)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-sub-info
+_cpanname=Sub-Info
+pkgver=0.002
+pkgrel=1
+pkgdesc="Tool for inspecting subroutines."
+arch=('any')
+license=('PerlArtistic' 'GPL')
+# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
+depends=('perl-importer' 'perl-test-simple>=1.30')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname";
+source=("http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_cpanname-$pkgver.tar.gz";)
+md5sums=('335345b534fc0539c894050f7814cbda')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in (4 files)

2017-01-04 Thread Felix Yan
Date: Wednesday, January 4, 2017 @ 10:10:37
  Author: felixonmars
Revision: 204846

addpkg: perl-sub-info 0.002-1

Added:
  perl-sub-info/
  perl-sub-info/repos/
  perl-sub-info/trunk/
  perl-sub-info/trunk/PKGBUILD

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

Added: perl-sub-info/trunk/PKGBUILD
===
--- perl-sub-info/trunk/PKGBUILD(rev 0)
+++ perl-sub-info/trunk/PKGBUILD2017-01-04 10:10:37 UTC (rev 204846)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-sub-info
+_cpanname=Sub-Info
+pkgver=0.002
+pkgrel=1
+pkgdesc="Tool for inspecting subroutines."
+arch=('any')
+license=('PerlArtistic' 'GPL')
+# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
+depends=('perl-importer' 'perl-test-simple>=1.30')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname";
+source=("http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_cpanname-$pkgver.tar.gz";)
+md5sums=('335345b534fc0539c894050f7814cbda')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


Property changes on: perl-sub-info/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:04:03
  Author: arojas
Revision: 204845

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 204844, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 204844, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 204844, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 204844, 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 204844, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 10:04:03 UTC (rev 204845)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.6
+pkgrel=3
+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=('369809501f08ae13d56115e7491c3b20'
+ '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 204844, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2017-01-04 10:04:03 UTC (rev 204845)
@@ -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 204844, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 10:04:03 UTC (rev 204845)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.6
+pkgrel=3
+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=('369809501f08ae13d56115e7491c3b20'
+ '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-x86_64/gqrx.desktop 

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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 10:03:39
  Author: arojas
Revision: 204844

Boost 1.63 rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 09:57:43 UTC (rev 204843)
+++ PKGBUILD2017-01-04 10:03:39 UTC (rev 204844)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.6
-pkgrel=2
+pkgrel=3
 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)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:57:43
  Author: arojas
Revision: 204843

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 204842, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 204842, 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 
204842, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 09:57:43 UTC (rev 204843)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=21
+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 
204842, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 09:57:43 UTC (rev 204843)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=21
+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)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:57:13
  Author: arojas
Revision: 204842

Boost 1.63 rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 09:54:29 UTC (rev 204841)
+++ PKGBUILD2017-01-04 09:57:13 UTC (rev 204842)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=20
+pkgrel=21
 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-iqbal/repos (4 files)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:54:29
  Author: arojas
Revision: 204841

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 204840, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 204840, 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 204840, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 09:54:29 UTC (rev 204841)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=23
+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 
204840, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 09:54:29 UTC (rev 204841)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=23
+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-iqbal/trunk (PKGBUILD)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:54:00
  Author: arojas
Revision: 204840

Boost 1.63 rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 09:52:34 UTC (rev 204839)
+++ PKGBUILD2017-01-04 09:54:00 UTC (rev 204840)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=22
+pkgrel=23
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/";


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:52:14
  Author: arojas
Revision: 204838

Boost 1.63 rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 09:49:15 UTC (rev 204837)
+++ PKGBUILD2017-01-04 09:52:14 UTC (rev 204838)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.5
-pkgrel=6
+pkgrel=7
 _tag=fcdproplus-0.1.0
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:52:34
  Author: arojas
Revision: 204839

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 204838, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 204838, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 204838, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 204838, 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 204838, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2017-01-04 09:52:34 UTC (rev 
204839)
@@ -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 
204838, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 09:52:34 UTC (rev 204839)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=7
+_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 204838, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2017-01-04 09:52:34 UTC 
(rev 204839)
@@ -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 
204838, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 09:52:34 UTC (rev 204839)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=7
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+ur

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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:49:15
  Author: arojas
Revision: 204837

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 204836, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 204836, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 204836, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 204836, gnuradio/trunk/PKGBUILD)

---+
 community-staging-i686/21-fcd.rules   |9 ++
 community-staging-i686/PKGBUILD   |  107 
 community-staging-x86_64/21-fcd.rules |9 ++
 community-staging-x86_64/PKGBUILD |  107 
 4 files changed, 232 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 204836, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2017-01-04 09:49:15 UTC (rev 204837)
@@ -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 204836, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 09:49:15 UTC (rev 204837)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.10.1
+pkgrel=3
+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')
+
+# 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";
+"http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc";
+"21-fcd.rules")
+validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
+md5sums=('885d637669c2dfc2b005c24e16327c96'
+ 'SKIP'
+ '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 /usr/lib/libpython2.*.so) \
+-DENABLE_INTERNAL_VOLK=OFF \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DENABLE_GR_QTGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  export PYTHON=python2
+  #make test
+}
+
+package_gnuradio() {
+  optdepends=('boost: gr_modtool'
+  'swig: gr_modtool'
+  'cmake: gr_modtool'
+  'pkgconfig: libuhd')
+  cd "$srcdir"
+  install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
+  cd "$srcdir/$pkgbase-$pkgver/grc/scripts/freedesktop"
+  install -Dm644 gnuradio-grc.desktop 
"$pkgdir/usr/share/applicatio

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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:48:15
  Author: arojas
Revision: 285271

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

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

---+
 /PKGBUILD |  116 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 116 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-04 09:47:37 UTC (rev 285270)
+++ extra-i686/PKGBUILD 2017-01-04 09:48:15 UTC (rev 285271)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgname=calligra
-pkgdesc="A set of applications for productivity and creative usage"
-pkgver=3.0.0.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
- 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
-optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-'libwps: Microsoft Works file word processor format import'
-'libvisio: Microsoft Visio import filter'
-'libetonyek: Apple Keynote import filter'
-'pstoedit: EPS to SVG filter'
-'poppler: PDF to SVG filter'
-'khtml: HTML to ODS filter'
-'openjpeg: PDF to SVG filer'
-'cauchy: formula shape')
-conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
-  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
-replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
-for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
- pl pt pt_br ru sk sv uk zh_cn zh_tw; do
-  conflicts+=(calligra-l10n-$_lang)
-  replaces+=(calligra-l10n-$_lang)
-done
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dedc51efc42f7dda37514d450cb772d9db37a658e0abbcf0f513712a04c1f011'
-'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD) # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Debug \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra/repos/extra-i686/PKGBUILD (from rev 285270, 
calligra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-04 09:48:15 UTC (rev 285271)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
+ 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'khtml: HTML to ODS filter'
+'openjpeg: PDF to

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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:48:09
  Author: arojas
Revision: 204836

Boost 1.63 rebuild

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 09:01:38 UTC (rev 204835)
+++ PKGBUILD2017-01-04 09:48:09 UTC (rev 204836)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:47:37
  Author: arojas
Revision: 285270

Build in release mode

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 22:44:02 UTC (rev 285269)
+++ PKGBUILD2017-01-04 09:47:37 UTC (rev 285270)
@@ -7,7 +7,7 @@
 pkgname=calligra
 pkgdesc="A set of applications for productivity and creative usage"
 pkgver=3.0.0.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -45,7 +45,7 @@
 build() {
   cd build
   cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Debug \
+-DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:01:38
  Author: arojas
Revision: 204835

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

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

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

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 204834, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 09:01:38 UTC (rev 204835)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.9.5
+_verstring='003_009_005'
+pkgrel=3
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual";
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
+md5sums=('d143e946543dadda670a163242ea0ad0')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 204834, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 09:01:38 UTC (rev 204835)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.9.5
+_verstring='003_009_005'
+pkgrel=3
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual";
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
+md5sums=('d143e946543dadda670a163242ea0ad0')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 08:54:12
  Author: arojas
Revision: 204834

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 204833, libvolk/trunk/PKGBUILD)
  libvolk/repos/community-staging-x86_64/
  libvolk/repos/community-staging-x86_64/PKGBUILD
(from rev 204833, 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 204833, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-04 08:54:12 UTC (rev 204834)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=4
+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 204833, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 08:54:12 UTC (rev 204834)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=1.3
+pkgrel=4
+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 zcash/repos (4 files)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 08:50:58
  Author: arojas
Revision: 204833

archrelease: copy trunk to community-staging-x86_64

Added:
  zcash/repos/community-staging-x86_64/
  zcash/repos/community-staging-x86_64/PKGBUILD
(from rev 204832, zcash/trunk/PKGBUILD)
  zcash/repos/community-staging-x86_64/boost-no-mt-suffix.patch
(from rev 204832, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-staging-x86_64/use-system-libraries.patch
(from rev 204832, zcash/trunk/use-system-libraries.patch)

+
 PKGBUILD   |   71 +++
 boost-no-mt-suffix.patch   |   11 ++
 use-system-libraries.patch |   11 ++
 3 files changed, 93 insertions(+)

Copied: zcash/repos/community-staging-x86_64/PKGBUILD (from rev 204832, 
zcash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-04 08:50:58 UTC (rev 204833)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('bash' 'boost-libs' 'gmp' 'libsodium')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz";
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('18df95b1958e71c9dc773b4d3953df2b6d7b5fbfcd2677be1190c9e03eff5d44'
+'3476e5fc227ada40cfbd126fc2c4d85a0951163dc57d92c294b0716f6030b774'
+'4a386d9f407b589fd2df9dd9ba0ddf99def2f9bb88fac4ec602fa29af317fc0d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+./zcutil/fetch-params.sh
+./qa/pull-tester/rpc-tests.sh
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+for ext in '-cli' '-tx' 'd'; do
+install -Dm644 contrib/bitcoin${ext}.bash-completion \
+"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
+done
+
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}

Copied: zcash/repos/community-staging-x86_64/boost-no-mt-suffix.patch (from rev 
204832, zcash/trunk/boost-no-mt-suffix.patch)
===
--- community-staging-x86_64/boost-no-mt-suffix.patch   
(rev 0)
+++ community-staging-x86_64/boost-no-mt-suffix.patch   2017-01-04 08:50:58 UTC 
(rev 204833)
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -730,7 +730,7 @@
+ AC_CHECK_HEADER([libsnark/gadgetlib1/gadget.hpp],,AC_MSG_ERROR(libsnark 
headers missing))
+ AC_CHECK_LIB([snark],[main],LIBSNARK_LIBS=-lsnark, [AC_MSG_ERROR(libsnark 
missing)], [-lgmpxx])
+ 
+-LIBZCASH_LIBS="-lsnark -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium 
-fopenmp"
++LIBZCASH_LIBS="-lsnark -lgmp -lgmpxx -lboost_system -lcrypto -lsodium 
-fopenmp"
+ 
+ CXXFLAGS_TEMP="$CXXFLAGS"
+ LIBS_TEMP="$LIBS"

Copied: zcash/repos/community-staging-x86_64/use-system-libraries.patch (from 
rev 204832, zcash/trunk/use-system-libraries.patch)
===
--- community-staging-x86_64/use-system-libraries.patch 
(rev 0)
+++ community-staging-x86_64/use-system-libraries.patch 2017-01-04 08:50:58 UTC 
(rev 204833)
@@ -0,0 +1,11 @@
+--- a/depends/packages/libsnark.mk
 b/depends/packages/libsnark.mk
+@@ -6,8 +6,6 @@
+ 
$(package)_sha256_hash=9422b1a2a94e6b8be61f07af7f146087c2a7d70b208d07ad07665aa7f0e4
+ $(package)_git_commit=2e6314a9f7efcd9af1c77669d7d9a229df86a777
+ 
+-$(package)_dependencies=libgmp libsodium
+-
+ define $(package)_build_cmds
+   CXXFLAGS="-fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1" $(MAKE) lib 
DEPINST=$(host_prefix) CURVE=ALT_BN128 MULTICORE=1 NO_PROCPS=1 NO_GTEST=1 
NO_DOCS=1 STATIC=1 NO_SUPERCOP=1 FEATUREFLAGS=-DMONTGOMERY_OUTPUT OPTFLAGS="-O2 
-march=x86-64"
+ endef


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

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 08:50:31
  Author: arojas
Revision: 204832

Boost 1.63 rebuild

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 06:18:44 UTC (rev 204831)
+++ PKGBUILD2017-01-04 08:50:31 UTC (rev 204832)
@@ -3,7 +3,7 @@
 
 pkgname=zcash
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'