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

2016-11-25 Thread Levente Polyak
Date: Friday, November 25, 2016 @ 22:07:13
  Author: anthraxx
Revision: 196881

upgpkg: lib32-libtiff 4.0.7-1 (security update)

Modified:
  lib32-libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 20:36:06 UTC (rev 196880)
+++ PKGBUILD2016-11-25 22:07:13 UTC (rev 196881)
@@ -4,17 +4,17 @@
 
 _pkgbasename=libtiff
 pkgname=lib32-$_pkgbasename
-pkgver=4.0.6
-pkgrel=2
+pkgver=4.0.7
+pkgrel=1
 pkgdesc="Library for manipulation of TIFF images (32-bit)"
 arch=('x86_64')
-url="http://www.remotesensing.org/libtiff/;
+url="http://www.simplesystems.org/libtiff/;
 license=('custom')
 depends=('lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
$_pkgbasename)
 makedepends=('gcc-multilib')
 options=('!libtool')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
+source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz)
+sha512sums=('941357bdd5f947cdca41a1d31ae14b3fadc174ae5dce7b7981dbe58f61995f575ac2e97a7cc4fcc435184012017bec0920278263490464644f2cdfad9a6c5ddc')
 
 build() {
   export CC="gcc -m32"


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

2016-11-25 Thread Levente Polyak
Date: Friday, November 25, 2016 @ 22:07:27
  Author: anthraxx
Revision: 196882

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtiff/repos/multilib-x86_64/PKGBUILD
(from rev 196881, lib32-libtiff/trunk/PKGBUILD)
Deleted:
  lib32-libtiff/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-25 22:07:13 UTC (rev 196881)
+++ PKGBUILD2016-11-25 22:07:27 UTC (rev 196882)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: dorphell 
-
-_pkgbasename=libtiff
-pkgname=lib32-$_pkgbasename
-pkgver=4.0.6
-pkgrel=2
-pkgdesc="Library for manipulation of TIFF images (32-bit)"
-arch=('x86_64')
-url="http://www.remotesensing.org/libtiff/;
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
$_pkgbasename)
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/tiff-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32 --includedir=/usr/include/libtiff32
-  make
-}
-
-check() {
-cd "${srcdir}/tiff-${pkgver}"
-make check
-}
-
-package() {
-  cd "${srcdir}/tiff-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libtiff/repos/multilib-x86_64/PKGBUILD (from rev 196881, 
lib32-libtiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-25 22:07:27 UTC (rev 196882)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: dorphell 
+
+_pkgbasename=libtiff
+pkgname=lib32-$_pkgbasename
+pkgver=4.0.7
+pkgrel=1
+pkgdesc="Library for manipulation of TIFF images (32-bit)"
+arch=('x86_64')
+url="http://www.simplesystems.org/libtiff/;
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
$_pkgbasename)
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz)
+sha512sums=('941357bdd5f947cdca41a1d31ae14b3fadc174ae5dce7b7981dbe58f61995f575ac2e97a7cc4fcc435184012017bec0920278263490464644f2cdfad9a6c5ddc')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/tiff-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32 --includedir=/usr/include/libtiff32
+  make
+}
+
+check() {
+cd "${srcdir}/tiff-${pkgver}"
+make check
+}
+
+package() {
+  cd "${srcdir}/tiff-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 21:31:55
  Author: arojas
Revision: 282016

Update to 2.5.6

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 21:25:11 UTC (rev 282015)
+++ PKGBUILD2016-11-25 21:31:55 UTC (rev 282016)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=freeciv
-pkgver=2.5.5
-pkgrel=2
+pkgver=2.5.6
+pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
 url="http://www.freeciv.org/;
@@ -13,7 +13,7 @@
 backup=('etc/freeciv/database.lua')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 lua52_compat.patch)
-sha1sums=('c2772f753812c09572fc94689ea8dc1e3df79bf1'
+sha1sums=('9b863fcf7da7b78a998c1f6b88815266825e3550'
   '248f4c8b62557677bf27a0d06feb15148d811ce7')
 
 prepare() {


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 21:32:23
  Author: arojas
Revision: 282017

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

Added:
  freeciv/repos/extra-i686/PKGBUILD
(from rev 282016, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-i686/lua52_compat.patch
(from rev 282016, freeciv/trunk/lua52_compat.patch)
  freeciv/repos/extra-x86_64/PKGBUILD
(from rev 282016, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/lua52_compat.patch
(from rev 282016, freeciv/trunk/lua52_compat.patch)
Deleted:
  freeciv/repos/extra-i686/PKGBUILD
  freeciv/repos/extra-i686/lua52_compat.patch
  freeciv/repos/extra-x86_64/PKGBUILD
  freeciv/repos/extra-x86_64/lua52_compat.patch

-+
 /PKGBUILD   |   70 ++
 /lua52_compat.patch |   26 ++
 extra-i686/PKGBUILD |   35 ---
 extra-i686/lua52_compat.patch   |   13 ---
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/lua52_compat.patch |   13 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-25 21:31:55 UTC (rev 282016)
+++ extra-i686/PKGBUILD 2016-11-25 21:32:23 UTC (rev 282017)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=freeciv
-pkgver=2.5.5
-pkgrel=2
-pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
-arch=('i686' 'x86_64')
-url="http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
-makedepends=('python')
-backup=('etc/freeciv/database.lua')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-lua52_compat.patch)
-sha1sums=('c2772f753812c09572fc94689ea8dc1e3df79bf1'
-  '248f4c8b62557677bf27a0d06feb15148d811ce7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "$srcdir"/lua52_compat.patch
-  autoreconf -vi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 282016, 
freeciv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-25 21:32:23 UTC (rev 282017)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=freeciv
+pkgver=2.5.6
+pkgrel=1
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('i686' 'x86_64')
+url="http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+lua52_compat.patch)
+sha1sums=('9b863fcf7da7b78a998c1f6b88815266825e3550'
+  '248f4c8b62557677bf27a0d06feb15148d811ce7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "$srcdir"/lua52_compat.patch
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/lua52_compat.patch
===
--- extra-i686/lua52_compat.patch   2016-11-25 21:31:55 UTC (rev 282016)
+++ extra-i686/lua52_compat.patch   2016-11-25 21:32:23 UTC (rev 282017)
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 5cfc1d1..1c66051 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1263,7 +1263,7 @@ esac], [sys_lua=false])
- dnl There's wide divergence on what the pkg-config file for Lua is called
- dnl See http://lua-users.org/lists/lua-l/2008-09/msg00184.html
- if test "x$sys_lua" = "xtrue" || test "x$sys_lua" = "xtest" ; then
--  PKG_CHECK_MODULES([LUA], [lua5.2], [sys_lua=true],
-+  PKG_CHECK_MODULES([LUA], [lua52], [sys_lua=true],
- [PKG_CHECK_MODULES([LUA], [lua-5.2], [sys_lua=true],
-   [PKG_CHECK_MODULES([LUA], [lua >= 5.2 lua < 5.3], [sys_lua=true],
- [if test "x$sys_lua" = "xtrue" ; then

Copied: freeciv/repos/extra-i686/lua52_compat.patch (from rev 282016, 
freeciv/trunk/lua52_compat.patch)
===
--- extra-i686/lua52_compat.patch   (rev 0)
+++ extra-i686/lua52_compat.patch   2016-11-25 21:32:23 UTC (rev 282017)
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac

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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 21:25:11
  Author: arojas
Revision: 282015

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

Added:
  fvwm/repos/testing-i686/
  fvwm/repos/testing-i686/PKGBUILD
(from rev 282014, fvwm/trunk/PKGBUILD)
  fvwm/repos/testing-i686/fvwm.desktop
(from rev 282014, fvwm/trunk/fvwm.desktop)
  fvwm/repos/testing-x86_64/
  fvwm/repos/testing-x86_64/PKGBUILD
(from rev 282014, fvwm/trunk/PKGBUILD)
  fvwm/repos/testing-x86_64/fvwm.desktop
(from rev 282014, fvwm/trunk/fvwm.desktop)

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/fvwm.desktop   |7 +++
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/fvwm.desktop |7 +++
 4 files changed, 78 insertions(+)

Copied: fvwm/repos/testing-i686/PKGBUILD (from rev 282014, fvwm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-25 21:25:11 UTC (rev 282015)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fvwm
+pkgver=2.6.7
+pkgrel=1
+pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
+arch=('i686' 'x86_64')
+url="http://www.fvwm.org;
+license=('GPL' 'custom')
+depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor' 'python2-xdg')
+makedepends=('libxslt')
+optdepends=('perl-tk: for ClickToFocus support'
+'perl-x11-protocol: for ClickToFocus support')
+options=('!emptydirs' '!makeflags')
+source=(https://github.com/fvwmorg/fvwm/releases/download/${pkgver}/fvwm-${pkgver}.tar.gz
 fvwm.desktop)
+sha1sums=('c50d530c75f549d2f4270f54ae8ba89a6634bcec'
+  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib --with-stroke-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}/usr/share/doc/fvwm"
+  install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: fvwm/repos/testing-i686/fvwm.desktop (from rev 282014, 
fvwm/trunk/fvwm.desktop)
===
--- testing-i686/fvwm.desktop   (rev 0)
+++ testing-i686/fvwm.desktop   2016-11-25 21:25:11 UTC (rev 282015)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=FVWM
+Comment=The fvwm window manager
+Type=XSession
+Exec=/usr/bin/fvwm
+TryExec=/usr/bin/fvwm

Copied: fvwm/repos/testing-x86_64/PKGBUILD (from rev 282014, 
fvwm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-25 21:25:11 UTC (rev 282015)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fvwm
+pkgver=2.6.7
+pkgrel=1
+pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
+arch=('i686' 'x86_64')
+url="http://www.fvwm.org;
+license=('GPL' 'custom')
+depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor' 'python2-xdg')
+makedepends=('libxslt')
+optdepends=('perl-tk: for ClickToFocus support'
+'perl-x11-protocol: for ClickToFocus support')
+options=('!emptydirs' '!makeflags')
+source=(https://github.com/fvwmorg/fvwm/releases/download/${pkgver}/fvwm-${pkgver}.tar.gz
 fvwm.desktop)
+sha1sums=('c50d530c75f549d2f4270f54ae8ba89a6634bcec'
+  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib --with-stroke-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}/usr/share/doc/fvwm"
+  install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: fvwm/repos/testing-x86_64/fvwm.desktop (from rev 282014, 
fvwm/trunk/fvwm.desktop)
===
--- testing-x86_64/fvwm.desktop (rev 0)
+++ testing-x86_64/fvwm.desktop 2016-11-25 21:25:11 UTC (rev 282015)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=FVWM
+Comment=The fvwm window manager
+Type=XSession
+Exec=/usr/bin/fvwm
+TryExec=/usr/bin/fvwm


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 21:24:42
  Author: arojas
Revision: 282014

Update to 2.6.7

Modified:
  fvwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 21:15:39 UTC (rev 282013)
+++ PKGBUILD2016-11-25 21:24:42 UTC (rev 282014)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=fvwm
-pkgver=2.6.6
-pkgrel=3
+pkgver=2.6.7
+pkgrel=1
 pkgdesc="A multiple large virtual desktop window manager originally derived 
from twm"
 arch=('i686' 'x86_64')
 url="http://www.fvwm.org;
@@ -13,8 +13,8 @@
 optdepends=('perl-tk: for ClickToFocus support'
 'perl-x11-protocol: for ClickToFocus support')
 options=('!emptydirs' '!makeflags')
-source=(https://github.com/fvwmorg/fvwm/releases/download/version-${pkgver//./_}/fvwm-${pkgver}.tar.gz
 fvwm.desktop)
-sha1sums=('71f396cc59633887d14d1d88367dc7fa4118a781'
+source=(https://github.com/fvwmorg/fvwm/releases/download/${pkgver}/fvwm-${pkgver}.tar.gz
 fvwm.desktop)
+sha1sums=('c50d530c75f549d2f4270f54ae8ba89a6634bcec'
   '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
 
 build() {
@@ -27,7 +27,6 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -d "${pkgdir}/usr/share/doc/fvwm"
-  install -D -m644 
sample.fvwmrc/{decor_examples,DecorMwm,DecorWin95,new-features,system.*} 
"${pkgdir}/usr/share/doc/fvwm"
   install -D -m644 ../fvwm.desktop "${pkgdir}/usr/share/xsessions/fvwm.desktop"
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 20:57:21
  Author: arojas
Revision: 282012

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 282011, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/libwps-0.4.patch
(from rev 282011, calligra/trunk/libwps-0.4.patch)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 282011, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/libwps-0.4.patch
(from rev 282011, calligra/trunk/libwps-0.4.patch)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/libwps-0.4.patch
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/libwps-0.4.patch

---+
 /PKGBUILD |  398 
 /libwps-0.4.patch |  102 ++
 extra-i686/PKGBUILD   |  200 
 extra-i686/libwps-0.4.patch   |   51 -
 extra-x86_64/PKGBUILD |  200 
 extra-x86_64/libwps-0.4.patch |   51 -
 6 files changed, 500 insertions(+), 502 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-25 20:56:27 UTC (rev 282011)
+++ extra-i686/PKGBUILD 2016-11-25 20:57:21 UTC (rev 282012)
@@ -1,200 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgbase=calligra
-pkgname=('calligra-braindump'
- 'calligra-devtools'
- 'calligra-extras'
- 'calligra-filters'
- 'calligra-flow'
- 'calligra-gemini'
- 'calligra-handbook'
- 'calligra-karbon'
- 'calligra-libs'
- 'calligra-plan'
- 'calligra-plugins'
- 'calligra-sheets'
- 'calligra-stage'
- 'calligra-words')
-pkgver=2.9.11
-pkgrel=7
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'eigen'
- 'lcms2' 'libwpg' 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt4' 
'libodfgen'
- 'kdegraphics-okular' 'pstoedit' 'libvisio' 'libetonyek' 
'libspnav')
-groups=('calligra')
-source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'libwps-0.4.patch')
-md5sums=('a1a4935debae64724cd4c0d17d61ae4e'
- '6ea15f8b3938838d89ea0aa08921afd1')
-
-prepare() {
-  mkdir -p build
-
-# Fix build against libwps 0.4
-  cd $pkgbase-$pkgver
-  patch -p1 -i "$srcdir"/libwps-0.4.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_active=OFF \
--DWITH_Soprano=OFF \
--DBUILD_krita=OFF \
--DBUILD_kexi=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc="Filters for the Calligra office suite"
-  depends=('libodfgen')
-  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')
-
-  cd build/filters
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-libs() {
-  pkgdesc="Libraries for the Calligra office suite"
-  depends=('kdepimlibs4' 'libkactivities4')
-  conflicts=('calligra-interfaces' 'calligra-pics' 'calligra-servicetypes')
-  replaces=('calligra-interfaces' 'calligra-pics' 'calligra-servicetypes')
-
-  for d in interfaces libs pics servicetypes; do
-cd "${srcdir}"/build/${d}
-make DESTDIR="${pkgdir}" install
-  done
-}
-
-package_calligra-plugins() {
-  pkgdesc="Plugins for the Calligra office suite"
-  depends=('calligra-libs' 'calligra-filters' 'libspnav')
-
-  cd build/plugins
-  make DESTDIR="${pkgdir}" install
-
-  cd ../3rdparty/kdchart
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-karbon() {
-  pkgdesc="Create scalable vector drawings"
-  depends=('calligra-libs' 'kdebase-runtime' 'pstoedit')
-  optdepends=('calligra-filters: import/export filters'
-  'calligra-extras: extra calligra tools')
-
-  cd build/karbon
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-plan() {
-  pkgdesc="Calligra Project Management Component"
-  depends=('calligra-words')
-
-  cd build/plan
-  make DESTDIR="${pkgdir}" install
-
-  cd ../3rdparty/kdgantt
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-stage() {
-  pkgdesc="Write presentation documents"
-  depends=('calligra-plugins' 'kdebase-runtime')
-
-  cd build/stage
-  make DESTDIR="${pkgdir}" install
-  cd ../doc/stage
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-sheets() {
-  pkgdesc="Write spreadsheet documents"
-  depends=('calligra-libs' 'gsl' 'kdebase-runtime')
-  optdepends=('calligra-filters: 

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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 20:56:27
  Author: arojas
Revision: 282011

Drop libkactivities4 and okular dependencies

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 11:41:28 UTC (rev 282010)
+++ PKGBUILD2016-11-25 20:56:27 UTC (rev 282011)
@@ -20,13 +20,13 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.9.11
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'eigen'
  'lcms2' 'libwpg' 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt4' 
'libodfgen'
- 'kdegraphics-okular' 'pstoedit' 'libvisio' 'libetonyek' 
'libspnav')
+ 'pstoedit' 'libvisio' 'libetonyek' 'libspnav')
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'libwps-0.4.patch')
 md5sums=('a1a4935debae64724cd4c0d17d61ae4e'
@@ -67,7 +67,7 @@
 
 package_calligra-libs() {
   pkgdesc="Libraries for the Calligra office suite"
-  depends=('kdepimlibs4' 'libkactivities4')
+  depends=('kdepimlibs4')
   conflicts=('calligra-interfaces' 'calligra-pics' 'calligra-servicetypes')
   replaces=('calligra-interfaces' 'calligra-pics' 'calligra-servicetypes')
 
@@ -169,7 +169,6 @@
 package_calligra-extras() {
   pkgdesc="Calligra suite extras"
   depends=('calligra-libs')
-  optdepends=('kdegraphics-okular')
   conflicts=('calligra-tools')
   replaces=('calligra-tools')
 


[arch-commits] Commit in sagemath/repos (32 files)

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 20:13:32
  Author: arojas
Revision: 196874

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 196873, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/cython-sys-path.patch
(from rev 196873, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 196873, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/ecm-7.patch
(from rev 196873, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 196873, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/increase-rtol.patch
(from rev 196873, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-i686/is-package-installed.patch
(from rev 196873, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 196873, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 196873, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/pynac-0.7.1.patch
(from rev 196873, sagemath/trunk/pynac-0.7.1.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 196873, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/sagemath-cython0.25.patch
(from rev 196873, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-i686/sagemath-singular4.patch
(from rev 196873, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 196873, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 196873, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 196873, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/cython-sys-path.patch
(from rev 196873, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 196873, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/ecm-7.patch
(from rev 196873, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 196873, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/increase-rtol.patch
(from rev 196873, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-x86_64/is-package-installed.patch
(from rev 196873, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 196873, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 196873, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/pynac-0.7.1.patch
(from rev 196873, sagemath/trunk/pynac-0.7.1.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 196873, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cython0.25.patch
(from rev 196873, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-x86_64/sagemath-singular4.patch
(from rev 196873, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 196873, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 196873, sagemath/trunk/test-optional.patch)

-+
 community-staging-i686/PKGBUILD |  165 
 community-staging-i686/cython-sys-path.patch|   10 
 community-staging-i686/disable-fes.patch|   19 
 community-staging-i686/ecm-7.patch  |   79 
 community-staging-i686/env.patch|   93 
 community-staging-i686/increase-rtol.patch  |   37 
 community-staging-i686/is-package-installed.patch   |  329 +
 community-staging-i686/jupyter-path.patch   |   22 
 community-staging-i686/package.patch|   38 
 community-staging-i686/pynac-0.7.1.patch|   42 
 community-staging-i686/python-2.7.11.patch  |   11 
 community-staging-i686/sagemath-cython0.25.patch|  144 
 community-staging-i686/sagemath-singular4.patch | 3731 ++
 community-staging-i686/skip-check.patch |   22 
 community-staging-i686/test-optional.patch  |   25 
 community-staging-x86_64/PKGBUILD   |  165 
 community-staging-x86_64/cython-sys-path.patch  |   10 
 community-staging-x86_64/disable-fes.patch  |   19 
 community-staging-x86_64/ecm-7.patch|   79 
 community-staging-x86_64/env.patch  

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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 20:11:55
  Author: arojas
Revision: 196873

libgap 4.8.6 rebuild

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 19:51:16 UTC (rev 196872)
+++ PKGBUILD2016-11-25 20:11:55 UTC (rev 196873)
@@ -10,7 +10,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -94,7 +94,7 @@
 # use python2
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -e 's|exec 
python|exec python2|' -i src/bin/*
   sed -e 's|cython {OPT}|cython2 {OPT}|' -e 's|python setup.py|python2 
setup.py|' -i src/sage/misc/cython.py
-  sed -e 's|exec ipython|exec ipython2|' -e 's|cygdb|cygdb2|' -i src/bin/sage
+  sed -e 's|exec ipython|exec ipython2|' -e 's|cygdb|cygdb2|g' -i src/bin/sage
   sed -e "s|'cython'|'cython2'|" -i src/bin/sage-cython
   sed -e 's|python -c|python2 -c|' -i src/generate_py_source.mk
   sed -e 's|bin/python|bin/python2|g' -i src/bin/sage-env


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 19:51:16
  Author: arojas
Revision: 196872

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

Added:
  gap/repos/community-staging-i686/
  gap/repos/community-staging-i686/PKGBUILD
(from rev 196871, gap/trunk/PKGBUILD)
  gap/repos/community-staging-i686/gap-no-packages-by-default.patch
(from rev 196871, gap/trunk/gap-no-packages-by-default.patch)
  gap/repos/community-staging-x86_64/
  gap/repos/community-staging-x86_64/PKGBUILD
(from rev 196871, gap/trunk/PKGBUILD)
  gap/repos/community-staging-x86_64/gap-no-packages-by-default.patch
(from rev 196871, gap/trunk/gap-no-packages-by-default.patch)

---+
 community-staging-i686/PKGBUILD   |  101 
 community-staging-i686/gap-no-packages-by-default.patch   |   13 +
 community-staging-x86_64/PKGBUILD |  101 
 community-staging-x86_64/gap-no-packages-by-default.patch |   13 +
 4 files changed, 228 insertions(+)

Copied: gap/repos/community-staging-i686/PKGBUILD (from rev 196871, 
gap/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-25 19:51:16 UTC (rev 196872)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  TDY 
+# Contributor: Rémy Oudompheng 
+
+pkgbase=gap
+pkgname=(gap gap-data gap-doc gap-packages)
+pkgver=4.8.6
+_gapver=4r8p6_2016_11_12-14_25
+pkgrel=1
+pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
+arch=(i686 x86_64)
+url="http://www.gap-system.org/;
+license=(GPL)
+source=("http://www.gap-system.org/pub/gap/gap48/tar.gz/gap$_gapver.tar.gz; 
gap-no-packages-by-default.patch)
+sha256sums=('a9df4c49b2feb5dd7b8c4f093f6558bdd7a6c1b3f5f64971c4d9e74828eb0cd4'
+'e8f19968d998172b7c289d0499b8b8a05bc31119a1ce073181d3842ece6fe3a2')
+makedepends=(libxaw openmpi givaro mpfi fplll normaliz polymake git)
+
+prepare() {
+  cd gap4r8
+
+# Use system normaliz
+  sed -e '/build-normaliz.sh/d' -i bin/BuildPackages.sh
+# Don't load any packages by default
+  patch -p1 -i ../gap-no-packages-by-default.patch
+}
+
+build() {
+  cd gap4r8
+  CC=mpicc ./configure --prefix=/usr --with-gmp=system
+  make
+
+  cd pkg
+  sh ../bin/BuildPackages.sh
+# These packages fail to build:
+# carat
+# float (doesn't support fplll 5)
+# fr https://github.com/gap-packages/fr/issues/16
+# guava
+# linboxing (doesn't support givaro 4)
+# qaos 
+
+  cd ../etc
+  sh install-tools.sh
+}
+
+package_gap() {
+  depends=(gmp openmpi)
+  optdepends=('gap-packages: extra packages' 'gap-data: additional databases' 
'gap-doc: documentation')
+  replaces=(gap-math)
+  conflicts=(gap-math)
+  cd gap4r8
+  
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r bin etc grp lib CITATION "$pkgdir"/usr/lib/gap
+  
+  mkdir -p "$pkgdir"/usr/lib/gap/pkg
+  cp -r pkg/GAPDoc-* "$pkgdir"/usr/lib/gap/pkg
+
+  mkdir -p "$pkgdir"/usr/bin
+  install -m755 "$pkgdir"/usr/lib/gap/bin/gap.sh "$pkgdir"/usr/bin/gap
+
+# fix location
+  sed -e 's|/build/gap/src/gap4r8|/usr/lib/gap|' -i "$pkgdir"/usr/bin/gap  
+# remove unneeded stuff
+  rm "$pkgdir"/usr/lib/gap/bin/*/*.o
+  rm "$pkgdir"/usr/lib/gap/bin/gap.sh
+  find "$pkgdir"/usr/lib/gap/bin/ -maxdepth 1 -type f -exec rm {} \;
+}
+
+package_gap-data() {
+  depends=(gap)
+  pkgdesc="Additional databases for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r prim small trans "$pkgdir"/usr/lib/gap
+}
+
+package_gap-doc() {
+  depends=(gap)
+  pkgdesc="Documentation for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r doc "$pkgdir"/usr/lib/gap
+}
+
+package_gap-packages() {
+  depends=(gap)
+  optdepends=('normaliz: Normaliz interface package' 'polymake: Polymake 
interface package' 'libxaw: xgap package')
+  pkgdesc="Extra packages for GAP"
+  cd gap4r8
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r pkg "$pkgdir"/usr/lib/gap
+
+# GAPDoc is in main package
+  rm -r "$pkgdir"/usr/lib/gap/pkg/GAPDoc-*
+}

Copied: gap/repos/community-staging-i686/gap-no-packages-by-default.patch (from 
rev 196871, gap/trunk/gap-no-packages-by-default.patch)
===
--- community-staging-i686/gap-no-packages-by-default.patch 
(rev 0)
+++ community-staging-i686/gap-no-packages-by-default.patch 2016-11-25 
19:51:16 UTC (rev 196872)
@@ -0,0 +1,13 @@
+--- gap4r8/lib/package.gi.orig 2016-11-25 18:59:02.234113245 +
 gap4r8/lib/package.gi  2016-11-25 18:59:53.093996139 +
+@@ -1743,9 +1743,7 @@
+ For backwards compatibility, the default lists most of packages \
+ that were autoloaded in GAP 4.4 (add or remove packages as you like)."
+ ],
+-  default:= [ "autpgrp", "alnuth", "crisp", 

[arch-commits] Commit in gap/trunk (PKGBUILD gap-no-packages-by-default.patch)

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 19:47:23
  Author: arojas
Revision: 196871

Update to 4.8.6, disable package auto-loading

Added:
  gap/trunk/gap-no-packages-by-default.patch
Modified:
  gap/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 gap-no-packages-by-default.patch |   13 +
 2 files changed, 25 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 19:11:54 UTC (rev 196870)
+++ PKGBUILD2016-11-25 19:47:23 UTC (rev 196871)
@@ -5,21 +5,25 @@
 
 pkgbase=gap
 pkgname=(gap gap-data gap-doc gap-packages)
-pkgver=4.8.3
-_gapver=4r8p3_2016_03_19-22_17
-pkgrel=4
+pkgver=4.8.6
+_gapver=4r8p6_2016_11_12-14_25
+pkgrel=1
 pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
 arch=(i686 x86_64)
 url="http://www.gap-system.org/;
 license=(GPL)
-source=("http://www.gap-system.org/pub/gap/gap48/tar.gz/gap$_gapver.tar.gz;)
-sha256sums=('667fbbe4b6f2626b799b977a4ca12e9373e0878a6771a94d217bab412405abe6')
-makedepends=(libxaw libxt openmpi givaro mpfi fplll normaliz polymake)
+source=("http://www.gap-system.org/pub/gap/gap48/tar.gz/gap$_gapver.tar.gz; 
gap-no-packages-by-default.patch)
+sha256sums=('a9df4c49b2feb5dd7b8c4f093f6558bdd7a6c1b3f5f64971c4d9e74828eb0cd4'
+'e8f19968d998172b7c289d0499b8b8a05bc31119a1ce073181d3842ece6fe3a2')
+makedepends=(libxaw openmpi givaro mpfi fplll normaliz polymake git)
 
 prepare() {
   cd gap4r8
-# Fix build of cohomolo package
-  sed -e 's|cd cohomolo|cd cohomolo*|' -i bin/BuildPackages.sh
+
+# Use system normaliz
+  sed -e '/build-normaliz.sh/d' -i bin/BuildPackages.sh
+# Don't load any packages by default
+  patch -p1 -i ../gap-no-packages-by-default.patch
 }
 
 build() {

Added: gap-no-packages-by-default.patch
===
--- gap-no-packages-by-default.patch(rev 0)
+++ gap-no-packages-by-default.patch2016-11-25 19:47:23 UTC (rev 196871)
@@ -0,0 +1,13 @@
+--- gap4r8/lib/package.gi.orig 2016-11-25 18:59:02.234113245 +
 gap4r8/lib/package.gi  2016-11-25 18:59:53.093996139 +
+@@ -1743,9 +1743,7 @@
+ For backwards compatibility, the default lists most of packages \
+ that were autoloaded in GAP 4.4 (add or remove packages as you like)."
+ ],
+-  default:= [ "autpgrp", "alnuth", "crisp", "ctbllib", "factint", "fga", 
+-  "irredsol", "laguna", "polenta", "polycyclic", "resclasses", 
+-  "sophus", "tomlib" ],
++  default:= [ ],
+   values:= function() return RecNames( GAPInfo.PackagesInfo ); end,
+   multi:= true,
+   ) );


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 19:11:54
  Author: arojas
Revision: 196870

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

Added:
  libgap/repos/community-staging-i686/
  libgap/repos/community-staging-i686/PKGBUILD
(from rev 196869, libgap/trunk/PKGBUILD)
  libgap/repos/community-staging-i686/libgap-4.8.6.patch
(from rev 196869, libgap/trunk/libgap-4.8.6.patch)
  libgap/repos/community-staging-x86_64/
  libgap/repos/community-staging-x86_64/PKGBUILD
(from rev 196869, libgap/trunk/PKGBUILD)
  libgap/repos/community-staging-x86_64/libgap-4.8.6.patch
(from rev 196869, libgap/trunk/libgap-4.8.6.patch)

-+
 community-staging-i686/PKGBUILD |   37 
 community-staging-i686/libgap-4.8.6.patch   | 1861 ++
 community-staging-x86_64/PKGBUILD   |   37 
 community-staging-x86_64/libgap-4.8.6.patch | 1861 ++
 4 files changed, 3796 insertions(+)

Copied: libgap/repos/community-staging-i686/PKGBUILD (from rev 196869, 
libgap/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-25 19:11:54 UTC (rev 196870)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Lukas Fleischer
+
+pkgname=libgap
+pkgver=4.8.6
+pkgrel=1
+pkgdesc="A C library version of the GAP kernel"
+arch=(i686 x86_64)
+url="https://bitbucket.org/vbraun/libgap;
+license=(GPL)
+depends=(gap)
+makedepends=(git python2-ply)
+#source=("https://bitbucket.org/vbraun/$pkgname/downloads/$pkgname-$pkgver.tar.gz;)
+source=("git+https://bitbucket.org/vbraun/libgap/src#commit=6f4bb7e;
+libgap-4.8.6.patch)
+md5sums=('SKIP'
+ '11c0a2657c77af80ae41b38c2bb0ba50')
+
+prepare() {
+  cd src
+  patch -p1 -i ../libgap-4.8.6.patch
+  python2 scripts/libGAPify.py --modify src
+  autoreconf -vi
+}
+
+build() {
+  cd src
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd src
+  make install DESTDIR="$pkgdir"
+}

Copied: libgap/repos/community-staging-i686/libgap-4.8.6.patch (from rev 
196869, libgap/trunk/libgap-4.8.6.patch)
===
--- community-staging-i686/libgap-4.8.6.patch   (rev 0)
+++ community-staging-i686/libgap-4.8.6.patch   2016-11-25 19:11:54 UTC (rev 
196870)
@@ -0,0 +1,1861 @@
+From 55035e11db706d4dea0c8834d3059c33f77c1d42 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Fri, 25 Nov 2016 13:59:22 +0100
+Subject: [PATCH] Update to 4.8.6
+
+---
+ Makefile.in |  19 +-
+ aclocal.m4  |   1 +
+ config.guess|   6 +-
+ config.sub  |  10 +-
+ configure   | 123 -
+ configure.ac|   2 +-
+ m4/libtool.m4   |   5 +-
+ patches/gap-4.8.6.patch | 684 
+ src/Makefile.in |  18 +-
+ src/bool.c  |   2 +-
+ src/code.c  |  40 ++-
+ src/gap.c   |   1 +
+ src/intfuncs.c  |  33 ---
+ src/listfunc.c  |   7 +-
+ src/pperm.c |   4 +-
+ src/profile.c   |  75 +-
+ src/profile.h   |   3 +-
+ src/read.c  |  10 +-
+ src/streams.c   |  74 ++
+ src/sysfiles.c  |  93 ++-
+ src/sysfiles.h  |  15 +-
+ src/system.c|   4 +-
+ src/trans.c |   4 +-
+ test/Makefile.in|   9 +-
+ 24 files changed, 1076 insertions(+), 166 deletions(-)
+ create mode 100644 patches/gap-4.8.6.patch
+
+diff --git a/Makefile.in b/Makefile.in
+index 44732ab..c5f0384 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -97,10 +97,10 @@ host_triplet = @host@
+ target_triplet = @target@
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
+-  $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+-  $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+-  $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version-script.m4 \
++  $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
++  $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
++  $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+   $(ACLOCAL_M4)
+ DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+@@ -169,7 +169,7 @@ CSCOPE = cscope
+ DIST_SUBDIRS = $(SUBDIRS)
+ am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
+   INSTALL NEWS README TODO compile config.guess config.sub \
+-  install-sh ltmain.sh missing
++  depcomp install-sh ltmain.sh missing
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ distdir = 

[arch-commits] Commit in libgap/trunk (PKGBUILD libgap-4.8.6.patch)

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 19:10:59
  Author: arojas
Revision: 196869

Update for GAP 4.8.6

Added:
  libgap/trunk/libgap-4.8.6.patch
Modified:
  libgap/trunk/PKGBUILD

+
 PKGBUILD   |   16 
 libgap-4.8.6.patch | 1861 +++
 2 files changed, 1868 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 17:54:12 UTC (rev 196868)
+++ PKGBUILD2016-11-25 19:10:59 UTC (rev 196869)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Antonio Rojas 
+# Contributor: Lukas Fleischer
 
 pkgname=libgap
-pkgver=4.8.5
-_gapver=4r8p5_2016_09_25-11_49
-pkgrel=2
+pkgver=4.8.6
+pkgrel=1
 pkgdesc="A C library version of the GAP kernel"
 arch=(i686 x86_64)
 url="https://bitbucket.org/vbraun/libgap;
@@ -13,16 +13,14 @@
 makedepends=(git python2-ply)
 
#source=("https://bitbucket.org/vbraun/$pkgname/downloads/$pkgname-$pkgver.tar.gz;)
 source=("git+https://bitbucket.org/vbraun/libgap/src#commit=6f4bb7e;
-"http://www.gap-system.org/pub/gap/gap48/tar.bz2/gap$_gapver.tar.bz2;)
+libgap-4.8.6.patch)
 md5sums=('SKIP'
- '9aa945cda20191304a369baf2b37cab8')
+ '11c0a2657c77af80ae41b38c2bb0ba50')
 
 prepare() {
-  cp -r gap4r8/src src
-  cd src
+  cd src
+  patch -p1 -i ../libgap-4.8.6.patch
   python2 scripts/libGAPify.py --modify src
-  sed -e "s|\[[0-9]*\.[0-9]*\.[0-9]*\]|\[$pkgver\]|g" -i configure.ac
-  sed -e "s|SyKernelVersion = \"[0-9]*\.[0-9]*\.[0-9]*\"|SyKernelVersion = 
\"$pkgver\"|g" -i src/system.c
   autoreconf -vi
 }
 

Added: libgap-4.8.6.patch
===
--- libgap-4.8.6.patch  (rev 0)
+++ libgap-4.8.6.patch  2016-11-25 19:10:59 UTC (rev 196869)
@@ -0,0 +1,1861 @@
+From 55035e11db706d4dea0c8834d3059c33f77c1d42 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Fri, 25 Nov 2016 13:59:22 +0100
+Subject: [PATCH] Update to 4.8.6
+
+---
+ Makefile.in |  19 +-
+ aclocal.m4  |   1 +
+ config.guess|   6 +-
+ config.sub  |  10 +-
+ configure   | 123 -
+ configure.ac|   2 +-
+ m4/libtool.m4   |   5 +-
+ patches/gap-4.8.6.patch | 684 
+ src/Makefile.in |  18 +-
+ src/bool.c  |   2 +-
+ src/code.c  |  40 ++-
+ src/gap.c   |   1 +
+ src/intfuncs.c  |  33 ---
+ src/listfunc.c  |   7 +-
+ src/pperm.c |   4 +-
+ src/profile.c   |  75 +-
+ src/profile.h   |   3 +-
+ src/read.c  |  10 +-
+ src/streams.c   |  74 ++
+ src/sysfiles.c  |  93 ++-
+ src/sysfiles.h  |  15 +-
+ src/system.c|   4 +-
+ src/trans.c |   4 +-
+ test/Makefile.in|   9 +-
+ 24 files changed, 1076 insertions(+), 166 deletions(-)
+ create mode 100644 patches/gap-4.8.6.patch
+
+diff --git a/Makefile.in b/Makefile.in
+index 44732ab..c5f0384 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -97,10 +97,10 @@ host_triplet = @host@
+ target_triplet = @target@
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
+-  $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+-  $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+-  $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version-script.m4 \
++  $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
++  $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
++  $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+   $(ACLOCAL_M4)
+ DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+@@ -169,7 +169,7 @@ CSCOPE = cscope
+ DIST_SUBDIRS = $(SUBDIRS)
+ am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
+   INSTALL NEWS README TODO compile config.guess config.sub \
+-  install-sh ltmain.sh missing
++  depcomp install-sh ltmain.sh missing
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ distdir = $(PACKAGE)-$(VERSION)
+ top_distdir = $(distdir)
+@@ -250,6 +250,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LD = @LD@
+ LDFLAGS = @LDFLAGS@
++LIBGAP_LT_VERSION = @LIBGAP_LT_VERSION@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+@@ -558,7 +559,7 @@ distdir: $(DISTFILES)
+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+   || chmod -R a+r "$(distdir)"
+ dist-gzip: distdir
+-  tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
++  tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
+   

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

2016-11-25 Thread Lukas Fleischer
Date: Friday, November 25, 2016 @ 17:54:12
  Author: lfleischer
Revision: 196868

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 17:54:08 UTC (rev 196867)
+++ community-i686/PKGBUILD 2016-11-25 17:54:12 UTC (rev 196868)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Loui Chang 
-# Contributor: Geoffroy Carrier 
-# Contributor: Nathan Jones 
-
-pkgname=tig
-pkgver=2.2
-pkgrel=2
-pkgdesc='Text-mode interface for Git.'
-depends=('git' 'ncurses')
-makedepends=('asciidoc' 'xmlto')
-url='http://jonas.nitro.dk/tig/'
-license=('GPL')
-arch=('i686' 'x86_64')
-backup=('etc/tigrc')
-source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('11c1c3c54a8c9883b14a35ba1dad0b87')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install install-doc-man
-
-  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
-}

Copied: tig/repos/community-i686/PKGBUILD (from rev 196867, tig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 17:54:12 UTC (rev 196868)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Loui Chang 
+# Contributor: Geoffroy Carrier 
+# Contributor: Nathan Jones 
+
+pkgname=tig
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='http://jonas.nitro.dk/tig/'
+license=('GPL')
+arch=('i686' 'x86_64')
+backup=('etc/tigrc')
+source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('c93217874652d5c970e23d188df62a7c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install install-doc-man
+
+  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 17:54:08 UTC (rev 196867)
+++ community-x86_64/PKGBUILD   2016-11-25 17:54:12 UTC (rev 196868)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Loui Chang 
-# Contributor: Geoffroy Carrier 
-# Contributor: Nathan Jones 
-
-pkgname=tig
-pkgver=2.2
-pkgrel=2
-pkgdesc='Text-mode interface for Git.'
-depends=('git' 'ncurses')
-makedepends=('asciidoc' 'xmlto')
-url='http://jonas.nitro.dk/tig/'
-license=('GPL')
-arch=('i686' 'x86_64')
-backup=('etc/tigrc')
-source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('11c1c3c54a8c9883b14a35ba1dad0b87')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install install-doc-man
-
-  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
-}

Copied: tig/repos/community-x86_64/PKGBUILD (from rev 196867, 
tig/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 17:54:12 UTC (rev 196868)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Loui Chang 
+# Contributor: Geoffroy Carrier 
+# Contributor: Nathan Jones 
+
+pkgname=tig
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='http://jonas.nitro.dk/tig/'
+license=('GPL')
+arch=('i686' 'x86_64')
+backup=('etc/tigrc')
+source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)

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

2016-11-25 Thread Lukas Fleischer
Date: Friday, November 25, 2016 @ 17:54:08
  Author: lfleischer
Revision: 196867

upgpkg: tig 2.2.1-1

Upstream update.

Modified:
  tig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 17:53:02 UTC (rev 196866)
+++ PKGBUILD2016-11-25 17:54:08 UTC (rev 196867)
@@ -4,8 +4,8 @@
 # Contributor: Nathan Jones 
 
 pkgname=tig
-pkgver=2.2
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
 makedepends=('asciidoc' 'xmlto')
@@ -13,8 +13,8 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 backup=('etc/tigrc')
-source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('11c1c3c54a8c9883b14a35ba1dad0b87')
+source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('c93217874652d5c970e23d188df62a7c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-25 Thread Lukas Fleischer
Date: Friday, November 25, 2016 @ 17:52:54
  Author: lfleischer
Revision: 196865

upgpkg: notmuch 0.23.2-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 15:17:20 UTC (rev 196864)
+++ PKGBUILD2016-11-25 17:52:54 UTC (rev 196865)
@@ -6,8 +6,8 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.1
-pkgrel=2
+pkgver=0.23.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/;
 license=('GPL3')
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9517874242ea929c11f754b493bc8186')
+md5sums=('6b8311cf271d22dbc7630d32ed0731e1')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


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

2016-11-25 Thread Lukas Fleischer
Date: Friday, November 25, 2016 @ 17:53:02
  Author: lfleischer
Revision: 196866

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 196865, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 196865, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 196865, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 196865, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  202 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  101 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  101 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 17:52:54 UTC (rev 196865)
+++ community-i686/PKGBUILD 2016-11-25 17:53:02 UTC (rev 196866)
@@ -1,101 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.23.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9517874242ea929c11f754b493bc8186')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 196865, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2016-11-25 Thread Andrzej Giniewicz
Date: Friday, November 25, 2016 @ 15:17:14
  Author: aginiewicz
Revision: 196863

upgpkg: unionfs-fuse 2.0-1

unionfs-fuse: new upstream release

Modified:
  unionfs-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 15:14:31 UTC (rev 196862)
+++ PKGBUILD2016-11-25 15:17:14 UTC (rev 196863)
@@ -3,7 +3,7 @@
 # Contributor: Smith Dhumbumroong 
 
 pkgname=unionfs-fuse
-pkgver=1.0
+pkgver=2.0
 pkgrel=1
 pkgdesc="A user space unionfs implementation"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('fuse')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
-md5sums=('598590fb452129c413572ed79824c68a')
+md5sums=('40411d156ea7fa0e7cd0a8ec6fe60e70')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2016-11-25 Thread Andrzej Giniewicz
Date: Friday, November 25, 2016 @ 15:17:20
  Author: aginiewicz
Revision: 196864

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

Added:
  unionfs-fuse/repos/community-i686/PKGBUILD
(from rev 196863, unionfs-fuse/trunk/PKGBUILD)
  unionfs-fuse/repos/community-x86_64/PKGBUILD
(from rev 196863, unionfs-fuse/trunk/PKGBUILD)
Deleted:
  unionfs-fuse/repos/community-i686/PKGBUILD
  unionfs-fuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 15:17:14 UTC (rev 196863)
+++ community-i686/PKGBUILD 2016-11-25 15:17:20 UTC (rev 196864)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Smith Dhumbumroong 
-
-pkgname=unionfs-fuse
-pkgver=1.0
-pkgrel=1
-pkgdesc="A user space unionfs implementation"
-arch=('i686' 'x86_64')
-url="https://github.com/rpodgorny/unionfs-fuse;
-license=('BSD')
-depends=('fuse')
-source=("https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
-md5sums=('598590fb452129c413572ed79824c68a')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: unionfs-fuse/repos/community-i686/PKGBUILD (from rev 196863, 
unionfs-fuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 15:17:20 UTC (rev 196864)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Smith Dhumbumroong 
+
+pkgname=unionfs-fuse
+pkgver=2.0
+pkgrel=1
+pkgdesc="A user space unionfs implementation"
+arch=('i686' 'x86_64')
+url="https://github.com/rpodgorny/unionfs-fuse;
+license=('BSD')
+depends=('fuse')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
+md5sums=('40411d156ea7fa0e7cd0a8ec6fe60e70')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 15:17:14 UTC (rev 196863)
+++ community-x86_64/PKGBUILD   2016-11-25 15:17:20 UTC (rev 196864)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Smith Dhumbumroong 
-
-pkgname=unionfs-fuse
-pkgver=1.0
-pkgrel=1
-pkgdesc="A user space unionfs implementation"
-arch=('i686' 'x86_64')
-url="https://github.com/rpodgorny/unionfs-fuse;
-license=('BSD')
-depends=('fuse')
-source=("https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
-md5sums=('598590fb452129c413572ed79824c68a')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: unionfs-fuse/repos/community-x86_64/PKGBUILD (from rev 196863, 
unionfs-fuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 15:17:20 UTC (rev 196864)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Smith Dhumbumroong 
+
+pkgname=unionfs-fuse
+pkgver=2.0
+pkgrel=1
+pkgdesc="A user space unionfs implementation"
+arch=('i686' 'x86_64')
+url="https://github.com/rpodgorny/unionfs-fuse;
+license=('BSD')
+depends=('fuse')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
+md5sums=('40411d156ea7fa0e7cd0a8ec6fe60e70')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2016-11-25 Thread Andrzej Giniewicz
Date: Friday, November 25, 2016 @ 15:14:27
  Author: aginiewicz
Revision: 196861

upgpkg: python-openpyxl 2.4.1-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 15:10:51 UTC (rev 196860)
+++ PKGBUILD2016-11-25 15:14:27 UTC (rev 196861)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.0
-_pkgtag='571d0a60d874'
+pkgver=2.4.1
+_pkgtag='d786a9744c71'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2;
 "LICENCE")
-md5sums=('30085e87610e6e4fc0e4c68364b52365'
+md5sums=('84b07e491d3aaf79b68e0ac71c7f16ef'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2016-11-25 Thread Andrzej Giniewicz
Date: Friday, November 25, 2016 @ 15:14:31
  Author: aginiewicz
Revision: 196862

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 196861, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 196861, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   70 -
 PKGBUILD |  126 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2016-11-25 15:14:27 UTC (rev 196861)
+++ LICENCE 2016-11-25 15:14:31 UTC (rev 196862)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 196861, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2016-11-25 15:14:31 UTC (rev 196862)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-25 15:14:27 UTC (rev 196861)
+++ PKGBUILD2016-11-25 15:14:31 UTC (rev 196862)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-

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

2016-11-25 Thread Andrzej Giniewicz
Date: Friday, November 25, 2016 @ 15:10:51
  Author: aginiewicz
Revision: 196860

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-25 15:10:40 UTC (rev 196859)
+++ PKGBUILD2016-11-25 15:10:51 UTC (rev 196860)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgbase=python-fonttools
-pkgname=('python2-fonttools' 'python-fonttools')
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Converts OpenType and TrueType fonts to and from XML"
-url="https://github.com/fonttools/fonttools;
-license=("BSD")
-arch=('any')
-makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-md5sums=('186feca9d2dede86ab39eef7c659310c')
-
-prepare() {
-  cd "$srcdir"
-  cp -a fonttools-${pkgver} fonttools-py2-${pkgver}
-  cd fonttools-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-
-  cd "$srcdir"/fonttools-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build
-}
-
-package_python2-fonttools() {
-  depends=("python2-numpy")
-
-  cd "$srcdir"/fonttools-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # fix conflicts with python-fonttools
-  mv "$pkgdir"/usr/bin/pyftinspect{,2}
-  mv "$pkgdir"/usr/bin/pyftmerge{,2}
-  mv "$pkgdir"/usr/bin/pyftsubset{,2}
-  mv "$pkgdir"/usr/bin/ttx{,2}
-  mv "$pkgdir"/usr/share/man/man1/ttx{,2}.1
-  mv "$pkgdir"/usr/bin/fonttools{,2}
-
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx2.1
-}
-
-package_python-fonttools() {
-  depends=("python-numpy")
-
-  cd "$srcdir"/fonttools-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
-}

Copied: python-fonttools/repos/community-any/PKGBUILD (from rev 196859, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-25 15:10:51 UTC (rev 196860)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgbase=python-fonttools
+pkgname=('python2-fonttools' 'python-fonttools')
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Converts OpenType and TrueType fonts to and from XML"
+url="https://github.com/fonttools/fonttools;
+license=("BSD")
+arch=('any')
+makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+md5sums=('a4c8eef9eaff4346932ad8a7ef9a890b')
+
+prepare() {
+  cd "$srcdir"
+  cp -a fonttools-${pkgver} fonttools-py2-${pkgver}
+  cd fonttools-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+
+  cd "$srcdir"/fonttools-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build
+}
+
+package_python2-fonttools() {
+  depends=("python2-numpy")
+
+  cd "$srcdir"/fonttools-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # fix conflicts with python-fonttools
+  mv "$pkgdir"/usr/bin/pyftinspect{,2}
+  mv "$pkgdir"/usr/bin/pyftmerge{,2}
+  mv "$pkgdir"/usr/bin/pyftsubset{,2}
+  mv "$pkgdir"/usr/bin/ttx{,2}
+  mv "$pkgdir"/usr/share/man/man1/ttx{,2}.1
+  mv "$pkgdir"/usr/bin/fonttools{,2}
+
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx2.1
+}
+
+package_python-fonttools() {
+  depends=("python-numpy")
+
+  cd "$srcdir"/fonttools-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r 

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

2016-11-25 Thread Andrzej Giniewicz
Date: Friday, November 25, 2016 @ 15:10:40
  Author: aginiewicz
Revision: 196859

upgpkg: python-fonttools 3.2.2-1

python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 15:02:16 UTC (rev 196858)
+++ PKGBUILD2016-11-25 15:10:40 UTC (rev 196859)
@@ -5,7 +5,7 @@
 
 pkgbase=python-fonttools
 pkgname=('python2-fonttools' 'python-fonttools')
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Converts OpenType and TrueType fonts to and from XML"
 url="https://github.com/fonttools/fonttools;
@@ -13,7 +13,7 @@
 arch=('any')
 makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-md5sums=('186feca9d2dede86ab39eef7c659310c')
+md5sums=('a4c8eef9eaff4346932ad8a7ef9a890b')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in perl-cpan-meta-check/repos/community-any (PKGBUILD PKGBUILD)

2016-11-25 Thread Felix Yan
Date: Friday, November 25, 2016 @ 15:02:16
  Author: felixonmars
Revision: 196858

archrelease: copy trunk to community-any

Added:
  perl-cpan-meta-check/repos/community-any/PKGBUILD
(from rev 196857, perl-cpan-meta-check/trunk/PKGBUILD)
Deleted:
  perl-cpan-meta-check/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-25 15:01:58 UTC (rev 196857)
+++ PKGBUILD2016-11-25 15:02:16 UTC (rev 196858)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Moritz Bunkus 
-
-pkgname=perl-cpan-meta-check
-pkgver=0.013
-pkgrel=1
-pkgdesc="Verify requirements in a CPAN::Meta object"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url='http://search.cpan.org/dist/CPAN-Meta-Check'
-depends=('perl')
-makedepends=('perl-test-deep')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
-sha512sums=('c7bb972ce6afd21f415d0bca03f9ebefe0298e8b7db32e42f0195ae5da535da079f482c9d2bf598cb39d234b467397eb4b949b93c34c4d02b113caf76fd5a9c5')
-
-build() {
-  cd CPAN-Meta-Check-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Meta-Check-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Meta-Check-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-cpan-meta-check/repos/community-any/PKGBUILD (from rev 196857, 
perl-cpan-meta-check/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-25 15:02:16 UTC (rev 196858)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Moritz Bunkus 
+
+pkgname=perl-cpan-meta-check
+pkgver=0.014
+pkgrel=1
+pkgdesc="Verify requirements in a CPAN::Meta object"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/CPAN-Meta-Check'
+depends=('perl')
+makedepends=('perl-test-deep')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
+sha512sums=('a10af09a7ce771ca3983adea8053d141750fd09849609a28e7f973831fd3a3ece55281841aec93c099154bb59135986da4983bf612ae4e956c45dbb3f2770f5e')
+
+build() {
+  cd CPAN-Meta-Check-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Meta-Check-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Meta-Check-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cpan-meta-check/trunk (PKGBUILD)

2016-11-25 Thread Felix Yan
Date: Friday, November 25, 2016 @ 15:01:58
  Author: felixonmars
Revision: 196857

upgpkg: perl-cpan-meta-check 0.014-1

Modified:
  perl-cpan-meta-check/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 14:57:55 UTC (rev 196856)
+++ PKGBUILD2016-11-25 15:01:58 UTC (rev 196857)
@@ -3,7 +3,7 @@
 # Contributor: Moritz Bunkus 
 
 pkgname=perl-cpan-meta-check
-pkgver=0.013
+pkgver=0.014
 pkgrel=1
 pkgdesc="Verify requirements in a CPAN::Meta object"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('perl-test-deep')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
-sha512sums=('c7bb972ce6afd21f415d0bca03f9ebefe0298e8b7db32e42f0195ae5da535da079f482c9d2bf598cb39d234b467397eb4b949b93c34c4d02b113caf76fd5a9c5')
+sha512sums=('a10af09a7ce771ca3983adea8053d141750fd09849609a28e7f973831fd3a3ece55281841aec93c099154bb59135986da4983bf612ae4e956c45dbb3f2770f5e')
 
 build() {
   cd CPAN-Meta-Check-$pkgver


[arch-commits] Commit in deepin-file-manager/repos (4 files)

2016-11-25 Thread Felix Yan
Date: Friday, November 25, 2016 @ 14:57:55
  Author: felixonmars
Revision: 196856

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 196855, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 196855, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 14:57:15 UTC (rev 196855)
+++ community-i686/PKGBUILD 2016-11-25 14:57:55 UTC (rev 196856)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.2.3
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'deepin-shortcut-viewer')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 196855, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 14:57:55 UTC (rev 196856)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 14:57:15 UTC (rev 196855)
+++ community-x86_64/PKGBUILD   2016-11-25 14:57:55 UTC (rev 196856)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.2.3
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'deepin-shortcut-viewer')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 196855, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 14:57:55 UTC (rev 196856)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr 

[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2016-11-25 Thread Felix Yan
Date: Friday, November 25, 2016 @ 14:57:15
  Author: felixonmars
Revision: 196855

upgpkg: deepin-file-manager 1:1.3-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 14:55:48 UTC (rev 196854)
+++ PKGBUILD2016-11-25 14:57:15 UTC (rev 196855)
@@ -4,14 +4,15 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-file-manager;
 license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'deepin-shortcut-viewer')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
 makedepends=('git' 'qt5-tools')
 groups=('deepin')
 source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)


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

2016-11-25 Thread Johannes Löthberg
Date: Friday, November 25, 2016 @ 14:55:48
  Author: demize
Revision: 196854

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

Added:
  pacutils/repos/community-i686/PKGBUILD
(from rev 196853, pacutils/trunk/PKGBUILD)
  pacutils/repos/community-x86_64/PKGBUILD
(from rev 196853, pacutils/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   42 ++
 community-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: pacutils/repos/community-i686/PKGBUILD (from rev 196853, 
pacutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 14:55:48 UTC (rev 196854)
@@ -0,0 +1,42 @@
+pkgname=pacutils
+pkgver=0.4.0
+pkgrel=1
+
+pkgdesc='Helper tools for libalpm'
+url='https://github.com/andrewgregory/pacutils'
+arch=('i686' 'x86_64')
+license=('MIT')
+
+depends=('pacman')
+makedepends=('git')
+
+source=("git+https://github.com/andrewgregory/pacutils.git#tag=v$pkgver;
+"git+https://github.com/andrewgregory/mINI.c.git;
+"git+https://github.com/andrewgregory/tap.c.git;)
+sha1sums=('SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd pacutils
+  git submodule init
+  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
+  git config submodule.t/tap.c.url "$srcdir/tap.c"
+  git submodule update
+}
+
+build() {
+  cd pacutils
+  make SYSCONFDIR=/etc LOCALSTATEDIR=/var
+}
+
+check() {
+  cd pacutils
+  make check
+}
+
+package() {
+  cd pacutils
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
+}
+
+# vim: set ft=PKGBUILD et sw=2:

Copied: pacutils/repos/community-x86_64/PKGBUILD (from rev 196853, 
pacutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 14:55:48 UTC (rev 196854)
@@ -0,0 +1,42 @@
+pkgname=pacutils
+pkgver=0.4.0
+pkgrel=1
+
+pkgdesc='Helper tools for libalpm'
+url='https://github.com/andrewgregory/pacutils'
+arch=('i686' 'x86_64')
+license=('MIT')
+
+depends=('pacman')
+makedepends=('git')
+
+source=("git+https://github.com/andrewgregory/pacutils.git#tag=v$pkgver;
+"git+https://github.com/andrewgregory/mINI.c.git;
+"git+https://github.com/andrewgregory/tap.c.git;)
+sha1sums=('SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd pacutils
+  git submodule init
+  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
+  git config submodule.t/tap.c.url "$srcdir/tap.c"
+  git submodule update
+}
+
+build() {
+  cd pacutils
+  make SYSCONFDIR=/etc LOCALSTATEDIR=/var
+}
+
+check() {
+  cd pacutils
+  make check
+}
+
+package() {
+  cd pacutils
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
+}
+
+# vim: set ft=PKGBUILD et sw=2:


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

2016-11-25 Thread Johannes Löthberg
Date: Friday, November 25, 2016 @ 14:55:37
  Author: demize
Revision: 196853

add pkgbuild

Added:
  pacutils/trunk/
  pacutils/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2016-11-25 14:55:37 UTC (rev 196853)
@@ -0,0 +1,42 @@
+pkgname=pacutils
+pkgver=0.4.0
+pkgrel=1
+
+pkgdesc='Helper tools for libalpm'
+url='https://github.com/andrewgregory/pacutils'
+arch=('i686' 'x86_64')
+license=('MIT')
+
+depends=('pacman')
+makedepends=('git')
+
+source=("git+https://github.com/andrewgregory/pacutils.git#tag=v$pkgver;
+"git+https://github.com/andrewgregory/mINI.c.git;
+"git+https://github.com/andrewgregory/tap.c.git;)
+sha1sums=('SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd pacutils
+  git submodule init
+  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
+  git config submodule.t/tap.c.url "$srcdir/tap.c"
+  git submodule update
+}
+
+build() {
+  cd pacutils
+  make SYSCONFDIR=/etc LOCALSTATEDIR=/var
+}
+
+check() {
+  cd pacutils
+  make check
+}
+
+package() {
+  cd pacutils
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
+}
+
+# vim: set ft=PKGBUILD et sw=2:


[arch-commits] Commit in pacutils (repos repos/community-i686 repos/community-x86_64)

2016-11-25 Thread Johannes Löthberg
Date: Friday, November 25, 2016 @ 14:51:19
  Author: demize
Revision: 196852

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

Added:
  pacutils/repos/
  pacutils/repos/community-i686/
  pacutils/repos/community-x86_64/


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

2016-11-25 Thread Massimiliano Torromeo
Date: Friday, November 25, 2016 @ 12:56:05
  Author: mtorromeo
Revision: 196851

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 196850, rkt/trunk/PKGBUILD)
  
rkt/repos/community-x86_64/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
(from rev 196850, 
rkt/trunk/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch)
  rkt/repos/community-x86_64/rkt.install
(from rev 196850, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 196850, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  
rkt/repos/community-x86_64/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  196 ++---
 rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch |   70 ++--
 rkt.install  |   20 -
 rkt.sysusers |4 
 4 files changed, 145 insertions(+), 145 deletions(-)

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

Copied: 

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

2016-11-25 Thread Massimiliano Torromeo
Date: Friday, November 25, 2016 @ 12:55:48
  Author: mtorromeo
Revision: 196850

upgpkg: rkt 1.20.0-1

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 12:27:57 UTC (rev 196849)
+++ PKGBUILD2016-11-25 12:55:48 UTC (rev 196850)
@@ -7,7 +7,7 @@
 # Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
 
 pkgname=rkt
-pkgver=1.19.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="App container runtime"
 arch=('x86_64')
@@ -18,7 +18,7 @@
  'intltool' 'gperf' 'git' 'libseccomp' 'bc')
 
 # stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1192.0.0
+CCN_IMG_RELEASE=1235.0.0
 CCN_SYSTEMD_VERSION=v231
 
 # stage1/usr_from_kvm/kernel.mk
@@ -32,8 +32,8 @@
 noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
-sha256sums=('49b5c1cc9a376a241e8b72b9702a911c3daa9187715e70fddbf2d267140b627a'
-'a6233ff4b91457181c3f9eed942af9df66161f5ae84256fbe2d08b5d184c35be'
+sha256sums=('3b0a08971cc22004fe8367f8d3e35d5f66fcd0191802b4e35c5c273c1f772096'
+'988e4ad8e044dd8bff54cb5e0a34a1ed25cf7bc8cc241f1a90e3fe7f1412f315'
 'SKIP'
 '74744e00420856cfc8049fa3b3a55e57a116994226a498ef56801bc9492df36b'
 '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')


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

2016-11-25 Thread Sergej Pupykin
Date: Friday, November 25, 2016 @ 12:27:39
  Author: spupykin
Revision: 196847

upgpkg: darktable 2:2.2.0rc1-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 12:26:49 UTC (rev 196846)
+++ PKGBUILD2016-11-25 12:27:39 UTC (rev 196847)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 epoch=2
-pkgver=2.2.0rc0
+pkgver=2.2.0rc1
 pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
 # even releases are stable, do not change source url!
 
source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('a084ef367b1a1b189ad11a6300f7e0cadb36354d11bf0368de7048c6a0732229'
+sha256sums=('0612163b0020bc3326909f6d7f7cbd8cfb5cff59b8e0ed1a9e2a2aa17d8f308e'
 'SKIP')
 
 build() {


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

2016-11-25 Thread Massimiliano Torromeo
Date: Friday, November 25, 2016 @ 12:27:57
  Author: mtorromeo
Revision: 196849

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-25 12:27:55 UTC (rev 196848)
+++ PKGBUILD2016-11-25 12:27:57 UTC (rev 196849)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=2.0.0
-pkgrel=1
-_libname=oauthlib
-pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
-arch=(any)
-url="https://github.com/idan/oauthlib;
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-
-build() {
-   cd "$srcdir/$_libname-$pkgver"
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}
-
-package_python2-oauthlib() {
-   depends=(python2-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}
-
-sha256sums=('0ad22b4f03fd75ef18d5793e1fed5e2361af5d374009f7722b4af390a0030dfd')

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 196847, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-25 12:27:57 UTC (rev 196849)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-oauthlib
+pkgname=(python-oauthlib python2-oauthlib)
+pkgver=2.0.1
+pkgrel=1
+_libname=oauthlib
+pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
+arch=(any)
+url="https://github.com/idan/oauthlib;
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+
+build() {
+   cd "$srcdir/$_libname-$pkgver"
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-oauthlib() {
+   depends=(python-cryptography)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   chmod -R a+r "$pkgdir/usr/lib"
+}
+
+package_python2-oauthlib() {
+   depends=(python2-cryptography)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   chmod -R a+r "$pkgdir/usr/lib"
+}
+
+sha256sums=('132ad46df25e53a84b33f1fd43f80e973cda2cb018cc0168d7d0c8c4d5cef9b5')


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

2016-11-25 Thread Sergej Pupykin
Date: Friday, November 25, 2016 @ 12:27:55
  Author: spupykin
Revision: 196848

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-11-25 12:27:39 UTC (rev 196847)
+++ community-testing-i686/PKGBUILD 2016-11-25 12:27:55 UTC (rev 196848)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-epoch=2
-pkgver=2.2.0rc0
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'osm-gps-map' 'libcups')
-validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
-# even releases are stable, do not change source url!
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('a084ef367b1a1b189ad11a6300f7e0cadb36354d11bf0368de7048c6a0732229'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
-  make DESTDIR="$pkgdir" install
-  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-testing-i686/PKGBUILD (from rev 196847, 
darktable/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-25 12:27:55 UTC (rev 196848)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+epoch=2
+pkgver=2.2.0rc1
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'osm-gps-map' 'libcups')
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
+# even releases are stable, do not change source url!
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('0612163b0020bc3326909f6d7f7cbd8cfb5cff59b8e0ed1a9e2a2aa17d8f308e'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so 

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

2016-11-25 Thread Massimiliano Torromeo
Date: Friday, November 25, 2016 @ 12:26:49
  Author: mtorromeo
Revision: 196846

upgpkg: python-oauthlib 2.0.1-1

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 12:22:18 UTC (rev 196845)
+++ PKGBUILD2016-11-25 12:26:49 UTC (rev 196846)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 _libname=oauthlib
 pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
@@ -45,4 +45,4 @@
chmod -R a+r "$pkgdir/usr/lib"
 }
 
-sha256sums=('0ad22b4f03fd75ef18d5793e1fed5e2361af5d374009f7722b4af390a0030dfd')
+sha256sums=('132ad46df25e53a84b33f1fd43f80e973cda2cb018cc0168d7d0c8c4d5cef9b5')


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

2016-11-25 Thread Sergej Pupykin
Date: Friday, November 25, 2016 @ 12:22:18
  Author: spupykin
Revision: 196845

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

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

+
 /PKGBUILD  |   74 +++
 /igmpproxy.service |   20 +
 community-i686/PKGBUILD|   37 -
 community-i686/igmpproxy.service   |   10 
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/igmpproxy.service |   10 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 12:22:00 UTC (rev 196844)
+++ community-i686/PKGBUILD 2016-11-25 12:22:18 UTC (rev 196845)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: sda 
-
-pkgname=igmpproxy
-pkgver=0.1.20161003next
-pkgrel=1
-_commit=17de79cc3ec459f5660616573d6edd0b2288b664
-pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
-arch=(i686 x86_64)
-url="https://github.com/pali/igmpproxy;
-license=('GPL')
-depends=()
-makedepends=('git')
-backup=("etc/igmpproxy.conf")
-source=("git://github.com/pali/igmpproxy.git#commit=${_commit}"
-   "igmpproxy.service")
-md5sums=('SKIP'
- '2a4387442ce00297d97371f729f8b21e')
-
-prepare() {
-  cd $srcdir/$pkgname
-  ./bootstrap
-}
-
-build() {
-  cd $srcdir/$pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: igmpproxy/repos/community-i686/PKGBUILD (from rev 196844, 
igmpproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 12:22:18 UTC (rev 196845)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: sda 
+
+pkgname=igmpproxy
+pkgver=0.1.20161003next
+pkgrel=2
+_commit=17de79cc3ec459f5660616573d6edd0b2288b664
+pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
+arch=(i686 x86_64)
+url="https://github.com/pali/igmpproxy;
+license=('GPL')
+depends=()
+makedepends=('git')
+backup=("etc/igmpproxy.conf")
+source=("git://github.com/pali/igmpproxy.git#commit=${_commit}"
+   "igmpproxy.service")
+sha256sums=('SKIP'
+'9f2eed64578b8bfb3091594cb32b3cd29798ba148d790286429cc6c86b8d423f')
+
+prepare() {
+  cd "$srcdir"/$pkgname
+  ./bootstrap
+}
+
+build() {
+  cd "$srcdir"/$pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/igmpproxy.service
===
--- community-i686/igmpproxy.service2016-11-25 12:22:00 UTC (rev 196844)
+++ community-i686/igmpproxy.service2016-11-25 12:22:18 UTC (rev 196845)
@@ -1,10 +0,0 @@
-[Unit]
-Description=IGMP proxy
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/igmpproxy /etc/igmpproxy.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: igmpproxy/repos/community-i686/igmpproxy.service (from rev 196844, 
igmpproxy/trunk/igmpproxy.service)
===
--- community-i686/igmpproxy.service(rev 0)
+++ community-i686/igmpproxy.service2016-11-25 12:22:18 UTC (rev 196845)
@@ -0,0 +1,10 @@
+[Unit]
+Description=IGMP proxy
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/igmpproxy /etc/igmpproxy.conf
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 12:22:00 UTC (rev 196844)
+++ community-x86_64/PKGBUILD   2016-11-25 12:22:18 UTC (rev 196845)
@@ -1,37 +0,0 

[arch-commits] Commit in igmpproxy/trunk (PKGBUILD igmpproxy.service)

2016-11-25 Thread Sergej Pupykin
Date: Friday, November 25, 2016 @ 12:22:00
  Author: spupykin
Revision: 196844

upgpkg: igmpproxy 0.1.20161003next-2

upd

Modified:
  igmpproxy/trunk/PKGBUILD
  igmpproxy/trunk/igmpproxy.service

---+
 PKGBUILD  |6 +++---
 igmpproxy.service |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 10:48:14 UTC (rev 196843)
+++ PKGBUILD2016-11-25 12:22:00 UTC (rev 196844)
@@ -5,7 +5,7 @@
 
 pkgname=igmpproxy
 pkgver=0.1.20161003next
-pkgrel=1
+pkgrel=2
 _commit=17de79cc3ec459f5660616573d6edd0b2288b664
 pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
 arch=(i686 x86_64)
@@ -16,8 +16,8 @@
 backup=("etc/igmpproxy.conf")
 source=("git://github.com/pali/igmpproxy.git#commit=${_commit}"
"igmpproxy.service")
-md5sums=('SKIP'
- '2a4387442ce00297d97371f729f8b21e')
+sha256sums=('SKIP'
+'9f2eed64578b8bfb3091594cb32b3cd29798ba148d790286429cc6c86b8d423f')
 
 prepare() {
   cd "$srcdir"/$pkgname

Modified: igmpproxy.service
===
--- igmpproxy.service   2016-11-25 10:48:14 UTC (rev 196843)
+++ igmpproxy.service   2016-11-25 12:22:00 UTC (rev 196844)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-Type=simple
+Type=forking
 ExecStart=/usr/bin/igmpproxy /etc/igmpproxy.conf
 
 [Install]


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:41:28
  Author: arojas
Revision: 282010

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

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 282009, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282009, kdebase-runtime/kde-unstable/PKGBUILD)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|  124 +
 kde-unstable-i686/PKGBUILD   |   62 
 kde-unstable-x86_64/PKGBUILD |   62 
 3 files changed, 124 insertions(+), 124 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-11-25 11:40:32 UTC (rev 282009)
+++ kde-unstable-i686/PKGBUILD  2016-11-25 11:41:28 UTC (rev 282010)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=16.11.80
-pkgrel=2
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig})
-sha1sums=('319d795bc8e4cea9d4a031d0d2c51059f17ce45c'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-# Don't build plasma stuff
-  sed -e '/add_subdirectory(plasma)/d' -i kde-runtime-$pkgver/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF \
--DBUILD_khelpcenter=OFF \
--DBUILD_kglobalaccel=OFF \
--DBUILD_kuiserver=OFF \
--DBUILD_drkonqi=OFF \
--DBUILD_doc=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
-  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# Use KF5 drkonqi
-  ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
-
-# FS#36668
-  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 282009, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-25 11:41:28 UTC (rev 282010)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=16.11.80
+pkgrel=2
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig})
+sha1sums=('319d795bc8e4cea9d4a031d0d2c51059f17ce45c'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Don't build plasma stuff
+  sed -e '/add_subdirectory(plasma)/d' -i kde-runtime-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF \
+-DBUILD_khelpcenter=OFF \
+-DBUILD_kglobalaccel=OFF \
+-DBUILD_kuiserver=OFF \
+-DBUILD_drkonqi=OFF \
+-DBUILD_doc=OFF
+  make
+}

[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:40:32
  Author: arojas
Revision: 282009

Drop unused dependency

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 11:36:01 UTC (rev 282008)
+++ PKGBUILD2016-11-25 11:40:32 UTC (rev 282009)
@@ -11,7 +11,7 @@
 url='https://www.kde.org/'
 license=('GPL' 'LGPL')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
 optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
 provides=(notification-daemon)
 conflicts=(kdesu4)


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:36:01
  Author: arojas
Revision: 282008

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

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 282007, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime-gpgme-1.7.patch
(from rev 282007, kdebase-runtime/trunk/kdebase-runtime-gpgme-1.7.patch)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 282007, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime-gpgme-1.7.patch
(from rev 282007, kdebase-runtime/trunk/kdebase-runtime-gpgme-1.7.patch)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime-gpgme-1.7.patch
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime-gpgme-1.7.patch

--+
 /PKGBUILD|  130 ++
 /kdebase-runtime-gpgme-1.7.patch |  180 +
 extra-i686/PKGBUILD  |   65 -
 extra-i686/kdebase-runtime-gpgme-1.7.patch   |   90 
 extra-x86_64/PKGBUILD|   65 -
 extra-x86_64/kdebase-runtime-gpgme-1.7.patch |   90 
 6 files changed, 310 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-25 11:35:37 UTC (rev 282007)
+++ extra-i686/PKGBUILD 2016-11-25 11:36:01 UTC (rev 282008)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=16.08.3
-pkgrel=2
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;
 kdebase-runtime-gpgme-1.7.patch)
-sha1sums=('d215765e6fd4da4e0e7a53bd414d276fd46417e6'
-  'a9261cc182da51ed86155e5068a845b9d490b784')
-
-prepare() {
-  mkdir -p build
-
-# Build against gpgme's gpgme++
-  cd kde-runtime-$pkgver
-  patch -p1 -i ../kdebase-runtime-gpgme-1.7.patch
-# Don't build drkonqi
-  sed -e '/drkonqi/d' -i CMakeLists.txt
-# Don't build plasma stuff
-  sed -e '/add_subdirectory(plasma)/d' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF \
--DBUILD_khelpcenter=OFF \
--DBUILD_kglobalaccel=OFF \
--DBUILD_kuiserver=OFF \
--DBUILD_doc=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
-  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# Use KF5 drkonqi
-  ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
-
-# FS#36668
-  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 282007, 
kdebase-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-25 11:36:01 UTC (rev 282008)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=16.08.3
+pkgrel=3
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;
 kdebase-runtime-gpgme-1.7.patch)
+sha1sums=('d215765e6fd4da4e0e7a53bd414d276fd46417e6'
+  

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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:35:37
  Author: arojas
Revision: 282007

Drop unused dependency

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 11:27:52 UTC (rev 282006)
+++ PKGBUILD2016-11-25 11:35:37 UTC (rev 282007)
@@ -5,13 +5,13 @@
 
 pkgname=kdebase-runtime
 pkgver=16.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://www.kde.org/'
 license=('GPL' 'LGPL')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
 optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
 provides=(notification-daemon)
 conflicts=(kdesu4)


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:27:52
  Author: arojas
Revision: 282006

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

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 282005, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282005, kdebase-runtime/kde-unstable/PKGBUILD)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|  124 +
 kde-unstable-i686/PKGBUILD   |   59 ---
 kde-unstable-x86_64/PKGBUILD |   59 ---
 3 files changed, 124 insertions(+), 118 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-11-25 11:26:36 UTC (rev 282005)
+++ kde-unstable-i686/PKGBUILD  2016-11-25 11:27:52 UTC (rev 282006)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig})
-sha1sums=('319d795bc8e4cea9d4a031d0d2c51059f17ce45c'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF \
--DBUILD_khelpcenter=OFF \
--DBUILD_kglobalaccel=OFF \
--DBUILD_kuiserver=OFF \
--DBUILD_drkonqi=OFF \
--DBUILD_doc=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
-  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# Use KF5 drkonqi
-  ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
-
-# FS#36668
-  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 282005, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-11-25 11:27:52 UTC (rev 282006)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=16.11.80
+pkgrel=2
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig})
+sha1sums=('319d795bc8e4cea9d4a031d0d2c51059f17ce45c'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Don't build plasma stuff
+  sed -e '/add_subdirectory(plasma)/d' -i kde-runtime-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF \
+-DBUILD_khelpcenter=OFF \
+-DBUILD_kglobalaccel=OFF \
+-DBUILD_kuiserver=OFF \
+-DBUILD_drkonqi=OFF \
+-DBUILD_doc=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm 

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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:20:46
  Author: arojas
Revision: 282004

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

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 282003, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime-gpgme-1.7.patch
(from rev 282003, kdebase-runtime/trunk/kdebase-runtime-gpgme-1.7.patch)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 282003, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime-gpgme-1.7.patch
(from rev 282003, kdebase-runtime/trunk/kdebase-runtime-gpgme-1.7.patch)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime-gpgme-1.7.patch
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime-gpgme-1.7.patch

--+
 /PKGBUILD|  130 ++
 /kdebase-runtime-gpgme-1.7.patch |  180 +
 extra-i686/PKGBUILD  |   63 
 extra-i686/kdebase-runtime-gpgme-1.7.patch   |   90 
 extra-x86_64/PKGBUILD|   63 
 extra-x86_64/kdebase-runtime-gpgme-1.7.patch |   90 
 6 files changed, 310 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-25 11:19:03 UTC (rev 282003)
+++ extra-i686/PKGBUILD 2016-11-25 11:20:46 UTC (rev 282004)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=16.08.3
-pkgrel=1
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;
 kdebase-runtime-gpgme-1.7.patch)
-sha1sums=('d215765e6fd4da4e0e7a53bd414d276fd46417e6'
-  'a9261cc182da51ed86155e5068a845b9d490b784')
-
-prepare() {
-  mkdir -p build
-
-# Build against gpgme's gpgme++
-  cd kde-runtime-$pkgver
-  patch -p1 -i ../kdebase-runtime-gpgme-1.7.patch
-# Don't build drkonqi
-  sed -e '/drkonqi/d' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF \
--DBUILD_khelpcenter=OFF \
--DBUILD_kglobalaccel=OFF \
--DBUILD_kuiserver=OFF \
--DBUILD_doc=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
-  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# Use KF5 drkonqi
-  ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
-
-# FS#36668
-  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 282003, 
kdebase-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-25 11:20:46 UTC (rev 282004)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=16.08.3
+pkgrel=2
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;
 kdebase-runtime-gpgme-1.7.patch)
+sha1sums=('d215765e6fd4da4e0e7a53bd414d276fd46417e6'
+  'a9261cc182da51ed86155e5068a845b9d490b784')
+
+prepare() {
+  mkdir -p build
+
+# Build against gpgme's gpgme++
+  

[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:26:36
  Author: arojas
Revision: 282005

Drop more obsolete stuff

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 11:20:46 UTC (rev 282004)
+++ PKGBUILD2016-11-25 11:26:36 UTC (rev 282005)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=16.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://www.kde.org/'
@@ -23,6 +23,9 @@
 
 prepare() {
   mkdir -p build
+
+# Don't build plasma stuff
+  sed -e '/add_subdirectory(plasma)/d' -i kde-runtime-$pkgver/CMakeLists.txt
 }
 
 build() {


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 11:19:03
  Author: arojas
Revision: 282003

Drop more obsolete stuff

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 08:20:09 UTC (rev 282002)
+++ PKGBUILD2016-11-25 11:19:03 UTC (rev 282003)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=16.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://www.kde.org/'
@@ -28,6 +28,8 @@
   patch -p1 -i ../kdebase-runtime-gpgme-1.7.patch
 # Don't build drkonqi
   sed -e '/drkonqi/d' -i CMakeLists.txt
+# Don't build plasma stuff
+  sed -e '/add_subdirectory(plasma)/d' -i CMakeLists.txt
 }
 
 build() {


[arch-commits] Commit in sagemath/repos (32 files)

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 10:46:55
  Author: arojas
Revision: 196841

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 196840, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/cython-sys-path.patch
(from rev 196840, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 196840, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/ecm-7.patch
(from rev 196840, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 196840, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/increase-rtol.patch
(from rev 196840, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-i686/is-package-installed.patch
(from rev 196840, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 196840, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 196840, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/pynac-0.7.1.patch
(from rev 196840, sagemath/trunk/pynac-0.7.1.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 196840, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/sagemath-cython0.25.patch
(from rev 196840, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-i686/sagemath-singular4.patch
(from rev 196840, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 196840, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 196840, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 196840, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/cython-sys-path.patch
(from rev 196840, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 196840, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/ecm-7.patch
(from rev 196840, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 196840, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/increase-rtol.patch
(from rev 196840, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-x86_64/is-package-installed.patch
(from rev 196840, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 196840, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 196840, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/pynac-0.7.1.patch
(from rev 196840, sagemath/trunk/pynac-0.7.1.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 196840, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cython0.25.patch
(from rev 196840, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-x86_64/sagemath-singular4.patch
(from rev 196840, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 196840, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 196840, sagemath/trunk/test-optional.patch)

-+
 community-staging-i686/PKGBUILD |  165 
 community-staging-i686/cython-sys-path.patch|   10 
 community-staging-i686/disable-fes.patch|   19 
 community-staging-i686/ecm-7.patch  |   79 
 community-staging-i686/env.patch|   93 
 community-staging-i686/increase-rtol.patch  |   37 
 community-staging-i686/is-package-installed.patch   |  329 +
 community-staging-i686/jupyter-path.patch   |   22 
 community-staging-i686/package.patch|   38 
 community-staging-i686/pynac-0.7.1.patch|   42 
 community-staging-i686/python-2.7.11.patch  |   11 
 community-staging-i686/sagemath-cython0.25.patch|  144 
 community-staging-i686/sagemath-singular4.patch | 3731 ++
 community-staging-i686/skip-check.patch |   22 
 community-staging-i686/test-optional.patch  |   25 
 community-staging-x86_64/PKGBUILD   |  165 
 community-staging-x86_64/cython-sys-path.patch  |   10 
 community-staging-x86_64/disable-fes.patch  |   19 
 community-staging-x86_64/ecm-7.patch|   79 
 community-staging-x86_64/env.patch  

[arch-commits] Commit in sagemath/trunk (PKGBUILD pynac-0.7.1.patch)

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 10:45:36
  Author: arojas
Revision: 196840

pynac 0.7.1 rebuild

Added:
  sagemath/trunk/pynac-0.7.1.patch
Modified:
  sagemath/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +++
 pynac-0.7.1.patch |   42 ++
 2 files changed, 49 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 10:09:59 UTC (rev 196839)
+++ PKGBUILD2016-11-25 10:45:36 UTC (rev 196840)
@@ -10,12 +10,12 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
 license=(GPL)
-depends=(ipython2 ppl palp brial singular cliquer maxima-ecl gfan sympow 
tachyon nauty python2-rpy2 python2-fpylll
+depends=(ipython2 ppl palp brial cliquer maxima-ecl gfan sympow tachyon nauty 
python2-rpy2 python2-fpylll
   python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-future libgap flintqs lcalc lrcalc arb
   eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox rubiks pari-galdata 
pari-seadata-small planarity rankwidth
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
@@ -33,7 +33,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 env.patch skip-check.patch cython-sys-path.patch 
is-package-installed.patch package.patch disable-fes.patch
 jupyter-path.patch test-optional.patch python-2.7.11.patch ecm-7.patch 
increase-rtol.patch sagemath-singular4.patch
-sagemath-cython0.25.patch)
+sagemath-cython0.25.patch pynac-0.7.1.patch)
 md5sums=('8311ee35a309dbc668b5148795211254'
  '784ba3fca83f24ed0bbf62e01fa4e967'
  '6cafcb381437d4751fd55b25d5090987'
@@ -47,7 +47,8 @@
  '0c9a57d35de80c2cd418ebec912efbbb'
  '39d3fded716d2a7ae0ab03e0896b7497'
  '4bd7305e8b69add8356f9751470cf587'
- 'e76faa070a490de97818762ba340d9dc')
+ 'e76faa070a490de97818762ba340d9dc'
+ '32da930dcb7c4718acf0188e090c07b9')
 
 prepare(){
   cd sage-$pkgver
@@ -87,6 +88,8 @@
   patch -p1 -i ../sagemath-singular4.patch
 # fix build with cython 0.25
   patch -p1 -i ../sagemath-cython0.25.patch
+# port to pynac 0.7.1
+  patch -p1 -i ../pynac-0.7.1.patch
 
 # use python2
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -e 's|exec 
python|exec python2|' -i src/bin/*

Added: pynac-0.7.1.patch
===
--- pynac-0.7.1.patch   (rev 0)
+++ pynac-0.7.1.patch   2016-11-25 10:45:36 UTC (rev 196840)
@@ -0,0 +1,42 @@
+--- sage-7.4/src/sage/symbolic/constants_c.pyx.orig2016-11-25 
09:34:32.665044510 +
 sage-7.4/src/sage/symbolic/constants_c.pyx 2016-11-25 09:38:13.777888000 
+
+@@ -60,6 +60,8 @@
+ self.pointer = _Catalan
+ elif self._name == "euler_gamma":
+ self.pointer = _Euler
++elif self._name == "NaN":
++self.pointer = _NaN
+ else:
+ GConstant_construct(, name, texname, domain)
+ self.pointer = 
+--- sage-7.4/src/sage/symbolic/ginac.pxd.orig  2016-11-25 09:34:06.145103155 
+
 sage-7.4/src/sage/symbolic/ginac.pxd   2016-11-25 09:37:14.294686607 
+
+@@ -216,6 +216,7 @@
+ GEx g_Pi "Pi"
+ GEx g_Catalan "Catalan"
+ GEx g_Euler "Euler"
++GEx g_NaN "NaN"
+ 
+ GConstant* GConstant_construct(void *mem, char* name, char* texname, 
unsigned domain)
+ bint is_a_constant "is_a" (GEx e)
+@@ -293,13 +294,13 @@
+ void g_list_symbols "list_symbols" (GEx e, GExSet s)
+ 
+ # more is_a tests
+-bint is_a_add "is_a" (GEx e)
+-bint is_a_mul "is_a" (GEx e)
+-bint is_a_power "is_a" (GEx e)
+-bint is_a_fderivative "is_a" (GEx e)
+-bint is_a_function "is_a" (GEx e)
+-bint is_exactly_a_function "is_exactly_a" (GEx e)
+-bint is_a_ncmul "is_a" (GEx e)
++bint is_a_add "is_a" (GEx e)
++bint is_a_mul "is_a" (GEx e)
++bint is_a_power "is_a" (GEx e)
++bint is_a_fderivative "is_a" (GEx e)
++bint is_a_function "is_a" (GEx e)
++bint is_exactly_a_function "is_exactly_a" (GEx e)
++bint is_a_ncmul "is_a" (GEx e)
+ 
+ # Arithmetic
+ int ginac_error()


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

2016-11-25 Thread Christian Hesse
Date: Friday, November 25, 2016 @ 10:09:59
  Author: eworm
Revision: 196839

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

Added:
  yubico-pam/repos/community-i686/PKGBUILD
(from rev 196838, yubico-pam/trunk/PKGBUILD)
  yubico-pam/repos/community-x86_64/PKGBUILD
(from rev 196838, yubico-pam/trunk/PKGBUILD)
Deleted:
  yubico-pam/repos/community-i686/PKGBUILD
  yubico-pam/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 10:09:52 UTC (rev 196838)
+++ community-i686/PKGBUILD 2016-11-25 10:09:59 UTC (rev 196839)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-pam
-pkgver=2.23
-pkgrel=1
-pkgdesc='Yubico YubiKey PAM module'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-pam'
-license=('BSD')
-depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
-makedepends=('git' 'asciidoc')
-checkdepends=('perl-net-ldap-server')
-provides=('pam_yubico')
-conflicts=('pam_yubico')
-source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-   cd yubico-pam/
-
-   autoreconf -fi
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd yubico-pam/
-
-   make check
-}
-
-package() {
-   cd yubico-pam/
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-pam/repos/community-i686/PKGBUILD (from rev 196838, 
yubico-pam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 10:09:59 UTC (rev 196839)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-pam
+pkgver=2.24
+pkgrel=1
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')
+provides=('pam_yubico')
+conflicts=('pam_yubico')
+source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+   cd yubico-pam/
+
+   autoreconf -fi
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd yubico-pam/
+
+   make check
+}
+
+package() {
+   cd yubico-pam/
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
+   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
+   make DESTDIR="${pkgdir}/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 10:09:52 UTC (rev 196838)
+++ community-x86_64/PKGBUILD   2016-11-25 10:09:59 UTC (rev 196839)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-pam
-pkgver=2.23
-pkgrel=1
-pkgdesc='Yubico YubiKey PAM module'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-pam'
-license=('BSD')
-depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
-makedepends=('git' 'asciidoc')
-checkdepends=('perl-net-ldap-server')
-provides=('pam_yubico')
-conflicts=('pam_yubico')
-source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-   cd yubico-pam/
-
-   autoreconf -fi
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd yubico-pam/
-
-   make check
-}
-
-package() {
-   cd yubico-pam/
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-pam/repos/community-x86_64/PKGBUILD (from rev 196838, 
yubico-pam/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 10:09:59 UTC (rev 196839)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-pam
+pkgver=2.24
+pkgrel=1
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')

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

2016-11-25 Thread Christian Hesse
Date: Friday, November 25, 2016 @ 10:09:52
  Author: eworm
Revision: 196838

upgpkg: yubico-pam 2.24-1

new upstream release

Modified:
  yubico-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 10:06:10 UTC (rev 196837)
+++ PKGBUILD2016-11-25 10:09:52 UTC (rev 196838)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=yubico-pam
-pkgver=2.23
+pkgver=2.24
 pkgrel=1
 pkgdesc='Yubico YubiKey PAM module'
 arch=('i686' 'x86_64')


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

2016-11-25 Thread Nicola Squartini
Date: Friday, November 25, 2016 @ 10:06:10
  Author: tensor5
Revision: 196837

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 10:05:40 UTC (rev 196836)
+++ community-i686/PKGBUILD 2016-11-25 10:06:10 UTC (rev 196837)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
-sha256sums=('78ba5fd84200daee0cbd1db063d3b7e700b62f3def2581bb952c9f7ee46e0be8')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 196836, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 10:06:10 UTC (rev 196837)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
+sha256sums=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 10:05:40 UTC (rev 196836)
+++ community-x86_64/PKGBUILD   2016-11-25 10:06:10 UTC (rev 196837)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
-sha256sums=('78ba5fd84200daee0cbd1db063d3b7e700b62f3def2581bb952c9f7ee46e0be8')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 196836, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 10:06:10 UTC (rev 196837)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
+sha256sums=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2016-11-25 Thread Nicola Squartini
Date: Friday, November 25, 2016 @ 10:05:40
  Author: tensor5
Revision: 196836

upgpkg: geth 1.5.3-1

Modified:
  geth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 09:29:43 UTC (rev 196835)
+++ PKGBUILD2016-11-25 10:05:40 UTC (rev 196836)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=geth
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
-sha256sums=('78ba5fd84200daee0cbd1db063d3b7e700b62f3def2581bb952c9f7ee46e0be8')
+sha256sums=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
 
 build() {
 cd go-ethereum-${pkgver}


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 09:29:43
  Author: arojas
Revision: 196835

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

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

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

Copied: pynac/repos/community-staging-i686/PKGBUILD (from rev 196834, 
pynac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-25 09:29:43 UTC (rev 196835)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('9c8e88dac024c27aec0013f3f1808674')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pynac/repos/community-staging-x86_64/PKGBUILD (from rev 196834, 
pynac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-25 09:29:43 UTC (rev 196835)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('9c8e88dac024c27aec0013f3f1808674')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-25 Thread Antonio Rojas
Date: Friday, November 25, 2016 @ 09:28:31
  Author: arojas
Revision: 196834

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

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

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 3 files changed, 56 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 08:00:58 UTC (rev 196833)
+++ community-i686/PKGBUILD 2016-11-25 09:28:31 UTC (rev 196834)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 libgiac flint)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
-
flint-linking.patch::"https://github.com/pynac/pynac/commit/870fee7b.patch;)
-md5sums=('1df469bcf4240bfe451f3804adba8f1a'
- '7a17f53a184a8d4b36fdb9d3446e374c')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix underlinking
-  patch -p1 -i ../flint-linking.patch
-}
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON=python2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 196833, 
pynac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 09:28:31 UTC (rev 196834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('9c8e88dac024c27aec0013f3f1808674')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 08:00:58 UTC (rev 196833)
+++ community-x86_64/PKGBUILD   2016-11-25 09:28:31 UTC (rev 196834)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 libgiac flint)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
-
flint-linking.patch::"https://github.com/pynac/pynac/commit/870fee7b.patch;)
-md5sums=('1df469bcf4240bfe451f3804adba8f1a'
- '7a17f53a184a8d4b36fdb9d3446e374c')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix underlinking
-  patch -p1 -i ../flint-linking.patch
-}
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON=python2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 196833, 
pynac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 09:28:31 UTC (rev 196834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('9c8e88dac024c27aec0013f3f1808674')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-25 Thread Bartłomiej Piotrowski
Date: Friday, November 25, 2016 @ 08:20:09
  Author: bpiotrowski
Revision: 282002

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

Added:
  readline/repos/testing-i686/
  readline/repos/testing-i686/PKGBUILD
(from rev 282001, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 282001, readline/trunk/inputrc)
  readline/repos/testing-x86_64/
  readline/repos/testing-x86_64/PKGBUILD
(from rev 282001, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 282001, readline/trunk/inputrc)

-+
 testing-i686/PKGBUILD   |   59 ++
 testing-i686/inputrc|   36 
 testing-x86_64/PKGBUILD |   59 ++
 testing-x86_64/inputrc  |   36 
 4 files changed, 190 insertions(+)

Copied: readline/repos/testing-i686/PKGBUILD (from rev 282001, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-25 08:20:09 UTC (rev 282002)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=7.0
+_patchlevel=001
+pkgver=${_basever}.${_patchlevel}
+pkgrel=1
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+backup=('etc/inputrc')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+provides=('libhistory.so' 'libreadline.so')
+options=('!emptydirs')
+source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [ $_patchlevel -gt 0 ]; then
+for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
https://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
+patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+  install -Dm644 inputrc "$pkgdir"/etc/inputrc
+}
+
+md5sums=('205b03a87fc83dab653b628c59b9fc91'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ 'e299384458a4cbefaaac3f30e9cc2bba'
+ 'SKIP')

Copied: readline/repos/testing-i686/inputrc (from rev 282001, 
readline/trunk/inputrc)
===
--- testing-i686/inputrc(rev 0)
+++ testing-i686/inputrc2016-11-25 08:20:09 UTC (rev 282002)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": beginning-of-history
+"\e[6~": end-of-history
+"\e[7~": beginning-of-line
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+"\e[5C": forward-word
+"\e[5D": backward-word
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+"\e[1;5C": forward-word
+"\e[1;5D": backward-word
+
+# for rxvt
+"\e[8~": end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+"\eOH": beginning-of-line
+"\eOF": end-of-line
+
+# for freebsd console
+"\e[H": beginning-of-line
+"\e[F": end-of-line
+$endif

Copied: readline/repos/testing-x86_64/PKGBUILD (from rev 282001, 
readline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-25 08:20:09 UTC (rev 282002)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=7.0
+_patchlevel=001
+pkgver=${_basever}.${_patchlevel}
+pkgrel=1
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+backup=('etc/inputrc')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+provides=('libhistory.so' 'libreadline.so')
+options=('!emptydirs')
+source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+

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

2016-11-25 Thread Bartłomiej Piotrowski
Date: Friday, November 25, 2016 @ 08:19:53
  Author: bpiotrowski
Revision: 282001

upgpkg: readline 7.0.001-1

new upstream patches

Modified:
  readline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 07:25:40 UTC (rev 282000)
+++ PKGBUILD2016-11-25 08:19:53 UTC (rev 282001)
@@ -5,8 +5,8 @@
 
 pkgname=readline
 _basever=7.0
-_patchlevel=0
-pkgver=$_basever
+_patchlevel=001
+pkgver=${_basever}.${_patchlevel}
 pkgrel=1
 pkgdesc='GNU readline library'
 arch=('i686' 'x86_64')
@@ -54,4 +54,6 @@
 
 md5sums=('205b03a87fc83dab653b628c59b9fc91'
  'SKIP'
- '58d54966c1191db45973cb3191ac621a')
+ '58d54966c1191db45973cb3191ac621a'
+ 'e299384458a4cbefaaac3f30e9cc2bba'
+ 'SKIP')


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

2016-11-25 Thread Felix Yan
Date: Friday, November 25, 2016 @ 08:00:58
  Author: felixonmars
Revision: 196833

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

Added:
  qt5dxcb-plugin/repos/community-i686/PKGBUILD
(from rev 196832, qt5dxcb-plugin/trunk/PKGBUILD)
  qt5dxcb-plugin/repos/community-x86_64/PKGBUILD
(from rev 196832, qt5dxcb-plugin/trunk/PKGBUILD)
Deleted:
  qt5dxcb-plugin/repos/community-i686/PKGBUILD
  qt5dxcb-plugin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   33 
 community-x86_64/PKGBUILD |   33 
 3 files changed, 70 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-25 08:00:36 UTC (rev 196832)
+++ community-i686/PKGBUILD 2016-11-25 08:00:58 UTC (rev 196833)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qt5dxcb-plugin
-pkgver=1.0
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5dxcb-plugin;
-license=('GPL3')
-depends=('qt5-x11extras')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5dxcb-plugin.git#tag=$pkgver;
-"git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5dxcb-plugin
-  ln -s ../libqt5xcbqpa-dev ./
-}
-
-build() {
-  cd qt5dxcb-plugin
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5dxcb-plugin
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5dxcb-plugin/repos/community-i686/PKGBUILD (from rev 196832, 
qt5dxcb-plugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 08:00:58 UTC (rev 196833)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qt5dxcb-plugin
+pkgver=1.1
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5dxcb-plugin;
+license=('GPL3')
+depends=('qt5-x11extras')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/qt5dxcb-plugin.git#tag=$pkgver;
+"git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd qt5dxcb-plugin
+  ln -s ../libqt5xcbqpa-dev ./
+
+  sed -i 's/xcb-renderutil//' qt5dxcb-plugin.pro
+}
+
+build() {
+  cd qt5dxcb-plugin
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-25 08:00:36 UTC (rev 196832)
+++ community-x86_64/PKGBUILD   2016-11-25 08:00:58 UTC (rev 196833)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qt5dxcb-plugin
-pkgver=1.0
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5dxcb-plugin;
-license=('GPL3')
-depends=('qt5-x11extras')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5dxcb-plugin.git#tag=$pkgver;
-"git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5dxcb-plugin
-  ln -s ../libqt5xcbqpa-dev ./
-}
-
-build() {
-  cd qt5dxcb-plugin
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5dxcb-plugin
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5dxcb-plugin/repos/community-x86_64/PKGBUILD (from rev 196832, 
qt5dxcb-plugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 08:00:58 UTC (rev 196833)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qt5dxcb-plugin
+pkgver=1.1
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5dxcb-plugin;
+license=('GPL3')
+depends=('qt5-x11extras')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/qt5dxcb-plugin.git#tag=$pkgver;
+"git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd qt5dxcb-plugin
+  ln -s ../libqt5xcbqpa-dev ./
+
+  sed -i 's/xcb-renderutil//' qt5dxcb-plugin.pro
+}
+
+build() {
+  cd qt5dxcb-plugin
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-11-25 Thread Felix Yan
Date: Friday, November 25, 2016 @ 08:00:36
  Author: felixonmars
Revision: 196832

upgpkg: qt5dxcb-plugin 1.1-1

Modified:
  qt5dxcb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 06:45:09 UTC (rev 196831)
+++ PKGBUILD2016-11-25 08:00:36 UTC (rev 196832)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=qt5dxcb-plugin
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
@@ -19,6 +19,8 @@
 prepare() {
   cd qt5dxcb-plugin
   ln -s ../libqt5xcbqpa-dev ./
+
+  sed -i 's/xcb-renderutil//' qt5dxcb-plugin.pro
 }
 
 build() {