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

2016-06-01 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 04:41:34
  Author: fyan
Revision: 177679

upgpkg: python-pytest-mock 1.1-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 00:50:05 UTC (rev 177678)
+++ PKGBUILD2016-06-02 02:41:34 UTC (rev 177679)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')


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

2016-06-01 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 04:41:52
  Author: fyan
Revision: 177680

archrelease: copy trunk to community-any

Added:
  python-pytest-mock/repos/community-any/PKGBUILD
(from rev 177679, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-02 02:41:34 UTC (rev 177679)
+++ PKGBUILD2016-06-02 02:41:52 UTC (rev 177680)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.0
-pkgrel=1
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
-source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-mock{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-mock"
-  python setup.py build
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/pytest-mock"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pytest-mock/repos/community-any/PKGBUILD (from rev 177679, 
python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-02 02:41:52 UTC (rev 177680)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=1.1
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/;
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-mock{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-mock"
+  python setup.py build
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/pytest-mock"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in intel-gpu-tools/repos (4 files)

2016-06-01 Thread Daniel Micay
Date: Thursday, June 2, 2016 @ 02:50:05
  Author: thestinger
Revision: 177678

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

Added:
  intel-gpu-tools/repos/community-i686/PKGBUILD
(from rev 177677, intel-gpu-tools/trunk/PKGBUILD)
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 177677, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-i686/PKGBUILD
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 00:49:03 UTC (rev 177677)
+++ community-i686/PKGBUILD 2016-06-02 00:50:05 UTC (rev 177678)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.15
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('dea5d3a60f93054760d773aaa3a36b1f')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-i686/PKGBUILD (from rev 177677, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 00:50:05 UTC (rev 177678)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.15
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('dea5d3a60f93054760d773aaa3a36b1f')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 00:49:03 UTC (rev 177677)
+++ community-x86_64/PKGBUILD   2016-06-02 00:50:05 UTC (rev 177678)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.15
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('dea5d3a60f93054760d773aaa3a36b1f')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 177677, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-02 00:50:05 UTC (rev 177678)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.15
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel 

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

2016-06-01 Thread Daniel Micay
Date: Thursday, June 2, 2016 @ 02:47:05
  Author: thestinger
Revision: 177675

upgpkg: intel-gpu-tools 1.15-1

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 21:59:26 UTC (rev 177674)
+++ PKGBUILD2016-06-02 00:47:05 UTC (rev 177675)
@@ -4,7 +4,7 @@
 # Originally by: Denis Smirnov 
 
 pkgname=intel-gpu-tools
-pkgver=1.14
+pkgver=1.15
 pkgrel=1
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(libdrm libpciaccess cairo python)
 makedepends=(swig gtk-doc xorg-util-macros dri2proto)
 
source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('b09d69526c86174007bea2228e36b2f1')
+md5sums=('dea5d3a60f93054760d773aaa3a36b1f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in intel-gpu-tools/repos (4 files)

2016-06-01 Thread Daniel Micay
Date: Thursday, June 2, 2016 @ 02:47:41
  Author: thestinger
Revision: 177676

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

Added:
  intel-gpu-tools/repos/community-i686/PKGBUILD
(from rev 177675, intel-gpu-tools/trunk/PKGBUILD)
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 177675, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-i686/PKGBUILD
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-02 00:47:05 UTC (rev 177675)
+++ community-i686/PKGBUILD 2016-06-02 00:47:41 UTC (rev 177676)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.14
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('b09d69526c86174007bea2228e36b2f1')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-i686/PKGBUILD (from rev 177675, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-02 00:47:41 UTC (rev 177676)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.15
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('dea5d3a60f93054760d773aaa3a36b1f')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-02 00:47:05 UTC (rev 177675)
+++ community-x86_64/PKGBUILD   2016-06-02 00:47:41 UTC (rev 177676)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.14
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('b09d69526c86174007bea2228e36b2f1')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 177675, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-02 00:47:41 UTC (rev 177676)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.15
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel 

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

2016-06-01 Thread Sébastien Luttringer
Date: Wednesday, June 1, 2016 @ 23:59:26
  Author: seblu
Revision: 177674

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

Added:
  grafana/repos/community-i686/PKGBUILD
(from rev 177673, grafana/trunk/PKGBUILD)
  grafana/repos/community-i686/grafana.install
(from rev 177673, grafana/trunk/grafana.install)
  grafana/repos/community-i686/grafana.service
(from rev 177673, grafana/trunk/grafana.service)
  grafana/repos/community-i686/grafana.sysusers
(from rev 177673, grafana/trunk/grafana.sysusers)
  grafana/repos/community-i686/grafana.tmpfiles
(from rev 177673, grafana/trunk/grafana.tmpfiles)
  grafana/repos/community-x86_64/PKGBUILD
(from rev 177673, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 177673, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 177673, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 177673, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 177673, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-i686/PKGBUILD
  grafana/repos/community-i686/grafana.install
  grafana/repos/community-i686/grafana.service
  grafana/repos/community-i686/grafana.sysusers
  grafana/repos/community-i686/grafana.tmpfiles
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

---+
 /PKGBUILD |  152 
 /grafana.install  |   40 +
 /grafana.service  |   30 +++
 /grafana.sysusers |2 
 /grafana.tmpfiles |6 +
 community-i686/PKGBUILD   |   76 --
 community-i686/grafana.install|   20 
 community-i686/grafana.service|   15 ---
 community-i686/grafana.sysusers   |1 
 community-i686/grafana.tmpfiles   |3 
 community-x86_64/PKGBUILD |   76 --
 community-x86_64/grafana.install  |   20 
 community-x86_64/grafana.service  |   15 ---
 community-x86_64/grafana.sysusers |1 
 community-x86_64/grafana.tmpfiles |3 
 15 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 21:35:21 UTC (rev 177673)
+++ community-i686/PKGBUILD 2016-06-01 21:59:26 UTC (rev 177674)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64' 'i686')
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'nodejs-grunt-cli' 'npm' 'phantomjs')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- '49688ed04bb3fac45fd48d0ac99e52d5'
- 'a23177c9e555a7d8ede65c86cf21add2')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-   export GOPATH="$srcdir/$pkgname"
-   export PATH="$PATH:$GOPATH/bin"
-   cd "$GOPATH"
-   go run build.go setup
-   godep restore
-   mkdir -p "$GOPATH/src/github.com/grafana/grafana/"
-   ln -s "$GOPATH/pkg" "$GOPATH/src/github.com/grafana/grafana/"
-
-   # Build frontend assets
-   npm install
-   cd "$GOPATH"
-   grunt
-   grunt build
-   grunt build-post-process
-
-   # build the backend
-   # no longer doing package build since this just kicks off rpm/deb builds at 
the end.
-   #go run build.go build package
-   go run build.go build
-}
-
-package() {
-   install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-   install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-   install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-   cd $pkgname
-   install -Dsm755 bin/grafana-server "$pkgdir/usr/bin/grafana-server"
-   install -Dm644 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-   install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-   install -dm755 "$pkgdir/usr/share/grafana/"
-   cp -r vendor "$pkgdir/usr/share/grafana/"
-   cp -r public_gen 

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

2016-06-01 Thread Lukas Fleischer
Date: Wednesday, June 1, 2016 @ 23:41:24
  Author: lfleischer
Revision: 268836

Prepare lirc 0.9.4

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 19:46:52 UTC (rev 268835)
+++ PKGBUILD2016-06-01 21:41:24 UTC (rev 268836)
@@ -2,11 +2,11 @@
 # Contributor: Paul Mattal 
 
 pkgname=lirc
-_pkgver=0.9.3a
+_pkgver=0.9.4
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=2
+pkgrel=1
 epoch=1
-pkgdesc="Linux Infrared Remote Control utils"
+pkgdesc="Linux Infrared Remote Control utilities"
 arch=('i686' 'x86_64')
 url="http://www.lirc.org/;
 license=('GPL')
@@ -21,7 +21,7 @@
 
source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
 lirc.logrotate
 lirc.tmpfiles)
-md5sums=('f9ed5dd0684a52c7cd98672e71e81b05'
+md5sums=('da6aca942154256bff696d1ffa3ef646'
  '3deb02604b37811d41816e9b4385fcc3'
  'febf25c154a7d36f01159e84f26c2d9a')
 
@@ -29,7 +29,7 @@
   cd "${srcdir}/lirc-${_pkgver}"
 
   ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \
- --with-transmitter --enable-sandboxed 
+ --with-transmitter --enable-sandboxed
   make
 }
 
@@ -41,5 +41,5 @@
   install -Dm644 "${srcdir}"/lirc.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
   install -Dm644 "${srcdir}"/lirc.logrotate "${pkgdir}"/etc/logrotate.d/lirc
 
-  rmdir "${pkgdir}"/var/{run/lirc/,run/,}
+  rmdir "${pkgdir}"/var/{run/lirc/,run/}
 }


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

2016-06-01 Thread Sébastien Luttringer
Date: Wednesday, June 1, 2016 @ 23:35:21
  Author: seblu
Revision: 177673

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

Added:
  grafana/repos/community-i686/PKGBUILD
(from rev 177672, grafana/trunk/PKGBUILD)
  grafana/repos/community-i686/grafana.install
(from rev 177672, grafana/trunk/grafana.install)
  grafana/repos/community-i686/grafana.service
(from rev 177672, grafana/trunk/grafana.service)
  grafana/repos/community-i686/grafana.sysusers
(from rev 177672, grafana/trunk/grafana.sysusers)
  grafana/repos/community-i686/grafana.tmpfiles
(from rev 177672, grafana/trunk/grafana.tmpfiles)
  grafana/repos/community-x86_64/PKGBUILD
(from rev 177672, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 177672, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 177672, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 177672, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 177672, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-i686/PKGBUILD
  grafana/repos/community-i686/grafana.install
  grafana/repos/community-i686/grafana.service
  grafana/repos/community-i686/grafana.sysusers
  grafana/repos/community-i686/grafana.tmpfiles
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

---+
 /PKGBUILD |  152 
 /grafana.install  |   40 +
 /grafana.service  |   30 +++
 /grafana.sysusers |2 
 /grafana.tmpfiles |6 +
 community-i686/PKGBUILD   |   76 --
 community-i686/grafana.install|   20 
 community-i686/grafana.service|   15 ---
 community-i686/grafana.sysusers   |1 
 community-i686/grafana.tmpfiles   |3 
 community-x86_64/PKGBUILD |   76 --
 community-x86_64/grafana.install  |   20 
 community-x86_64/grafana.service  |   15 ---
 community-x86_64/grafana.sysusers |1 
 community-x86_64/grafana.tmpfiles |3 
 15 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 21:31:20 UTC (rev 177672)
+++ community-i686/PKGBUILD 2016-06-01 21:35:21 UTC (rev 177673)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64' 'i686')
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'nodejs-grunt-cli' 'npm' 'phantomjs')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- '49688ed04bb3fac45fd48d0ac99e52d5'
- 'a23177c9e555a7d8ede65c86cf21add2')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-   export GOPATH="$srcdir/$pkgname"
-   export PATH="$PATH:$GOPATH/bin"
-   cd "$GOPATH"
-   go run build.go setup
-   godep restore
-   mkdir -p "$GOPATH/src/github.com/grafana/grafana/"
-   ln -s "$GOPATH/pkg" "$GOPATH/src/github.com/grafana/grafana/"
-
-   # Build frontend assets
-   npm install
-   cd "$GOPATH"
-   grunt
-   grunt build
-   grunt build-post-process
-
-   # build the backend
-   # no longer doing package build since this just kicks off rpm/deb builds at 
the end.
-   #go run build.go build package
-   go run build.go build
-}
-
-package() {
-   install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-   install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-   install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-   cd $pkgname
-   install -Dsm755 bin/grafana-server "$pkgdir/usr/bin/grafana-server"
-   install -Dm644 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-   install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-   install -dm755 "$pkgdir/usr/share/grafana/"
-   cp -r vendor "$pkgdir/usr/share/grafana/"
-   cp -r public_gen 

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

2016-06-01 Thread Sébastien Luttringer
Date: Wednesday, June 1, 2016 @ 23:30:05
  Author: seblu
Revision: 177664

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

Added:
  grafana/repos/community-i686/PKGBUILD
(from rev 177663, grafana/trunk/PKGBUILD)
  grafana/repos/community-i686/grafana.install
(from rev 177663, grafana/trunk/grafana.install)
  grafana/repos/community-i686/grafana.service
(from rev 177663, grafana/trunk/grafana.service)
  grafana/repos/community-i686/grafana.sysusers
(from rev 177663, grafana/trunk/grafana.sysusers)
  grafana/repos/community-i686/grafana.tmpfiles
(from rev 177663, grafana/trunk/grafana.tmpfiles)
  grafana/repos/community-x86_64/PKGBUILD
(from rev 177663, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 177663, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 177663, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 177663, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 177663, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-i686/01-config.patch
  grafana/repos/community-i686/02-fix-influxdb0.11.1-multiple-queries.patch
  grafana/repos/community-i686/PKGBUILD
  grafana/repos/community-i686/grafana.install
  grafana/repos/community-i686/grafana.service
  grafana/repos/community-i686/grafana.sysusers
  grafana/repos/community-i686/grafana.tmpfiles
  grafana/repos/community-x86_64/01-config.patch
  grafana/repos/community-x86_64/02-fix-influxdb0.11.1-multiple-queries.patch
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

---+
 /PKGBUILD |  152 ++
 /grafana.install  |   40 ++
 /grafana.service  |   30 +
 /grafana.sysusers |2 
 /grafana.tmpfiles |6 
 community-i686/01-config.patch|   49 ---
 community-i686/02-fix-influxdb0.11.1-multiple-queries.patch   |   32 --
 community-i686/PKGBUILD   |   82 -
 community-i686/grafana.install|   19 -
 community-i686/grafana.service|   15 
 community-i686/grafana.sysusers   |1 
 community-i686/grafana.tmpfiles   |2 
 community-x86_64/01-config.patch  |   49 ---
 community-x86_64/02-fix-influxdb0.11.1-multiple-queries.patch |   32 --
 community-x86_64/PKGBUILD |   82 -
 community-x86_64/grafana.install  |   19 -
 community-x86_64/grafana.service  |   15 
 community-x86_64/grafana.sysusers |1 
 community-x86_64/grafana.tmpfiles |2 
 19 files changed, 230 insertions(+), 400 deletions(-)

Deleted: community-i686/01-config.patch
===
--- community-i686/01-config.patch  2016-06-01 21:29:43 UTC (rev 177663)
+++ community-i686/01-config.patch  2016-06-01 21:30:05 UTC (rev 177664)
@@ -1,49 +0,0 @@
-diff --git a/conf/defaults.ini b/conf/defaults.ini
-index 258a019..6a7bd6b 100644
 a/conf/defaults.ini
-+++ b/conf/defaults.ini
-@@ -9,11 +9,11 @@ app_mode = production
- [paths]
- # Path to where grafana can store temp files, sessions, and the sqlite3 db 
(if that is used)
- #
--data = data
-+data = /var/lib/grafana
- #
- # Directory where grafana can store logs
- #
--logs = data/log
-+logs = /var/log/grafana
- 
-  Server 

- [server]
-@@ -40,7 +40,7 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
- router_logging = false
- 
- # the path relative working path
--static_root_path = public
-+static_root_path = /usr/share/grafana/public
- 
- # enable gzip
- enable_gzip = false
-@@ -62,7 +62,7 @@ password =
- ssl_mode = disable
- 
- # For "sqlite3" only, path relative to data_path setting
--path = grafana.db
-+path = /var/lib/grafana/grafana.db
- 
-  Session 

- [session]
-diff --git a/pkg/components/renderer/renderer.go 
b/pkg/components/renderer/renderer.go
-index 9d5ddd0..aa0aa9e 100644
 a/pkg/components/renderer/renderer.go
-+++ b/pkg/components/renderer/renderer.go
-@@ -21,7 +21,7 @@ type RenderOpts struct {
- 
- func RenderToPng(params *RenderOpts) (string, error) {

[arch-commits] Commit in grafana/trunk (5 files)

2016-06-01 Thread Sébastien Luttringer
Date: Wednesday, June 1, 2016 @ 23:29:43
  Author: seblu
Revision: 177663

upgpkg: grafana 3.0.4-1

Modified:
  grafana/trunk/PKGBUILD
  grafana/trunk/grafana.install
  grafana/trunk/grafana.tmpfiles
Deleted:
  grafana/trunk/01-config.patch
  grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch

--+
 01-config.patch  |   49 -
 02-fix-influxdb0.11.1-multiple-queries.patch |   32 
 PKGBUILD |   14 ++-
 grafana.install  |1 
 grafana.tmpfiles |1 
 5 files changed, 6 insertions(+), 91 deletions(-)

Deleted: 01-config.patch
===
--- 01-config.patch 2016-06-01 21:26:34 UTC (rev 177662)
+++ 01-config.patch 2016-06-01 21:29:43 UTC (rev 177663)
@@ -1,49 +0,0 @@
-diff --git a/conf/defaults.ini b/conf/defaults.ini
-index 258a019..6a7bd6b 100644
 a/conf/defaults.ini
-+++ b/conf/defaults.ini
-@@ -9,11 +9,11 @@ app_mode = production
- [paths]
- # Path to where grafana can store temp files, sessions, and the sqlite3 db 
(if that is used)
- #
--data = data
-+data = /var/lib/grafana
- #
- # Directory where grafana can store logs
- #
--logs = data/log
-+logs = /var/log/grafana
- 
-  Server 

- [server]
-@@ -40,7 +40,7 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
- router_logging = false
- 
- # the path relative working path
--static_root_path = public
-+static_root_path = /usr/share/grafana/public
- 
- # enable gzip
- enable_gzip = false
-@@ -62,7 +62,7 @@ password =
- ssl_mode = disable
- 
- # For "sqlite3" only, path relative to data_path setting
--path = grafana.db
-+path = /var/lib/grafana/grafana.db
- 
-  Session 

- [session]
-diff --git a/pkg/components/renderer/renderer.go 
b/pkg/components/renderer/renderer.go
-index 9d5ddd0..aa0aa9e 100644
 a/pkg/components/renderer/renderer.go
-+++ b/pkg/components/renderer/renderer.go
-@@ -21,7 +21,7 @@ type RenderOpts struct {
- 
- func RenderToPng(params *RenderOpts) (string, error) {
-   log.Info("PhantomRenderer::renderToPng url %v", params.Url)
--  binPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"phantomjs"))
-+  binPath := "/usr/bin/phantomjs"
-   scriptPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"render.js"))
-   pngPath, _ := filepath.Abs(filepath.Join(setting.ImagesDir, 
util.GetRandomString(20)))
-   pngPath = pngPath + ".png"

Deleted: 02-fix-influxdb0.11.1-multiple-queries.patch
===
--- 02-fix-influxdb0.11.1-multiple-queries.patch2016-06-01 21:26:34 UTC 
(rev 177662)
+++ 02-fix-influxdb0.11.1-multiple-queries.patch2016-06-01 21:29:43 UTC 
(rev 177663)
@@ -1,32 +0,0 @@
-diff --git a/public/app/plugins/datasource/influxdb/datasource.js 
b/public/app/plugins/datasource/influxdb/datasource.js
-index a23937c..b401f44 100644
 a/public/app/plugins/datasource/influxdb/datasource.js
-+++ b/public/app/plugins/datasource/influxdb/datasource.js
-@@ -46,7 +46,7 @@ function (angular, _, dateMath, InfluxSeries, InfluxQuery) {
- query = query.replace(/\$interval/g, (target.interval || 
options.interval));
- return query;
- 
--  }).join("\n");
-+  }).join(";\n");
- 
-   // replace grafana variables
-   allQueries = allQueries.replace(/\$timeFilter/g, timeFilter);
-diff --git a/public/vendor/angular/angular.js 
b/public/vendor/angular/angular.js
-index f7442c0..2d283c4 100644
 a/public/vendor/angular/angular.js
-+++ b/public/vendor/angular/angular.js
-@@ -1373,7 +1373,6 @@ function encodeUriQuery(val, pctEncodeSpaces) {
-  replace(/%3A/gi, ':').
-  replace(/%24/g, '$').
-  replace(/%2C/gi, ',').
-- replace(/%3B/gi, ';').
-  replace(/%20/g, (pctEncodeSpaces ? '%20' : '+'));
- }
- 
-@@ -28361,4 +28360,4 @@ var minlengthDirective = function() {
- 
- })(window, document);
- 
--!window.angular.$$csp() && 
window.angular.element(document.head).prepend('@charset 
"UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none
 
!important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}');
-\ No newline at end of file
-+!window.angular.$$csp() && 
window.angular.element(document.head).prepend('@charset 
"UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none
 
!important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}');

Modified: PKGBUILD

[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 23:26:34
  Author: arojas
Revision: 177662

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 177661, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 21:26:09 UTC (rev 177661)
+++ PKGBUILD2016-06-01 21:26:34 UTC (rev 177662)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=archlinux-appstream-data
-pkgver=20160601
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('b882a6d5599a1411a4965f24d27be147'
- '294888643f6dfb57ced29c9fb113ccec'
- '47d401a4ad5129ddf4413337357a00b5'
- 'c89768fdaa1dbee8e3ced051941d02af'
- 'd02f6169b7e15b121c4d4de50bb75d08'
- 'c467ba57317eb14521502040752e860b'
- 'c89768fdaa1dbee8e3ced051941d02af'
- '9c467ab8865a69fd0a628924cd6e4d58'
- 'e6f195da087871af68fe93660e3af27c')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 177661, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 21:26:34 UTC (rev 177662)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=archlinux-appstream-data
+pkgver=20160601
+pkgrel=2
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('f767bdf6bd7d1d59f6e2917111906979'
+ '9843dcfb4166098289fb6b50162c6531'
+ 'c19b1d7eb4d910cf6fd15418110698d0'
+ 'ba53176cb4a1061f8d576b493d862322'
+ '603e8a637bb13ed7920a5d073ee5817e'
+ 'f08bab8d7b9ca5bf2a7c2b49fa727404'
+ 'ba53176cb4a1061f8d576b493d862322'
+ '721bf21b93c1267a81a0e75f6f5f9617'
+ 'f9f635ba8ace3e2573b3186e18a3edbb')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 23:26:09
  Author: arojas
Revision: 177661

Really refresh database with fixed appstream

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 20:56:26 UTC (rev 177660)
+++ PKGBUILD2016-06-01 21:26:09 UTC (rev 177661)
@@ -3,7 +3,7 @@
 
 pkgname=archlinux-appstream-data
 pkgver=20160601
-pkgrel=1
+pkgrel=2
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
 url="http://www.archlinux.org;
@@ -14,15 +14,15 @@
  
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
  
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
 noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('b882a6d5599a1411a4965f24d27be147'
- '294888643f6dfb57ced29c9fb113ccec'
- '47d401a4ad5129ddf4413337357a00b5'
- 'c89768fdaa1dbee8e3ced051941d02af'
- 'd02f6169b7e15b121c4d4de50bb75d08'
- 'c467ba57317eb14521502040752e860b'
- 'c89768fdaa1dbee8e3ced051941d02af'
- '9c467ab8865a69fd0a628924cd6e4d58'
- 'e6f195da087871af68fe93660e3af27c')
+md5sums=('f767bdf6bd7d1d59f6e2917111906979'
+ '9843dcfb4166098289fb6b50162c6531'
+ 'c19b1d7eb4d910cf6fd15418110698d0'
+ 'ba53176cb4a1061f8d576b493d862322'
+ '603e8a637bb13ed7920a5d073ee5817e'
+ 'f08bab8d7b9ca5bf2a7c2b49fa727404'
+ 'ba53176cb4a1061f8d576b493d862322'
+ '721bf21b93c1267a81a0e75f6f5f9617'
+ 'f9f635ba8ace3e2573b3186e18a3edbb')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 22:56:26
  Author: arojas
Revision: 177660

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

-+
 community-staging-i686/PKGBUILD |  166 ++
 community-staging-i686/anal.h   |   65 ++
 community-staging-i686/clean.patch  |   24 
 community-staging-i686/cython-sys-path.patch|   10 
 community-staging-i686/disable-fes.patch|   19 
 community-staging-i686/ecm-7.patch  |   79 +++
 community-staging-i686/env.patch|  150 +
 community-staging-i686/is-package-installed.patch   |  387 ++
 community-staging-i686/jupyter-path.patch   |   31 +
 community-staging-i686/linbox-1.4.patch |  470 ++
 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   |  166 ++
 community-staging-x86_64/anal.h |   65 ++
 community-staging-x86_64/clean.patch|   24 
 community-staging-x86_64/cython-sys-path.patch  |   10 
 community-staging-x86_64/disable-fes.patch  |   19 
 community-staging-x86_64/ecm-7.patch|   79 +++
 community-staging-x86_64/env.patch

[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 22:54:47
  Author: arojas
Revision: 177659

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 177658, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 20:54:21 UTC (rev 177658)
+++ PKGBUILD2016-06-01 20:54:47 UTC (rev 177659)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=archlinux-appstream-data
-pkgver=20160525
-pkgrel=2
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('23151143f2a8e201d2bcafb0d9c8789d'
- '9510bd3fe01f377fde113262bd950b85'
- 'd7cd3c035ce11592cc68ba96afcf2494'
- 'a3b10a3ea6d15230e6c0e8d69bfaeb16'
- '2226c329ea88b939c0d8f579ac15a6af'
- 'a1983580b7e310fd9ea8fc7db928a129'
- 'a3b10a3ea6d15230e6c0e8d69bfaeb16'
- 'd5686415f1912fd0908297ca9f170ba8'
- '39d0efd9b5de325d9ea68a0f3b65d34a')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 177658, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 20:54:47 UTC (rev 177659)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=archlinux-appstream-data
+pkgver=20160601
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('b882a6d5599a1411a4965f24d27be147'
+ '294888643f6dfb57ced29c9fb113ccec'
+ '47d401a4ad5129ddf4413337357a00b5'
+ 'c89768fdaa1dbee8e3ced051941d02af'
+ 'd02f6169b7e15b121c4d4de50bb75d08'
+ 'c467ba57317eb14521502040752e860b'
+ 'c89768fdaa1dbee8e3ced051941d02af'
+ '9c467ab8865a69fd0a628924cd6e4d58'
+ 'e6f195da087871af68fe93660e3af27c')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 22:54:21
  Author: arojas
Revision: 177658

Refresh database with fixed appstream

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 20:46:51 UTC (rev 177657)
+++ PKGBUILD2016-06-01 20:54:21 UTC (rev 177658)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=archlinux-appstream-data
-pkgver=20160525
-pkgrel=2
+pkgver=20160601
+pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
 url="http://www.archlinux.org;
@@ -14,15 +14,15 @@
  
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
  
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
 noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('23151143f2a8e201d2bcafb0d9c8789d'
- '9510bd3fe01f377fde113262bd950b85'
- 'd7cd3c035ce11592cc68ba96afcf2494'
- 'a3b10a3ea6d15230e6c0e8d69bfaeb16'
- '2226c329ea88b939c0d8f579ac15a6af'
- 'a1983580b7e310fd9ea8fc7db928a129'
- 'a3b10a3ea6d15230e6c0e8d69bfaeb16'
- 'd5686415f1912fd0908297ca9f170ba8'
- '39d0efd9b5de325d9ea68a0f3b65d34a')
+md5sums=('b882a6d5599a1411a4965f24d27be147'
+ '294888643f6dfb57ced29c9fb113ccec'
+ '47d401a4ad5129ddf4413337357a00b5'
+ 'c89768fdaa1dbee8e3ced051941d02af'
+ 'd02f6169b7e15b121c4d4de50bb75d08'
+ 'c467ba57317eb14521502040752e860b'
+ 'c89768fdaa1dbee8e3ced051941d02af'
+ '9c467ab8865a69fd0a628924cd6e4d58'
+ 'e6f195da087871af68fe93660e3af27c')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 22:46:51
  Author: arojas
Revision: 177657

NTL 9.9 and pynac 0.6.6 rebuild

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 19:46:49 UTC (rev 177656)
+++ PKGBUILD2016-06-01 20:46:51 UTC (rev 177657)
@@ -9,14 +9,14 @@
 
 pkgname=sagemath
 pkgver=7.2
-pkgrel=3
+pkgrel=4
 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 cysignals ppl mpfi palp brial singular cliquer maxima-ecl 
gfan sympow tachyon python2-rpy2 nauty
+depends=(ipython2 cysignals ppl palp brial singular cliquer maxima-ecl gfan 
sympow tachyon python2-rpy2 nauty
   python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-igraph python2-pillow libgap flintqs lcalc lrcalc arb
-  eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox gsl rubiks pari-galdata 
pari-seadata-small planarity rankwidth
+  eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox rubiks pari-galdata 
pari-seadata-small planarity rankwidth
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
 optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
   'jmol: 3D plots' 'sage-notebook: Browser-based (flask) notebook interface'


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 21:46:52
  Author: arojas
Revision: 268835

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

Added:
  imagemagick/repos/testing-i686/PKGBUILD
(from rev 268834, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
(from rev 268834, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/testing-x86_64/PKGBUILD
(from rev 268834, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch
(from rev 268834, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/testing-i686/PKGBUILD
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
  imagemagick/repos/testing-x86_64/PKGBUILD
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch

---+
 /PKGBUILD |  196 
 /perlmagick.rpath.patch   |   22 +++
 testing-i686/PKGBUILD |   98 
 testing-i686/perlmagick.rpath.patch   |   11 -
 testing-x86_64/PKGBUILD   |   98 
 testing-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-06-01 19:45:53 UTC (rev 268834)
+++ testing-i686/PKGBUILD   2016-06-01 19:46:52 UTC (rev 268835)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.4.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('ae2719286828dcf341891d96af963c9095c09940'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 

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

2016-06-01 Thread Anatol Pomozov
Date: Wednesday, June 1, 2016 @ 21:46:49
  Author: anatolik
Revision: 177656

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

Added:
  avr-gdb/repos/community-testing-i686/
  avr-gdb/repos/community-testing-i686/PKGBUILD
(from rev 177655, avr-gdb/trunk/PKGBUILD)
  avr-gdb/repos/community-testing-x86_64/
  avr-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 177655, avr-gdb/trunk/PKGBUILD)

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

Copied: avr-gdb/repos/community-testing-i686/PKGBUILD (from rev 177655, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-01 19:46:49 UTC (rev 177656)
@@ -0,0 +1,52 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+_target=avr
+pkgname=$_target-gdb
+pkgver=7.11.1
+pkgrel=1
+pkgdesc='The GNU Debugger for AVR'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(python guile xz)
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=$_target \
+--with-python=/usr/bin/python3 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/man
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+}

Copied: avr-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 177655, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-06-01 19:46:49 UTC (rev 177656)
@@ -0,0 +1,52 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+_target=avr
+pkgname=$_target-gdb
+pkgver=7.11.1
+pkgrel=1
+pkgdesc='The GNU Debugger for AVR'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(python guile xz)
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=$_target \
+--with-python=/usr/bin/python3 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/man
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+}


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 21:45:53
  Author: arojas
Revision: 268834

Perl 5.24 rebuild

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 19:38:30 UTC (rev 268833)
+++ PKGBUILD2016-06-01 19:45:53 UTC (rev 268834)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
 pkgver=6.9.4.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
 license=('custom')


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

2016-06-01 Thread Anatol Pomozov
Date: Wednesday, June 1, 2016 @ 21:45:21
  Author: anatolik
Revision: 177655

upgpkg: avr-gdb 7.11.1-1

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 19:28:52 UTC (rev 177654)
+++ PKGBUILD2016-06-01 19:45:21 UTC (rev 177655)
@@ -7,7 +7,7 @@
 
 _target=avr
 pkgname=$_target-gdb
-pkgver=7.11
+pkgver=7.11.1
 pkgrel=1
 pkgdesc='The GNU Debugger for AVR'
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 depends=(python guile xz)
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
+sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 21:38:30
  Author: arojas
Revision: 268833

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 268832, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 268832, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 268832, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 268832, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-01 19:37:55 UTC (rev 268832)
+++ extra-i686/PKGBUILD 2016-06-01 19:38:30 UTC (rev 268833)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.4.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('ae2719286828dcf341891d96af963c9095c09940'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = 

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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 21:37:55
  Author: arojas
Revision: 268832

Update to 6.9.4.6 (FS#49533)

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:41:39 UTC (rev 268831)
+++ PKGBUILD2016-06-01 19:37:55 UTC (rev 268832)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.4.3
-pkgrel=2
+pkgver=6.9.4.6
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
 license=('custom')
@@ -13,7 +13,7 @@
  'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('ae2719286828dcf341891d96af963c9095c09940'
+sha1sums=('d7eabbfdc386c6758cc8b20521aff7d120740c00'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2016-06-01 Thread Jelle van der Waa
Date: Wednesday, June 1, 2016 @ 21:28:37
  Author: jelle
Revision: 177653

upgpkg: dos2unix 7.3.4-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 19:11:01 UTC (rev 177652)
+++ PKGBUILD2016-06-01 19:28:37 UTC (rev 177653)
@@ -5,7 +5,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=dos2unix
-pkgver=7.3.3
+pkgver=7.3.4
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -16,16 +16,17 @@
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('e06d7b8bf4b9b86d7ff61f02d514e95f'
+md5sums=('04428e77e2ead8a92c1492ba8977f1d1'
  'SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
+
   make DESTDIR=$pkgdir install
   install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-06-01 Thread Jelle van der Waa
Date: Wednesday, June 1, 2016 @ 21:28:52
  Author: jelle
Revision: 177654

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 19:28:37 UTC (rev 177653)
+++ community-i686/PKGBUILD 2016-06-01 19:28:52 UTC (rev 177654)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia 
-# Contributor: Gerson E. Ruotolo 
-# Maintainer: Jelle van der Waa 
-
-pkgname=dos2unix
-pkgver=7.3.3
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('e06d7b8bf4b9b86d7ff61f02d514e95f'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 177653, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 19:28:52 UTC (rev 177654)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia 
+# Contributor: Gerson E. Ruotolo 
+# Maintainer: Jelle van der Waa 
+
+pkgname=dos2unix
+pkgver=7.3.4
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
+md5sums=('04428e77e2ead8a92c1492ba8977f1d1'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-01 19:28:37 UTC (rev 177653)
+++ community-x86_64/PKGBUILD   2016-06-01 19:28:52 UTC (rev 177654)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia 
-# Contributor: Gerson E. Ruotolo 
-# Maintainer: Jelle van der Waa 
-
-pkgname=dos2unix
-pkgver=7.3.3
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('e06d7b8bf4b9b86d7ff61f02d514e95f'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 177653, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-01 19:28:52 UTC (rev 177654)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia 
+# Contributor: Gerson E. Ruotolo 
+# Maintainer: Jelle van der Waa 
+
+pkgname=dos2unix
+pkgver=7.3.4
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
+md5sums=('04428e77e2ead8a92c1492ba8977f1d1'
+ 'SKIP')
+
+build() {
+  cd 

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

2016-06-01 Thread Jelle van der Waa
Date: Wednesday, June 1, 2016 @ 21:11:01
  Author: jelle
Revision: 177652

archrelease: copy trunk to community-any

Added:
  s3cmd/repos/community-any/PKGBUILD
(from rev 177651, s3cmd/trunk/PKGBUILD)
Deleted:
  s3cmd/repos/community-any/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 19:10:53 UTC (rev 177651)
+++ PKGBUILD2016-06-01 19:11:01 UTC (rev 177652)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen 
-# Contributor: Simon Lipp 
-# Contributor: Daniel Grana 
-
-pkgname=s3cmd
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A command line client for Amazon S3"
-arch=('any')
-url='http://s3tools.org/s3cmd'
-license=('GPL')
-depends=('python2' 'python2-dateutil')
-makedepends=('python2-setuptools')
-optdepends=('gnupg: encrypted file storage')
-source=("http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$pkgver.tar.gz;)
-md5sums=('d7477e7000a98552932d23e279d69a11')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="$pkgdir"
-}

Copied: s3cmd/repos/community-any/PKGBUILD (from rev 177651, 
s3cmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 19:11:01 UTC (rev 177652)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Kaiting Chen 
+# Contributor: Simon Lipp 
+# Contributor: Daniel Grana 
+
+pkgname=s3cmd
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="A command line client for Amazon S3"
+arch=('any')
+url='http://s3tools.org/s3cmd'
+license=('GPL')
+depends=('python2' 'python2-dateutil')
+makedepends=('python2-setuptools')
+optdepends=('gnupg: encrypted file storage'
+'python2-magic: determine mimetype based on contents')
+source=("http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$pkgver.tar.gz;)
+md5sums=('d7477e7000a98552932d23e279d69a11')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-06-01 Thread Jelle van der Waa
Date: Wednesday, June 1, 2016 @ 21:10:53
  Author: jelle
Revision: 177651

upgpkg: s3cmd 1.6.1-2

Modified:
  s3cmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 19:01:59 UTC (rev 177650)
+++ PKGBUILD2016-06-01 19:10:53 UTC (rev 177651)
@@ -5,7 +5,7 @@
 
 pkgname=s3cmd
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A command line client for Amazon S3"
 arch=('any')
 url='http://s3tools.org/s3cmd'
@@ -12,7 +12,8 @@
 license=('GPL')
 depends=('python2' 'python2-dateutil')
 makedepends=('python2-setuptools')
-optdepends=('gnupg: encrypted file storage')
+optdepends=('gnupg: encrypted file storage'
+'python2-magic: determine mimetype based on contents')
 
source=("http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$pkgver.tar.gz;)
 md5sums=('d7477e7000a98552932d23e279d69a11')
 


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 21:01:59
  Author: arojas
Revision: 177650

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

Added:
  appstream/repos/community-i686/PKGBUILD
(from rev 177649, appstream/trunk/PKGBUILD)
  appstream/repos/community-i686/update-appstream-index.hook
(from rev 177649, appstream/trunk/update-appstream-index.hook)
  appstream/repos/community-x86_64/PKGBUILD
(from rev 177649, appstream/trunk/PKGBUILD)
  appstream/repos/community-x86_64/update-appstream-index.hook
(from rev 177649, appstream/trunk/update-appstream-index.hook)
Deleted:
  appstream/repos/community-i686/PKGBUILD
  appstream/repos/community-i686/update-appstream-index.hook
  appstream/repos/community-x86_64/PKGBUILD
  appstream/repos/community-x86_64/update-appstream-index.hook

--+
 /PKGBUILD|  114 +
 /update-appstream-index.hook |   22 
 community-i686/PKGBUILD  |   51 ---
 community-i686/update-appstream-index.hook   |   11 --
 community-x86_64/PKGBUILD|   51 ---
 community-x86_64/update-appstream-index.hook |   11 --
 6 files changed, 136 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 18:58:33 UTC (rev 177649)
+++ community-i686/PKGBUILD 2016-06-01 19:01:59 UTC (rev 177650)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(xapian-core polkit libyaml libxml2 protobuf)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook)
-sha256sums=('1d1c778b5a0b4c65bdfdcaacf19765f691551118326678c109401dba52c7350f'
-'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver \
-   -DQT=ON \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/community-i686/PKGBUILD (from rev 177649, 
appstream/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 19:01:59 UTC (rev 177650)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.9.6
+pkgrel=2
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(xapian-core polkit libyaml libxml2 protobuf)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook
+
appstream-provides-tag.patch::"https://github.com/ximion/appstream/commit/94da019e.patch;)
+sha256sums=('1d1c778b5a0b4c65bdfdcaacf19765f691551118326678c109401dba52c7350f'
+'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76'
+'173a2f697af83c43a31acd965da11b7561e7f127bb2d996b2ecb88cd9110f937')
+
+prepare() {
+  mkdir -p build
+
+# Properly write provides tag https://github.com/ximion/appstream/issues/44
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-provides-tag.patch
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver \
+   -DQT=ON \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-index.hook 

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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 20:58:33
  Author: arojas
Revision: 177649

Properly write provides tag

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:45:42 UTC (rev 177648)
+++ PKGBUILD2016-06-01 18:58:33 UTC (rev 177649)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,12 +13,18 @@
 license=(GPL)
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook
+
appstream-provides-tag.patch::"https://github.com/ximion/appstream/commit/94da019e.patch;)
 sha256sums=('1d1c778b5a0b4c65bdfdcaacf19765f691551118326678c109401dba52c7350f'
-'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
+'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76'
+'173a2f697af83c43a31acd965da11b7561e7f127bb2d996b2ecb88cd9110f937')
 
 prepare() {
   mkdir -p build
+
+# Properly write provides tag https://github.com/ximion/appstream/issues/44
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-provides-tag.patch
 }
 
 build() {


[arch-commits] Commit in arm-none-eabi-gdb/repos (4 files)

2016-06-01 Thread Anatol Pomozov
Date: Wednesday, June 1, 2016 @ 20:45:42
  Author: anatolik
Revision: 177648

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

Added:
  arm-none-eabi-gdb/repos/community-testing-i686/
  arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD
(from rev 177647, arm-none-eabi-gdb/trunk/PKGBUILD)
  arm-none-eabi-gdb/repos/community-testing-x86_64/
  arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 177647, arm-none-eabi-gdb/trunk/PKGBUILD)

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

Copied: arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD (from rev 
177647, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-01 18:45:42 UTC (rev 177648)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.11.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm -r "$pkgdir"/usr/share/man/man5
+}

Copied: arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
177647, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-06-01 18:45:42 UTC (rev 177648)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.11.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm -r "$pkgdir"/usr/share/man/man5
+}


[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)

2016-06-01 Thread Anatol Pomozov
Date: Wednesday, June 1, 2016 @ 20:45:11
  Author: anatolik
Revision: 177647

upgpkg: arm-none-eabi-gdb 7.11.1-1

Modified:
  arm-none-eabi-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:43:30 UTC (rev 177646)
+++ PKGBUILD2016-06-01 18:45:11 UTC (rev 177647)
@@ -4,7 +4,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gdb
-pkgver=7.11
+pkgver=7.11.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 'stlink: for debugging over STLINK')
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
+sha256sums=('e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


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

2016-06-01 Thread Sergej Pupykin
Date: Wednesday, June 1, 2016 @ 20:43:30
  Author: spupykin
Revision: 177646

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 177645, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 177645, mediainfo-gui/trunk/PKGBUILD)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 18:43:16 UTC (rev 177645)
+++ community-i686/PKGBUILD 2016-06-01 18:43:30 UTC (rev 177646)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.85
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
-  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
-"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 177645, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 18:43:30 UTC (rev 177646)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo-gui
+pkgver=0.7.86
+pkgrel=1
+pkgdesc="GUI for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('a9880e00edf6a9e3ac19cca9a68a5cae')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
+  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
+  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
+"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-01 18:43:16 UTC (rev 177645)
+++ community-x86_64/PKGBUILD   2016-06-01 18:43:30 UTC (rev 177646)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.85
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 

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

2016-06-01 Thread Sergej Pupykin
Date: Wednesday, June 1, 2016 @ 20:43:16
  Author: spupykin
Revision: 177645

upgpkg: mediainfo-gui 0.7.86-1

upd

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:43:12 UTC (rev 177644)
+++ PKGBUILD2016-06-01 18:43:16 UTC (rev 177645)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo-gui
-pkgver=0.7.85
+pkgver=0.7.86
 pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
 makedepends=('imagemagick')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
+md5sums=('a9880e00edf6a9e3ac19cca9a68a5cae')
 
 build() {
   cd MediaInfo/Project/GNU/GUI


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

2016-06-01 Thread Sergej Pupykin
Date: Wednesday, June 1, 2016 @ 20:42:57
  Author: spupykin
Revision: 177643

upgpkg: mediainfo 0.7.86-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:42:52 UTC (rev 177642)
+++ PKGBUILD2016-06-01 18:42:57 UTC (rev 177643)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.85
+pkgver=0.7.86
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
+md5sums=('a9880e00edf6a9e3ac19cca9a68a5cae')
 
 build() {
   cd $srcdir/MediaInfo/Project/GNU/CLI


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

2016-06-01 Thread Sergej Pupykin
Date: Wednesday, June 1, 2016 @ 20:42:52
  Author: spupykin
Revision: 177642

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

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 177641, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
(from rev 177641, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 177641, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch
(from rev 177641, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   76 +++
 /libmediainfo-0.7.50-libmms.patch |  100 
 community-i686/PKGBUILD   |   38 ---
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 18:42:36 UTC (rev 177641)
+++ community-i686/PKGBUILD 2016-06-01 18:42:52 UTC (rev 177642)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
-
-pkgname=libmediainfo
-pkgver=0.7.85
-pkgrel=1
-pkgdesc="shared library for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-md5sums=('1f8f67fd09128f4ea0d6a3597c09b94e'
- '2f4b21cc250f663d52b497dedb963e3b')
-
-build() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  sh ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 $pkgdir/usr/include/$i
-install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 177641, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 18:42:52 UTC (rev 177642)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  hydro 
+
+pkgname=libmediainfo
+pkgver=0.7.86
+pkgrel=1
+pkgdesc="shared library for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=( 'curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
+   libmediainfo-0.7.50-libmms.patch)
+md5sums=('98fc5e3c89cf13bb53353312aaf26596'
+ '2f4b21cc250f663d52b497dedb963e3b')
+
+build() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  sh ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
+  make clean
+  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
+  make
+}
+
+package() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  make DESTDIR=$pkgdir install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 $pkgdir/usr/include/$i
+install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
+  done
+  install -dm 755 $pkgdir/usr/lib/pkgconfig
+  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2016-06-01 18:42:36 UTC 
(rev 177641)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2016-06-01 18:42:52 UTC 
(rev 177642)
@@ 

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

2016-06-01 Thread Sergej Pupykin
Date: Wednesday, June 1, 2016 @ 20:43:12
  Author: spupykin
Revision: 177644

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 18:42:57 UTC (rev 177643)
+++ community-i686/PKGBUILD 2016-06-01 18:43:12 UTC (rev 177644)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.85
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 177643, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 18:43:12 UTC (rev 177644)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.86
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('a9880e00edf6a9e3ac19cca9a68a5cae')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-01 18:42:57 UTC (rev 177643)
+++ community-x86_64/PKGBUILD   2016-06-01 18:43:12 UTC (rev 177644)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.85
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 177643, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-01 18:43:12 UTC (rev 177644)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.86
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('a9880e00edf6a9e3ac19cca9a68a5cae')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}


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

2016-06-01 Thread Sergej Pupykin
Date: Wednesday, June 1, 2016 @ 20:42:36
  Author: spupykin
Revision: 177641

upgpkg: libmediainfo 0.7.86-1

upd

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:21:04 UTC (rev 177640)
+++ PKGBUILD2016-06-01 18:42:36 UTC (rev 177641)
@@ -3,7 +3,7 @@
 # Maintainer:  hydro 
 
 pkgname=libmediainfo
-pkgver=0.7.85
+pkgver=0.7.86
 pkgrel=1
 pkgdesc="shared library for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
libmediainfo-0.7.50-libmms.patch)
-md5sums=('1f8f67fd09128f4ea0d6a3597c09b94e'
+md5sums=('98fc5e3c89cf13bb53353312aaf26596'
  '2f4b21cc250f663d52b497dedb963e3b')
 
 build() {


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

2016-06-01 Thread Florian Pritz
Date: Wednesday, June 1, 2016 @ 20:41:35
  Author: bluewind
Revision: 268830

upgpkg: pacman-mirrorlist 20160601-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:33:45 UTC (rev 268829)
+++ PKGBUILD2016-06-01 18:41:35 UTC (rev 268830)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20160524
+pkgver=20160601
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('5e5dd100ae99903c590f8985a46e69b5')
-sha256sums=('60bf8c2e7b5b67d32217fad77a0d1c33edaff38b6cd8368b1e4b6d9b7d72965c')
+md5sums=('2fbc72314d222b7d7a4366d2977437e3')
+sha256sums=('082d85c8fa11bee66f0a0c509a9a4d5e42200f8fa489f0f7649ce4120ffad03b')

Modified: mirrorlist
===
--- mirrorlist  2016-06-01 18:33:45 UTC (rev 268829)
+++ mirrorlist  2016-06-01 18:41:35 UTC (rev 268830)
@@ -1,9 +1,10 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-05-24
+## Generated on 2016-06-01
 ##
 
 ## Worldwide
+#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
 #Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
 #Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
 
@@ -77,6 +78,7 @@
 
 ## Colombia
 #Server = http://mirror.edatel.net.co/archlinux/$repo/os/$arch
+#Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
 
 ## Croatia
 #Server = http://archlinux.iskon.hr/$repo/os/$arch
@@ -113,6 +115,7 @@
 #Server = http://mirror.armbrust.me/archlinux/$repo/os/$arch
 #Server = https://mirror.armbrust.me/archlinux/$repo/os/$arch
 #Server = http://mir.art-software.fr/arch/$repo/os/$arch
+#Server = http://arch.cosmo-mirror.com/$repo/os/$arch
 #Server = http://fooo.biz/archlinux/$repo/os/$arch
 #Server = https://fooo.biz/archlinux/$repo/os/$arch
 #Server = http://mirror.ibcp.fr/pub/archlinux/$repo/os/$arch
@@ -266,9 +269,6 @@
 #Server = http://arch.softver.org.mk/archlinux/$repo/os/$arch
 #Server = http://mirror.t-home.mk/archlinux/$repo/os/$arch
 
-## Mexico
-#Server = http://arch.jellyfish.lol/$repo/os/$arch
-
 ## Netherlands
 #Server = http://arch.apt-get.eu/$repo/os/$arch
 #Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-06-01 Thread Florian Pritz
Date: Wednesday, June 1, 2016 @ 20:41:39
  Author: bluewind
Revision: 268831

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 268830, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 268830, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 268830, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  882 +--
 upgpkg |8 
 3 files changed, 476 insertions(+), 476 deletions(-)

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


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

2016-06-01 Thread Anatol Pomozov
Date: Wednesday, June 1, 2016 @ 20:33:45
  Author: anatolik
Revision: 268829

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

Added:
  gdb/repos/testing-i686/
  gdb/repos/testing-i686/PKGBUILD
(from rev 268828, gdb/trunk/PKGBUILD)
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 268828, gdb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: gdb/repos/testing-i686/PKGBUILD (from rev 268828, gdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-01 18:33:45 UTC (rev 268829)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgname=gdb
+pkgver=7.11.1
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('df23fde077df1b8555949281bc963596f70de3ec'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install "custom" system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 268828, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-01 18:33:45 UTC (rev 268829)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgname=gdb
+pkgver=7.11.1
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('df23fde077df1b8555949281bc963596f70de3ec'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install "custom" system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}


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

2016-06-01 Thread Anatol Pomozov
Date: Wednesday, June 1, 2016 @ 20:33:12
  Author: anatolik
Revision: 268828

upgpkg: gdb 7.11.1-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:10:44 UTC (rev 268827)
+++ PKGBUILD2016-06-01 18:33:12 UTC (rev 268828)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gdb
-pkgver=7.11
+pkgver=7.11.1
 pkgrel=1
 pkgdesc='The GNU Debugger'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(texinfo)
 backup=(etc/gdb/gdbinit)
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('466208d771d97d3dfcf965d5c835a669cff8d847'
+sha1sums=('df23fde077df1b8555949281bc963596f70de3ec'
   'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 20:21:04
  Author: arojas
Revision: 177640

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 177639, singular/trunk/PKGBUILD)
  singular/repos/community-staging-i686/fix-include-dirs.patch
(from rev 177639, singular/trunk/fix-include-dirs.patch)
  singular/repos/community-staging-i686/ntl8.patch
(from rev 177639, singular/trunk/ntl8.patch)
  singular/repos/community-staging-i686/singular-gcc6.patch
(from rev 177639, singular/trunk/singular-gcc6.patch)
  singular/repos/community-staging-i686/templates.patch
(from rev 177639, singular/trunk/templates.patch)
  singular/repos/community-staging-x86_64/
  singular/repos/community-staging-x86_64/PKGBUILD
(from rev 177639, singular/trunk/PKGBUILD)
  singular/repos/community-staging-x86_64/fix-include-dirs.patch
(from rev 177639, singular/trunk/fix-include-dirs.patch)
  singular/repos/community-staging-x86_64/ntl8.patch
(from rev 177639, singular/trunk/ntl8.patch)
  singular/repos/community-staging-x86_64/singular-gcc6.patch
(from rev 177639, singular/trunk/singular-gcc6.patch)
  singular/repos/community-staging-x86_64/templates.patch
(from rev 177639, singular/trunk/templates.patch)

-+
 community-staging-i686/PKGBUILD |   89 ++
 community-staging-i686/fix-include-dirs.patch   |   11 ++
 community-staging-i686/ntl8.patch   |   47 +++
 community-staging-i686/singular-gcc6.patch  |   32 +++
 community-staging-i686/templates.patch  |   60 ++
 community-staging-x86_64/PKGBUILD   |   89 ++
 community-staging-x86_64/fix-include-dirs.patch |   11 ++
 community-staging-x86_64/ntl8.patch |   47 +++
 community-staging-x86_64/singular-gcc6.patch|   32 +++
 community-staging-x86_64/templates.patch|   60 ++
 10 files changed, 478 insertions(+)

Copied: singular/repos/community-staging-i686/PKGBUILD (from rev 177639, 
singular/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-01 18:21:04 UTC (rev 177640)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+pkgver=3.1.7.p1
+_majver=3-1-7
+pkgrel=20
+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;
 
+  'fix-include-dirs.patch' 'singular-gcc6.patch')
+md5sums=('ce369519d1c5d07342722e78240ea044'
+ 'b9177c00e95ee21b137984bade9fc481'
+ '8ca8ba06c846a8de189fff322d557705'
+ '2c028bbda467b437d5598ac07cd7211f'
+ '1fe968092b5e98878cd9b47c7d9acc81'
+ '31bdcc87548dd1fdc2cf5a73545b4f2d'
+ '36bb2a3fa574275215464f835dd16e05')
+
+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
+# fix factory include dir
+  patch -p1 -i ../fix-include-dirs.patch
+# fix build with GCC 6 (Fedora)
+  patch -p1 -i ../singular-gcc6.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 

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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 20:20:20
  Author: arojas
Revision: 177639

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

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

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

Copied: giac/repos/community-staging-i686/PKGBUILD (from rev 177638, 
giac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-01 18:20:20 UTC (rev 177639)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(giac libgiac)
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=3
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_giac() {
+  depends=(libgiac fltk)
+  provides=(xcas)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+

Copied: giac/repos/community-staging-x86_64/PKGBUILD (from rev 177638, 
giac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-01 18:20:20 UTC (rev 177639)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(giac libgiac)
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=3
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_giac() {
+  depends=(libgiac fltk)
+  provides=(xcas)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 20:19:53
  Author: arojas
Revision: 177638

NTL 9.9 rebuild

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:05:35 UTC (rev 177637)
+++ PKGBUILD2016-06-01 18:19:53 UTC (rev 177638)
@@ -5,7 +5,7 @@
 pkgname=(giac libgiac)
 _pkgver=1.2.2-53
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;


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

2016-06-01 Thread Pierre Schmitz
Date: Wednesday, June 1, 2016 @ 20:10:44
  Author: pierre
Revision: 268827

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 268826, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 18:10:37 UTC (rev 268826)
+++ PKGBUILD2016-06-01 18:10:44 UTC (rev 268827)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-md5sums=('SKIP'
- '05d30d20be1c94c9edc02756420a7d10')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 268826, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 18:10:44 UTC (rev 268827)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+md5sums=('SKIP'
+ '5d80fd95d9533850cf31359905a79ec1')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2016-06-01 Thread Pierre Schmitz
Date: Wednesday, June 1, 2016 @ 20:10:37
  Author: pierre
Revision: 268826

upgpkg: composer 1.1.2-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:12:53 UTC (rev 268825)
+++ PKGBUILD2016-06-01 18:10:37 UTC (rev 268826)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 md5sums=('SKIP'
- '05d30d20be1c94c9edc02756420a7d10')
+ '5d80fd95d9533850cf31359905a79ec1')
 
 prepare() {
cd ${srcdir}/${pkgname}


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 20:05:35
  Author: arojas
Revision: 177637

NTL 9.9 rebuild

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:58:58 UTC (rev 177636)
+++ PKGBUILD2016-06-01 18:05:35 UTC (rev 177637)
@@ -5,7 +5,7 @@
 pkgname=singular
 pkgver=3.1.7.p1
 _majver=3-1-7
-pkgrel=19
+pkgrel=20
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/;


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:58:58
  Author: arojas
Revision: 177636

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 177635, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-i686/lapack.patch
(from rev 177635, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-i686/linbox-fplll.patch
(from rev 177635, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-i686/underlink.patch
(from rev 177635, linbox/trunk/underlink.patch)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 177635, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/lapack.patch
(from rev 177635, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
(from rev 177635, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-x86_64/underlink.patch
(from rev 177635, linbox/trunk/underlink.patch)

-+
 community-staging-i686/PKGBUILD |   31 +
 community-staging-i686/lapack.patch |   22 ++
 community-staging-i686/linbox-fplll.patch   |   87 ++
 community-staging-i686/underlink.patch  |   41 
 community-staging-x86_64/PKGBUILD   |   31 +
 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, 362 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 177635, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-01 17:58:58 UTC (rev 177636)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.1
+pkgrel=4
+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 flint libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('e6638413bef578990d8764faca44ab17')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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 177635, 
linbox/trunk/lapack.patch)
===
--- community-staging-i686/lapack.patch (rev 0)
+++ community-staging-i686/lapack.patch 2016-06-01 17:58:58 UTC (rev 177636)
@@ -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 
177635, linbox/trunk/linbox-fplll.patch)
===
--- community-staging-i686/linbox-fplll.patch   (rev 0)
+++ community-staging-i686/linbox-fplll.patch   2016-06-01 17:58:58 UTC (rev 
177636)
@@ -0,0 +1,87 @@
+--- ./linbox/algorithms/lattice.h.orig 2012-06-07 02:30:32.0 -0600
 ./linbox/algorithms/lattice.h  2012-12-10 16:03:03.114827079 -0700
+@@ -48,18 +48,7 @@
+ 
+ 
+ #ifdef __LINBOX_HAVE_FPLLL
+-// this is a damn FPLLL bug !!!
+-namespace FPLLL {
+-#define round
+-#define trunc
+ #include 
+-#include 
+-#include 
+-#include 
+-#undef round
+-#undef trunc
+-}
+-
+ #endif
+ 
+ 
+--- ./linbox/algorithms/lattice.inl.orig   2012-06-07 02:30:32.0 
-0600
 ./linbox/algorithms/lattice.inl2012-12-10 16:05:04.846262737 -0700
+@@ -335,31 +335,31 @@ namespace LinBox
+ 

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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:58:25
  Author: arojas
Revision: 177635

NTL 9.9 rebuild

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:52:05 UTC (rev 177634)
+++ PKGBUILD2016-06-01 17:58:25 UTC (rev 177635)
@@ -3,7 +3,7 @@
 
 pkgname=linbox
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 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 eclib/trunk (PKGBUILD)

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:51:43
  Author: arojas
Revision: 177633

NTL 9.9 rebuild

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:45:36 UTC (rev 177632)
+++ PKGBUILD2016-06-01 17:51:43 UTC (rev 177633)
@@ -3,7 +3,7 @@
 
 pkgname=eclib
 pkgver=20160206
-pkgrel=6
+pkgrel=7
 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 eclib/repos (4 files)

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:52:05
  Author: arojas
Revision: 177634

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 177633, eclib/trunk/PKGBUILD)
  eclib/repos/community-staging-x86_64/
  eclib/repos/community-staging-x86_64/PKGBUILD
(from rev 177633, 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 177633, 
eclib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-01 17:52:05 UTC (rev 177634)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160206
+pkgrel=7
+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 177633, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-01 17:52:05 UTC (rev 177634)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160206
+pkgrel=7
+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 flint/repos (4 files)

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:45:36
  Author: arojas
Revision: 177632

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 177631, flint/trunk/PKGBUILD)
  flint/repos/community-staging-x86_64/
  flint/repos/community-staging-x86_64/PKGBUILD
(from rev 177631, 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 177631, 
flint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-01 17:45:36 UTC (rev 177632)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+# Contributor: Alessandro "jakedust" Andrioni 
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=11
+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 177631, 
flint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-01 17:45:36 UTC (rev 177632)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+# Contributor: Alessandro "jakedust" Andrioni 
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=11
+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-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:45:11
  Author: arojas
Revision: 177631

NTL 9.9 rebuild

Modified:
  flint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:40:45 UTC (rev 177630)
+++ PKGBUILD2016-06-01 17:45:11 UTC (rev 177631)
@@ -5,7 +5,7 @@
 
 pkgname=flint
 pkgver=2.5.2
-pkgrel=10
+pkgrel=11
 pkgdesc="A C library for doing number theory"
 arch=(i686 x86_64)
 url="http://www.flintlib.org;


[arch-commits] Commit in (dispcalgui)

2016-06-01 Thread Timothy Redaelli
Date: Wednesday, June 1, 2016 @ 19:40:45
  Author: tredaelli
Revision: 177630

Renamed to displaycal

Deleted:
  dispcalgui/


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:39:04
  Author: arojas
Revision: 177629

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 177628, ntl/trunk/PKGBUILD)
  ntl/repos/community-staging-x86_64/
  ntl/repos/community-staging-x86_64/PKGBUILD
(from rev 177628, 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 177628, 
ntl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-01 17:39:04 UTC (rev 177629)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Brad Conte 
+
+pkgname=ntl
+pkgver=9.9.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=('3b1b9d0d359ae038bc006b571b5a67f8')
+
+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 177628, 
ntl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-01 17:39:04 UTC (rev 177629)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Brad Conte 
+
+pkgname=ntl
+pkgver=9.9.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=('3b1b9d0d359ae038bc006b571b5a67f8')
+
+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 ntl/trunk (PKGBUILD)

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:38:37
  Author: arojas
Revision: 177628

Update to 9.9.0

Modified:
  ntl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:37:11 UTC (rev 177627)
+++ PKGBUILD2016-06-01 17:38:37 UTC (rev 177628)
@@ -3,7 +3,7 @@
 # Contributor: Brad Conte 
 
 pkgname=ntl
-pkgver=9.8.1
+pkgver=9.9.0
 pkgrel=1
 pkgdesc="A Library for doing Number Theory"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gf2x gmp)
 makedepends=()
 source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e33ed1aa597d275df3bcb58679855329')
+md5sums=('3b1b9d0d359ae038bc006b571b5a67f8')
 
 build() {
   cd $pkgname-$pkgver/src


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

2016-06-01 Thread Timothy Redaelli
Date: Wednesday, June 1, 2016 @ 19:37:11
  Author: tredaelli
Revision: 177627

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

Added:
  purple-skypeweb/repos/community-i686/
  purple-skypeweb/repos/community-i686/PKGBUILD
(from rev 177626, purple-skypeweb/trunk/PKGBUILD)
  purple-skypeweb/repos/community-x86_64/
  purple-skypeweb/repos/community-x86_64/PKGBUILD
(from rev 177626, purple-skypeweb/trunk/PKGBUILD)

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

Copied: purple-skypeweb/repos/community-i686/PKGBUILD (from rev 177626, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 17:37:11 UTC (rev 177627)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.1
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
+sha256sums=('e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+
+package() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make DESTDIR="$pkgdir" install
+}

Copied: purple-skypeweb/repos/community-x86_64/PKGBUILD (from rev 177626, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-01 17:37:11 UTC (rev 177627)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.1
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
+sha256sums=('e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+
+package() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make DESTDIR="$pkgdir" install
+}


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

2016-06-01 Thread Timothy Redaelli
Date: Wednesday, June 1, 2016 @ 19:37:01
  Author: tredaelli
Revision: 177626

upgpkg: purple-skypeweb 1.1-1

Modified:
  purple-skypeweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:30:26 UTC (rev 177625)
+++ PKGBUILD2016-06-01 17:37:01 UTC (rev 177626)
@@ -1,3 +1,7 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
 pkgname=purple-skypeweb
 _pkgname=skypeweb
 _parentname=skype4pidgin
@@ -12,7 +16,7 @@
 conflicts=('skype4pidgin')
 
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280')
+sha256sums=('e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700')
 
 build() {
 cd "$srcdir/$_parentname-$pkgver/$_pkgname"


[arch-commits] Commit in (4 files)

2016-06-01 Thread Timothy Redaelli
Date: Wednesday, June 1, 2016 @ 19:30:26
  Author: tredaelli
Revision: 177625

New package: purple-skypeweb

Added:
  purple-skypeweb/
  purple-skypeweb/repos/
  purple-skypeweb/trunk/
  purple-skypeweb/trunk/PKGBUILD

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

Added: purple-skypeweb/trunk/PKGBUILD
===
--- purple-skypeweb/trunk/PKGBUILD  (rev 0)
+++ purple-skypeweb/trunk/PKGBUILD  2016-06-01 17:30:26 UTC (rev 177625)
@@ -0,0 +1,25 @@
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.1
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
+sha256sums=('bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+
+package() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make DESTDIR="$pkgdir" install
+}


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


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 19:14:02
  Author: fyan
Revision: 177623

upgpkg: python-pytest 2.9.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:08:03 UTC (rev 177622)
+++ PKGBUILD2016-06-01 17:14:02 UTC (rev 177623)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -15,7 +15,9 @@
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
   'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 
'python2-pexpect'
   'python-pytest-xdist' 'python2-pytest-xdist' 
'python-zope-interface'
-  'python2-zope-interface' 'python-twisted' 'python2-twisted')
+  'python2-zope-interface' 'python-twisted' 'python2-twisted'
+  'python-requests' 'python2-requests' 'python-jinja' 
'python2-jinja'
+  'python-decorator' 'python2-decorator')
 source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
 sha512sums=('SKIP')
 


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 19:14:25
  Author: fyan
Revision: 177624

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 17:14:02 UTC (rev 177623)
+++ PKGBUILD2016-06-01 17:14:25 UTC (rev 177624)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
- 'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 
'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' 
'python-zope-interface'
-  'python2-zope-interface' 'python-twisted' 'python2-twisted')
-source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove bundled pluggy - disabled for now as it will break tests
-  # rm -r pytest/_pytest/vendored_packages
-  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
-
-  cp -a pytest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest
-  python setup.py build
-
-  cd "$srcdir"/pytest-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytest
-  # 1 xdist-related failure
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-py2
-  # 1 xdist-related failure
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools') # 'python-pluggy')
-
-  cd pytest
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
-
-  cd pytest-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 177623, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 17:14:25 UTC (rev 177624)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=2.9.2
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
+ 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 
'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' 
'python-zope-interface'
+  'python2-zope-interface' 'python-twisted' 'python2-twisted'
+  'python-requests' 'python2-requests' 'python-jinja' 
'python2-jinja'
+  'python-decorator' 'python2-decorator')
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest
+  python setup.py build
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest
+  # 1 xdist-related failure
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-py2
+  # 1 xdist-related failure
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools') # 'python-pluggy')
+
+  cd pytest
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
+
+  cd pytest-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+}


[arch-commits] Commit in lightdm/repos (36 files)

2016-06-01 Thread Maxime Gauduin
Date: Wednesday, June 1, 2016 @ 19:12:53
  Author: alucryd
Revision: 268825

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

Added:
  lightdm/repos/extra-i686/PKGBUILD
(from rev 268824, lightdm/trunk/PKGBUILD)
  lightdm/repos/extra-i686/Xsession
(from rev 268824, lightdm/trunk/Xsession)
  lightdm/repos/extra-i686/lightdm-autologin.pam
(from rev 268824, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/extra-i686/lightdm-default-config.patch
(from rev 268824, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/extra-i686/lightdm.install
(from rev 268824, lightdm/trunk/lightdm.install)
  lightdm/repos/extra-i686/lightdm.pam
(from rev 268824, lightdm/trunk/lightdm.pam)
  lightdm/repos/extra-i686/lightdm.rules
(from rev 268824, lightdm/trunk/lightdm.rules)
  lightdm/repos/extra-i686/lightdm.service
(from rev 268824, lightdm/trunk/lightdm.service)
  lightdm/repos/extra-i686/lightdm.tmpfiles
(from rev 268824, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/extra-x86_64/PKGBUILD
(from rev 268824, lightdm/trunk/PKGBUILD)
  lightdm/repos/extra-x86_64/Xsession
(from rev 268824, lightdm/trunk/Xsession)
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
(from rev 268824, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
(from rev 268824, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/extra-x86_64/lightdm.install
(from rev 268824, lightdm/trunk/lightdm.install)
  lightdm/repos/extra-x86_64/lightdm.pam
(from rev 268824, lightdm/trunk/lightdm.pam)
  lightdm/repos/extra-x86_64/lightdm.rules
(from rev 268824, lightdm/trunk/lightdm.rules)
  lightdm/repos/extra-x86_64/lightdm.service
(from rev 268824, lightdm/trunk/lightdm.service)
  lightdm/repos/extra-x86_64/lightdm.tmpfiles
(from rev 268824, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/extra-i686/PKGBUILD
  lightdm/repos/extra-i686/Xsession
  lightdm/repos/extra-i686/lightdm-autologin.pam
  lightdm/repos/extra-i686/lightdm-default-config.patch
  lightdm/repos/extra-i686/lightdm.install
  lightdm/repos/extra-i686/lightdm.pam
  lightdm/repos/extra-i686/lightdm.rules
  lightdm/repos/extra-i686/lightdm.service
  lightdm/repos/extra-i686/lightdm.tmpfiles
  lightdm/repos/extra-x86_64/PKGBUILD
  lightdm/repos/extra-x86_64/Xsession
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
  lightdm/repos/extra-x86_64/lightdm.install
  lightdm/repos/extra-x86_64/lightdm.pam
  lightdm/repos/extra-x86_64/lightdm.rules
  lightdm/repos/extra-x86_64/lightdm.service
  lightdm/repos/extra-x86_64/lightdm.tmpfiles

---+
 /PKGBUILD |  272 
 /Xsession |  128 +
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   80 
 /lightdm.install  |   24 ++
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 +++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 extra-i686/PKGBUILD   |  136 --
 extra-i686/Xsession   |   64 --
 extra-i686/lightdm-autologin.pam  |   13 -
 extra-i686/lightdm-default-config.patch   |   40 
 extra-i686/lightdm.install|   12 -
 extra-i686/lightdm.pam|7 
 extra-i686/lightdm.rules  |   15 -
 extra-i686/lightdm.service|   13 -
 extra-i686/lightdm.tmpfiles   |1 
 extra-x86_64/PKGBUILD |  136 --
 extra-x86_64/Xsession |   64 --
 extra-x86_64/lightdm-autologin.pam|   13 -
 extra-x86_64/lightdm-default-config.patch |   40 
 extra-x86_64/lightdm.install  |   12 -
 extra-x86_64/lightdm.pam  |7 
 extra-x86_64/lightdm.rules|   15 -
 extra-x86_64/lightdm.service  |   13 -
 extra-x86_64/lightdm.tmpfiles |1 
 27 files changed, 604 insertions(+), 602 deletions(-)

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


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

2016-06-01 Thread Maxime Gauduin
Date: Wednesday, June 1, 2016 @ 19:12:10
  Author: alucryd
Revision: 268824

FS#49527: lightdm 1:1.18.1-2

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/lightdm.service

-+
 PKGBUILD|4 ++--
 lightdm.service |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 16:16:09 UTC (rev 268823)
+++ PKGBUILD2016-06-01 17:12:10 UTC (rev 268824)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.18.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 'lightdm-default-config.patch'
 'Xsession')
 sha256sums=('85488565e42089ec025a2f330cff97fa615b02777dbab86a916b209a2cfc89fa'
-'c228543e07464b1f09a1f1a07574e6868df49d30a85cc4deb7d4fe0c5dbcbe30'
+'0db37a14521be729411a767f157fbd07adb738b14006277def53a1efe4dacfb8'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'

Modified: lightdm.service
===
--- lightdm.service 2016-06-01 16:16:09 UTC (rev 268823)
+++ lightdm.service 2016-06-01 17:12:10 UTC (rev 268824)
@@ -1,7 +1,8 @@
 [Unit]
 Description=Light Display Manager
 Documentation=man:lightdm(1)
-After=systemd-user-sessions.service plymouth-quit.service acpid.service
+Conflicts=getty@tty1.service
+After=getty@tty1.service systemd-user-sessions.service plymouth-quit.service 
acpid.service
 
 [Service]
 ExecStart=/usr/bin/lightdm


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:08:03
  Author: arojas
Revision: 177622

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 177621, pynac/trunk/PKGBUILD)
  pynac/repos/community-staging-x86_64/
  pynac/repos/community-staging-x86_64/PKGBUILD
(from rev 177621, pynac/trunk/PKGBUILD)

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

Copied: pynac/repos/community-staging-i686/PKGBUILD (from rev 177621, 
pynac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-01 17:08:03 UTC (rev 177622)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
+
pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch;)
+md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
+ '50297577b500234b6c89fc89f909cb35')
+
+prepare() {
+  cd pynac-pynac-$pkgver
+# Fix giac detection
+  patch -p1 -i ../pynac-giac.patch
+}
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pynac/repos/community-staging-x86_64/PKGBUILD (from rev 177621, 
pynac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-01 17:08:03 UTC (rev 177622)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 libgiac)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
+
pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch;)
+md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
+ '50297577b500234b6c89fc89f909cb35')
+
+prepare() {
+  cd pynac-pynac-$pkgver
+# Fix giac detection
+  patch -p1 -i ../pynac-giac.patch
+}
+
+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-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 19:04:15
  Author: arojas
Revision: 177621

Update to 0.6.6

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 17:00:08 UTC (rev 177620)
+++ PKGBUILD2016-06-01 17:04:15 UTC (rev 177621)
@@ -3,16 +3,24 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.6.5
+pkgver=0.6.6
 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=('e49637aa94556a33d0fd6b3bcfd2e056')
+depends=(python2 libgiac)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;
+
pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch;)
+md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
+ '50297577b500234b6c89fc89f909cb35')
 
+prepare() {
+  cd pynac-pynac-$pkgver
+# Fix giac detection
+  patch -p1 -i ../pynac-giac.patch
+}
+
 build() {
   cd pynac-pynac-$pkgver
 


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 19:00:08
  Author: fyan
Revision: 177620

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 16:59:24 UTC (rev 177619)
+++ community-i686/PKGBUILD 2016-06-01 17:00:08 UTC (rev 177620)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.12
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('6d19ef29883bbebdcac6613cf391cac4'
- 'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd SQLAlchemy-${pkgver}
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
- 
-  cd ../SQLAlchemy2-$pkgver  
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 177619, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 17:00:08 UTC (rev 177620)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.0.13
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+md5sums=('cef0c4aa0e2464a6f903a9cac9b280d8'
+ 'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py ptr
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py ptr
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ 

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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 18:59:24
  Author: fyan
Revision: 177619

upgpkg: python-sqlalchemy 1.0.13-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 16:55:25 UTC (rev 177618)
+++ PKGBUILD2016-06-01 16:59:24 UTC (rev 177619)
@@ -5,16 +5,16 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.12
+pkgver=1.0.13
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('6d19ef29883bbebdcac6613cf391cac4'
+md5sums=('cef0c4aa0e2464a6f903a9cac9b280d8'
  'SKIP')
 
 prepare() {
@@ -22,19 +22,19 @@
 }
 
 build() {
-  cd SQLAlchemy-$pkgver
+  cd "$srcdir"/SQLAlchemy-$pkgver
   python setup.py build
 
-  cd ../SQLAlchemy2-$pkgver
+  cd "$srcdir"/SQLAlchemy2-$pkgver
   python2 setup.py build
 }
 
 check() {
-  cd SQLAlchemy-${pkgver}
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py ptr
  
-  cd ../SQLAlchemy2-$pkgver  
-  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py ptr
 }
 
 package_python-sqlalchemy() {
@@ -42,7 +42,7 @@
   depends=('python')
   optdepends=('python-psycopg2: connect to PostgreSQL database')
 
-  cd SQLAlchemy-${pkgver}
+  cd SQLAlchemy-$pkgver
   python setup.py install --root="${pkgdir}"
   install -D -m644 LICENSE \
  "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 18:55:25
  Author: arojas
Revision: 177618

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 16:54:52 UTC (rev 177617)
+++ community-i686/PKGBUILD 2016-06-01 16:55:25 UTC (rev 177618)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=giac
-_pkgver=1.2.2-53
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-depends=(mpfi gsl pari-sage ntl lapack)
-makedepends=(libpng libjpeg fltk)
-optdepends=('fltk: for xcas')
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
-md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
-
-build() {
-  cd $pkgname-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-}

Copied: giac/repos/community-i686/PKGBUILD (from rev 177617, 
giac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 16:55:25 UTC (rev 177618)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(giac libgiac)
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_giac() {
+  depends=(libgiac fltk)
+  provides=(xcas)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-01 16:54:52 UTC (rev 177617)
+++ community-x86_64/PKGBUILD   2016-06-01 16:55:25 UTC (rev 177618)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=giac
-_pkgver=1.2.2-53
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-depends=(mpfi gsl pari-sage ntl lapack)
-makedepends=(libpng libjpeg fltk)
-optdepends=('fltk: for xcas')
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
-md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
-
-build() {
-  cd $pkgname-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 177617, 
giac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-01 16:55:25 UTC (rev 177618)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(giac libgiac)
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_giac() {
+  depends=(libgiac fltk)
+  

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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 18:54:52
  Author: arojas
Revision: 177617

Split shared lib

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 16:18:41 UTC (rev 177616)
+++ PKGBUILD2016-06-01 16:54:52 UTC (rev 177617)
@@ -1,28 +1,43 @@
 # $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
 # Maintainer: Antonio Rojas 
 
-pkgname=giac
+pkgbase=giac
+pkgname=(giac libgiac)
 _pkgver=1.2.2-53
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free computer algebra system"
 arch=(i686 x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
 license=(GPL3)
-depends=(mpfi gsl pari-sage ntl lapack)
-makedepends=(libpng libjpeg fltk)
-optdepends=('fltk: for xcas')
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
 md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
 
 build() {
-  cd $pkgname-${pkgver%.*}
+  cd $pkgbase-${pkgver%.*}
 
   ./configure --prefix=/usr
   make
 }
 
-package() {
-  cd $pkgname-${pkgver%.*}
+package_giac() {
+  depends=(libgiac fltk)
+  provides=(xcas)
+
+  cd $pkgbase-${pkgver%.*}
   make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
 }
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 18:18:18
  Author: fyan
Revision: 177615

upgpkg: python-cinderclient 1.8.0-1

Modified:
  python-cinderclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 16:17:07 UTC (rev 177614)
+++ PKGBUILD2016-06-01 16:18:18 UTC (rev 177615)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cinderclient
 pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.7.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="OpenStack Block Storage API Client Library"
 arch=('any')


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 18:18:41
  Author: fyan
Revision: 177616

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 16:18:18 UTC (rev 177615)
+++ PKGBUILD2016-06-01 16:18:41 UTC (rev 177616)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 177615, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 16:18:41 UTC (rev 177616)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-01 Thread Jaroslav Lichtblau
Date: Wednesday, June 1, 2016 @ 18:17:07
  Author: jlichtblau
Revision: 177614

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 177613, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 177613, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 177613, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 177613, qmmp/trunk/qmmp.changelog)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog

-+
 /PKGBUILD   |   98 +
 /qmmp.changelog |  392 ++
 community-i686/PKGBUILD |   49 
 community-i686/qmmp.changelog   |  193 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/qmmp.changelog |  193 --
 6 files changed, 490 insertions(+), 484 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 16:16:47 UTC (rev 177613)
+++ community-i686/PKGBUILD 2016-06-01 16:17:07 UTC (rev 177614)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="Qt5 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
- 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
- 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('419913e6becc91061a361afaf59b3471cfb6d28dcca1fb6201f4155632b4ad02')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 177613, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 16:17:07 UTC (rev 177614)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2016-06-01 Thread Jaroslav Lichtblau
Date: Wednesday, June 1, 2016 @ 18:16:47
  Author: jlichtblau
Revision: 177613

upgpkg: qmmp 1.0.10-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |4 ++--
 qmmp.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 16:03:07 UTC (rev 177612)
+++ PKGBUILD2016-06-01 16:16:47 UTC (rev 177613)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('419913e6becc91061a361afaf59b3471cfb6d28dcca1fb6201f4155632b4ad02')
+sha256sums=('02bcd01b1d8f6ca8b805a5deaeaa059ee44a38fafd20bec7ee3560a021250ee3')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2016-06-01 16:03:07 UTC (rev 177612)
+++ qmmp.changelog  2016-06-01 16:16:47 UTC (rev 177613)
@@ -1,3 +1,6 @@
+2016-06-01 Jaroslav Lichtblau 
+   * qmmp 1.0.10-1
+
 2016-05-02 Jaroslav Lichtblau 
* qmmp 1.0.9-1
 


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 18:16:09
  Author: fyan
Revision: 268823

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 268822, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 16:15:44 UTC (rev 268822)
+++ PKGBUILD2016-06-01 16:16:09 UTC (rev 268823)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=21.2.2
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 268822, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 16:16:09 UTC (rev 268823)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=22.0.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2-packaging')
+  provides=('python2-distribute' 'setuptools')
+  replaces=('python2-distribute' 'setuptools')
+
+  cd "$srcdir"/setuptools-py2
+  

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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 18:15:44
  Author: fyan
Revision: 268822

upgpkg: python-setuptools 1:22.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 06:31:24 UTC (rev 268821)
+++ PKGBUILD2016-06-01 16:15:44 UTC (rev 268822)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=21.2.2
+pkgver=22.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


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

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 18:03:07
  Author: faidoc
Revision: 177612

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 16:02:06 UTC (rev 177611)
+++ community-i686/PKGBUILD 2016-06-01 16:03:07 UTC (rev 177612)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 177611, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 16:03:07 UTC (rev 177612)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('67a4607e0f311db3b71c2014ab2be4c0d4c14f272fc019d381c77acf8442ad77')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-01 16:02:06 UTC (rev 177611)
+++ community-x86_64/PKGBUILD   2016-06-01 16:03:07 UTC (rev 177612)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')

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

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 18:02:06
  Author: faidoc
Revision: 177611

upgpkg: nemo 3.0.5-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 16:01:35 UTC (rev 177610)
+++ PKGBUILD2016-06-01 16:02:06 UTC (rev 177611)
@@ -3,26 +3,23 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.0.3
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo;
 license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
  'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
+  'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
+sha256sums=('67a4607e0f311db3b71c2014ab2be4c0d4c14f272fc019d381c77acf8442ad77')
 
 prepare() {
   cd linuxmint-nemo-*
 
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
   # Rename 'Files' app name to avoid having the same as nautilus
   sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
 }


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

2016-06-01 Thread Jaroslav Lichtblau
Date: Wednesday, June 1, 2016 @ 18:01:35
  Author: jlichtblau
Revision: 177610

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 177609, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 177609, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 177609, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 177609, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 ++---
 josm.changelog |  387 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +-
 4 files changed, 253 insertions(+), 250 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 16:01:19 UTC (rev 177609)
+++ PKGBUILD2016-06-01 16:01:35 UTC (rev 177610)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=10168
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar
-$pkgname.desktop
-$pkgname.conf.d)
-sha256sums=('0cb410dd7a66155d41886d5f8bd74c5fba8c556bb254df5284d9707178869753'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 177609, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 16:01:35 UTC (rev 177610)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=10301
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar
+$pkgname.desktop
+$pkgname.conf.d)
+sha256sums=('8ac7d534b73b5b04ad5a246728da0915b911518ff0d3d70327f06ee1bab77329'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2016-06-01 16:01:19 UTC (rev 177609)
+++ josm.changelog  2016-06-01 16:01:35 UTC (rev 177610)
@@ -1,192 +0,0 @@
-2016-05-08 Jaroslav Lichtblau 
-   * josm 10168-1
-
-2016-04-28 Jaroslav Lichtblau 
-   

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2016-06-01 Thread Jaroslav Lichtblau
Date: Wednesday, June 1, 2016 @ 18:01:19
  Author: jlichtblau
Revision: 177609

upgpkg: josm 10301-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 15:43:33 UTC (rev 177608)
+++ PKGBUILD2016-06-01 16:01:19 UTC (rev 177609)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=10168
+pkgver=10301
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar
 $pkgname.desktop
 $pkgname.conf.d)
-sha256sums=('0cb410dd7a66155d41886d5f8bd74c5fba8c556bb254df5284d9707178869753'
+sha256sums=('8ac7d534b73b5b04ad5a246728da0915b911518ff0d3d70327f06ee1bab77329'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2016-06-01 15:43:33 UTC (rev 177608)
+++ josm.changelog  2016-06-01 16:01:19 UTC (rev 177609)
@@ -1,3 +1,6 @@
+2016-06-01 Jaroslav Lichtblau 
+   * josm 10301-1
+
 2016-05-08 Jaroslav Lichtblau 
* josm 10168-1
 


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

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 17:43:33
  Author: faidoc
Revision: 177608

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 177607, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 177607, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
(from rev 177607, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 177607, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 177607, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 177607, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
(from rev 177607, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 177607, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

---+
 /PKGBUILD |  238 
 /default-theme.patch  |   50 +
 /dont-hardcode-nemo.patch |   66 +++
 /set_wheel.patch  |  112 +
 community-i686/PKGBUILD   |  119 --
 community-i686/default-theme.patch|   25 --
 community-i686/dont-hardcode-nemo.patch   |   33 ---
 community-i686/set_wheel.patch|   56 --
 community-x86_64/PKGBUILD |  119 --
 community-x86_64/default-theme.patch  |   25 --
 community-x86_64/dont-hardcode-nemo.patch |   33 ---
 community-x86_64/set_wheel.patch  |   56 --
 12 files changed, 466 insertions(+), 466 deletions(-)

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


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

2016-06-01 Thread Alexandre Filgueira
Date: Wednesday, June 1, 2016 @ 17:42:02
  Author: faidoc
Revision: 177607

upgpkg: cinnamon 3.0.5-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 12:19:34 UTC (rev 177606)
+++ PKGBUILD2016-06-01 15:42:02 UTC (rev 177607)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 "set_wheel.patch"
 "default-theme.patch"
 "dont-hardcode-nemo.patch")
-sha256sums=('c85a52557f16317fe5ee8879d47efd5f5f79b653d29ce750404590b16a439c61'
+sha256sums=('2d37f935d0082c33eaaf65c523a03a641b7ec29273b6b6aa541fe313570f23ed'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
 '26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4')


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 14:19:34
  Author: fyan
Revision: 177606

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

Added:
  shadowsocks-libev/repos/community-i686/PKGBUILD
(from rev 177605, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
(from rev 177605, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service
(from rev 177605, shadowsocks-libev/trunk/shadowsocks-libev@.service)
Deleted:
  shadowsocks-libev/repos/community-i686/PKGBUILD
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service

+
 /PKGBUILD  |   86 +++
 /shadowsocks-libev-redir@.service  |   24 +
 /shadowsocks-libev-server@.service |   24 +
 /shadowsocks-libev-tunnel@.service |   24 +
 /shadowsocks-libev.install |   20 
 /shadowsocks-libev@.service|   24 +
 community-i686/PKGBUILD|   43 -
 community-i686/shadowsocks-libev-redir@.service|   12 --
 community-i686/shadowsocks-libev-server@.service   |   12 --
 community-i686/shadowsocks-libev-tunnel@.service   |   12 --
 community-i686/shadowsocks-libev.install   |   10 --
 community-i686/shadowsocks-libev@.service  |   12 --
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/shadowsocks-libev-redir@.service  |   12 --
 community-x86_64/shadowsocks-libev-server@.service |   12 --
 community-x86_64/shadowsocks-libev-tunnel@.service |   12 --
 community-x86_64/shadowsocks-libev.install |   10 --
 community-x86_64/shadowsocks-libev@.service|   12 --
 18 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 12:18:18 UTC (rev 177605)
+++ community-i686/PKGBUILD 2016-06-01 12:19:34 UTC (rev 177606)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jiangxq 
-# Contributor: zh8 
-# Contributor: 4679kun 
-
-pkgname=shadowsocks-libev
-pkgver=2.4.6
-pkgrel=1
-pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
-arch=('i686' 'x86_64')
-url='https://github.com/shadowsocks/shadowsocks-libev'
-license=('GPL3')
-depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns' 'zlib')
-makedepends=('git')
-install=${pkgname}.install
-source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver;
-'shadowsocks-libev@.service'
-'shadowsocks-libev-server@.service'
-'shadowsocks-libev-redir@.service'
-'shadowsocks-libev-tunnel@.service')
-

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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 14:18:18
  Author: fyan
Revision: 177605

upgpkg: shadowsocks-libev 2.4.7-1

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 12:09:38 UTC (rev 177604)
+++ PKGBUILD2016-06-01 12:18:18 UTC (rev 177605)
@@ -5,7 +5,7 @@
 # Contributor: 4679kun 
 
 pkgname=shadowsocks-libev
-pkgver=2.4.6
+pkgver=2.4.7
 pkgrel=1
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('i686' 'x86_64')


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 14:09:38
  Author: fyan
Revision: 177604

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 12:09:01 UTC (rev 177603)
+++ community-i686/PKGBUILD 2016-06-01 12:09:38 UTC (rev 177604)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pykerberos
-pkgname=('python-pykerberos' 'python2-pykerberos')
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="High-level interface to Kerberos"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="https://github.com/02strich/pykerberos;
-makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
-source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pykerberos{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pykerberos
-  python setup.py build
-
-  cd "$srcdir"/pykerberos-py2
-  python2 setup.py build
-}
-
-package_python-pykerberos() {
-  depends=('python' 'krb5')
-
-  cd pykerberos
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pykerberos() {
-  depends=('python2' 'krb5')
-
-  cd pykerberos-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pykerberos/repos/community-i686/PKGBUILD (from rev 177603, 
python-pykerberos/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 12:09:38 UTC (rev 177604)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pykerberos
+pkgname=('python-pykerberos' 'python2-pykerberos')
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="High-level interface to Kerberos"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="https://github.com/02strich/pykerberos;
+makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
+source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pykerberos{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pykerberos
+  python setup.py build
+
+  cd "$srcdir"/pykerberos-py2
+  python2 setup.py build
+}
+
+package_python-pykerberos() {
+  depends=('python' 'krb5')
+
+  cd pykerberos
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pykerberos() {
+  depends=('python2' 'krb5')
+
+  cd pykerberos-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-01 12:09:01 UTC (rev 177603)
+++ community-x86_64/PKGBUILD   2016-06-01 12:09:38 UTC (rev 177604)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pykerberos
-pkgname=('python-pykerberos' 'python2-pykerberos')
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="High-level interface to Kerberos"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="https://github.com/02strich/pykerberos;
-makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
-source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pykerberos{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pykerberos
-  python setup.py build
-
-  cd "$srcdir"/pykerberos-py2
-  python2 setup.py build
-}
-
-package_python-pykerberos() {
-  depends=('python' 'krb5')
-
-  cd pykerberos
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pykerberos() {
-  depends=('python2' 'krb5')
-
-  cd pykerberos-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pykerberos/repos/community-x86_64/PKGBUILD (from rev 177603, 
python-pykerberos/trunk/PKGBUILD)

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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 14:09:01
  Author: fyan
Revision: 177603

upgpkg: python-pykerberos 1.1.12-1

Modified:
  python-pykerberos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 10:31:41 UTC (rev 177602)
+++ PKGBUILD2016-06-01 12:09:01 UTC (rev 177603)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pykerberos
 pkgname=('python-pykerberos' 'python2-pykerberos')
-pkgver=1.1.11
+pkgver=1.1.12
 pkgrel=1
 pkgdesc="High-level interface to Kerberos"
 arch=('i686' 'x86_64')


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 12:31:41
  Author: arojas
Revision: 177602

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

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

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

Copied: giac/repos/community-i686/PKGBUILD (from rev 177601, 
giac/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-06-01 10:31:41 UTC (rev 177602)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=giac
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+depends=(mpfi gsl pari-sage ntl lapack)
+makedepends=(libpng libjpeg fltk)
+optdepends=('fltk: for xcas')
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgname-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 177601, 
giac/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-06-01 10:31:41 UTC (rev 177602)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=giac
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+depends=(mpfi gsl pari-sage ntl lapack)
+makedepends=(libpng libjpeg fltk)
+optdepends=('fltk: for xcas')
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgname-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 12:31:04
  Author: arojas
Revision: 177601

Add giac, new pynac dependency

Added:
  giac/
  giac/trunk/
  giac/trunk/PKGBUILD

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

Added: giac/trunk/PKGBUILD
===
--- giac/trunk/PKGBUILD (rev 0)
+++ giac/trunk/PKGBUILD 2016-06-01 10:31:04 UTC (rev 177601)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=giac
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+depends=(mpfi gsl pari-sage ntl lapack)
+makedepends=(libpng libjpeg fltk)
+optdepends=('fltk: for xcas')
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz;)
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgname-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 11:24:14
  Author: fyan
Revision: 177599

upgpkg: python-pygal 1:2.2.3-1

Modified:
  python-pygal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 09:17:34 UTC (rev 177598)
+++ PKGBUILD2016-06-01 09:24:14 UTC (rev 177599)
@@ -5,7 +5,7 @@
 pkgbase=python-pygal
 pkgname=('python-pygal' 'python2-pygal')
 epoch=1
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='A Python SVG graph plotting library'
 arch=('any')


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 11:24:31
  Author: fyan
Revision: 177600

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 09:24:14 UTC (rev 177599)
+++ PKGBUILD2016-06-01 09:24:31 UTC (rev 177600)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=python-pygal
-pkgname=('python-pygal' 'python2-pygal')
-epoch=1
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='A Python SVG graph plotting library'
-arch=('any')
-url='http://pygal.org/'
-license=('LGPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
-  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python2-cairosvg'
-  'python-flask' 'python2-flask')
-source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "$srcdir/pygal"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pygal
-  python setup.py build
-
-  cd "$srcdir"/pygal-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pygal
-  LC_CTYPE=en_US.UTF-8 py.test pygal/
-
-  cd "$srcdir"/pygal-py2
-  py.test2 pygal/
-}
-
-package_python-pygal() {
-  depends=('python-setuptools')
-  optdepends=('python-lxml: for XML output through lxml instead of xml.etree'
-  'python-cairosvg: for PNG output')
-
-  cd pygal
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygal() {
-  depends=('python2-setuptools')
-  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree'
-  'python2-cairosvg: for PNG output')
-
-  cd pygal-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pygal_gen{,2}.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygal/repos/community-any/PKGBUILD (from rev 177599, 
python-pygal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 09:24:31 UTC (rev 177600)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=python-pygal
+pkgname=('python-pygal' 'python2-pygal')
+epoch=1
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='A Python SVG graph plotting library'
+arch=('any')
+url='http://pygal.org/'
+license=('LGPL3')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
+  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python2-cairosvg'
+  'python-flask' 'python2-flask')
+source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "$srcdir/pygal"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pygal
+  python setup.py build
+
+  cd "$srcdir"/pygal-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pygal
+  LC_CTYPE=en_US.UTF-8 py.test pygal/
+
+  cd "$srcdir"/pygal-py2
+  py.test2 pygal/
+}
+
+package_python-pygal() {
+  depends=('python-setuptools')
+  optdepends=('python-lxml: for XML output through lxml instead of xml.etree'
+  'python-cairosvg: for PNG output')
+
+  cd pygal
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygal() {
+  depends=('python2-setuptools')
+  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree'
+  'python2-cairosvg: for PNG output')
+
+  cd pygal-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pygal_gen{,2}.py
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 11:17:34
  Author: fyan
Revision: 177598

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 09:17:16 UTC (rev 177597)
+++ PKGBUILD2016-06-01 09:17:34 UTC (rev 177598)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-jsonpatch
-_pkgname=jsonpatch
-pkgname=(python-jsonpatch python2-jsonpatch)
-pkgver=1.13
-pkgrel=2
-pkgdesc="An implementation of the JSON Patch format"
-arch=("any")
-url="https://github.com/stefankoegl/python-json-patch;
-license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools" "python-jsonpointer" 
"python2-jsonpointer"
- "python-pypandoc" "python2-pypandoc" "git")
-checkdepends=('python-coverage' 'python2-coverage')
-source=("git+https://github.com/stefankoegl/python-json-patch.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare(){
-  cp -a python-json-patch{,-py2}
-  find python-json-patch-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir"/python-json-patch
-  python setup.py build
-
-  cd "$srcdir"/python-json-patch-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-json-patch
-  coverage run --source=jsonpatch tests.py
-
-  cd "$srcdir"/python-json-patch-py2
-  coverage2 run --source=jsonpatch tests.py
-}
-
-package_python-jsonpatch() {
-  depends=("python-jsonpointer")
-
-  cd "$srcdir"/python-json-patch
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}
-package_python2-jsonpatch() {
-  depends=("python2-jsonpointer")
-
-  cd "$srcdir"/python-json-patch-py2
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  for _bin in "$pkgdir"/usr/bin/*; do
-mv "$_bin"{,2}
-  done
-}

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 177597, 
python-jsonpatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 09:17:34 UTC (rev 177598)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-jsonpatch
+_pkgname=jsonpatch
+pkgname=(python-jsonpatch python2-jsonpatch)
+pkgver=1.14
+pkgrel=1
+pkgdesc="An implementation of the JSON Patch format"
+arch=("any")
+url="https://github.com/stefankoegl/python-json-patch;
+license=("BSD")
+makedepends=("python-setuptools" "python2-setuptools" "python-jsonpointer" 
"python2-jsonpointer"
+ "python-pypandoc" "python2-pypandoc" "git")
+checkdepends=('python-coverage' 'python2-coverage')
+source=("git+https://github.com/stefankoegl/python-json-patch.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare(){
+  cp -a python-json-patch{,-py2}
+  find python-json-patch-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir"/python-json-patch
+  python setup.py build
+
+  cd "$srcdir"/python-json-patch-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-json-patch
+  coverage run --source=jsonpatch tests.py
+
+  cd "$srcdir"/python-json-patch-py2
+  coverage2 run --source=jsonpatch tests.py
+}
+
+package_python-jsonpatch() {
+  depends=("python-jsonpointer")
+
+  cd "$srcdir"/python-json-patch
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}
+package_python2-jsonpatch() {
+  depends=("python2-jsonpointer")
+
+  cd "$srcdir"/python-json-patch-py2
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  for _bin in "$pkgdir"/usr/bin/*; do
+mv "$_bin"{,2}
+  done
+}


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 11:17:16
  Author: fyan
Revision: 177597

upgpkg: python-jsonpatch 1.14-1

Modified:
  python-jsonpatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 09:16:38 UTC (rev 177596)
+++ PKGBUILD2016-06-01 09:17:16 UTC (rev 177597)
@@ -6,8 +6,8 @@
 pkgbase=python-jsonpatch
 _pkgname=jsonpatch
 pkgname=(python-jsonpatch python2-jsonpatch)
-pkgver=1.13
-pkgrel=2
+pkgver=1.14
+pkgrel=1
 pkgdesc="An implementation of the JSON Patch format"
 arch=("any")
 url="https://github.com/stefankoegl/python-json-patch;


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 11:16:20
  Author: fyan
Revision: 177595

upgpkg: python-ddt 1.1.0-1

Modified:
  python-ddt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 07:32:26 UTC (rev 177594)
+++ PKGBUILD2016-06-01 09:16:20 UTC (rev 177595)
@@ -3,7 +3,7 @@
 
 pkgbase=python-ddt
 pkgname=('python-ddt' 'python2-ddt')
-pkgver=1.0.3
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Data-Driven/Decorated Tests"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 url="https://github.com/txels/ddt;
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-yaml' 'python2-yaml')
 source=("git+https://github.com/txels/ddt.git#tag=$pkgver;)
 sha512sums=('SKIP')
 


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 11:16:38
  Author: fyan
Revision: 177596

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 09:16:20 UTC (rev 177595)
+++ PKGBUILD2016-06-01 09:16:38 UTC (rev 177596)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 175443 2016-05-16 05:54:00Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-ddt
-pkgname=('python-ddt' 'python2-ddt')
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Data-Driven/Decorated Tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/txels/ddt;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/txels/ddt.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a ddt{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ddt
-  python setup.py build
-
-  cd "$srcdir"/ddt-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ddt
-  nosetests3
-
-  cd "$srcdir"/ddt-py2
-  nosetests2
-}
-
-package_python-ddt() {
-  depends=('python')
-
-  cd ddt
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-package_python2-ddt() {
-  depends=('python2')
-
-  cd ddt-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-ddt/repos/community-any/PKGBUILD (from rev 177595, 
python-ddt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 09:16:38 UTC (rev 177596)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 175443 2016-05-16 05:54:00Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-ddt
+pkgname=('python-ddt' 'python2-ddt')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-yaml' 'python2-yaml')
+source=("git+https://github.com/txels/ddt.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a ddt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ddt
+  python setup.py build
+
+  cd "$srcdir"/ddt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ddt
+  nosetests3
+
+  cd "$srcdir"/ddt-py2
+  nosetests2
+}
+
+package_python-ddt() {
+  depends=('python')
+
+  cd ddt
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-ddt() {
+  depends=('python2')
+
+  cd ddt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


[arch-commits] Commit in dblatex/trunk (PKGBUILD dblatex-0.3.4-build-fix.patch)

2016-06-01 Thread Lukas Fleischer
Date: Wednesday, June 1, 2016 @ 09:32:19
  Author: lfleischer
Revision: 177593

upgpkg: dblatex 0.3.7-1

Upstream update.

Modified:
  dblatex/trunk/PKGBUILD
Deleted:
  dblatex/trunk/dblatex-0.3.4-build-fix.patch

---+
 PKGBUILD  |   13 -
 dblatex-0.3.4-build-fix.patch |   14 --
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 06:22:22 UTC (rev 177592)
+++ PKGBUILD2016-06-01 07:32:19 UTC (rev 177593)
@@ -1,11 +1,10 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: Marcin Karpezo 
 # Contributor: Andreas Hauser 
 
 pkgname=dblatex
-pkgver=0.3.4
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
 pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
 arch=('any')
 url='http://dblatex.sourceforge.net/'
@@ -12,16 +11,12 @@
 license=('GPL')
 depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
  'texlive-latexextra' 'texlive-pictures')
-source=("http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'dblatex-0.3.4-build-fix.patch')
-md5sums=('a511a2eaa55757b341e4c46353c5c681'
- '3784801bcfdea61ee45e92bdfc905d4a')
+source=("http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('15ba461151e7cc2d6a89cb6ebcf3650b')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  patch -Np0 -i ../dblatex-0.3.4-build-fix.patch
-
   python2 setup.py install --root "${pkgdir}" --catalogs=/etc/xml/docbook-xml
   sed -i -e "s,${pkgdir},," -e "s,#!/usr/bin/env python,#!/usr/bin/env 
python2," \
 "${pkgdir}/usr/bin/dblatex"

Deleted: dblatex-0.3.4-build-fix.patch
===
--- dblatex-0.3.4-build-fix.patch   2016-06-01 06:22:22 UTC (rev 177592)
+++ dblatex-0.3.4-build-fix.patch   2016-06-01 07:32:19 UTC (rev 177593)
@@ -1,14 +0,0 @@
 setup.py.old   2012-11-08 20:33:26.224458028 +0100
-+++ setup.py   2012-11-08 20:33:41.656633881 +0100
-@@ -365,10 +365,7 @@ class Install(install):
- raise OSError("not found: %s" % ", ".join(mis_stys))
- 
- def run(self):
--if self.install_layout == "deb":
--db = DebianInstaller(self)
--else:
--db = None
-+db = None
- 
- if not(db) and not(self.nodeps):
- try:


[arch-commits] Commit in dblatex/repos/community-any (3 files)

2016-06-01 Thread Lukas Fleischer
Date: Wednesday, June 1, 2016 @ 09:32:26
  Author: lfleischer
Revision: 177594

archrelease: copy trunk to community-any

Added:
  dblatex/repos/community-any/PKGBUILD
(from rev 177593, dblatex/trunk/PKGBUILD)
Deleted:
  dblatex/repos/community-any/PKGBUILD
  dblatex/repos/community-any/dblatex-0.3.4-build-fix.patch

---+
 PKGBUILD  |   51 ++--
 dblatex-0.3.4-build-fix.patch |   14 --
 2 files changed, 23 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 07:32:19 UTC (rev 177593)
+++ PKGBUILD2016-06-01 07:32:26 UTC (rev 177594)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Marcin Karpezo 
-# Contributor: Andreas Hauser 
-
-pkgname=dblatex
-pkgver=0.3.4
-pkgrel=3
-pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
-arch=('any')
-url='http://dblatex.sourceforge.net/'
-license=('GPL')
-depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
- 'texlive-latexextra' 'texlive-pictures')
-source=("http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'dblatex-0.3.4-build-fix.patch')
-md5sums=('a511a2eaa55757b341e4c46353c5c681'
- '3784801bcfdea61ee45e92bdfc905d4a')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i ../dblatex-0.3.4-build-fix.patch
-
-  python2 setup.py install --root "${pkgdir}" --catalogs=/etc/xml/docbook-xml
-  sed -i -e "s,${pkgdir},," -e "s,#!/usr/bin/env python,#!/usr/bin/env 
python2," \
-"${pkgdir}/usr/bin/dblatex"
-}

Copied: dblatex/repos/community-any/PKGBUILD (from rev 177593, 
dblatex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 07:32:26 UTC (rev 177594)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Marcin Karpezo 
+# Contributor: Andreas Hauser 
+
+pkgname=dblatex
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
+arch=('any')
+url='http://dblatex.sourceforge.net/'
+license=('GPL')
+depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
+ 'texlive-latexextra' 'texlive-pictures')
+source=("http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('15ba461151e7cc2d6a89cb6ebcf3650b')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root "${pkgdir}" --catalogs=/etc/xml/docbook-xml
+  sed -i -e "s,${pkgdir},," -e "s,#!/usr/bin/env python,#!/usr/bin/env 
python2," \
+"${pkgdir}/usr/bin/dblatex"
+}

Deleted: dblatex-0.3.4-build-fix.patch
===
--- dblatex-0.3.4-build-fix.patch   2016-06-01 07:32:19 UTC (rev 177593)
+++ dblatex-0.3.4-build-fix.patch   2016-06-01 07:32:26 UTC (rev 177594)
@@ -1,14 +0,0 @@
 setup.py.old   2012-11-08 20:33:26.224458028 +0100
-+++ setup.py   2012-11-08 20:33:41.656633881 +0100
-@@ -365,10 +365,7 @@ class Install(install):
- raise OSError("not found: %s" % ", ".join(mis_stys))
- 
- def run(self):
--if self.install_layout == "deb":
--db = DebianInstaller(self)
--else:
--db = None
-+db = None
- 
- if not(db) and not(self.nodeps):
- try:


[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 08:31:24
  Author: fyan
Revision: 268821

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 268820, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 06:31:06 UTC (rev 268820)
+++ PKGBUILD2016-06-01 06:31:24 UTC (rev 268821)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-date-manip
-pkgver=6.53
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-checkdepends=('perl-test-inter')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('d78f6e1857e74aa4883482348fca4668')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Date-Manip-${pkgver}
-  make test
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 268820, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 06:31:24 UTC (rev 268821)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-date-manip
+pkgver=6.54
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+checkdepends=('perl-test-inter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
+md5sums=('7ef51af4a61b30cb428bfc933f0095f4')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Date-Manip-${pkgver}
+  make test
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 08:31:06
  Author: fyan
Revision: 268820

upgpkg: perl-date-manip 6.54-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 00:05:33 UTC (rev 268819)
+++ PKGBUILD2016-06-01 06:31:06 UTC (rev 268820)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-date-manip
-pkgver=6.53
+pkgver=6.54
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-inter')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('d78f6e1857e74aa4883482348fca4668')
+md5sums=('7ef51af4a61b30cb428bfc933f0095f4')
 
 build() {
   cd Date-Manip-${pkgver}


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 08:22:22
  Author: fyan
Revision: 177592

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 06:21:29 UTC (rev 177591)
+++ community-i686/PKGBUILD 2016-06-01 06:22:22 UTC (rev 177592)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('2ae78d4b755dc4acb4e2bc5f8cee6fe150ee79451609a32258cd9dbe38f21b660c65e14e4e400698ac5d48c5949efaa3cb21cef9fc17e554985998c0ee5e29eb')
-sha512sums_i686=('75801772c5a14e2ef4986d682b5db8eebe7e0388e7d9507fad63e671c456ed094a2d74b655ed4da695c937be91e546406174a780d136dafde62681818ec7193e')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt dartdevc; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 177591, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 06:22:22 UTC (rev 177592)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('d8a4cb37e60807610e34b00bf7f1a1d762331376f71f9fdd96fc89806b309ce54c118ab6b3efa408a060604da805524e4b214243387243e826e63198d849bbb8')
+sha512sums_i686=('f67f80587964540650d6b3c377ebba0a3032651a8b714c6494e45c17db828128f7020823f65c251e83f75bea2e043f3f603d21424c05ddf1054e749bba372600')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 

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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 08:21:29
  Author: fyan
Revision: 177591

upgpkg: dart 1.16.1-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 06:20:56 UTC (rev 177590)
+++ PKGBUILD2016-06-01 06:21:29 UTC (rev 177591)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('2ae78d4b755dc4acb4e2bc5f8cee6fe150ee79451609a32258cd9dbe38f21b660c65e14e4e400698ac5d48c5949efaa3cb21cef9fc17e554985998c0ee5e29eb')
-sha512sums_i686=('75801772c5a14e2ef4986d682b5db8eebe7e0388e7d9507fad63e671c456ed094a2d74b655ed4da695c937be91e546406174a780d136dafde62681818ec7193e')
+sha512sums_x86_64=('d8a4cb37e60807610e34b00bf7f1a1d762331376f71f9fdd96fc89806b309ce54c118ab6b3efa408a060604da805524e4b214243387243e826e63198d849bbb8')
+sha512sums_i686=('f67f80587964540650d6b3c377ebba0a3032651a8b714c6494e45c17db828128f7020823f65c251e83f75bea2e043f3f603d21424c05ddf1054e749bba372600')
 
 prepare() {
   # Fix permissions


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 08:20:56
  Author: fyan
Revision: 177590

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-01 06:19:35 UTC (rev 177589)
+++ community-i686/PKGBUILD 2016-06-01 06:20:56 UTC (rev 177590)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.2.5
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('02aaf22493b8254af5d173b1656cd13b6bd850826e211ba369fdc4fc1da4aa6a')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 177589, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 06:20:56 UTC (rev 177590)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.2.6
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('b0a21788e7827de2630af4e66b8a54beaf27d1837aebcca638e5f382312396a0')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 08:19:35
  Author: fyan
Revision: 177589

upgpkg: phonegap 6.2.6-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 03:49:24 UTC (rev 177588)
+++ PKGBUILD2016-06-01 06:19:35 UTC (rev 177589)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.2.5
+pkgver=6.2.6
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('02aaf22493b8254af5d173b1656cd13b6bd850826e211ba369fdc4fc1da4aa6a')
+sha256sums=('b0a21788e7827de2630af4e66b8a54beaf27d1837aebcca638e5f382312396a0')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


  1   2   >