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

2016-03-25 Thread Gaetan Bisson
Date: Saturday, March 26, 2016 @ 01:15:41
  Author: bisson
Revision: 262569

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

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 262568, hugin/trunk/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 262568, hugin/trunk/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 262568, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 262568, hugin/trunk/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install

---+
 /PKGBUILD |   78 
 /install  |   26 
 extra-i686/PKGBUILD   |   36 --
 extra-i686/install|   13 
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/install  |   13 
 6 files changed, 104 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-26 00:14:58 UTC (rev 262568)
+++ extra-i686/PKGBUILD 2016-03-26 00:15:41 UTC (rev 262569)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2015.0.0
-pkgrel=6
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
- 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
- 'desktop-file-utils')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
-sha1sums=('be7153a0791f2147153e93e8711912ef23b60b61')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 262568, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-26 00:15:41 UTC (rev 262569)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2016.0.0
+pkgrel=1
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+ 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   install -d build
+   cd build
+   cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2016-03-26 00:14:58 UTC (rev 262568)
+++ extra-i686/install  2016-03-26 00:15:41 UTC (rev 262569)
@@ -1,13 +0,0 @@
-post_upgrade() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-   update-desktop-database -q
-   update-mime-database usr/share/mime > /dev/null
-}
-
-post_install() {
-   post_upgrade
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: hugin/repos/extra-i686/install (from rev 262568, hugin/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2016-03-26 00:15:41 UTC (rev 262569)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Deleted: extra-x86_64/PKGBUILD
===

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

2016-03-25 Thread Gaetan Bisson
Date: Saturday, March 26, 2016 @ 01:14:58
  Author: bisson
Revision: 262568

upstream update

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 23:43:23 UTC (rev 262567)
+++ PKGBUILD2016-03-26 00:14:58 UTC (rev 262568)
@@ -5,8 +5,8 @@
 # Contributor: Dominik Ryba 
 
 pkgname=hugin
-pkgver=2015.0.0
-pkgrel=6
+pkgver=2016.0.0
+pkgrel=1
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -16,13 +16,15 @@
  'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
  'desktop-file-utils')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
-sha1sums=('be7153a0791f2147153e93e8711912ef23b60b61')
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
 
 install=install
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   cmake . \
+   install -d build
+   cd build
+   cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_LAPACK=yes \
@@ -32,5 +34,6 @@
 
 package() {
cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cd build
make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in sage-notebook/repos (5 files)

2016-03-25 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 00:42:47
  Author: arojas
Revision: 168410

archrelease: copy trunk to community-staging-any

Added:
  sage-notebook/repos/community-staging-any/
  sage-notebook/repos/community-staging-any/PKGBUILD
(from rev 168409, sage-notebook/trunk/PKGBUILD)
  sage-notebook/repos/community-staging-any/jmol.patch
(from rev 168409, sage-notebook/trunk/jmol.patch)
  sage-notebook/repos/community-staging-any/sage-notebook.install
(from rev 168409, sage-notebook/trunk/sage-notebook.install)
  sage-notebook/repos/community-staging-any/sage.service
(from rev 168409, sage-notebook/trunk/sage.service)

---+
 PKGBUILD  |   70 
 jmol.patch|   21 ++
 sage-notebook.install |8 +
 sage.service  |8 +
 4 files changed, 107 insertions(+)

Copied: sage-notebook/repos/community-staging-any/PKGBUILD (from rev 168409, 
sage-notebook/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-25 23:42:47 UTC (rev 168410)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Evgeniy Alekseev 
+
+pkgname=sage-notebook
+pkgver=0.11.7
+pkgrel=1
+pkgdesc='Browser-based notebook interface for SageMath'
+arch=(any)
+url='http://www.sagemath.org'
+license=(GPL3)
+depends=(sagemath python2-twisted python2-flask-oldsessions 
python2-flask-openid python2-flask-autoindex python2-flask-babel 
+python2-webassets mathjax)
+optdepends=('python2-pyopenssl: to use the notebook in secure mode')
+makedepends=(gendesk)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 'sage.service' 'jmol.patch')
+install=$pkgname.install
+md5sums=('d25b1709da70a337d6149dddec192b9d'
+ '61620179a7ecd85401d8e5a6ece3ea41'
+ 'b29760c97a5328faa179a46008391bf0')
+
+prepare() {
+# create *.desktop file
+  gendesk -f -n \
+  --pkgname="sage-notebook" \
+  --pkgdesc="SageMath notebook" \
+  --name="SageMath" \
+  --exec="/usr/bin/sage -notebook" \
+  --terminal=true \
+  --categories="Education;Science;Math" \
+  --custom="X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username="
+
+  cd sagenb-$pkgver
+  
+# Use python2
+  find -name '*.py' | xargs sed -e 's|#! /usr/bin/python|#! /usr/bin/python2|' 
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
+  sed -e 's|python %s|python2 %s|' -i sagenb/notebook/run_notebook.py
+  sed -e "s|python = 'python'|python = 'python2'|" -i 
sagenb/interfaces/expect.py 
+
+# fix displaying 3D plots
+  patch -p0 -i "$srcdir"/jmol.patch
+}
+
+build() {
+  cd sagenb-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd sagenb-$pkgver
+
+  python2 setup.py install --root "$pkgdir" --optimize=1
+
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
+
+# Use system mathjax
+  rm -r "$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
+  ln -s /usr/share/mathjax 
"$pkgdir"/usr/lib/python2.7/site-packages/sagenb/data/mathjax
+
+# install a systemd user unit
+  install -Dm644 "${srcdir}/sage.service" 
"$pkgdir/usr/lib/systemd/user/sage.service"
+# install *.desktop and icon files
+  install -Dm644 "${srcdir}/sage-notebook.desktop" 
"$pkgdir/usr/share/applications/sage-notebook.desktop"
+  install -Dm644 
"$pkgdir/usr/lib/python2.7/site-packages/sagenb/data/sage/images/icon48x48.png" 
\
+ "$pkgdir/usr/share/pixmaps/sage-notebook.png"
+}

Copied: sage-notebook/repos/community-staging-any/jmol.patch (from rev 168409, 
sage-notebook/trunk/jmol.patch)
===
--- community-staging-any/jmol.patch(rev 0)
+++ community-staging-any/jmol.patch2016-03-25 23:42:47 UTC (rev 168410)
@@ -0,0 +1,21 @@
+--- sagenb/flask_version/base.py.orig  2015-01-06 19:30:34.326174783 +0100
 sagenb/flask_version/base.py   2015-01-06 19:31:08.439723240 +0100
+@@ -36,12 +36,12 @@
+ self.add_static_path('/javascript', DATA)
+ self.add_static_path('/static', DATA)
+ self.add_static_path('/java', DATA)
+-self.add_static_path('/java/jmol', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jmol"))
+-self.add_static_path('/jsmol', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol"))
+-self.add_static_path('/jsmol/js', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol","js"))
+-self.add_static_path('/j2s', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol","j2s"))
+-self.add_static_path('/jsmol/j2s', 
os.path.join(os.environ["SAGE_ROOT"],"local","share","jsmol","j2s"))
+-self.add_static_path('/j2s/core', 

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

2016-03-25 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 00:42:21
  Author: arojas
Revision: 168409

Update to 0.11.7

Modified:
  sage-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 23:40:12 UTC (rev 168408)
+++ PKGBUILD2016-03-25 23:42:21 UTC (rev 168409)
@@ -3,7 +3,7 @@
 # Maintainer: Evgeniy Alekseev 
 
 pkgname=sage-notebook
-pkgver=0.11.6.1
+pkgver=0.11.7
 pkgrel=1
 pkgdesc='Browser-based notebook interface for SageMath'
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=(gendesk)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz;
 'sage.service' 'jmol.patch')
 install=$pkgname.install
-md5sums=('9ccb67b5b5fb42702889ad5f37578eb3'
+md5sums=('d25b1709da70a337d6149dddec192b9d'
  '61620179a7ecd85401d8e5a6ece3ea41'
  'b29760c97a5328faa179a46008391bf0')
 


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

2016-03-25 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 00:40:12
  Author: arojas
Revision: 168408

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 168407, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/anal.h
(from rev 168407, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-i686/clean.patch
(from rev 168407, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 168407, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 168407, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 168407, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 168407, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/paths.patch
(from rev 168407, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 168407, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 168407, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 168407, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 168407, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/anal.h
(from rev 168407, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-x86_64/clean.patch
(from rev 168407, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 168407, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 168407, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 168407, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 168407, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/paths.patch
(from rev 168407, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 168407, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 168407, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 168407, sagemath/trunk/test-optional.patch)

--+
 community-staging-i686/PKGBUILD  |  152 +
 community-staging-i686/anal.h|   65 ++
 community-staging-i686/clean.patch   |   24 +++
 community-staging-i686/disable-fes.patch |   19 +++
 community-staging-i686/env.patch |  147 
 community-staging-i686/jupyter-path.patch|   31 +
 community-staging-i686/package.patch |   11 +
 community-staging-i686/paths.patch   |   39 ++
 community-staging-i686/python-2.7.11.patch   |   11 +
 community-staging-i686/skip-check.patch  |   21 +++
 community-staging-i686/test-optional.patch   |   11 +
 community-staging-x86_64/PKGBUILD|  152 +
 community-staging-x86_64/anal.h  |   65 ++
 community-staging-x86_64/clean.patch |   24 +++
 community-staging-x86_64/disable-fes.patch   |   19 +++
 community-staging-x86_64/env.patch   |  147 
 community-staging-x86_64/jupyter-path.patch  |   31 +
 community-staging-x86_64/package.patch   |   11 +
 community-staging-x86_64/paths.patch |   39 ++
 community-staging-x86_64/python-2.7.11.patch |   11 +
 community-staging-x86_64/skip-check.patch|   21 +++
 community-staging-x86_64/test-optional.patch |   11 +
 22 files changed, 1062 insertions(+)

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


[arch-commits] Commit in sagemath/trunk (PKGBUILD contour.patch env.patch paths.patch)

2016-03-25 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 00:38:56
  Author: arojas
Revision: 168407

Update to 7.1

Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/env.patch
  sagemath/trunk/paths.patch
Deleted:
  sagemath/trunk/contour.patch

---+
 PKGBUILD  |   33 +
 contour.patch |   11 ---
 env.patch |   28 +++-
 paths.patch   |8 +---
 4 files changed, 37 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 23:05:08 UTC (rev 168406)
+++ PKGBUILD2016-03-25 23:38:56 UTC (rev 168407)
@@ -8,47 +8,44 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sagemath
-pkgver=7.0
-pkgrel=6
+pkgver=7.1
+pkgrel=1
 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 atlas-lapack ppl mpfi palp brial singular cliquer maxima-ecl 
gfan sympow tachyon python2-rpy2
+depends=(ipython2 cysignals ppl mpfi palp brial singular cliquer maxima-ecl 
gfan sympow tachyon python2-rpy2 nauty
   python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-igraph libgap flintqs lcalc lrcalc lrs arb
   eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox gsl 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)
 optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: 
Browser-based (flask) notebook interface'
   'sagemath-doc: Documentation and inline help' 'ipython2-notebook: Jupyter 
notebook interface' 'mathjax: Jupyter notebook interface'
-  'coin-or-cbc: COIN backend for numerical computations' 'nauty: for 
generating some classes of graphs'
+  'coin-or-cbc: COIN backend for numerical computations'
   'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
   'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video' 'imagemagick: to show animations'
   'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 
'gap-data: for computing Galois groups'
-  'jupyter-notebook: Jupyter notebook interface')
-makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja 
coin-or-cbc
-  mcqd coxeter3 cryptominisat modular_decomposition bliss-graphs tdlib) # 
libfes
+  'jupyter-notebook: Jupyter notebook interface' 'atlas-lapack: improved 
performance for some linear algebra operations')
+makedepends=(cython2-devel boost ratpoints symmetrica fflas-ffpack 
python2-jinja coin-or-cbc
+  mcqd coxeter3 cryptominisat modular_decomposition bliss-graphs tdlib meataxe 
python2-pkgconfig) # libfes
 conflicts=(sage-mathematics)
 replaces=(sage-mathematics)
 provides=(sage-mathematics)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;

pexpect.zip::"https://github.com/pexpect/pexpect/archive/524495960dd8898ddd30f7ba37298de51beee773.zip;
-   
ntl-no-legacy-mulmod.patch::"http://git.sagemath.org/sage.git/patch/?id=0d8435cdf;
anal.h package.patch env.patch paths.patch clean.patch skip-check.patch
-   disable-fes.patch jupyter-path.patch test-optional.patch 
python-2.7.11.patch contour.patch)
-md5sums=('34807a7cf5dd79c008abd377ba1427fa'
+   disable-fes.patch jupyter-path.patch test-optional.patch 
python-2.7.11.patch)
+md5sums=('c68e846444b9370fe79f43395cdc2725'
  'a346bb2c0350c1cb17d5325235c5e38a'
- '8cd491caa5a574fb6348a02715151855'
  'a906a180d198186a39820b0a2f9a9c63'
  '9ba81f717ffd4e20b8b2f2a318307488'
- 'e1b1d0d2e6b187309ae2b74489356b9a'
- 'fd8e3e07f5b7318e6a7200a3c64f5bc2'
+ '9e5b8b4f3ce28f51999ce0dd8c9358e7'
+ '1a60304525ac5a5f45114cc704807894'
  '6d9ae0978ce6a05a0da2cafdfb178a09'
  '5947a420a0b1483f0cbc74c76895789b'
  '4eb23a3c7363258bc9ba764d6e5512ba'
  '16b529194c6105c3364127bd8f1efa83'
  'cdcabd475b80afe0534a5621e972736e'
- 'ef927896f2071b442b1d07d7e69f5f3a'
- '930cb987f63fd465a3a7123b0f5c2b85')
+ 'ef927896f2071b442b1d07d7e69f5f3a')
 
 prepare(){
   cd sage-$pkgver
@@ -81,8 +78,6 @@
   patch -p0 -i ../jupyter-path.patch
 # fix timeit with Python 2.7.11
   patch -p0 -i ../python-2.7.11.patch
-# fix contour plots with matplotlib 1.5.1
-  patch -p0 -i ../contour.patch
 
 # Upstream patches  
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209
@@ -89,8 +84,6 @@
 #  patch -p0 -i ../fes02.patch
 # disable fes module, fails to compile
   patch -p0 -i ../disable-fes.patch
-# port away from deprecated NTL API http://trac.sagemath.org/19874
-  patch -p1 -i 

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

2016-03-25 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 00:05:08
  Author: arojas
Revision: 168406

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

Added:
  cython2-devel/repos/community-i686/PKGBUILD
(from rev 168405, cython2-devel/trunk/PKGBUILD)
  cython2-devel/repos/community-x86_64/PKGBUILD
(from rev 168405, cython2-devel/trunk/PKGBUILD)
Deleted:
  cython2-devel/repos/community-i686/PKGBUILD
  cython2-devel/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-03-25 23:04:40 UTC (rev 168405)
+++ community-i686/PKGBUILD 2016-03-25 23:05:08 UTC (rev 168406)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=cython2-devel
-pkgver=0.24a0
-pkgrel=2
-pkgdesc="C-Extensions for Python - Development version"
-arch=(i686 x86_64)
-url="http://www.cython.org;
-license=('APACHE')
-depends=('python2-setuptools')
-provides=('cython2')
-conflicts=('cython2')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;
-
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
-md5sums=('4ee8f60c1358d0980efce8505470d089'
- '90d18245397a3fe983418f4d736a7167')
-
-prepare() {
-  cd Cython-$pkgver
-  patch -p1 -i ../483.patch
-}
-
-package() {
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}

Copied: cython2-devel/repos/community-i686/PKGBUILD (from rev 168405, 
cython2-devel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 23:05:08 UTC (rev 168406)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=cython2-devel
+pkgver=0.24a1
+pkgrel=1
+pkgdesc="C-Extensions for Python - Development version"
+arch=(i686 x86_64)
+url="http://www.cython.org;
+license=('APACHE')
+depends=('python2-setuptools')
+provides=('cython2')
+conflicts=('cython2')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;
+
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
+md5sums=('72fcfb4415ebd843aa9edaf3cd89c3f8'
+ '90d18245397a3fe983418f4d736a7167')
+
+prepare() {
+  cd Cython-$pkgver
+  patch -p1 -i ../483.patch
+}
+
+package() {
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 23:04:40 UTC (rev 168405)
+++ community-x86_64/PKGBUILD   2016-03-25 23:05:08 UTC (rev 168406)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=cython2-devel
-pkgver=0.24a0
-pkgrel=2
-pkgdesc="C-Extensions for Python - Development version"
-arch=(i686 x86_64)
-url="http://www.cython.org;
-license=('APACHE')
-depends=('python2-setuptools')
-provides=('cython2')
-conflicts=('cython2')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;
-
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
-md5sums=('4ee8f60c1358d0980efce8505470d089'
- '90d18245397a3fe983418f4d736a7167')
-
-prepare() {
-  cd Cython-$pkgver
-  patch -p1 -i ../483.patch
-}
-
-package() {
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}

Copied: cython2-devel/repos/community-x86_64/PKGBUILD (from rev 168405, 
cython2-devel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-25 23:05:08 UTC (rev 168406)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=cython2-devel
+pkgver=0.24a1
+pkgrel=1
+pkgdesc="C-Extensions for Python - Development version"

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

2016-03-25 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 00:04:40
  Author: arojas
Revision: 168405

Update to 0.24a1

Modified:
  cython2-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 22:46:01 UTC (rev 168404)
+++ PKGBUILD2016-03-25 23:04:40 UTC (rev 168405)
@@ -3,8 +3,8 @@
 # Contributor: Igor Scabini 
 
 pkgname=cython2-devel
-pkgver=0.24a0
-pkgrel=2
+pkgver=0.24a1
+pkgrel=1
 pkgdesc="C-Extensions for Python - Development version"
 arch=(i686 x86_64)
 url="http://www.cython.org;
@@ -14,7 +14,7 @@
 conflicts=('cython2')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz;
 
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
-md5sums=('4ee8f60c1358d0980efce8505470d089'
+md5sums=('72fcfb4415ebd843aa9edaf3cd89c3f8'
  '90d18245397a3fe983418f4d736a7167')
 
 prepare() {


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:46:01
  Author: arojas
Revision: 168404

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

Added:
  cython2-devel/repos/community-i686/PKGBUILD
(from rev 168403, cython2-devel/trunk/PKGBUILD)
  cython2-devel/repos/community-x86_64/PKGBUILD
(from rev 168403, cython2-devel/trunk/PKGBUILD)
Deleted:
  cython2-devel/repos/community-i686/PKGBUILD
  cython2-devel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 22:45:27 UTC (rev 168403)
+++ community-i686/PKGBUILD 2016-03-25 22:46:01 UTC (rev 168404)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=cython2-devel
-pkgver=0.24a0
-pkgrel=1
-pkgdesc="C-Extensions for Python - Development version"
-arch=(i686 x86_64)
-url="http://www.cython.org;
-license=('APACHE')
-depends=('python2-setuptools')
-provides=('cython2')
-conflicts=('cython2')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('4ee8f60c1358d0980efce8505470d089')
-
-package() {
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}

Copied: cython2-devel/repos/community-i686/PKGBUILD (from rev 168403, 
cython2-devel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 22:46:01 UTC (rev 168404)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=cython2-devel
+pkgver=0.24a0
+pkgrel=2
+pkgdesc="C-Extensions for Python - Development version"
+arch=(i686 x86_64)
+url="http://www.cython.org;
+license=('APACHE')
+depends=('python2-setuptools')
+provides=('cython2')
+conflicts=('cython2')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;
+
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
+md5sums=('4ee8f60c1358d0980efce8505470d089'
+ '90d18245397a3fe983418f4d736a7167')
+
+prepare() {
+  cd Cython-$pkgver
+  patch -p1 -i ../483.patch
+}
+
+package() {
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 22:45:27 UTC (rev 168403)
+++ community-x86_64/PKGBUILD   2016-03-25 22:46:01 UTC (rev 168404)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=cython2-devel
-pkgver=0.24a0
-pkgrel=1
-pkgdesc="C-Extensions for Python - Development version"
-arch=(i686 x86_64)
-url="http://www.cython.org;
-license=('APACHE')
-depends=('python2-setuptools')
-provides=('cython2')
-conflicts=('cython2')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('4ee8f60c1358d0980efce8505470d089')
-
-package() {
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}

Copied: cython2-devel/repos/community-x86_64/PKGBUILD (from rev 168403, 
cython2-devel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-25 22:46:01 UTC (rev 168404)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=cython2-devel
+pkgver=0.24a0
+pkgrel=2
+pkgdesc="C-Extensions for Python - Development version"
+arch=(i686 x86_64)
+url="http://www.cython.org;
+license=('APACHE')
+depends=('python2-setuptools')
+provides=('cython2')
+conflicts=('cython2')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;
+
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
+md5sums=('4ee8f60c1358d0980efce8505470d089'
+ '90d18245397a3fe983418f4d736a7167')
+
+prepare() {
+  cd 

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:45:27
  Author: arojas
Revision: 168403

Search system paths for .pxi files

Modified:
  cython2-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 22:24:06 UTC (rev 168402)
+++ PKGBUILD2016-03-25 22:45:27 UTC (rev 168403)
@@ -4,7 +4,7 @@
 
 pkgname=cython2-devel
 pkgver=0.24a0
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python - Development version"
 arch=(i686 x86_64)
 url="http://www.cython.org;
@@ -12,9 +12,16 @@
 depends=('python2-setuptools')
 provides=('cython2')
 conflicts=('cython2')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('4ee8f60c1358d0980efce8505470d089')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;
+
https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
+md5sums=('4ee8f60c1358d0980efce8505470d089'
+ '90d18245397a3fe983418f4d736a7167')
 
+prepare() {
+  cd Cython-$pkgver
+  patch -p1 -i ../483.patch
+}
+
 package() {
   cd $srcdir/Cython-$pkgver
   python2 setup.py install --root=$pkgdir


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:44:03
  Author: arojas
Revision: 262565

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

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

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 82 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-25 22:43:26 UTC (rev 262564)
+++ extra-i686/PKGBUILD 2016-03-25 22:44:03 UTC (rev 262565)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=5.1.0
-pkgrel=2
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a65d1d637f18655b9b9bd22acf3813ec')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/extra-i686/PKGBUILD (from rev 262564, 
libkgapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-25 22:44:03 UTC (rev 262565)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=5.1.0
+pkgrel=3
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
+ 
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git=commitdiff=46b9c59d=plain;)
+md5sums=('a65d1d637f18655b9b9bd22acf3813ec'
+ '03314cf2f8241fe6b4881c62614fe1c4')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-25 22:43:26 UTC (rev 262564)
+++ extra-x86_64/PKGBUILD   2016-03-25 22:44:03 UTC (rev 262565)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=5.1.0
-pkgrel=2
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a65d1d637f18655b9b9bd22acf3813ec')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 262564, 
libkgapi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-25 22:44:03 UTC (rev 262565)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=5.1.0
+pkgrel=3
+pkgdesc="A KDE-based library for accessing various Google services 

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:43:26
  Author: arojas
Revision: 262564

Fix Google Calendar events sync (KDEBUG#355908)

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 21:51:41 UTC (rev 262563)
+++ PKGBUILD2016-03-25 22:43:26 UTC (rev 262564)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=(i686 x86_64)
@@ -11,11 +11,17 @@
 license=(GPL LGPL FDL)
 depends=(kcalcore kcontacts)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a65d1d637f18655b9b9bd22acf3813ec')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
+ 
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git=commitdiff=46b9c59d=plain;)
+md5sums=('a65d1d637f18655b9b9bd22acf3813ec'
+ '03314cf2f8241fe6b4881c62614fe1c4')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
 }
 
 build() {


[arch-commits] Commit in cython2-devel (5 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:24:06
  Author: arojas
Revision: 168402

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

Added:
  cython2-devel/repos/
  cython2-devel/repos/community-i686/
  cython2-devel/repos/community-i686/PKGBUILD
(from rev 168401, cython2-devel/trunk/PKGBUILD)
  cython2-devel/repos/community-x86_64/
  cython2-devel/repos/community-x86_64/PKGBUILD
(from rev 168401, cython2-devel/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: cython2-devel/repos/community-i686/PKGBUILD (from rev 168401, 
cython2-devel/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-03-25 22:24:06 UTC (rev 168402)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=cython2-devel
+pkgver=0.24a0
+pkgrel=1
+pkgdesc="C-Extensions for Python - Development version"
+arch=(i686 x86_64)
+url="http://www.cython.org;
+license=('APACHE')
+depends=('python2-setuptools')
+provides=('cython2')
+conflicts=('cython2')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('4ee8f60c1358d0980efce8505470d089')
+
+package() {
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}

Copied: cython2-devel/repos/community-x86_64/PKGBUILD (from rev 168401, 
cython2-devel/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-03-25 22:24:06 UTC (rev 168402)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=cython2-devel
+pkgver=0.24a0
+pkgrel=1
+pkgdesc="C-Extensions for Python - Development version"
+arch=(i686 x86_64)
+url="http://www.cython.org;
+license=('APACHE')
+depends=('python2-setuptools')
+provides=('cython2')
+conflicts=('cython2')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('4ee8f60c1358d0980efce8505470d089')
+
+package() {
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}


[arch-commits] Commit in (3 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:23:30
  Author: arojas
Revision: 168401

Add back cython2-devel, needed to build sagemath 7.1

Added:
  cython2-devel/
  cython2-devel/trunk/
  cython2-devel/trunk/PKGBUILD

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

Added: cython2-devel/trunk/PKGBUILD
===
--- cython2-devel/trunk/PKGBUILD(rev 0)
+++ cython2-devel/trunk/PKGBUILD2016-03-25 22:23:30 UTC (rev 168401)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 143902 2015-10-13 11:22:31Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=cython2-devel
+pkgver=0.24a0
+pkgrel=1
+pkgdesc="C-Extensions for Python - Development version"
+arch=(i686 x86_64)
+url="http://www.cython.org;
+license=('APACHE')
+depends=('python2-setuptools')
+provides=('cython2')
+conflicts=('cython2')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('4ee8f60c1358d0980efce8505470d089')
+
+package() {
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}


[arch-commits] Commit in python-pkgconfig (3 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 23:00:16
  Author: arojas
Revision: 168400

archrelease: copy trunk to community-any

Added:
  python-pkgconfig/repos/
  python-pkgconfig/repos/community-any/
  python-pkgconfig/repos/community-any/PKGBUILD
(from rev 168399, python-pkgconfig/trunk/PKGBUILD)

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

Copied: python-pkgconfig/repos/community-any/PKGBUILD (from rev 168399, 
python-pkgconfig/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2016-03-25 22:00:16 UTC (rev 168400)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=python-pkgconfig
+pkgname=(python2-pkgconfig python-pkgconfig)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Python module to interface with the pkg-config command line tool"
+arch=(any)
+url="https://github.com/matze/pkgconfig;
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz;)
+md5sums=('4eaacf9931965852f9a16a3e0cb12407')
+
+package_python2-pkgconfig() {
+  depends=(python2)
+  cd pkgconfig-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pkgconfig() {
+  depends=(python)
+  cd pkgconfig-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (3 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 22:59:37
  Author: arojas
Revision: 168399

Add python-pkgconfig, new sagemath dependency

Added:
  python-pkgconfig/
  python-pkgconfig/trunk/
  python-pkgconfig/trunk/PKGBUILD

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

Added: python-pkgconfig/trunk/PKGBUILD
===
--- python-pkgconfig/trunk/PKGBUILD (rev 0)
+++ python-pkgconfig/trunk/PKGBUILD 2016-03-25 21:59:37 UTC (rev 168399)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgbase=python-pkgconfig
+pkgname=(python2-pkgconfig python-pkgconfig)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Python module to interface with the pkg-config command line tool"
+arch=(any)
+url="https://github.com/matze/pkgconfig;
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz;)
+md5sums=('4eaacf9931965852f9a16a3e0cb12407')
+
+package_python2-pkgconfig() {
+  depends=(python2)
+  cd pkgconfig-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pkgconfig() {
+  depends=(python)
+  cd pkgconfig-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2016-03-25 Thread Anatol Pomozov
Date: Friday, March 25, 2016 @ 22:51:41
  Author: anatolik
Revision: 262563

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-25 21:51:01 UTC (rev 262562)
+++ extra-i686/PKGBUILD 2016-03-25 21:51:41 UTC (rev 262563)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Jonahtan Schaeffer 
-# COntributor: Drake Arconis 
-
-pkgname=jsoncpp
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='A C++ library for interacting with JSON'
-url='https://github.com/open-source-parsers/jsoncpp'
-license=('MIT' 'custom:Public_Domain')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('c075c61212b01d7350105395135a71d0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_STATIC_LIBS=OFF
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd  ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: jsoncpp/repos/extra-i686/PKGBUILD (from rev 262562, 
jsoncpp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-25 21:51:41 UTC (rev 262563)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('3989402269147d1f853b57c542037536')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-25 21:51:01 UTC (rev 262562)
+++ extra-x86_64/PKGBUILD   2016-03-25 21:51:41 UTC (rev 262563)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Jonahtan Schaeffer 
-# COntributor: Drake Arconis 
-
-pkgname=jsoncpp
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='A C++ library for interacting with JSON'
-url='https://github.com/open-source-parsers/jsoncpp'
-license=('MIT' 'custom:Public_Domain')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('c075c61212b01d7350105395135a71d0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_STATIC_LIBS=OFF
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd  ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: jsoncpp/repos/extra-x86_64/PKGBUILD (from rev 262562, 
jsoncpp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-25 21:51:41 UTC (rev 262563)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='A C++ library for interacting 

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

2016-03-25 Thread Anatol Pomozov
Date: Friday, March 25, 2016 @ 22:51:01
  Author: anatolik
Revision: 262562

upgpkg: jsoncpp 1.7.2-1

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:35:09 UTC (rev 262561)
+++ PKGBUILD2016-03-25 21:51:01 UTC (rev 262562)
@@ -4,7 +4,7 @@
 # COntributor: Drake Arconis 
 
 pkgname=jsoncpp
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='A C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
@@ -13,7 +13,7 @@
 depends=('gcc-libs')
 makedepends=('cmake')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('c075c61212b01d7350105395135a71d0')
+md5sums=('3989402269147d1f853b57c542037536')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in cysignals (5 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:57:32
  Author: arojas
Revision: 168398

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

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

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

Copied: cysignals/repos/community-staging-i686/PKGBUILD (from rev 168397, 
cysignals/trunk/PKGBUILD)
===
--- repos/community-staging-i686/PKGBUILD   (rev 0)
+++ repos/community-staging-i686/PKGBUILD   2016-03-25 20:57:32 UTC (rev 
168398)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cysignals
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+depends=(python2 pari-sage)
+makedepends=(python2-sphinx cython2)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('31e95c68349b33b7781969e0d1ecab91')
+
+prepare() {
+  sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}
+

Copied: cysignals/repos/community-staging-x86_64/PKGBUILD (from rev 168397, 
cysignals/trunk/PKGBUILD)
===
--- repos/community-staging-x86_64/PKGBUILD (rev 0)
+++ repos/community-staging-x86_64/PKGBUILD 2016-03-25 20:57:32 UTC (rev 
168398)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cysignals
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+depends=(python2 pari-sage)
+makedepends=(python2-sphinx cython2)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('31e95c68349b33b7781969e0d1ecab91')
+
+prepare() {
+  sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}
+


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:56:56
  Author: arojas
Revision: 168397

Add cysignals, new sagemath dependency

Added:
  cysignals/
  cysignals/trunk/
  cysignals/trunk/PKGBUILD

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

Added: cysignals/trunk/PKGBUILD
===
--- cysignals/trunk/PKGBUILD(rev 0)
+++ cysignals/trunk/PKGBUILD2016-03-25 20:56:56 UTC (rev 168397)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cysignals
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+depends=(python2 pari-sage)
+makedepends=(python2-sphinx cython2)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('31e95c68349b33b7781969e0d1ecab91')
+
+prepare() {
+  sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}
+


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


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:49:14
  Author: arojas
Revision: 168396

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

Added:
  singular/repos/community-staging-i686/
  singular/repos/community-staging-i686/PKGBUILD
(from rev 168395, singular/trunk/PKGBUILD)
  singular/repos/community-staging-i686/ntl8.patch
(from rev 168395, singular/trunk/ntl8.patch)
  singular/repos/community-staging-i686/templates.patch
(from rev 168395, singular/trunk/templates.patch)
  singular/repos/community-staging-x86_64/
  singular/repos/community-staging-x86_64/PKGBUILD
(from rev 168395, singular/trunk/PKGBUILD)
  singular/repos/community-staging-x86_64/ntl8.patch
(from rev 168395, singular/trunk/ntl8.patch)
  singular/repos/community-staging-x86_64/templates.patch
(from rev 168395, singular/trunk/templates.patch)

--+
 community-staging-i686/PKGBUILD  |   82 +
 community-staging-i686/ntl8.patch|   47 
 community-staging-i686/templates.patch   |   60 +
 community-staging-x86_64/PKGBUILD|   82 +
 community-staging-x86_64/ntl8.patch  |   47 
 community-staging-x86_64/templates.patch |   60 +
 6 files changed, 378 insertions(+)

Copied: singular/repos/community-staging-i686/PKGBUILD (from rev 168395, 
singular/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:49:14 UTC (rev 168396)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+pkgver=3.1.7.p1
+_majver=3-1-7
+pkgrel=15
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/;
+license=(GPL)
+depends=(flint cddlib) # polymake
+options=(!buildflags)
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz;
 
+"http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch' 'ntl8.patch'
+"http://git.sagemath.org/sage.git/plain/build/pkgs/singular/patches/currring.patch;)
+md5sums=('ce369519d1c5d07342722e78240ea044'
+ 'b9177c00e95ee21b137984bade9fc481'
+ '8ca8ba06c846a8de189fff322d557705'
+ '2c028bbda467b437d5598ac07cd7211f'
+ '1fe968092b5e98878cd9b47c7d9acc81')
+
+prepare() {
+  cd Singular-$_majver
+  patch -p1 -i ../templates.patch
+# fix build against NTL 8
+  patch -p1 -i ../ntl8.patch
+# fix flint detection
+  sed -e 's|-lmpir|-lgmp|' -i factory/configure -i Singular/configure
+# fix segfault
+  patch -p1 -i ../currring.patch
+}
+
+build() {
+  cd Singular-$_majver
+
+  export CPP=/usr/bin/cpp
+  export CXXCPP=/usr/bin/cpp
+  export CFLAGS="-fPIC"
+  export CXXFLAGS="-fPIC"
+
+# force using system ntl
+  rm -r ntl
+
+  mkdir -p build
+
+  ./configure --prefix=$PWD/build/usr/lib/Singular \
+ --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
\ # --includedir=$PWD/build/usr/include \
+ --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP --without-lex \
+ --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming --enable-gfanlib
+  make install
+
+  export CFLAGS="$CFLAGS -DPIC -DLIBSINGULAR"
+  export CXXFLAGS="$CXXFLAGS -DPIC -DLIBSINGULAR"
+
+  ./configure --prefix=$PWD/build/usr/lib/Singular \
+ --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
+ --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP \
+ --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming
+  make clean
+  make install-libsingular
+
+# needed by Sage, not installed by default
+  cp Singular/sing_dbm.h build/usr/include/singular/
+}
+
+package() {
+  cd Singular-$_majver
+
+  cp -r build/* "$pkgdir"/ 
+
+  mkdir -p "$pkgdir"/usr/bin
+  ln -sf /usr/lib/Singular/Singular-$_majver 
"$pkgdir"/usr/lib/Singular/Singular
+  ln -s /usr/lib/Singular/Singular "$pkgdir"/usr/bin/
+  ln -s /usr/lib/Singular/libsingular.so "$pkgdir"/usr/lib/
+
+# Install docs
+  mkdir -p "$pkgdir"/usr/share/singular
+  install -m644 "$srcdir"/Singular/$_majver/info/singular.hlp 
"$pkgdir"/usr/share/singular/
+  install -m644 "$srcdir"/Singular/$_majver/doc/singular.idx 
"$pkgdir"/usr/share/singular/
+}

Copied: singular/repos/community-staging-i686/ntl8.patch (from rev 168395, 
singular/trunk/ntl8.patch)
===
--- community-staging-i686/ntl8.patch  

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:48:24
  Author: arojas
Revision: 168395

NTL 9.7 rebuild

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 20:37:27 UTC (rev 168394)
+++ PKGBUILD2016-03-25 20:48:24 UTC (rev 168395)
@@ -5,7 +5,7 @@
 pkgname=singular
 pkgver=3.1.7.p1
 _majver=3-1-7
-pkgrel=14
+pkgrel=15
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/;


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:37:27
  Author: arojas
Revision: 168394

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

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

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

Copied: eclib/repos/community-staging-i686/PKGBUILD (from rev 168393, 
eclib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:37:27 UTC (rev 168394)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160206
+pkgrel=2
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+md5sums=('8497ea59a0a5dcc3f32ee21bb3510eac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 168393, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 20:37:27 UTC (rev 168394)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160206
+pkgrel=2
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+md5sums=('8497ea59a0a5dcc3f32ee21bb3510eac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:36:54
  Author: arojas
Revision: 168393

NTL 9.7 rebuild

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 20:31:51 UTC (rev 168392)
+++ PKGBUILD2016-03-25 20:36:54 UTC (rev 168393)
@@ -3,7 +3,7 @@
 
 pkgname=eclib
 pkgver=20160206
-pkgrel=1
+pkgrel=2
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/;


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:31:51
  Author: arojas
Revision: 168392

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

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 168391, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-i686/lapack.patch
(from rev 168391, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-i686/linbox-fplll.patch
(from rev 168391, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-i686/underlink.patch
(from rev 168391, linbox/trunk/underlink.patch)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 168391, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/lapack.patch
(from rev 168391, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
(from rev 168391, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-x86_64/underlink.patch
(from rev 168391, linbox/trunk/underlink.patch)

-+
 community-staging-i686/PKGBUILD |   51 +++
 community-staging-i686/lapack.patch |   22 ++
 community-staging-i686/linbox-fplll.patch   |   87 ++
 community-staging-i686/underlink.patch  |   41 
 community-staging-x86_64/PKGBUILD   |   51 +++
 community-staging-x86_64/lapack.patch   |   22 ++
 community-staging-x86_64/linbox-fplll.patch |   87 ++
 community-staging-x86_64/underlink.patch|   41 
 8 files changed, 402 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 168391, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:31:51 UTC (rev 168392)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.3.2
+pkgrel=11
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(i686 x86_64)
+url="http://linalg.org/;
+license=(LGPL)
+depends=(m4rie lapack ntl libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("http://linalg.org/$pkgname-$pkgver.tar.gz; 'linbox-fplll.patch' 
'underlink.patch' 'lapack.patch')
+md5sums=('67c80345c8c3e93d213f2d7d37d8c9af'
+ '76fbb525cceff1dd74a7c1892ca965d0'
+ '731a6b17c40a56e38fef79e03391e0b5'
+ '3525650c88f9a2809214216b914f4f46')
+
+prepare() {
+  cd $pkgname-$pkgver
+# fix build with newer givaro
+  sed -i 's|version_max=30800|version_max=30900|' configure
+# fix libfplll support - Fedora patch
+  patch -p0 -i ../linbox-fplll.patch
+# fix underlink - Fedora patch
+  patch -p0 -i ../underlink.patch
+# fix detecting lapack support in fflas-ffpack
+  patch -p0 -i ../lapack.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS="$CFLAGS -g -fPIC"
+  export CXXFLAGS="$CXXFLAGS -g -fPIC"
+  export LDFLAGS="$LDFLAGS -L/usr/lib"
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: linbox/repos/community-staging-i686/lapack.patch (from rev 168391, 
linbox/trunk/lapack.patch)
===
--- community-staging-i686/lapack.patch (rev 0)
+++ community-staging-i686/lapack.patch 2016-03-25 20:31:51 UTC (rev 168392)
@@ -0,0 +1,22 @@
+--- ./macros/lapack-check.m4.orig  2012-06-07 02:30:26.0 -0600
 ./macros/lapack-check.m4   2012-10-02 15:05:47.051001770 -0600
+@@ -38,7 +38,7 @@ LIBS="${BACKUP_LIBS} ${BLAS_LIBS}"
+ 
+ AC_TRY_RUN(dnl ICC ?
+ [   #include "fflas-ffpack/fflas-ffpack-config.h"
+-  #ifdef __FFLAS_FFPACK_HAVE_LAPACK
++  #ifdef __FFLASFFPACK_HAVE_LAPACK
+  int main() { return 0 ; }
+#else
+a pas lapack
+--- ./configure.orig   2012-06-07 15:19:31.0 -0600
 ./configure2012-10-02 15:06:07.629005714 -0600
+@@ -18077,7 +18077,7 @@ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+#include "fflas-ffpack/fflas-ffpack-config.h"
+-  #ifdef __FFLAS_FFPACK_HAVE_LAPACK
++  #ifdef __FFLASFFPACK_HAVE_LAPACK
+  int main() { return 0 ; }
+#else
+a pas lapack

Copied: linbox/repos/community-staging-i686/linbox-fplll.patch (from rev 
168391, linbox/trunk/linbox-fplll.patch)
===
--- community-staging-i686/linbox-fplll.patch   (rev 0)
+++ community-staging-i686/linbox-fplll.patch   2016-03-25 20:31:51 UTC (rev 

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:31:11
  Author: arojas
Revision: 168391

NTL 9.7 rebuild

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 20:30:16 UTC (rev 168390)
+++ PKGBUILD2016-03-25 20:31:11 UTC (rev 168391)
@@ -3,7 +3,7 @@
 
 pkgname=linbox
 pkgver=1.3.2
-pkgrel=10
+pkgrel=11
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(i686 x86_64)
 url="http://linalg.org/;


[arch-commits] Commit in meataxe (5 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:30:16
  Author: arojas
Revision: 168390

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

Added:
  meataxe/repos/
  meataxe/repos/community-i686/
  meataxe/repos/community-i686/PKGBUILD
(from rev 168389, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-x86_64/
  meataxe/repos/community-x86_64/PKGBUILD
(from rev 168389, meataxe/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   51 
 community-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 168389, 
meataxe/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-03-25 20:30:16 UTC (rev 168390)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=3
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=()
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
+md5sums=('e0f384e37a69671c73c2904e4e69dc01'
+ '5fbe031993c9aa0c41e6d9138748d902'
+ 'b2ca48d166c538daa80ef7e6646dbb97'
+ '6683ff2a272a3ea0e3851a3826684caf'
+ '2eeae8b89e018e86205140d316712a66'
+ 'a3831f351ca465d8dc57a922e4c52b62')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  touch Makefile.conf
+# make
+  make tmp/libmtx.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  mkdir -p "$pkgdir"/usr/{include,lib,share/doc/meataxe}
+#  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
+  install -m644 src/meataxe.h "$pkgdir"/usr/include
+  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
+}

Copied: meataxe/repos/community-x86_64/PKGBUILD (from rev 168389, 
meataxe/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-03-25 20:30:16 UTC (rev 168390)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=3
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=()
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
+md5sums=('e0f384e37a69671c73c2904e4e69dc01'
+ '5fbe031993c9aa0c41e6d9138748d902'
+ 'b2ca48d166c538daa80ef7e6646dbb97'
+ '6683ff2a272a3ea0e3851a3826684caf'
+ '2eeae8b89e018e86205140d316712a66'
+ 'a3831f351ca465d8dc57a922e4c52b62')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  touch Makefile.conf
+# make
+  make tmp/libmtx.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  mkdir -p "$pkgdir"/usr/{include,lib,share/doc/meataxe}
+#  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
+  install -m644 src/meataxe.h 

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:29:43
  Author: arojas
Revision: 168389

Add meataxe, new sagemath dependency

Added:
  meataxe/
  meataxe/trunk/
  meataxe/trunk/PKGBUILD

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

Added: meataxe/trunk/PKGBUILD
===
--- meataxe/trunk/PKGBUILD  (rev 0)
+++ meataxe/trunk/PKGBUILD  2016-03-25 20:29:43 UTC (rev 168389)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=3
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=()
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
+md5sums=('e0f384e37a69671c73c2904e4e69dc01'
+ '5fbe031993c9aa0c41e6d9138748d902'
+ 'b2ca48d166c538daa80ef7e6646dbb97'
+ '6683ff2a272a3ea0e3851a3826684caf'
+ '2eeae8b89e018e86205140d316712a66'
+ 'a3831f351ca465d8dc57a922e4c52b62')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  touch Makefile.conf
+# make
+  make tmp/libmtx.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  mkdir -p "$pkgdir"/usr/{include,lib,share/doc/meataxe}
+#  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
+  install -m644 src/meataxe.h "$pkgdir"/usr/include
+  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
+}


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


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:22:48
  Author: arojas
Revision: 168388

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

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

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

Copied: flint/repos/community-staging-i686/PKGBUILD (from rev 168387, 
flint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:22:48 UTC (rev 168388)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+# Contributor: Alessandro "jakedust" Andrioni 
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=7
+pkgdesc="A C library for doing number theory"
+arch=(i686 x86_64)
+url="http://www.flintlib.org;
+license=(GPL)
+depends=(mpfr ntl)
+source=("http://www.flintlib.org/flint-$pkgver.tar.gz;)
+md5sums=('cda885309362150196aed66a5e0f0383')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: flint/repos/community-staging-x86_64/PKGBUILD (from rev 168387, 
flint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 20:22:48 UTC (rev 168388)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+# Contributor: Alessandro "jakedust" Andrioni 
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=7
+pkgdesc="A C library for doing number theory"
+arch=(i686 x86_64)
+url="http://www.flintlib.org;
+license=(GPL)
+depends=(mpfr ntl)
+source=("http://www.flintlib.org/flint-$pkgver.tar.gz;)
+md5sums=('cda885309362150196aed66a5e0f0383')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:22:08
  Author: arojas
Revision: 168387

NTL 9.7 rebuild

Modified:
  flint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 20:14:35 UTC (rev 168386)
+++ PKGBUILD2016-03-25 20:22:08 UTC (rev 168387)
@@ -5,7 +5,7 @@
 
 pkgname=flint
 pkgver=2.5.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A C library for doing number theory"
 arch=(i686 x86_64)
 url="http://www.flintlib.org;


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:14:35
  Author: arojas
Revision: 168386

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

Added:
  lcalc/repos/community-staging-i686/
  lcalc/repos/community-staging-i686/Lcommon.h.patch
(from rev 168385, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-i686/PKGBUILD
(from rev 168385, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-i686/gcc-4.9.patch
(from rev 168385, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-i686/gcc-5.patch
(from rev 168385, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-i686/pari-2.7.patch
(from rev 168385, lcalc/trunk/pari-2.7.patch)
  lcalc/repos/community-staging-x86_64/
  lcalc/repos/community-staging-x86_64/Lcommon.h.patch
(from rev 168385, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-x86_64/PKGBUILD
(from rev 168385, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-x86_64/gcc-4.9.patch
(from rev 168385, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-x86_64/gcc-5.patch
(from rev 168385, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-x86_64/pari-2.7.patch
(from rev 168385, lcalc/trunk/pari-2.7.patch)

--+
 community-staging-i686/Lcommon.h.patch   |   23 +
 community-staging-i686/PKGBUILD  |   46 +++
 community-staging-i686/gcc-4.9.patch |   24 ++
 community-staging-i686/gcc-5.patch   |   56 
 community-staging-i686/pari-2.7.patch|   67 +
 community-staging-x86_64/Lcommon.h.patch |   23 +
 community-staging-x86_64/PKGBUILD|   46 +++
 community-staging-x86_64/gcc-4.9.patch   |   24 ++
 community-staging-x86_64/gcc-5.patch |   56 
 community-staging-x86_64/pari-2.7.patch  |   67 +
 10 files changed, 432 insertions(+)

Copied: lcalc/repos/community-staging-i686/Lcommon.h.patch (from rev 168385, 
lcalc/trunk/Lcommon.h.patch)
===
--- community-staging-i686/Lcommon.h.patch  (rev 0)
+++ community-staging-i686/Lcommon.h.patch  2016-03-25 20:14:35 UTC (rev 
168386)
@@ -0,0 +1,23 @@
+--- L-1.23/include/Lcommon.h.orig  2011-04-09 04:09:25.984121006 -0300
 L-1.23/include/Lcommon.h   2011-04-09 04:09:58.750265003 -0300
+@@ -25,6 +25,8 @@ inline double lcalc_to_double(const Doub
+ #ifdef USE_MPFR
+ inline double lcalc_to_double(const double& x) { return x; }
+ #endif
++
++#if 0
+ //inline double lcalc_to_double(const long double& x) { return x; }
+ inline double lcalc_to_double(const int& x) { return x; }
+ inline double lcalc_to_double(const long long& x) { return x; }
+@@ -33,6 +35,10 @@ inline double lcalc_to_double(const char
+ inline double lcalc_to_double(const long int& x) { return x; }
+ inline double lcalc_to_double(const unsigned int& x) { return x; }
+ inline double lcalc_to_double(const long unsigned int& x) { return x; }
++#else
++#  define lcalc_to_double(x)  ((double)(x))
++#endif
++
+ #define Int(x) (int)(lcalc_to_double(x))
+ #define Long(x) (Long)(lcalc_to_double(x))
+ #define double(x) (double)(lcalc_to_double(x))
+ 
\ No newline at end of file

Copied: lcalc/repos/community-staging-i686/PKGBUILD (from rev 168385, 
lcalc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:14:35 UTC (rev 168386)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=lcalc
+pkgver=1.23
+pkgrel=11
+pkgdesc="C++ L-function class library and command line interface"
+arch=(i686 x86_64)
+url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html;
+license=(GPL2)
+depends=(pari-sage)
+makedepends=(chrpath)
+source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz;
+ 'Lcommon.h.patch' 'gcc-4.9.patch' 'pari-2.7.patch' 'gcc-5.patch')
+md5sums=('8262d4495e0bbe0283e5341ef8694c23'
+ '8af1dd6d3118bb785f193283a31305a2'
+ '436dd35b06766dffad0941bcfb511e89'
+ '187024b6d6f259209645af68ca8787f2'
+ '88d8a28a75e0bc143d0898f2797d1c54')
+
+prepare() {
+  cd L-$pkgver
+  patch -p1 -i "$srcdir"/Lcommon.h.patch  
+  patch -p1 -i "$srcdir"/gcc-4.9.patch
+  patch -p1 -i "$srcdir"/gcc-5.patch
+# port to PARI 2.7 API
+  patch -p1 -i "$srcdir"/pari-2.7.patch
+}
+
+build() {
+  cd L-$pkgver/src
+  make PARI_DEFINE="-DINCLUDE_PARI" LOCATION_PARI_H="/usr/include/pari"
LOCATION_PARI_LIBRARY="/usr/lib" all
+}
+
+package() {
+  cd L-$pkgver/src
+  mkdir -p "$pkgdir"/usr/{bin,include,lib}
+  make INSTALL_DIR="$pkgdir"/usr install
+
+# remove leftover files
+  rm 
"$pkgdir"/usr/include/Lfunction/{Lexplicit_formula.h.swap.crap,.*.swp,.DS*}

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:13:46
  Author: arojas
Revision: 168384

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

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

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

Copied: ntl/repos/community-staging-i686/PKGBUILD (from rev 168383, 
ntl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:13:46 UTC (rev 168384)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Brad Conte 
+
+pkgname=ntl
+pkgver=9.7.0
+pkgrel=1
+pkgdesc="A Library for doing Number Theory"
+arch=(i686 x86_64)
+url="http://www.shoup.net/ntl/;
+license=(GPL)
+depends=(gf2x gmp)
+makedepends=()
+source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('02f6076903f482d4bf15f62fb7ee260f')
+
+build() {
+  cd $pkgname-$pkgver/src
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NATIVE=off
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/src
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make PREFIX="$pkgdir/usr" install
+}

Copied: ntl/repos/community-staging-x86_64/PKGBUILD (from rev 168383, 
ntl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 20:13:46 UTC (rev 168384)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Brad Conte 
+
+pkgname=ntl
+pkgver=9.7.0
+pkgrel=1
+pkgdesc="A Library for doing Number Theory"
+arch=(i686 x86_64)
+url="http://www.shoup.net/ntl/;
+license=(GPL)
+depends=(gf2x gmp)
+makedepends=()
+source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('02f6076903f482d4bf15f62fb7ee260f')
+
+build() {
+  cd $pkgname-$pkgver/src
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NATIVE=off
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/src
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make PREFIX="$pkgdir/usr" install
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:13:58
  Author: arojas
Revision: 168385

pari-sage 2.8.2341 rebuild

Modified:
  lcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 20:13:46 UTC (rev 168384)
+++ PKGBUILD2016-03-25 20:13:58 UTC (rev 168385)
@@ -3,7 +3,7 @@
 
 pkgname=lcalc
 pkgver=1.23
-pkgrel=10
+pkgrel=11
 pkgdesc="C++ L-function class library and command line interface"
 arch=(i686 x86_64)
 url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html;


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:13:17
  Author: arojas
Revision: 168383

Update to 9.7.0

Modified:
  ntl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 20:01:52 UTC (rev 168382)
+++ PKGBUILD2016-03-25 20:13:17 UTC (rev 168383)
@@ -3,8 +3,8 @@
 # Contributor: Brad Conte 
 
 pkgname=ntl
-pkgver=9.6.4
-pkgrel=2
+pkgver=9.7.0
+pkgrel=1
 pkgdesc="A Library for doing Number Theory"
 arch=(i686 x86_64)
 url="http://www.shoup.net/ntl/;
@@ -12,7 +12,7 @@
 depends=(gf2x gmp)
 makedepends=()
 source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('a329136fcc9f8c09d3690455f0ba698d')
+md5sums=('02f6076903f482d4bf15f62fb7ee260f')
 
 build() {
   cd $pkgname-$pkgver/src


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:01:52
  Author: arojas
Revision: 168382

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

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

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 168381, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:01:52 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;)
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 168381, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 20:01:52 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;)
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:01:22
  Author: arojas
Revision: 168381

Update to 2.8.2341

Modified:
  pari-sage/trunk/PKGBUILD
Deleted:
  pari-sage/trunk/public_memory_functions.patch

---+
 PKGBUILD  |   15 +
 public_memory_functions.patch |   61 
 2 files changed, 3 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:49:59 UTC (rev 168380)
+++ PKGBUILD2016-03-25 20:01:22 UTC (rev 168381)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-2044-g89b0f1e
+_pkgver=2.8-2341-g61b65cc
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -15,18 +15,9 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
- 'public_memory_functions.patch')
-md5sums=('ca27af679818f4cfef7e8eef9edc83cb'
- '9172b9faee975cd3fe0f97126ea61af8')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;)
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
 
-prepare() {
-  cd pari-${_pkgver}
-
-# make some private functions public
-  patch -p1 -i "$srcdir"/public_memory_functions.patch
-}
-
 build() {
   cd pari-${_pkgver}
   ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp

Deleted: public_memory_functions.patch
===
--- public_memory_functions.patch   2016-03-25 19:49:59 UTC (rev 168380)
+++ public_memory_functions.patch   2016-03-25 20:01:22 UTC (rev 168381)
@@ -1,61 +0,0 @@
-diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
-index 7067183..4ede6ed 100644
 a/src/headers/paridecl.h
-+++ b/src/headers/paridecl.h
-@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
- voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
- GEN pari_version(void);
- voidpari_warn(int numerr, ...);
-+void *  pari_mainstack_malloc(size_t size);
-+voidpari_mainstack_mfree(void *s, size_t size);
-+voidpari_mainstack_free(struct pari_mainstack *st);
- voidparistack_alloc(size_t rsize, size_t vsize);
- voidparistack_newrsize(ulong newsize);
- voidparistack_resize(ulong newsize);
-diff --git a/src/language/init.c b/src/language/init.c
-index 7b5922d..2a578d7 100644
 a/src/language/init.c
-+++ b/src/language/init.c
-@@ -612,7 +612,7 @@ pari_add_oldmodule(entree *ep)
- #ifndef MAP_NORESERVE
- #define MAP_NORESERVE 0
- #endif
--static void *
-+void *
- pari_mainstack_malloc(size_t size)
- {
-   void *b = mmap(NULL, size, PROT_READ|PROT_WRITE,
-@@ -620,7 +620,7 @@ pari_mainstack_malloc(size_t size)
-   return (b == MAP_FAILED) ? NULL: b;
- }
- 
--static void
-+void
- pari_mainstack_mfree(void *s, size_t size)
- {
-   munmap(s, size);
-@@ -634,13 +634,13 @@ pari_mainstack_mreset(void *s, size_t size)
- 
- #else
- #define PARI_STACK_ALIGN (0x40UL)
--static void *
-+void *
- pari_mainstack_malloc(size_t s)
- {
-   return malloc(s); /* NOT pari_malloc, e_MEM would be deadly */
- }
- 
--static void
-+void
- pari_mainstack_mfree(void *s, size_t size) { (void) size; free(s); }
- 
- static void
-@@ -681,7 +681,7 @@ pari_mainstack_alloc(struct pari_mainstack *st, size_t 
rsize, size_t vsize)
-   st->memused = 0;
- }
- 
--static void
-+void
- pari_mainstack_free(struct pari_mainstack *st)
- {
-   pari_mainstack_mfree((void*)st->vbot, st->vsize ? st->vsize : 
fix_size(st->rsize));


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:49:59
  Author: arojas
Revision: 168380

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 168379, pynac/trunk/PKGBUILD)
  pynac/repos/community-staging-x86_64/
  pynac/repos/community-staging-x86_64/PKGBUILD
(from rev 168379, 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 168379, 
pynac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:49:59 UTC (rev 168380)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.2
+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 gmp)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('1645efe14e2000716e535560b40367c5')
+
+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 168379, 
pynac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:49:59 UTC (rev 168380)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.2
+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 gmp)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('1645efe14e2000716e535560b40367c5')
+
+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/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:49:22
  Author: arojas
Revision: 168379

Update to 0.6.2

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:46:58 UTC (rev 168378)
+++ PKGBUILD2016-03-25 19:49:22 UTC (rev 168379)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.6.0
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2 gmp)
 source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('1359ec5c874d6e6126fd952613f19d77')
+md5sums=('1645efe14e2000716e535560b40367c5')
 
 build() {
   cd pynac-pynac-$pkgver


[arch-commits] Commit in coin-or-mp/repos (4 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:46:58
  Author: arojas
Revision: 168378

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

Added:
  coin-or-mp/repos/community-staging-i686/
  coin-or-mp/repos/community-staging-i686/PKGBUILD
(from rev 168377, coin-or-mp/trunk/PKGBUILD)
  coin-or-mp/repos/community-staging-x86_64/
  coin-or-mp/repos/community-staging-x86_64/PKGBUILD
(from rev 168377, coin-or-mp/trunk/PKGBUILD)

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

Copied: coin-or-mp/repos/community-staging-i686/PKGBUILD (from rev 168377, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:46:58 UTC (rev 168378)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.3
+pkgrel=4
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinMP;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cbc)
+provides=(coin-mp)
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/build
+}

Copied: coin-or-mp/repos/community-staging-x86_64/PKGBUILD (from rev 168377, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:46:58 UTC (rev 168378)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.3
+pkgrel=4
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinMP;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cbc)
+provides=(coin-mp)
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/build
+}


[arch-commits] Commit in coin-or-mp/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:46:12
  Author: arojas
Revision: 168377

glpk 4.59 rebuild

Modified:
  coin-or-mp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:43:58 UTC (rev 168376)
+++ PKGBUILD2016-03-25 19:46:12 UTC (rev 168377)
@@ -6,7 +6,7 @@
 
 pkgname=coin-or-mp
 pkgver=1.8.3
-pkgrel=3
+pkgrel=4
 pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/CoinMP;


[arch-commits] Commit in coin-or-cbc/repos (4 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:43:58
  Author: arojas
Revision: 168376

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

Added:
  coin-or-cbc/repos/community-staging-i686/
  coin-or-cbc/repos/community-staging-i686/PKGBUILD
(from rev 168375, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-staging-x86_64/
  coin-or-cbc/repos/community-staging-x86_64/PKGBUILD
(from rev 168375, coin-or-cbc/trunk/PKGBUILD)

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

Copied: coin-or-cbc/repos/community-staging-i686/PKGBUILD (from rev 168375, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:43:58 UTC (rev 168376)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.9.8
+pkgrel=2
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-cbc/repos/community-staging-x86_64/PKGBUILD (from rev 168375, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:43:58 UTC (rev 168376)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.9.8
+pkgrel=2
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:43:18
  Author: arojas
Revision: 168375

glpk 4.59 rebuild

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:38:01 UTC (rev 168374)
+++ PKGBUILD2016-03-25 19:43:18 UTC (rev 168375)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-cbc
 pkgver=2.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Cbc;


[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:37:27
  Author: arojas
Revision: 168373

glpk 4.59 rebuild

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:34:21 UTC (rev 168372)
+++ PKGBUILD2016-03-25 19:37:27 UTC (rev 168373)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-cgl
 pkgver=0.59.9
-pkgrel=2
+pkgrel=3
 pkgdesc="COIN-OR Cut Generation Library"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Cgl;


[arch-commits] Commit in coin-or-cgl/repos (4 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:38:01
  Author: arojas
Revision: 168374

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

Added:
  coin-or-cgl/repos/community-staging-i686/
  coin-or-cgl/repos/community-staging-i686/PKGBUILD
(from rev 168373, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-staging-x86_64/
  coin-or-cgl/repos/community-staging-x86_64/PKGBUILD
(from rev 168373, coin-or-cgl/trunk/PKGBUILD)

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

Copied: coin-or-cgl/repos/community-staging-i686/PKGBUILD (from rev 168373, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:38:01 UTC (rev 168374)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.59.9
+pkgrel=3
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('ebe87d6ba1cab31a8223c187fe8e7f7f141989d9')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-cgl/repos/community-staging-x86_64/PKGBUILD (from rev 168373, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:38:01 UTC (rev 168374)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.59.9
+pkgrel=3
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('ebe87d6ba1cab31a8223c187fe8e7f7f141989d9')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:35:09
  Author: arojas
Revision: 262561

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

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 262560, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 262560, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 88 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-25 19:34:25 UTC (rev 262560)
+++ extra-i686/PKGBUILD 2016-03-25 19:35:09 UTC (rev 262561)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.12.3
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('cd495258ec25bff97e11b656c304d202')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 262560, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-25 19:35:09 UTC (rev 262561)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=15.12.3
+pkgrel=2
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;
+   
ktp-text-ui-qt5.6.patch::"https://git.reviewboard.kde.org/r/127493/diff/raw/;)
+md5sums=('cd495258ec25bff97e11b656c304d202'
+ '4832cb3f97a6311149a8974ad907f585')
+
+prepare() {
+  mkdir -p build
+
+# Fix displaying chats with Qt 5.6
+  cd $_pkgname-$pkgver
+  patch -p1 -i ../ktp-text-ui-qt5.6.patch
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-25 19:34:25 UTC (rev 262560)
+++ extra-x86_64/PKGBUILD   2016-03-25 19:35:09 UTC (rev 262561)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.12.3
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('cd495258ec25bff97e11b656c304d202')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" 

[arch-commits] Commit in coin-or-clp/repos (4 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:34:21
  Author: arojas
Revision: 168372

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

Added:
  coin-or-clp/repos/community-staging-i686/
  coin-or-clp/repos/community-staging-i686/PKGBUILD
(from rev 168371, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-staging-x86_64/
  coin-or-clp/repos/community-staging-x86_64/PKGBUILD
(from rev 168371, coin-or-clp/trunk/PKGBUILD)

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

Copied: coin-or-clp/repos/community-staging-i686/PKGBUILD (from rev 168371, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:34:21 UTC (rev 168372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-clp
+pkgver=1.16.10
+pkgrel=3
+pkgdesc="COIN-OR linear programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('c74ef781ef050df6a127186f7a0069118cf89b12')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+# make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-clp/repos/community-staging-x86_64/PKGBUILD (from rev 168371, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:34:21 UTC (rev 168372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-clp
+pkgver=1.16.10
+pkgrel=3
+pkgdesc="COIN-OR linear programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('c74ef781ef050df6a127186f7a0069118cf89b12')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+# make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in telepathy-kde-text-ui/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:34:25
  Author: arojas
Revision: 262560

Fix chat display with Qt 5.6

Modified:
  telepathy-kde-text-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:05:27 UTC (rev 262559)
+++ PKGBUILD2016-03-25 19:34:25 UTC (rev 262560)
@@ -6,7 +6,7 @@
 pkgname=telepathy-kde-text-ui
 _pkgname=ktp-text-ui
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Telepathy handler for Text Chats'
 arch=('i686' 'x86_64')
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
@@ -14,11 +14,17 @@
 groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
 depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('cd495258ec25bff97e11b656c304d202')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;
+   
ktp-text-ui-qt5.6.patch::"https://git.reviewboard.kde.org/r/127493/diff/raw/;)
+md5sums=('cd495258ec25bff97e11b656c304d202'
+ '4832cb3f97a6311149a8974ad907f585')
 
 prepare() {
   mkdir -p build
+
+# Fix displaying chats with Qt 5.6
+  cd $_pkgname-$pkgver
+  patch -p1 -i ../ktp-text-ui-qt5.6.patch
 }
 
 build() {


[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:33:54
  Author: arojas
Revision: 168371

glpk 4.59 rebuild

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:30:11 UTC (rev 168370)
+++ PKGBUILD2016-03-25 19:33:54 UTC (rev 168371)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-clp
 pkgver=1.16.10
-pkgrel=2
+pkgrel=3
 pkgdesc="COIN-OR linear programming solver"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Clp;


[arch-commits] Commit in coin-or-osi/repos (4 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:30:11
  Author: arojas
Revision: 168370

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

Added:
  coin-or-osi/repos/community-staging-i686/
  coin-or-osi/repos/community-staging-i686/PKGBUILD
(from rev 168369, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-staging-x86_64/
  coin-or-osi/repos/community-staging-x86_64/PKGBUILD
(from rev 168369, coin-or-osi/trunk/PKGBUILD)

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

Copied: coin-or-osi/repos/community-staging-i686/PKGBUILD (from rev 168369, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:30:11 UTC (rev 168370)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.8
+pkgrel=3
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('7e163d3b45ef4244df103d3ab06e2edb4f301c7e')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-osi/repos/community-staging-x86_64/PKGBUILD (from rev 168369, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:30:11 UTC (rev 168370)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.8
+pkgrel=3
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('7e163d3b45ef4244df103d3ab06e2edb4f301c7e')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:29:30
  Author: arojas
Revision: 168369

glpk 4.59 rebuild

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:26:34 UTC (rev 168368)
+++ PKGBUILD2016-03-25 19:29:30 UTC (rev 168369)
@@ -3,7 +3,7 @@
 
 pkgname=coin-or-osi
 pkgver=0.107.8
-pkgrel=2
+pkgrel=3
 pkgdesc="COIN-OR Open Solver Interface"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Osi;


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:26:34
  Author: arojas
Revision: 168368

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

Added:
  coin-or-coinutils/repos/community-staging-i686/
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
(from rev 168367, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
(from rev 168367, coin-or-coinutils/trunk/PKGBUILD)

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

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
168367, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:26:34 UTC (rev 168368)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.13
+pkgrel=3
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils;
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz;)
+sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD (from rev 
168367, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:26:34 UTC (rev 168368)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.13
+pkgrel=3
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils;
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz;)
+sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:24:57
  Author: arojas
Revision: 168367

glpk 4.59 rebuild

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:21:50 UTC (rev 168366)
+++ PKGBUILD2016-03-25 19:24:57 UTC (rev 168367)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-coinutils
 pkgver=2.10.13
-pkgrel=2
+pkgrel=3
 pkgdesc="COIN-OR collection of utility classes"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/CoinUtils;


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:21:50
  Author: arojas
Revision: 168366

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

Added:
  python-cvxopt/repos/community-staging-i686/
  python-cvxopt/repos/community-staging-i686/PKGBUILD
(from rev 168365, python-cvxopt/trunk/PKGBUILD)
  python-cvxopt/repos/community-staging-x86_64/
  python-cvxopt/repos/community-staging-x86_64/PKGBUILD
(from rev 168365, python-cvxopt/trunk/PKGBUILD)

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

Copied: python-cvxopt/repos/community-staging-i686/PKGBUILD (from rev 168365, 
python-cvxopt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:21:50 UTC (rev 168366)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: BinkyTheClown 
+# Contributor: Julien Ugon 
+# Contributor: Lex Black 
+# Contributor: Gustavao A. Gomez Farhat 
+
+pkgbase=python-cvxopt
+pkgname=('python2-cvxopt' 'python-cvxopt')
+pkgver=1.1.8
+pkgrel=4
+pkgdesc="A free software package for convex optimization written in Python"
+url="http://cvxopt.org/;
+arch=('x86_64' 'i686')
+license=('GPL3')
+makedepends=('gsl fftw glpk dsdp python python2 lapack')
+optdepends=('gsl: for custom random number generators'
+'fftw: for FFTW interface'
+'glpk: solver for linear cone and PWL programming problems'
+'dsdp: solver for linear cone semidefinite programming problems')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz;)
+sha1sums=('a37ebe6edb19e775c5b762112412f0cae26d75f9')
+
+prepare() {
+  cd "$srcdir"
+  cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/cvxopt-$pkgver
+
+  for lib in GSL FFTW GLPK DSDP; do
+eval "export $'CVXOPT_BUILD_$lib'=1"
+  done
+
+  msg "Building Python2"
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/cvxopt-${pkgver}
+  python setup.py build
+}
+
+package_python2-cvxopt() {
+  depends=("python2" "lapack")
+
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-cvxopt() {
+  depends=("python" "lapack")
+
+  cd "$srcdir"/cvxopt-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}

Copied: python-cvxopt/repos/community-staging-x86_64/PKGBUILD (from rev 168365, 
python-cvxopt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:21:50 UTC (rev 168366)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: BinkyTheClown 
+# Contributor: Julien Ugon 
+# Contributor: Lex Black 
+# Contributor: Gustavao A. Gomez Farhat 
+
+pkgbase=python-cvxopt
+pkgname=('python2-cvxopt' 'python-cvxopt')
+pkgver=1.1.8
+pkgrel=4
+pkgdesc="A free software package for convex optimization written in Python"
+url="http://cvxopt.org/;
+arch=('x86_64' 'i686')
+license=('GPL3')
+makedepends=('gsl fftw glpk dsdp python python2 lapack')
+optdepends=('gsl: for custom random number generators'
+'fftw: for FFTW interface'
+'glpk: solver for linear cone and PWL programming problems'
+'dsdp: solver for linear cone semidefinite programming problems')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz;)
+sha1sums=('a37ebe6edb19e775c5b762112412f0cae26d75f9')
+
+prepare() {
+  cd "$srcdir"
+  cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/cvxopt-$pkgver
+
+  for lib in GSL FFTW GLPK DSDP; do
+eval "export $'CVXOPT_BUILD_$lib'=1"
+  done
+
+  msg "Building Python2"
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/cvxopt-${pkgver}
+  python setup.py build
+}
+
+package_python2-cvxopt() {
+  depends=("python2" "lapack")
+
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-cvxopt() {
+  depends=("python" "lapack")
+
+  cd "$srcdir"/cvxopt-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:20:11
  Author: arojas
Revision: 168365

glpk 4.59 rebuild

Modified:
  python-cvxopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:19:52 UTC (rev 168364)
+++ PKGBUILD2016-03-25 19:20:11 UTC (rev 168365)
@@ -8,7 +8,7 @@
 pkgbase=python-cvxopt
 pkgname=('python2-cvxopt' 'python-cvxopt')
 pkgver=1.1.8
-pkgrel=3
+pkgrel=4
 pkgdesc="A free software package for convex optimization written in Python"
 url="http://cvxopt.org/;
 arch=('x86_64' 'i686')


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:19:52
  Author: arojas
Revision: 168364

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

Added:
  igraph/repos/community-staging-i686/
  igraph/repos/community-staging-i686/PKGBUILD
(from rev 168363, igraph/trunk/PKGBUILD)
  igraph/repos/community-staging-x86_64/
  igraph/repos/community-staging-x86_64/PKGBUILD
(from rev 168363, igraph/trunk/PKGBUILD)
Deleted:
  igraph/repos/community-staging-i686/PKGBUILD
  igraph/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-03-06 11:11:22 UTC (rev 165344)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:19:52 UTC (rev 168364)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Fazlul Shahriar 
-# Contributor: Denis Zawada 
-
-pkgname=igraph
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(i686 x86_64)
-url="http://igraph.org/c/;
-license=(GPL2)
-depends=(glpk arpack)
-source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: igraph/repos/community-staging-i686/PKGBUILD (from rev 168363, 
igraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:19:52 UTC (rev 168364)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-03-06 11:11:22 UTC (rev 165344)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:19:52 UTC (rev 168364)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Fazlul Shahriar 
-# Contributor: Denis Zawada 
-
-pkgname=igraph
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(i686 x86_64)
-url="http://igraph.org/c/;
-license=(GPL2)
-depends=(glpk arpack)
-source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: igraph/repos/community-staging-x86_64/PKGBUILD (from rev 168363, 
igraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:19:52 UTC (rev 168364)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:16:21
  Author: arojas
Revision: 168363

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

Added:
  gnunet/repos/community-staging-i686/
  gnunet/repos/community-staging-i686/PKGBUILD
(from rev 168362, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-staging-i686/defaults.conf
(from rev 168362, gnunet/trunk/defaults.conf)
  gnunet/repos/community-staging-i686/gnunet.service
(from rev 168362, gnunet/trunk/gnunet.service)
  gnunet/repos/community-staging-x86_64/
  gnunet/repos/community-staging-x86_64/PKGBUILD
(from rev 168362, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-staging-x86_64/defaults.conf
(from rev 168362, gnunet/trunk/defaults.conf)
  gnunet/repos/community-staging-x86_64/gnunet.service
(from rev 168362, gnunet/trunk/gnunet.service)

-+
 community-staging-i686/PKGBUILD |   47 ++
 community-staging-i686/defaults.conf|  483 ++
 community-staging-i686/gnunet.service   |   10 
 community-staging-x86_64/PKGBUILD   |   47 ++
 community-staging-x86_64/defaults.conf  |  483 ++
 community-staging-x86_64/gnunet.service |   10 
 6 files changed, 1080 insertions(+)

Copied: gnunet/repos/community-staging-i686/PKGBUILD (from rev 168362, 
gnunet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 19:16:21 UTC (rev 168363)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: wahnby 
+
+pkgname=gnunet
+pkgver=0.10.1
+pkgrel=8
+pkgdesc="A framework for secure peer-to-peer networking"
+arch=('i686' 'x86_64')
+url="http://gnunet.org;
+license=('GPL')
+depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'gnurl'
+'libmicrohttpd' 'libunistring' 'libidn')
+makedepends=('gettext' 'pkgconfig'
+'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
+optdepends=('bluez-libs'
+   'python'
+   'glpk'
+   'libpulse'
+   'opus')
+backup=(etc/gnunetd.conf)
+options=('!makeflags')
+source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+   gnunet.service
+   defaults.conf)
+md5sums=('b1171f038473f8eb7fe86db138624ff7'
+ '54cce3d2415d95b2e5bd1bd88db3a0ea'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')
+
+build() {
+  cd $srcdir/gnunet-${pkgver/_/}
+  sed -i 's|contrib doc|doc|' Makefile.*
+  [ -f Makefile ] || ./configure --prefix=/usr \
+--without-mysql \
+--with-nssdir=/usr/lib
+  make
+  make -C contrib
+}
+
+package() {
+  cd $srcdir/gnunet-${pkgver/_/}
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C contrib install
+  install -D -m0644 $srcdir/defaults.conf $pkgdir/etc/gnunetd.conf
+  rm -rf $pkgdir/usr/include/libltdl $pkgdir/usr/lib/libltdl.* 
$pkgdir/usr/include/ltdl.h
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Copied: gnunet/repos/community-staging-i686/defaults.conf (from rev 168362, 
gnunet/trunk/defaults.conf)
===
--- community-staging-i686/defaults.conf(rev 0)
+++ community-staging-i686/defaults.conf2016-03-25 19:16:21 UTC (rev 
168363)
@@ -0,0 +1,483 @@
+[PATHS]
+SERVICEHOME = ~/.gnunet/
+# SERVICEHOME = /var/lib/gnunet/
+# DEFAULTCONFIG = /etc/gnunet.conf
+# If 'DEFAULTCONFIG' is not defined, the current
+# configuration file is assumed to be the default,
+# which is what we want by default...
+
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[TESTING]
+WEAKRANDOM = NO
+# How long before failing a connection?
+CONNECT_TIMEOUT = 30
+# How many connect attempts should we make?
+CONNECT_ATTEMPTS = 3
+# How many connections can happen simultaneously?
+MAX_OUTSTANDING_CONNECTIONS = 50
+
+# Should we clean up the files on peer group shutdown?
+DELETE_FILES = YES
+
+[client]
+HOME = $SERVICEHOME
+
+[nat]
+# Are we behind NAT?
+BEHIND_NAT = NO
+
+# Is the NAT hole-punched?
+PUNCHED_NAT = NO
+
+# Enable UPNP by default?
+ENABLE_UPNP = NO
+
+# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+USE_LOCALADDR = YES
+
+# Use address obtained from a DNS lookup of our hostname
+USE_HOSTNAME = NO
+
+# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
+# normal interface IP address for non-NATed peers; 
+# possibly auto-detected (using UPnP) if possible if not specified
+# EXTERNAL_ADDRESS = 
+
+# Should we use ICMP-based NAT traversal to try connect to NATed peers
+# or, if we are behind NAT, to allow connections to us?
+ENABLE_ICMP_CLIENT = NO
+ENABLE_ICMP_SERVER = NO
+
+# IP address of the interface connected to the NAT box; IPv4 dotted-decimal 
ONLY;
+# normal interface IP address 

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:15:47
  Author: arojas
Revision: 168362

glpk 4.59 rebuild

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:11:03 UTC (rev 168361)
+++ PKGBUILD2016-03-25 19:15:47 UTC (rev 168362)
@@ -4,7 +4,7 @@
 
 pkgname=gnunet
 pkgver=0.10.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A framework for secure peer-to-peer networking"
 arch=('i686' 'x86_64')
 url="http://gnunet.org;


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:11:03
  Author: arojas
Revision: 168361

glpk 4.59 rebuild

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:06:58 UTC (rev 168360)
+++ PKGBUILD2016-03-25 19:11:03 UTC (rev 168361)
@@ -5,7 +5,7 @@
 
 pkgname=igraph
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for creating and manipulating (un)directed graphs."
 arch=(i686 x86_64)
 url="http://igraph.org/c/;


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:06:58
  Author: arojas
Revision: 168360

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

Added:
  kpmcore/repos/community-i686/PKGBUILD
(from rev 168359, kpmcore/trunk/PKGBUILD)
  kpmcore/repos/community-x86_64/PKGBUILD
(from rev 168359, kpmcore/trunk/PKGBUILD)
Deleted:
  kpmcore/repos/community-i686/PKGBUILD
  kpmcore/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-03-25 19:06:13 UTC (rev 168359)
+++ community-i686/PKGBUILD 2016-03-25 19:06:58 UTC (rev 168360)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kpmcore
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Library for managing partitions"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/;
-license=(GPL2)
-depends=(kio parted)
-makedepends=(extra-cmake-modules)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-'dosfstools: FAT32 support'
-'f2fs-tools: F2FS support')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('7743db3c13670f2aaa1be343525e8852')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpmcore/repos/community-i686/PKGBUILD (from rev 168359, 
kpmcore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 19:06:58 UTC (rev 168360)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/;
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+'dosfstools: FAT32 support'
+'f2fs-tools: F2FS support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('bbba1178c9cafddbf2a90a7188e3918a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 19:06:13 UTC (rev 168359)
+++ community-x86_64/PKGBUILD   2016-03-25 19:06:58 UTC (rev 168360)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kpmcore
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Library for managing partitions"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/;
-license=(GPL2)
-depends=(kio parted)
-makedepends=(extra-cmake-modules)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-'dosfstools: FAT32 support'
-'f2fs-tools: F2FS support')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('7743db3c13670f2aaa1be343525e8852')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpmcore/repos/community-x86_64/PKGBUILD (from rev 168359, 
kpmcore/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-25 19:06:58 UTC (rev 168360)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.1.1
+pkgrel=1

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:06:13
  Author: arojas
Revision: 168359

Update to 2.1.1

Modified:
  kpmcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 18:10:23 UTC (rev 168358)
+++ PKGBUILD2016-03-25 19:06:13 UTC (rev 168359)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpmcore
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Library for managing partitions"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 'dosfstools: FAT32 support'
 'f2fs-tools: F2FS support')
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('7743db3c13670f2aaa1be343525e8852')
+md5sums=('bbba1178c9cafddbf2a90a7188e3918a')
 
 prepare() {
   mkdir -p build


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:04:57
  Author: arojas
Revision: 262558

Update to 4.0.1

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 18:56:01 UTC (rev 262557)
+++ PKGBUILD2016-03-25 19:04:57 UTC (rev 262558)
@@ -4,13 +4,14 @@
 # Contributor : cyberdune 
 
 pkgname=octave
-pkgver=4.0.0
-pkgrel=8
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;
 license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting')
@@ -18,7 +19,7 @@
 options=('!emptydirs')
 install=octave.install
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+sha1sums=('76b531063e37df13fdbe3467a6e3c14dce364d9e'
   'SKIP')
 
 build() {


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 20:05:27
  Author: arojas
Revision: 262559

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

Added:
  octave/repos/staging-i686/
  octave/repos/staging-i686/PKGBUILD
(from rev 262558, octave/trunk/PKGBUILD)
  octave/repos/staging-i686/octave.install
(from rev 262558, octave/trunk/octave.install)
  octave/repos/staging-x86_64/
  octave/repos/staging-x86_64/PKGBUILD
(from rev 262558, octave/trunk/PKGBUILD)
  octave/repos/staging-x86_64/octave.install
(from rev 262558, octave/trunk/octave.install)

---+
 staging-i686/PKGBUILD |   48 
 staging-i686/octave.install   |   20 
 staging-x86_64/PKGBUILD   |   48 
 staging-x86_64/octave.install |   20 
 4 files changed, 136 insertions(+)

Copied: octave/repos/staging-i686/PKGBUILD (from rev 262558, 
octave/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-25 19:05:27 UTC (rev 262559)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('76b531063e37df13fdbe3467a6e3c14dce364d9e'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/staging-i686/octave.install (from rev 262558, 
octave/trunk/octave.install)
===
--- staging-i686/octave.install (rev 0)
+++ staging-i686/octave.install 2016-03-25 19:05:27 UTC (rev 262559)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5 octave.info-6 octave.info-7 octave.info-8)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: octave/repos/staging-x86_64/PKGBUILD (from rev 262558, 
octave/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-25 19:05:27 UTC (rev 262559)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('76b531063e37df13fdbe3467a6e3c14dce364d9e'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr 

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:56:01
  Author: arojas
Revision: 262557

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-25 18:55:17 UTC (rev 262556)
+++ extra-i686/PKGBUILD 2016-03-25 18:56:01 UTC (rev 262557)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.12
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3a2128da2978c84c937670ae21aa8ba3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 262556, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-25 18:56:01 UTC (rev 262557)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.14
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('7225a13fe1ca9eb7a6e29432ecaa1ffb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-25 18:55:17 UTC (rev 262556)
+++ extra-x86_64/PKGBUILD   2016-03-25 18:56:01 UTC (rev 262557)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.12
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3a2128da2978c84c937670ae21aa8ba3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 262556, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-25 18:56:01 UTC (rev 262557)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.14
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('7225a13fe1ca9eb7a6e29432ecaa1ffb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+ 

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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:55:17
  Author: arojas
Revision: 262556

Update to 5.14

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 18:47:27 UTC (rev 262555)
+++ PKGBUILD2016-03-25 18:55:17 UTC (rev 262556)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=wcslib
-pkgver=5.12
+pkgver=5.14
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cfitsio)
 makedepends=(gcc-fortran)
 
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3a2128da2978c84c937670ae21aa8ba3')
+md5sums=('7225a13fe1ca9eb7a6e29432ecaa1ffb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in qt5-doc/repos/testing-any (PKGBUILD PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:47:27
  Author: arojas
Revision: 262555

archrelease: copy trunk to testing-any

Added:
  qt5-doc/repos/testing-any/PKGBUILD
(from rev 262554, qt5-doc/trunk/PKGBUILD)
Deleted:
  qt5-doc/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  113 +++--
 1 file changed, 58 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 18:46:13 UTC (rev 262554)
+++ PKGBUILD2016-03-25 18:47:27 UTC (rev 262555)
@@ -1,55 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgname=qt5-doc
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Documentation)'
-depends=('qt5-base')
-makedepends=('qt5-tools' 'python2')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
-md5sums=('47763c168f58b1196271b231f03c8bae')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
-
-  ln -s /usr/lib/qt/bin qttools/
-  ln -s /usr/lib/qt/bin/{rcc,uic,moc} qtbase/bin/
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
--prefix /usr \
--bindir /usr/lib/qt/bin \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples
-  make docs
-}
-
-package() {
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="$pkgdir" install_docs
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-doc/repos/testing-any/PKGBUILD (from rev 262554, 
qt5-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 18:47:27 UTC (rev 262555)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-doc
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Documentation)'
+depends=('qt5-base')
+makedepends=('qt5-tools' 'python2')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+md5sums=('47763c168f58b1196271b231f03c8bae')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
+
+  ln -s /usr/lib/qt/bin qttools/
+  ln -s /usr/lib/qt/bin/{rcc,uic,moc} qtbase/bin/
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples
+  make docs
+}
+
+package() {
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix conflicts with qt5-examples
+  rm -r "$pkgdir"/usr/share/doc/qt/examples
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:46:13
  Author: arojas
Revision: 262554

Fix conflicts with qt5-examples (FS#48652)

Modified:
  qt5-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 18:39:33 UTC (rev 262553)
+++ PKGBUILD2016-03-25 18:46:13 UTC (rev 262554)
@@ -6,7 +6,7 @@
 pkgname=qt5-doc
 _qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -52,4 +52,7 @@
 
   install -d "$pkgdir"/usr/share/licenses
   ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix conflicts with qt5-examples
+  rm -r "$pkgdir"/usr/share/doc/qt/examples
 }


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:39:33
  Author: arojas
Revision: 262553

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

Added:
  glpk/repos/staging-i686/
  glpk/repos/staging-i686/PKGBUILD
(from rev 262552, glpk/trunk/PKGBUILD)
  glpk/repos/staging-x86_64/
  glpk/repos/staging-x86_64/PKGBUILD
(from rev 262552, glpk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: glpk/repos/staging-i686/PKGBUILD (from rev 262552, glpk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-25 18:39:33 UTC (rev 262553)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.59
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('gmp')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('b91d9f212286ea3eebf90c46827306497161237b'
+  'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-gmp
+
+  if [ "$CARCH" == "x86_64" ]; then
+make CFLAGS="$CFLAGS -fPIC"
+  else
+make
+  fi
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
+  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
+}

Copied: glpk/repos/staging-x86_64/PKGBUILD (from rev 262552, 
glpk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-25 18:39:33 UTC (rev 262553)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.59
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('gmp')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('b91d9f212286ea3eebf90c46827306497161237b'
+  'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-gmp
+
+  if [ "$CARCH" == "x86_64" ]; then
+make CFLAGS="$CFLAGS -fPIC"
+  else
+make
+  fi
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
+  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:38:37
  Author: arojas
Revision: 262552

Update to 4.59

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 18:24:36 UTC (rev 262551)
+++ PKGBUILD2016-03-25 18:38:37 UTC (rev 262552)
@@ -4,7 +4,7 @@
 # Additional contributors Senjin, Xavier, dundee
 
 pkgname=glpk
-pkgver=4.58
+pkgver=4.59
 pkgrel=1
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gmp')
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('e2e7f7dd85ec2c49354c4c601e79749b687e537e'
+sha1sums=('b91d9f212286ea3eebf90c46827306497161237b'
   'SKIP')
 validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
 


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:24:36
  Author: arojas
Revision: 262551

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

Added:
  ksystemlog/repos/extra-i686/PKGBUILD
(from rev 262550, ksystemlog/trunk/PKGBUILD)
  ksystemlog/repos/extra-i686/ksystemlog-journald.patch
(from rev 262550, ksystemlog/trunk/ksystemlog-journald.patch)
  ksystemlog/repos/extra-x86_64/PKGBUILD
(from rev 262550, ksystemlog/trunk/PKGBUILD)
  ksystemlog/repos/extra-x86_64/ksystemlog-journald.patch
(from rev 262550, ksystemlog/trunk/ksystemlog-journald.patch)
Deleted:
  ksystemlog/repos/extra-i686/PKGBUILD
  ksystemlog/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   86 +++
 extra-i686/PKGBUILD|   38 -
 extra-i686/ksystemlog-journald.patch   |   11 +++
 extra-x86_64/PKGBUILD  |   38 -
 extra-x86_64/ksystemlog-journald.patch |   11 +++
 5 files changed, 108 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-25 18:23:45 UTC (rev 262550)
+++ extra-i686/PKGBUILD 2016-03-25 18:24:36 UTC (rev 262551)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksystemlog
-pkgver=15.12.3
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeadmin-ksystemlog)
-replaces=(kdeadmin-ksystemlog)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('990dec653a88244730092a2dbf4a939bb9cefd58')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksystemlog/repos/extra-i686/PKGBUILD (from rev 262550, 
ksystemlog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-25 18:24:36 UTC (rev 262551)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksystemlog
+pkgver=15.12.3
+pkgrel=2
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdeadmin-ksystemlog)
+replaces=(kdeadmin-ksystemlog)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 ksystemlog-journald.patch)
+sha1sums=('990dec653a88244730092a2dbf4a939bb9cefd58'
+  'd6b038965066374a71cb1d215e55769f9652c7f4')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix journald detection
+  patch -p1 -i ../ksystemlog-journald.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: ksystemlog/repos/extra-i686/ksystemlog-journald.patch (from rev 262550, 
ksystemlog/trunk/ksystemlog-journald.patch)
===
--- extra-i686/ksystemlog-journald.patch(rev 0)
+++ extra-i686/ksystemlog-journald.patch2016-03-25 18:24:36 UTC (rev 
262551)
@@ -0,0 +1,11 @@
+--- ksystemlog-15.12.3/cmake/FindJournald.cmake.orig   2016-03-25 
18:16:30.817009024 +
 ksystemlog-15.12.3/cmake/FindJournald.cmake2016-03-25 
18:16:45.643603099 +
+@@ -15,7 +15,7 @@
+ # use pkg-config to get the directories and then use these values
+ # in the FIND_PATH() and FIND_LIBRARY() calls
+ find_package(PkgConfig)
+-pkg_check_modules(PC_JOURNALD QUIET libsystemd-journal)
++pkg_check_modules(PC_JOURNALD QUIET libsystemd)
+ 
+ set(JOURNALD_FOUND ${PC_JOURNALD_FOUND})
+ set(JOURNALD_DEFINITIONS ${PC_JOURNALD_CFLAGS_OTHER})

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-25 18:23:45 UTC (rev 262550)
+++ extra-x86_64/PKGBUILD   2016-03-25 18:24:36 UTC (rev 262551)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 

[arch-commits] Commit in ksystemlog/trunk (PKGBUILD ksystemlog-journald.patch)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:23:45
  Author: arojas
Revision: 262550

Fix journald detection (FS#48656)

Added:
  ksystemlog/trunk/ksystemlog-journald.patch
Modified:
  ksystemlog/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 ksystemlog-journald.patch |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 18:06:47 UTC (rev 262549)
+++ PKGBUILD2016-03-25 18:23:45 UTC (rev 262550)
@@ -5,7 +5,7 @@
 
 pkgname=ksystemlog
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='System log viewer tool'
 url='http://kde.org/applications/system/ksystemlog/'
 arch=(i686 x86_64)
@@ -15,11 +15,16 @@
 makedepends=(extra-cmake-modules kdoctools)
 conflicts=(kdeadmin-ksystemlog)
 replaces=(kdeadmin-ksystemlog)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('990dec653a88244730092a2dbf4a939bb9cefd58')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 ksystemlog-journald.patch)
+sha1sums=('990dec653a88244730092a2dbf4a939bb9cefd58'
+  'd6b038965066374a71cb1d215e55769f9652c7f4')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix journald detection
+  patch -p1 -i ../ksystemlog-journald.patch
 }
 
 build() {

Added: ksystemlog-journald.patch
===
--- ksystemlog-journald.patch   (rev 0)
+++ ksystemlog-journald.patch   2016-03-25 18:23:45 UTC (rev 262550)
@@ -0,0 +1,11 @@
+--- ksystemlog-15.12.3/cmake/FindJournald.cmake.orig   2016-03-25 
18:16:30.817009024 +
 ksystemlog-15.12.3/cmake/FindJournald.cmake2016-03-25 
18:16:45.643603099 +
+@@ -15,7 +15,7 @@
+ # use pkg-config to get the directories and then use these values
+ # in the FIND_PATH() and FIND_LIBRARY() calls
+ find_package(PkgConfig)
+-pkg_check_modules(PC_JOURNALD QUIET libsystemd-journal)
++pkg_check_modules(PC_JOURNALD QUIET libsystemd)
+ 
+ set(JOURNALD_FOUND ${PC_JOURNALD_FOUND})
+ set(JOURNALD_DEFINITIONS ${PC_JOURNALD_CFLAGS_OTHER})


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:10:23
  Author: arojas
Revision: 168358

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

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

---+
 community-testing-i686/PKGBUILD   |   36 
 community-testing-i686/discover.install   |   12 +
 community-testing-x86_64/PKGBUILD |   36 
 community-testing-x86_64/discover.install |   12 +
 4 files changed, 96 insertions(+)

Copied: discover/repos/community-testing-i686/PKGBUILD (from rev 168357, 
discover/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-25 18:10:23 UTC (rev 168358)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('afad2be536e324dfbea25af96c2fe9b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: discover/repos/community-testing-i686/discover.install (from rev 
168357, discover/trunk/discover.install)
===
--- community-testing-i686/discover.install (rev 0)
+++ community-testing-i686/discover.install 2016-03-25 18:10:23 UTC (rev 
168358)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: discover/repos/community-testing-x86_64/PKGBUILD (from rev 168357, 
discover/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-25 18:10:23 UTC (rev 168358)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('afad2be536e324dfbea25af96c2fe9b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: discover/repos/community-testing-x86_64/discover.install (from rev 
168357, discover/trunk/discover.install)
===
--- community-testing-x86_64/discover.install   (rev 0)
+++ community-testing-x86_64/discover.install   2016-03-25 18:10:23 UTC (rev 
168358)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 19:09:45
  Author: arojas
Revision: 168357

Update to 5.6.0

Modified:
  discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 18:06:01 UTC (rev 168356)
+++ PKGBUILD2016-03-25 18:09:45 UTC (rev 168357)
@@ -2,19 +2,19 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=discover
-pkgver=5.5.5
+pkgver=5.6.0
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/discover'
 license=(LGPL)
-depends=(packagekit-qt5 knewstuff kdeclarative appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
 makedepends=(extra-cmake-modules python plasma-framework)
 conflicts=(muon)
 replaces=(muon)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('24d8a45d50c83c6e4367acc6544a427c')
+md5sums=('afad2be536e324dfbea25af96c2fe9b4')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

2016-03-25 Thread Sergej Pupykin
Date: Friday, March 25, 2016 @ 18:58:00
  Author: spupykin
Revision: 168354

upgpkg: owncloud-app-contacts 2:1.1.0.0-2

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 17:21:51 UTC (rev 168353)
+++ PKGBUILD2016-03-25 17:58:00 UTC (rev 168354)
@@ -4,17 +4,24 @@
 pkgname=owncloud-app-contacts
 epoch=2
 pkgver=1.1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Contacts app for owncloud"
 arch=('any')
 url="http://owncloud.org/;
 license=('GPL')
 depends=('owncloud')
-makedepends=()
+makedepends=('bower' 'gulp' 'npm' 'git')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
 md5sums=('a596423c0e43ed97119ae4a44d8e394f')
 
+build() {
+  cd ${srcdir}/contacts-$pkgver
+  bower install
+  npm install
+  gulp
+}
+
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps
   cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2016-03-25 Thread Sergej Pupykin
Date: Friday, March 25, 2016 @ 18:58:10
  Author: spupykin
Revision: 168355

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 168354, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

--+
 PKGBUILD |   49 -
 1 file changed, 28 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 17:58:00 UTC (rev 168354)
+++ PKGBUILD2016-03-25 17:58:10 UTC (rev 168355)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=2
-pkgver=1.1.0.0
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('a596423c0e43ed97119ae4a44d8e394f')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 168354, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 17:58:10 UTC (rev 168355)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=2
+pkgver=1.1.0.0
+pkgrel=2
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=('bower' 'gulp' 'npm' 'git')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('a596423c0e43ed97119ae4a44d8e394f')
+
+build() {
+  cd ${srcdir}/contacts-$pkgver
+  bower install
+  npm install
+  gulp
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


[arch-commits] Commit in khelpcenter/repos/testing-i686 (PKGBUILD PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 18:55:21
  Author: arojas
Revision: 262548

archrelease: copy trunk to testing-i686

Added:
  khelpcenter/repos/testing-i686/PKGBUILD
(from rev 262547, khelpcenter/trunk/PKGBUILD)
Deleted:
  khelpcenter/repos/testing-i686/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 17:54:48 UTC (rev 262547)
+++ PKGBUILD2016-03-25 17:55:21 UTC (rev 262548)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.5.95
-pkgrel=1
-pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-groups=('plasma')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools' 'htdig')
-makedepends=('extra-cmake-modules')
-conflicts=('khelpcenter4' 'kdebase-runtime-doc')
-replaces=('khelpcenter4' 'kdebase-runtime-doc')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('be73b8bfa59665ba5df0624b0fd40c9b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khelpcenter/repos/testing-i686/PKGBUILD (from rev 262547, 
khelpcenter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 17:55:21 UTC (rev 262548)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools' 'htdig')
+makedepends=('extra-cmake-modules')
+conflicts=('khelpcenter4' 'kdebase-runtime-doc')
+replaces=('khelpcenter4' 'kdebase-runtime-doc')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('1c37b094bd3273912acebae2f52dcbba')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in plasma-pa/repos/testing-i686 (PKGBUILD PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 18:54:48
  Author: arojas
Revision: 262547

archrelease: copy trunk to testing-i686

Added:
  plasma-pa/repos/testing-i686/PKGBUILD
(from rev 262546, plasma-pa/trunk/PKGBUILD)
Deleted:
  plasma-pa/repos/testing-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 17:54:19 UTC (rev 262546)
+++ PKGBUILD2016-03-25 17:54:48 UTC (rev 262547)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.5.95
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://projects.kde.org/plasma-pa'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('9dbc79177f0936e8908f8279cfb0d142')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-pa/repos/testing-i686/PKGBUILD (from rev 262546, 
plasma-pa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 17:54:48 UTC (rev 262547)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('f9beabe2a235c1c59e6d44c2f09c0bd1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in plasma-nm/repos/testing-i686 (PKGBUILD PKGBUILD)

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 18:54:19
  Author: arojas
Revision: 262546

archrelease: copy trunk to testing-i686

Added:
  plasma-nm/repos/testing-i686/PKGBUILD
(from rev 262545, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/testing-i686/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 17:49:23 UTC (rev 262545)
+++ PKGBUILD2016-03-25 17:54:19 UTC (rev 262546)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.5.95
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
-license=('GPL2')
-depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('34acdbf057fe2dbf4e08e025fb612440')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-nm/repos/testing-i686/PKGBUILD (from rev 262545, 
plasma-nm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 17:54:19 UTC (rev 262546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ec0df73abdcb30aa13737af704130ca1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-25 Thread Jerome Leclanche
Date: Friday, March 25, 2016 @ 18:21:51
  Author: jleclanche
Revision: 168353

upgpkg: sassc 3.3.4-1

Upstream release 3.3.4

Modified:
  sassc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 12:34:45 UTC (rev 168352)
+++ PKGBUILD2016-03-25 17:21:51 UTC (rev 168353)
@@ -3,7 +3,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=sassc
-pkgver=3.3.2
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("i686" "x86_64")
@@ -11,7 +11,7 @@
 license=("MIT")
 depends=("libsass")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("15a2b2698639dfdc7bd6a5ba7a9ecdaf8ebb9f15503fb04dea1be3133308e41d")
+sha256sums=("adfc4b64301e1ebc1c6c94f9a2ead73be0ab7232d05ae9fb20fc52e053ce2ae3")
 
 
 build() {


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

2016-03-25 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 16:32:57
  Author: jgc
Revision: 262543

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 262542, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 262542, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 262542, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 262542, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262542, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 262542, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/10-gcr.conf
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 /10-gcr.conf  |6 ++
 /PKGBUILD |  102 
 /gcr.install  |   28 +
 gnome-unstable-i686/10-gcr.conf   |3 -
 gnome-unstable-i686/PKGBUILD  |   52 --
 gnome-unstable-i686/gcr.install   |   14 
 gnome-unstable-x86_64/10-gcr.conf |3 -
 gnome-unstable-x86_64/PKGBUILD|   52 --
 gnome-unstable-x86_64/gcr.install |   14 
 9 files changed, 136 insertions(+), 138 deletions(-)

Deleted: gnome-unstable-i686/10-gcr.conf
===
--- gnome-unstable-i686/10-gcr.conf 2016-03-25 15:32:49 UTC (rev 262542)
+++ gnome-unstable-i686/10-gcr.conf 2016-03-25 15:32:57 UTC (rev 262543)
@@ -1,3 +0,0 @@
-@users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 262542, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2016-03-25 15:32:57 UTC (rev 262543)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-25 15:32:49 UTC (rev 262542)
+++ gnome-unstable-i686/PKGBUILD2016-03-25 15:32:57 UTC (rev 262543)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gcr
-pkgver=3.19.4
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
- 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
-options=('!makeflags')
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-10-gcr.conf)
-sha256sums=('e4416664a4b781f18ee07f0124a2b1bd51436d7064bd94f980eede69e40caf30'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---libexec=/usr/lib/gcr \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # gcr wants to lock some memory to prevent swapping out private keys
-  # https://bugs.archlinux.org/task/32616
-  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
-  install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 262542, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-25 15:32:57 UTC (rev 262543)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'libgcrypt' 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379'
+

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

2016-03-25 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 16:32:49
  Author: jgc
Revision: 262542

upgpkg: gcr 3.20.0-1

Modified:
  gcr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 15:15:36 UTC (rev 262541)
+++ PKGBUILD2016-03-25 15:32:49 UTC (rev 262542)
@@ -2,20 +2,19 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gcr
-pkgver=3.19.4
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="A library for bits of crypto UI and parsing"
 arch=(i686 x86_64)
 url="http://www.gnome.org;
 license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
- 'p11-kit')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'libgcrypt' 'p11-kit')
 makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
 options=('!makeflags')
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 10-gcr.conf)
-sha256sums=('e4416664a4b781f18ee07f0124a2b1bd51436d7064bd94f980eede69e40caf30'
+sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379'
 '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
 prepare() {


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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 16:15:21
  Author: foutrelis
Revision: 262540

upgpkg: chromium 49.0.2623.108-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 13:23:14 UTC (rev 262539)
+++ PKGBUILD2016-03-25 15:15:21 UTC (rev 262540)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=49.0.2623.87
+pkgver=49.0.2623.108
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -28,7 +28,7 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
 chromium-widevine.patch)
-sha256sums=('c98d0f843d1f5e24f5df42154d91f340a8ae64f316399f163b701193e880774d'
+sha256sums=('da083a2bf17ff4c9b09b7451a81dfb41ece6b50ad363df20e918909e8cbcb1c0'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c')


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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 16:15:36
  Author: foutrelis
Revision: 262541

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 262540, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 262540, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 262540, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 262540, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 262540, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 262540, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 262540, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 262540, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  422 +
 /chromium-widevine.patch |  106 
 /chromium.desktop|  224 +
 /chromium.install|   54 
 extra-i686/PKGBUILD  |  211 
 extra-i686/chromium-widevine.patch   |   53 
 extra-i686/chromium.desktop  |  112 
 extra-i686/chromium.install  |   27 --
 extra-x86_64/PKGBUILD|  211 
 extra-x86_64/chromium-widevine.patch |   53 
 extra-x86_64/chromium.desktop|  112 
 extra-x86_64/chromium.install|   27 --
 12 files changed, 806 insertions(+), 806 deletions(-)

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


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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 14:23:14
  Author: foutrelis
Revision: 262539

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

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

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

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

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

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

Copied: geoip/repos/extra-x86_64/PKGBUILD (from rev 262538, 
geoip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-25 13:23:14 UTC (rev 262539)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Manolis Tzanidakis 
+
+pkgname=geoip
+pkgver=1.6.6
+pkgrel=2
+pkgdesc="Non-DNS IP-to-country 

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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 14:23:05
  Author: foutrelis
Revision: 262538

upgpkg: geoip 1.6.6-2

- Optionally depend on geoip-database-extra for city/ASN databases.
- Remove nonexistent backup() entry.

Modified:
  geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 13:10:20 UTC (rev 262537)
+++ PKGBUILD2016-03-25 13:23:05 UTC (rev 262538)
@@ -4,14 +4,14 @@
 
 pkgname=geoip
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Non-DNS IP-to-country resolver C library & utils"
 arch=('i686' 'x86_64')
 url="http://www.maxmind.com/app/c;
 license=('GPL')
 depends=('zlib' 'geoip-database')
+optdepends=('geoip-database-extra: city/ASN databases (not needed for country 
lookups)')
 makedepends=('autoconf' 'libtool')
-backup=('etc/geoip/GeoIP.conf')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
 sha256sums=('db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46')


[arch-commits] Commit in seahorse/trunk (PKGBUILD gpg-2.1.patch)

2016-03-25 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 14:10:13
  Author: jgc
Revision: 262536

upgpkg: seahorse 3.20.0-1

Modified:
  seahorse/trunk/PKGBUILD
Deleted:
  seahorse/trunk/gpg-2.1.patch

---+
 PKGBUILD  |8 
 gpg-2.1.patch |   11 ---
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 13:07:12 UTC (rev 262535)
+++ PKGBUILD2016-03-25 13:10:13 UTC (rev 262536)
@@ -4,13 +4,13 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.18.0
-pkgrel=2
+pkgver=3.20.0
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/;
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils hicolor-icon-theme 
dconf)
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
@@ -18,7 +18,7 @@
 groups=(gnome-extra)
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667')
+sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
 
 build() {
   cd "$pkgname-$pkgver"

Deleted: gpg-2.1.patch
===
--- gpg-2.1.patch   2016-03-25 13:07:12 UTC (rev 262535)
+++ gpg-2.1.patch   2016-03-25 13:10:13 UTC (rev 262536)
@@ -1,11 +0,0 @@
 a/configure.ac 2015-01-19 09:47:35.260129636 +
-+++ b/configure.ac 2015-01-19 09:47:41.363436425 +
-@@ -9,7 +9,7 @@
- GTK_REQ=3.4.0
- GTK_MAX=GTK_VERSION_3_4
- 
--GNUPG_ACCEPTED="1.2 1.4 2.0"
-+GNUPG_ACCEPTED="1.2 1.4 2.0 2.1"
- GPGME_REQUIRED=1.0.0
- LIBSECRET_REQUIRED=0.16
- AVAHI_GLIB_REQUIRED=0.6


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

2016-03-25 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 14:10:20
  Author: jgc
Revision: 262537

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  seahorse/repos/gnome-unstable-i686/
  seahorse/repos/gnome-unstable-i686/PKGBUILD
(from rev 262536, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-i686/seahorse.install
(from rev 262536, seahorse/trunk/seahorse.install)
  seahorse/repos/gnome-unstable-x86_64/
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262536, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-x86_64/seahorse.install
(from rev 262536, seahorse/trunk/seahorse.install)

+
 gnome-unstable-i686/PKGBUILD   |   34 +++
 gnome-unstable-i686/seahorse.install   |   16 ++
 gnome-unstable-x86_64/PKGBUILD |   34 +++
 gnome-unstable-x86_64/seahorse.install |   16 ++
 4 files changed, 100 insertions(+)

Copied: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 262536, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-25 13:10:20 UTC (rev 262537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME application for managing PGP keys."
+arch=(i686 x86_64)
+license=(GPL)
+url="http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 262536, 
seahorse/trunk/seahorse.install)
===
--- gnome-unstable-i686/seahorse.install(rev 0)
+++ gnome-unstable-i686/seahorse.install2016-03-25 13:10:20 UTC (rev 
262537)
@@ -0,0 +1,16 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+  if [[ $(vercmp 3.18.0-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
+  fi
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262536, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-25 13:10:20 UTC (rev 262537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME application for managing PGP keys."
+arch=(i686 x86_64)
+license=(GPL)
+url="http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 262536, 
seahorse/trunk/seahorse.install)
===
--- gnome-unstable-x86_64/seahorse.install  (rev 0)
+++ gnome-unstable-x86_64/seahorse.install  2016-03-25 13:10:20 UTC (rev 

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

2016-03-25 Thread Andreas Radke
Date: Friday, March 25, 2016 @ 14:07:12
  Author: andyrtr
Revision: 262535

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 262534, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 262534, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 262534, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 262534, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 
 staging-x86_64/PKGBUILD |   61 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 
 4 files changed, 188 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 262534, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-25 13:07:12 UTC (rev 262535)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Lukas Jirkovsky 
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.11.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
+ 'cmake' 'python-nose' 'doxygen' 'python-sphinx' 'boost' 
'python-numpy')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/vigra-${pkgver}-src.tar.gz)
+md5sums=('7f80d289e03a2f2e8c8e85f3ff29d988')
+
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+#check() {
+#  cd "${srcdir}"/${pkgname}-${pkgver}
+#  make -j1 -k check #|| /bin/true # i686 fails
+#}
+
+package_vigra() {
+  pkgdesc="Computer vision library"
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf "${pkgdir}"/usr/share/doc
+}
+
+package_vigra-doc() {
+  pkgdesc="Computer vision library - documentation and examples"
+  #depends=('vigra')
+  #arch=('any')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # cleanup
+  rm -rf "${pkgdir}"/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 262534, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2016-03-25 13:07:12 UTC (rev 
262535)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "mathutil.hxx"
+ #include "array_vector.hxx"
+ #include "sized_int.hxx"
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include 
+ #include 
+ #include  
++#include 
+ #include "vigra/multi_array.hxx"
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include 
++#include 
+ #include "tinyvector.hxx"
+ #include "iteratortags.hxx"
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 262534, 
vigra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-25 

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

2016-03-25 Thread Andreas Radke
Date: Friday, March 25, 2016 @ 14:06:58
  Author: andyrtr
Revision: 262534

upgpkg: vigra 1.11.0-1

upstream update 1.11.0

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 13:04:13 UTC (rev 262533)
+++ PKGBUILD2016-03-25 13:06:58 UTC (rev 262534)
@@ -4,8 +4,8 @@
 
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
-pkgver=1.10.0
-pkgrel=11
+pkgver=1.11.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://hci.iwr.uni-heidelberg.de/vigra/;
 license=('custom:MIT')
@@ -12,14 +12,14 @@
 makedepends=(# runtime deps
  'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
 # additional makedeps
- 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
-source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/${pkgname}-${pkgver}-src-with-docu.tar.gz)
-md5sums=('85e2968e4ee5f9541b5dd8b3fb9cc433')
+ 'cmake' 'python-nose' 'doxygen' 'python-sphinx' 'boost' 
'python-numpy')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/vigra-${pkgver}-src.tar.gz)
+md5sums=('7f80d289e03a2f2e8c8e85f3ff29d988')
 
 build() {
   cd "${srcdir}"/${pkgbase}-${pkgver}
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DPYTHON_EXECUTABLE=/usr/bin/python \
   -DWITH_OPENEXR=true \
   -DWITH_VIGRANUMPY=1 \
   -DDOCINSTALL=share/doc
@@ -34,7 +34,7 @@
 package_vigra() {
   pkgdesc="Computer vision library"
   depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
-  optdepends=('python2: for python bindings'
+  optdepends=('python: for python bindings'
   'boost-libs: for python bindings')
 
   cd "${srcdir}"/${pkgbase}-${pkgver}
@@ -44,9 +44,6 @@
   
   # remove doc
   rm -rf "${pkgdir}"/usr/share/doc
-  
-  #fix shebang for python2
-  sed -i 's|python$|python2|' "$pkgdir"/usr/bin/vigra-config
 }
 
 package_vigra-doc() {


[arch-commits] Commit in geoip-database/trunk (PKGBUILD check-last-modified.sh)

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 14:04:03
  Author: foutrelis
Revision: 262532

upgpkg: geoip-database 20160301-2

Ship city and ASN databases in a new split package (FS#48391).

Modified:
  geoip-database/trunk/PKGBUILD
  geoip-database/trunk/check-last-modified.sh

+
 PKGBUILD   |   71 ++-
 check-last-modified.sh |8 +++--
 2 files changed, 64 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 12:22:44 UTC (rev 262531)
+++ PKGBUILD2016-03-25 13:04:03 UTC (rev 262532)
@@ -1,28 +1,40 @@
 # $Id$
 # Maintainer: Evangelos Foutras 
 
-pkgname=geoip-database
+pkgname=('geoip-database' 'geoip-database-extra')
 pkgver=20160301
-pkgrel=1
-pkgdesc="GeoLite country geolocation database compiled by MaxMind"
+pkgrel=2
 arch=('any')
-url="http://dev.maxmind.com/geoip/legacy/downloadable/;
+url="https://dev.maxmind.com/geoip/legacy/geolite/;
 license=('custom:OPEN DATA LICENSE')
 checkdepends=('geoip')
 
source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
 
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+
GeoLiteCity-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
+
GeoLiteCityv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
+
GeoIPASNum-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
+
GeoIPASNumv6-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz
 
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
+   GeoIPv6-$pkgver.dat.gz
+   GeoLiteCity-$pkgver.dat.gz
+   GeoLiteCityv6-$pkgver.dat.gz
+   GeoIPASNum-$pkgver.dat.gz
+   GeoIPASNumv6-$pkgver.dat.gz)
 sha256sums=('13963b7a047489d56a150abf66f48ecec86d9dc0c989f610ea6db6001bcfc282'
 'a888319051e14b8c7d30ff3b2b3514ecc75fbfcc2c7c2cb88a25b0969e568b80'
+'311c9c3370d6b9d6b7ce5c590f3d684bd6c2f617eee4fba9dd3d974c05f4993a'
+'c270b2b0e7f9b876ce0de4c26c1b8744a38526fc4eb5d1ac72b0413cb2b45bee'
+'a70a39d60cd3fe1ad18d41f1607b848c744e8fe01e79c2d8f32981af934e8fca'
+'4e6bc46da26f2b731427c2dadd3e12d511fcf92ac3afeb0d9079e49ca403bcc5'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {
   cd "$srcdir"
 
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
+  for _database_name in GeoIP GeoLiteCity GeoIPASNum; do
+gunzip -c $_database_name-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}.dat
+gunzip -c ${_database_name}v6-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}v6.dat
   done
 }
 
@@ -29,24 +41,57 @@
 check() {
   cd "$srcdir"
 
-  if [[ $(geoiplookup -d . 8.8.8.8) != *"US, United States" ]]; then
-error 'Unable to resolve IPv4 address.'
+  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
+error 'Unable to resolve IPv4 address to country.'
 return 1
   fi
 
-  if [[ $(geoiplookup6 -d . 2001:4860:4860::) != *"US, United States" ]]; 
then
-error 'Unable to resolve IPv6 address.'
+  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
+error 'Unable to resolve IPv6 address to country.'
 return 1
   fi
+
+  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, CA, California'* ]]; 
then
+error 'Unable to resolve IPv4 address to city.'
+return 1
+  fi
+
+  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, N/A, 
N/A'* ]]; then
+error 'Unable to resolve IPv6 address to city.'
+return 1
+  fi
+
+  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 Google Inc.' ]]; 
then
+error 'Unable to resolve IPv4 address to ASN.'
+return 1
+  fi
+
+  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
Google Inc.' ]]; then
+error 'Unable to resolve IPv6 address to ASN.'
+return 1
+  fi
 }
 
-package() {
+package_geoip-database() {
+  pkgdesc="GeoLite country geolocation database compiled by MaxMind"
+
   cd "$srcdir"
 
   install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
+  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
 
   install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
 }
 
+package_geoip-database-extra() {
+  pkgdesc="GeoLite city/ASN geolocation databases compiled by MaxMind"
+
+  cd "$srcdir"
+
+  install -d "$pkgdir/usr/share/GeoIP"
+  install -m644 -t 

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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 14:04:13
  Author: foutrelis
Revision: 262533

archrelease: copy trunk to extra-any

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

+
 PKGBUILD   |  149 ++-
 check-last-modified.sh |   48 ---
 2 files changed, 123 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 13:04:03 UTC (rev 262532)
+++ PKGBUILD2016-03-25 13:04:13 UTC (rev 262533)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=geoip-database
-pkgver=20160301
-pkgrel=1
-pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-arch=('any')
-url="http://dev.maxmind.com/geoip/legacy/downloadable/;
-license=('custom:OPEN DATA LICENSE')
-checkdepends=('geoip')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('13963b7a047489d56a150abf66f48ecec86d9dc0c989f610ea6db6001bcfc282'
-'a888319051e14b8c7d30ff3b2b3514ecc75fbfcc2c7c2cb88a25b0969e568b80'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -d . 8.8.8.8) != *"US, United States" ]]; then
-error 'Unable to resolve IPv4 address.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -d . 2001:4860:4860::) != *"US, United States" ]]; 
then
-error 'Unable to resolve IPv6 address.'
-return 1
-  fi
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 262532, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 13:04:13 UTC (rev 262533)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=('geoip-database' 'geoip-database-extra')
+pkgver=20160301
+pkgrel=2
+arch=('any')
+url="https://dev.maxmind.com/geoip/legacy/geolite/;
+license=('custom:OPEN DATA LICENSE')
+checkdepends=('geoip')
+source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+
GeoLiteCity-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
+
GeoLiteCityv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
+
GeoIPASNum-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
+
GeoIPASNumv6-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz
+
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz
+   GeoLiteCity-$pkgver.dat.gz
+   GeoLiteCityv6-$pkgver.dat.gz
+   GeoIPASNum-$pkgver.dat.gz
+   GeoIPASNumv6-$pkgver.dat.gz)
+sha256sums=('13963b7a047489d56a150abf66f48ecec86d9dc0c989f610ea6db6001bcfc282'
+'a888319051e14b8c7d30ff3b2b3514ecc75fbfcc2c7c2cb88a25b0969e568b80'
+'311c9c3370d6b9d6b7ce5c590f3d684bd6c2f617eee4fba9dd3d974c05f4993a'
+'c270b2b0e7f9b876ce0de4c26c1b8744a38526fc4eb5d1ac72b0413cb2b45bee'
+'a70a39d60cd3fe1ad18d41f1607b848c744e8fe01e79c2d8f32981af934e8fca'
+'4e6bc46da26f2b731427c2dadd3e12d511fcf92ac3afeb0d9079e49ca403bcc5'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd "$srcdir"
+
+  for _database_name in GeoIP GeoLiteCity GeoIPASNum; do
+gunzip -c $_database_name-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}.dat
+gunzip -c ${_database_name}v6-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}v6.dat
+  done
+}
+
+check() {
+  cd "$srcdir"
+
+  if [[ $(geoiplookup 

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

2016-03-25 Thread Lukas Jirkovsky
Date: Friday, March 25, 2016 @ 13:34:45
  Author: stativ
Revision: 168352

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

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

--+
 /PKGBUILD|   66 +
 /klavaro.install |   20 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/klavaro.install   |   10 -
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/klavaro.install |   10 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 12:34:27 UTC (rev 168351)
+++ community-i686/PKGBUILD 2016-03-25 12:34:45 UTC (rev 168352)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=klavaro
-pkgver=3.01
-pkgrel=1
-pkgdesc="Free touch typing tutor program"
-arch=('i686' 'x86_64')
-url="http://klavaro.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 'gtk3' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('espeakup: voice output')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('53e2824ccc89f70dd7dca4d52ccf9c0e')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # remove the gtkdatabox shared library
-  # klavaro links to it statically due to some incompatibility wioth GTK3
-  rm -r "$pkgdir/usr/lib"
-
-  sed -i 's|/usr/share/icons/hicolor/24x24/apps/klavaro.png|klavaro|' \
-"$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: klavaro/repos/community-i686/PKGBUILD (from rev 168351, 
klavaro/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 12:34:45 UTC (rev 168352)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=klavaro
+pkgver=3.02
+pkgrel=1
+pkgdesc="Free touch typing tutor program"
+arch=('i686' 'x86_64')
+url="http://klavaro.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gtk3' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('espeakup: voice output')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c92ea579d98a8a2fce870e03de238e1c')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # remove the gtkdatabox shared library
+  # klavaro links to it statically due to some incompatibility wioth GTK3
+  rm -r "$pkgdir/usr/lib"
+
+  sed -i 's|/usr/share/icons/hicolor/24x24/apps/klavaro.png|klavaro|' \
+"$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/klavaro.install
===
--- community-i686/klavaro.install  2016-03-25 12:34:27 UTC (rev 168351)
+++ community-i686/klavaro.install  2016-03-25 12:34:45 UTC (rev 168352)
@@ -1,10 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: klavaro/repos/community-i686/klavaro.install (from rev 168351, 
klavaro/trunk/klavaro.install)
===
--- community-i686/klavaro.install  (rev 0)
+++ community-i686/klavaro.install  2016-03-25 12:34:45 UTC (rev 168352)
@@ -0,0 +1,10 @@
+post_install() {
+  gtk-update-icon-cache -f /usr/share/icons/hicolor/
+}
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 12:34:27 UTC (rev 168351)
+++ community-x86_64/PKGBUILD   2016-03-25 12:34:45 UTC (rev 168352)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=klavaro
-pkgver=3.01
-pkgrel=1
-pkgdesc="Free touch typing tutor program"
-arch=('i686' 'x86_64')
-url="http://klavaro.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 

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

2016-03-25 Thread Lukas Jirkovsky
Date: Friday, March 25, 2016 @ 13:34:27
  Author: stativ
Revision: 168351

upgpkg: klavaro 3.02-1

update to 3.02

Modified:
  klavaro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 11:42:35 UTC (rev 168350)
+++ PKGBUILD2016-03-25 12:34:27 UTC (rev 168351)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=klavaro
-pkgver=3.01
+pkgver=3.02
 pkgrel=1
 pkgdesc="Free touch typing tutor program"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('espeakup: voice output')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('53e2824ccc89f70dd7dca4d52ccf9c0e')
+md5sums=('c92ea579d98a8a2fce870e03de238e1c')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2016-03-25 Thread Andreas Radke
Date: Friday, March 25, 2016 @ 13:22:44
  Author: andyrtr
Revision: 262531

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-25 12:22:29 UTC (rev 262530)
+++ extra-i686/PKGBUILD 2016-03-25 12:22:44 UTC (rev 262531)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.6
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="https://github.com/silnrsi/graphite;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2'
- # for documentation
- 'doxygen' 'dblatex' 'graphviz' 'asciidoc')
-checkdepends=('python2-fonttools')
-options=('!emptydirs')
-source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite-${pkgver}.tgz)
-sha1sums=('052ed2e3653f7a026bf9ff63ca42683ce0bcefb4')
-
-
-prepare() {
-  cd "${srcdir}"
-
-  # python2 fixes
-  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  make -j1 docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  # python2 fixes
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="$pkgdir/" install
-  # install doc files
-  mkdir -p "${pkgdir}"/usr/share/doc/graphite2/api
-  cp -vrf doc/doxygen/{html,latex/refman.pdf} 
"${pkgdir}"/usr/share/doc/graphite2/api
-  cp -vrf doc/{GTF,manual}.html "${pkgdir}"/usr/share/doc/graphite2
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 262530, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-25 12:22:44 UTC (rev 262531)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.7
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="https://github.com/silnrsi/graphite;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2'
+ # for documentation
+ 'doxygen' 'dblatex' 'graphviz' 'asciidoc')
+checkdepends=('python2-fonttools')
+options=('!emptydirs')
+source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz)
+sha1sums=('83fde60cca7ce82d3b90b335a6e6ea719d15ffec')
+
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
+   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE:STRING=Release \
+   -DGRAPHITE2_COMPARE_RENDERER=OFF \
+
+  # fix unwanted -O3 cflag (taken form Debian)
+  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
+
+  make 
+  make -j1 docs
+}
+
+check() {
+  cd "${srcdir}"/build
+  # python2 fixes
+  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
+  ctest || true
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="$pkgdir/" install
+  # install doc files
+  mkdir -p "${pkgdir}"/usr/share/doc/graphite2/api
+  cp -vrf doc/doxygen/{html,latex/refman.pdf} 
"${pkgdir}"/usr/share/doc/graphite2/api
+  cp -vrf doc/{GTF,manual}.html "${pkgdir}"/usr/share/doc/graphite2
+
+  # licenses
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2016-03-25 Thread Andreas Radke
Date: Friday, March 25, 2016 @ 13:22:29
  Author: andyrtr
Revision: 262530

upgpkg: graphite 1:1.3.7-1

upstream update 1.3.7

Modified:
  graphite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 10:50:37 UTC (rev 262529)
+++ PKGBUILD2016-03-25 12:22:29 UTC (rev 262530)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=graphite
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
  'doxygen' 'dblatex' 'graphviz' 'asciidoc')
 checkdepends=('python2-fonttools')
 options=('!emptydirs')
-source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite-${pkgver}.tgz)
-sha1sums=('052ed2e3653f7a026bf9ff63ca42683ce0bcefb4')
+source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz)
+sha1sums=('83fde60cca7ce82d3b90b335a6e6ea719d15ffec')
 
 
 prepare() {


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

2016-03-25 Thread Felix Yan
Date: Friday, March 25, 2016 @ 12:42:14
  Author: fyan
Revision: 168349

upgpkg: python-keystoneauth1 2.4.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 09:04:22 UTC (rev 168348)
+++ PKGBUILD2016-03-25 11:42:14 UTC (rev 168349)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')


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

2016-03-25 Thread Felix Yan
Date: Friday, March 25, 2016 @ 12:42:35
  Author: fyan
Revision: 168350

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 11:42:14 UTC (rev 168349)
+++ PKGBUILD2016-03-25 11:42:35 UTC (rev 168350)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
- 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
-  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 'pep8' 
'python2-pep8'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos')
-source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a keystoneauth{,-py2}
-}
-
-build() {
-  cd "$srcdir"/keystoneauth
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth
-  # Two failures in 
keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/keystoneauth-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
-
-  cd "$srcdir"/keystoneauth
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-positional' 'python2-requests')
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 168349, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 11:42:35 UTC (rev 168350)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
+ 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
+  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
+  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 'pep8' 
'python2-pep8'
+  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
+  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
+  'python-requests-kerberos' 'python2-requests-kerberos')
+source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a keystoneauth{,-py2}
+}
+
+build() {
+  cd "$srcdir"/keystoneauth
+  python setup.py build
+
+  cd "$srcdir"/keystoneauth-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/keystoneauth
+  # Two failures in 
keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/keystoneauth-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-keystoneauth1() {
+  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
+
+  cd "$srcdir"/keystoneauth
+  python 

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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 11:50:37
  Author: foutrelis
Revision: 262529

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 262528, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 262528, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 262528, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 262528, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 262528, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 262528, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/sudo.install   |   19 
 testing-i686/sudo.pam   |4 ++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/sudo.install |   19 
 testing-x86_64/sudo.pam |4 ++
 6 files changed, 174 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 262528, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-25 10:50:37 UTC (rev 262529)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.16
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="https://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir "$pkgdir/run/sudo"
+  rmdir "$pkgdir/run"
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 262528, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2016-03-25 10:50:37 UTC (rev 262529)
@@ -0,0 +1,19 @@
+post_install() {
+  if type -P systemd-tmpfiles >/dev/null; then
+systemd-tmpfiles --create sudo.conf
+  fi
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1) < 0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 262528, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2016-03-25 10:50:37 UTC (rev 262529)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 262528, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-25 10:50:37 UTC (rev 262529)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.16
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')

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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 11:50:27
  Author: foutrelis
Revision: 262528

upgpkg: sudo 1.8.16-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 10:41:26 UTC (rev 262527)
+++ PKGBUILD2016-03-25 10:50:27 UTC (rev 262528)
@@ -4,20 +4,20 @@
 # Contributor: Tom Newsom 
 
 pkgname=sudo
-_sudover=1.8.15
+_sudover=1.8.16
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=('i686' 'x86_64')
-url="http://www.sudo.ws/sudo/;
+url="https://www.sudo.ws/sudo/;
 license=('custom')
 groups=('base-devel')
 depends=('glibc' 'pam' 'libldap')
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 install=$pkgname.install
-source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308'
+sha256sums=('2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d'
 'SKIP'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')


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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 11:41:08
  Author: foutrelis
Revision: 262526

upgpkg: thunderbird 38.7.1-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 10:38:01 UTC (rev 262525)
+++ PKGBUILD2016-03-25 10:41:08 UTC (rev 262526)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=38.7.0
+pkgver=38.7.1
 pkgrel=1
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=('!emptydirs' '!makeflags')
-sha256sums=('1bb4b24269d8ac5b76c48c09872a2e26f6507afede234cfb6255980b149273f1'
+sha256sums=('46985ab53f1d1fab9a6c7dd0b34ccf38f8401d507bf686ee56dc28a0555d9328'
 '6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'


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

2016-03-25 Thread Evangelos Foutras
Date: Friday, March 25, 2016 @ 11:41:26
  Author: foutrelis
Revision: 262527

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 262526, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 262526, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 262526, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 262526, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 262526, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 262526, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 262526, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 262526, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 262526, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 262526, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 262526, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 262526, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  152 +++
 /mozconfig |   86 ++
 /thunderbird-install-dir.patch |   24 +
 /thunderbird.desktop   |  346 +++
 /thunderbird.install   |   24 +
 /vendor.js |   18 +
 extra-i686/PKGBUILD|   76 -
 extra-i686/mozconfig   |   43 ---
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 -
 extra-i686/thunderbird.install |   12 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |   76 -
 extra-x86_64/mozconfig |   43 ---
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 -
 extra-x86_64/thunderbird.install   |   12 
 extra-x86_64/vendor.js |9 
 18 files changed, 650 insertions(+), 650 deletions(-)

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


  1   2   >