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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:57:20
  Author: felixonmars
Revision: 192766

archrelease: copy trunk to community-testing-any

Added:
  soundfont-fluid/repos/community-testing-any/
  soundfont-fluid/repos/community-testing-any/PKGBUILD
(from rev 192765, soundfont-fluid/trunk/PKGBUILD)

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

Copied: soundfont-fluid/repos/community-testing-any/PKGBUILD (from rev 192765, 
soundfont-fluid/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-21 05:57:20 UTC (rev 192766)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Star Brilliant 
+
+pkgname=soundfont-fluid
+pkgver=3.1
+pkgrel=1
+pkgdesc="FluidR3 soundfont"
+arch=('any')
+#url="http://www.musescore.org/en/handbook/soundfont;
+url="http://www.hammersound.net;
+license=('custom:MIT')
+source=("http://http.debian.net/debian/pool/main/f/fluid-soundfont/fluid-soundfont_$pkgver.orig.tar.gz;)
+md5sums=('189bbdf70221018cbda536984b105dfa')
+
+package() {
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/FluidR3_GM.sf2" 
"$pkgdir/usr/share/soundfonts/FluidR3_GM.sf2"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/FluidR3_GS.sf2" 
"$pkgdir/usr/share/soundfonts/FluidR3_GS.sf2"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/README" 
"$pkgdir/usr/share/doc/soundfont-fluid/README"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/soundfont-fluid/COPYING"
+}


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:55:40
  Author: felixonmars
Revision: 192765

upgpkg: soundfont-fluid 3.1-1

Modified:
  soundfont-fluid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 05:55:28 UTC (rev 192764)
+++ PKGBUILD2016-10-21 05:55:40 UTC (rev 192765)
@@ -3,18 +3,19 @@
 # Contributor: Star Brilliant 
 
 pkgname=soundfont-fluid
-pkgver=2
-pkgrel=2
-pkgdesc="FluidR3_GM soundfont"
+pkgver=3.1
+pkgrel=1
+pkgdesc="FluidR3 soundfont"
 arch=('any')
 #url="http://www.musescore.org/en/handbook/soundfont;
 url="http://www.hammersound.net;
-license=('custom:Public Domain')
-source=("http://www.musescore.org/download/fluid-soundfont.tar.gz;)
-md5sums=('bc0df95c7f3c33a82e606a5f4e601594')
+license=('custom:MIT')
+source=("http://http.debian.net/debian/pool/main/f/fluid-soundfont/fluid-soundfont_$pkgver.orig.tar.gz;)
+md5sums=('189bbdf70221018cbda536984b105dfa')
 
 package() {
-  install -Dm0644 "$srcdir/FluidR3 GM2-2.SF2" 
"$pkgdir/usr/share/soundfonts/FluidR3_GM2-2.sf2"
-  install -Dm0644 "$srcdir/Fluid R3- Readme.doc" 
"$pkgdir/usr/share/doc/soundfont-fluid/Fluid R3- Readme.doc"
-  install -Dm0644 "$srcdir/Changelog.txt" 
"$pkgdir/usr/share/doc/soundfont-fluid/Changelog.txt"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/FluidR3_GM.sf2" 
"$pkgdir/usr/share/soundfonts/FluidR3_GM.sf2"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/FluidR3_GS.sf2" 
"$pkgdir/usr/share/soundfonts/FluidR3_GS.sf2"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/README" 
"$pkgdir/usr/share/doc/soundfont-fluid/README"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/soundfont-fluid/COPYING"
 }


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:55:47
  Author: felixonmars
Revision: 279074

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

Added:
  xapian-core/repos/testing-i686/
  xapian-core/repos/testing-i686/PKGBUILD
(from rev 279073, xapian-core/trunk/PKGBUILD)
  xapian-core/repos/testing-i686/rebuild.list
(from rev 279073, xapian-core/trunk/rebuild.list)
  xapian-core/repos/testing-x86_64/
  xapian-core/repos/testing-x86_64/PKGBUILD
(from rev 279073, xapian-core/trunk/PKGBUILD)
  xapian-core/repos/testing-x86_64/rebuild.list
(from rev 279073, xapian-core/trunk/rebuild.list)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/rebuild.list   |1 +
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/rebuild.list |1 +
 4 files changed, 76 insertions(+)

Copied: xapian-core/repos/testing-i686/PKGBUILD (from rev 279073, 
xapian-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-21 05:55:47 UTC (rev 279074)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Contributor: Daniel J Griffiths 
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.24
+pkgrel=1
+pkgdesc='Open source search engine library.'
+arch=('i686' 'x86_64')
+url='http://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('df20f266a171abb4a45056d642348e20')
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xapian-core/repos/testing-i686/rebuild.list (from rev 279073, 
xapian-core/trunk/rebuild.list)
===
--- testing-i686/rebuild.list   (rev 0)
+++ testing-i686/rebuild.list   2016-10-21 05:55:47 UTC (rev 279074)
@@ -0,0 +1 @@
+python2-xapian

Copied: xapian-core/repos/testing-x86_64/PKGBUILD (from rev 279073, 
xapian-core/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-21 05:55:47 UTC (rev 279074)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Contributor: Daniel J Griffiths 
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.24
+pkgrel=1
+pkgdesc='Open source search engine library.'
+arch=('i686' 'x86_64')
+url='http://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('df20f266a171abb4a45056d642348e20')
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xapian-core/repos/testing-x86_64/rebuild.list (from rev 279073, 
xapian-core/trunk/rebuild.list)
===
--- testing-x86_64/rebuild.list (rev 0)
+++ testing-x86_64/rebuild.list 2016-10-21 05:55:47 UTC (rev 279074)
@@ -0,0 +1 @@
+python2-xapian


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:55:28
  Author: felixonmars
Revision: 192764

archrelease: copy trunk to community-testing-any

Added:
  python-pyflakes/repos/community-testing-any/
  python-pyflakes/repos/community-testing-any/PKGBUILD
(from rev 192763, python-pyflakes/trunk/PKGBUILD)

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

Copied: python-pyflakes/repos/community-testing-any/PKGBUILD (from rev 192763, 
python-pyflakes/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-21 05:55:28 UTC (rev 192764)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha1sums=('bf4d4a40dea41efeaa9490ecd8f10eb7e0236958')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:53:14
  Author: felixonmars
Revision: 279073

upgpkg: xapian-core 1:1.2.24-1

Modified:
  xapian-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 05:07:26 UTC (rev 279072)
+++ PKGBUILD2016-10-21 05:53:14 UTC (rev 279073)
@@ -7,7 +7,7 @@
 
 pkgname=xapian-core
 epoch=1
-pkgver=1.2.23
+pkgver=1.2.24
 pkgrel=1
 pkgdesc='Open source search engine library.'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 # xapian config requires libxapian.la
 options=('libtool')
 source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('513b10125090265b5aeb7fb57fd3a708')
+md5sums=('df20f266a171abb4a45056d642348e20')
 
 build() {
   # FS#40614


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:52:05
  Author: felixonmars
Revision: 192763

upgpkg: python-pyflakes 1.3.0-1

Modified:
  python-pyflakes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 05:40:11 UTC (rev 192762)
+++ PKGBUILD2016-10-21 05:52:05 UTC (rev 192763)
@@ -8,7 +8,7 @@
 
 pkgbase=python-pyflakes
 pkgname=(python-pyflakes python2-pyflakes)
-pkgver=1.2.3
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
 arch=('any')
@@ -16,7 +16,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha1sums=('84fbb1d50e5735cfce20fca8ff49d19fe556556b')
+sha1sums=('bf4d4a40dea41efeaa9490ecd8f10eb7e0236958')
 
 prepare() {
   cp -a "pyflakes-$pkgver"{,-py2}


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:40:11
  Author: felixonmars
Revision: 192762

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-21 05:39:40 UTC (rev 192761)
+++ community-i686/PKGBUILD 2016-10-21 05:40:11 UTC (rev 192762)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartosz Feński 
-
-pkgname=reaver
-pkgver=1.4
-pkgrel=2
-pkgdesc="Brute force attack against Wifi Protected Setup"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/reaver-wps/;
-license=('GPL2')
-depends=('libpcap' 'sqlite3')
-backup=('etc/reaver/reaver.db')
-source=(http://reaver-wps.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('05441dda7bacfcbe1e831c85d1ea3bc9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/src"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  install -Dm755 "$srcdir/$pkgname-$pkgver/src/reaver" "$pkgdir/usr/bin/reaver"
-  install -Dm755 "$srcdir/$pkgname-$pkgver/src/wash" "$pkgdir/usr/bin/wash"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/src/reaver.db" 
"$pkgdir/etc/reaver/reaver.db"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/docs/README" 
"$pkgdir/usr/share/doc/reaver/README"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/docs/reaver.1.gz" 
"$pkgdir/usr/share/man/man1/reaver.1.gz"
-}

Copied: reaver/repos/community-i686/PKGBUILD (from rev 192761, 
reaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-21 05:40:11 UTC (rev 192762)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartosz Feński 
+
+pkgname=reaver
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Brute force attack against Wifi Protected Setup"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/reaver-wps/;
+license=('GPL2')
+depends=('libpcap' 'sqlite')
+makedepends=('git')
+backup=('etc/reaver/reaver.db')
+source=("git+https://github.com/t6x/reaver-wps-fork-t6x.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/reaver-wps-fork-t6x/src"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  install -Dm755 "$srcdir/reaver-wps-fork-t6x/src/reaver" 
"$pkgdir/usr/bin/reaver"
+  install -Dm755 "$srcdir/reaver-wps-fork-t6x/src/wash" "$pkgdir/usr/bin/wash"
+  install -Dm644 "$srcdir/reaver-wps-fork-t6x/src/reaver.db" 
"$pkgdir/etc/reaver/reaver.db"
+  install -Dm644 "$srcdir/reaver-wps-fork-t6x/docs/README" 
"$pkgdir/usr/share/doc/reaver/README"
+  install -Dm644 "$srcdir/reaver-wps-fork-t6x/docs/reaver.1.gz" 
"$pkgdir/usr/share/man/man1/reaver.1.gz"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-21 05:39:40 UTC (rev 192761)
+++ community-x86_64/PKGBUILD   2016-10-21 05:40:11 UTC (rev 192762)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartosz Feński 
-
-pkgname=reaver
-pkgver=1.4
-pkgrel=2
-pkgdesc="Brute force attack against Wifi Protected Setup"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/reaver-wps/;
-license=('GPL2')
-depends=('libpcap' 'sqlite3')
-backup=('etc/reaver/reaver.db')
-source=(http://reaver-wps.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('05441dda7bacfcbe1e831c85d1ea3bc9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/src"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  install -Dm755 "$srcdir/$pkgname-$pkgver/src/reaver" "$pkgdir/usr/bin/reaver"
-  install -Dm755 "$srcdir/$pkgname-$pkgver/src/wash" "$pkgdir/usr/bin/wash"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/src/reaver.db" 
"$pkgdir/etc/reaver/reaver.db"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/docs/README" 
"$pkgdir/usr/share/doc/reaver/README"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/docs/reaver.1.gz" 
"$pkgdir/usr/share/man/man1/reaver.1.gz"
-}

Copied: reaver/repos/community-x86_64/PKGBUILD (from rev 192761, 
reaver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-21 05:40:11 UTC (rev 192762)
@@ -0,0 +1,30 @@
+# 

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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:39:40
  Author: felixonmars
Revision: 192761

upgpkg: reaver 1.5.2-1

Modified:
  reaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 05:21:52 UTC (rev 192760)
+++ PKGBUILD2016-10-21 05:39:40 UTC (rev 192761)
@@ -3,27 +3,28 @@
 # Contributor: Bartosz Feński 
 
 pkgname=reaver
-pkgver=1.4
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Brute force attack against Wifi Protected Setup"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/reaver-wps/;
 license=('GPL2')
-depends=('libpcap' 'sqlite3')
+depends=('libpcap' 'sqlite')
+makedepends=('git')
 backup=('etc/reaver/reaver.db')
-source=(http://reaver-wps.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('05441dda7bacfcbe1e831c85d1ea3bc9')
+source=("git+https://github.com/t6x/reaver-wps-fork-t6x.git#tag=v$pkgver;)
+md5sums=('SKIP')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver/src"
+  cd "$srcdir/reaver-wps-fork-t6x/src"
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  install -Dm755 "$srcdir/$pkgname-$pkgver/src/reaver" "$pkgdir/usr/bin/reaver"
-  install -Dm755 "$srcdir/$pkgname-$pkgver/src/wash" "$pkgdir/usr/bin/wash"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/src/reaver.db" 
"$pkgdir/etc/reaver/reaver.db"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/docs/README" 
"$pkgdir/usr/share/doc/reaver/README"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/docs/reaver.1.gz" 
"$pkgdir/usr/share/man/man1/reaver.1.gz"
+  install -Dm755 "$srcdir/reaver-wps-fork-t6x/src/reaver" 
"$pkgdir/usr/bin/reaver"
+  install -Dm755 "$srcdir/reaver-wps-fork-t6x/src/wash" "$pkgdir/usr/bin/wash"
+  install -Dm644 "$srcdir/reaver-wps-fork-t6x/src/reaver.db" 
"$pkgdir/etc/reaver/reaver.db"
+  install -Dm644 "$srcdir/reaver-wps-fork-t6x/docs/README" 
"$pkgdir/usr/share/doc/reaver/README"
+  install -Dm644 "$srcdir/reaver-wps-fork-t6x/docs/reaver.1.gz" 
"$pkgdir/usr/share/man/man1/reaver.1.gz"
 }


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:21:52
  Author: felixonmars
Revision: 192760

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 192759, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-21 05:20:29 UTC (rev 192759)
+++ PKGBUILD2016-10-21 05:21:52 UTC (rev 192760)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302059
-pkgrel=1
-pkgdesc="Basic utilities for writing tests."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple;
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('a5fa13b617bf96ce31ec13b274b73d0c7c2e3f7a77e54c314d2285b3cd729442605ad3b9aa0721773622c837e7be6776a53e7d34fd2777d07a306c16ec31ccb1')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 192759, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-21 05:21:52 UTC (rev 192760)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302062
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('8c221ec4ee33da68191df6c8e13f82f90d694a1d87e2406a4af500b70bd87e8b58093735ca71c63c6cb569673e088d9f558bf7155c1f5e885eada354c090d3ff')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-test-simple/trunk (PKGBUILD)

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 05:20:29
  Author: felixonmars
Revision: 192759

upgpkg: perl-test-simple 1.302062-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 03:13:57 UTC (rev 192758)
+++ PKGBUILD2016-10-21 05:20:29 UTC (rev 192759)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302059
+pkgver=1.302062
 pkgrel=1
 pkgdesc="Basic utilities for writing tests."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('a5fa13b617bf96ce31ec13b274b73d0c7c2e3f7a77e54c314d2285b3cd729442605ad3b9aa0721773622c837e7be6776a53e7d34fd2777d07a306c16ec31ccb1')
+sha512sums=('8c221ec4ee33da68191df6c8e13f82f90d694a1d87e2406a4af500b70bd87e8b58093735ca71c63c6cb569673e088d9f558bf7155c1f5e885eada354c090d3ff')
 
 build() {
   cd Test-Simple-$pkgver


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

2016-10-20 Thread Bartłomiej Piotrowski
Date: Friday, October 21, 2016 @ 05:07:26
  Author: bpiotrowski
Revision: 279072

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-21 05:07:21 UTC (rev 279071)
+++ extra-i686/PKGBUILD 2016-10-21 05:07:26 UTC (rev 279072)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=3.1.4
-pkgrel=2
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
- 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
- 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
- 'v4l-utils' 'xvidcore' 'zlib'
- 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-netcdf \
---enable-shared \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 279071, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-21 05:07:26 UTC (rev 279072)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.1.4
+pkgrel=3
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
+ 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
+ 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
+ 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'v4l-utils' 'xvidcore' 'zlib'
+ 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libnetcdf.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: 

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

2016-10-20 Thread Bartłomiej Piotrowski
Date: Friday, October 21, 2016 @ 05:07:21
  Author: bpiotrowski
Revision: 279071

upgpkg: ffmpeg 1:3.1.4-3

rebuild against netcdf 4.4.1-2
switch netcdf dependency to libdep

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 05:00:40 UTC (rev 279070)
+++ PKGBUILD2016-10-21 05:07:21 UTC (rev 279071)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -16,10 +16,10 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
  'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
  'v4l-utils' 'xvidcore' 'zlib'
  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so')
+ 'libx264.so' 'libx265.so' 'libnetcdf.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'


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

2016-10-20 Thread Bartłomiej Piotrowski
Date: Friday, October 21, 2016 @ 05:00:40
  Author: bpiotrowski
Revision: 279070

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

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

---+
 /PKGBUILD |   98 
 extra-i686/PKGBUILD   |   48 ---
 extra-x86_64/PKGBUILD |   48 ---
 3 files changed, 98 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-21 05:00:35 UTC (rev 279069)
+++ extra-i686/PKGBUILD 2016-10-21 05:00:40 UTC (rev 279070)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.4.1
-pkgrel=1
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)
-source=("https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha1sums=('1cae39472930a25d6ab1bdf6af2a0d85d09aedf9')
-
-build() {
-  # cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}/netcdf-c-${pkgver}"
-#  autoreconf -fis
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-}
-
-# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is to
-# update CFLAGS so no optimization level is used (i.e., remove "-O2"). See
-# https://github.com/Unidata/netcdf-c/issues/244
-# check() {
-#   # cd "${srcdir}"/${pkgname}-${pkgver}
-#   cd "${srcdir}/netcdf-c-${pkgver}"
-#   make check
-# }
-
-package() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}/netcdf-c-${pkgver}"
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/man
-  make DESTDIR="${pkgdir}" install
-
-#  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYRIGHT \
-#"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
-  install -Dm644 "${srcdir}"/netcdf-c-${pkgver}/COPYRIGHT \
-"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf/repos/extra-i686/PKGBUILD (from rev 279069, 
netcdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-21 05:00:40 UTC (rev 279070)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.4.1
+pkgrel=2
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+provides=('libnetcdf.so')
+options=('!makeflags')
+license=('custom')
+#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)
+source=("https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha1sums=('1cae39472930a25d6ab1bdf6af2a0d85d09aedf9')
+
+build() {
+  # cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}/netcdf-c-${pkgver}"
+#  autoreconf -fis
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is to
+# update CFLAGS so no optimization level is used (i.e., remove "-O2"). See
+# https://github.com/Unidata/netcdf-c/issues/244
+# check() {
+#   # cd "${srcdir}"/${pkgname}-${pkgver}
+#   cd "${srcdir}/netcdf-c-${pkgver}"
+#   make check
+# }
+
+package() {
+#  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}/netcdf-c-${pkgver}"
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/man
+  make DESTDIR="${pkgdir}" install
+
+#  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYRIGHT \
+#"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
+  install -Dm644 "${srcdir}"/netcdf-c-${pkgver}/COPYRIGHT \
+"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-21 05:00:35 UTC (rev 279069)
+++ extra-x86_64/PKGBUILD   2016-10-21 05:00:40 UTC (rev 279070)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.4.1
-pkgrel=1
-pkgdesc="network Common Data Form interface for 

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

2016-10-20 Thread Bartłomiej Piotrowski
Date: Friday, October 21, 2016 @ 05:00:35
  Author: bpiotrowski
Revision: 279069

upgpkg: netcdf 4.4.1-2

add libprovides

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 20:40:03 UTC (rev 279068)
+++ PKGBUILD2016-10-21 05:00:35 UTC (rev 279069)
@@ -4,12 +4,13 @@
 
 pkgname=netcdf
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=("i686" "x86_64")
 url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
 depends=('gcc-libs' 'hdf5' 'curl')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+provides=('libnetcdf.so')
 options=('!makeflags')
 license=('custom')
 
#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 03:13:57
  Author: felixonmars
Revision: 192758

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 192757, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-21 03:12:42 UTC (rev 192757)
+++ PKGBUILD2016-10-21 03:13:57 UTC (rev 192758)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.10.8
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng' 'marked-man')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd npm
-  ln -s /usr/bin/marked{,-man} node_modules/.bin/
-}
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 192757, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-21 03:13:57 UTC (rev 192758)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.10.9
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng' 'marked-man')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd npm
+  ln -s /usr/bin/marked{,-man} node_modules/.bin/
+}
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-10-20 Thread Felix Yan
Date: Friday, October 21, 2016 @ 03:12:42
  Author: felixonmars
Revision: 192757

upgpkg: npm 3.10.9-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 23:45:57 UTC (rev 192756)
+++ PKGBUILD2016-10-21 03:12:42 UTC (rev 192757)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.10.8
+pkgver=3.10.9
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 23:45:38
  Author: felixonmars
Revision: 192755

upgpkg: python-setuptools-scm 1.15.0-1

Modified:
  python-setuptools-scm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 23:28:21 UTC (rev 192754)
+++ PKGBUILD2016-10-20 23:45:38 UTC (rev 192755)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools-scm
 pkgname=(python-setuptools-scm python2-setuptools-scm)
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc="Handles managing your python package versions in scm metadata."
 arch=('any')


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 23:45:57
  Author: felixonmars
Revision: 192756

archrelease: copy trunk to community-any

Added:
  python-setuptools-scm/repos/community-any/PKGBUILD
(from rev 192755, python-setuptools-scm/trunk/PKGBUILD)
Deleted:
  python-setuptools-scm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 23:45:38 UTC (rev 192755)
+++ PKGBUILD2016-10-20 23:45:57 UTC (rev 192756)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgbase=python-setuptools-scm
-pkgname=(python-setuptools-scm python2-setuptools-scm)
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="Handles managing your python package versions in scm metadata."
-arch=('any')
-url="https://github.com/pypa/setuptools_scm;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'mercurial')
-source=("git+https://github.com/pypa/setuptools_scm.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a setuptools_scm{,-py2}
-}
-
-build() {
-  cd "$srcdir"/setuptools_scm
-  python setup.py build
-  python setup.py egg_info
-
-  cd "$srcdir"/setuptools_scm-py2
-  python2 setup.py build
-  python2 setup.py egg_info
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/setuptools_scm
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
python setup.py ptr
-
-  cd "$srcdir"/setuptools_scm-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
python2 setup.py ptr
-}
-
-package_python-setuptools-scm() {
-  depends=('python-setuptools')
-  provides=('python-setuptools_scm')
-  conflicts=('python-setuptools_scm')
-  replaces=('python-setuptools_scm')
-
-  cd "$srcdir"/setuptools_scm
-  python setup.py install --root "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-setuptools-scm() {
-  depends=('python2-setuptools')
-  provides=('python2-setuptools_scm')
-  conflicts=('python2-setuptools_scm')
-  replaces=('python2-setuptools_scm')
-
-  cd "$srcdir"/setuptools_scm-py2
-  python2 setup.py install --root "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-setuptools-scm/repos/community-any/PKGBUILD (from rev 192755, 
python-setuptools-scm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 23:45:57 UTC (rev 192756)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgbase=python-setuptools-scm
+pkgname=(python-setuptools-scm python2-setuptools-scm)
+pkgver=1.15.0
+pkgrel=1
+pkgdesc="Handles managing your python package versions in scm metadata."
+arch=('any')
+url="https://github.com/pypa/setuptools_scm;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'mercurial')
+source=("git+https://github.com/pypa/setuptools_scm.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a setuptools_scm{,-py2}
+}
+
+build() {
+  cd "$srcdir"/setuptools_scm
+  python setup.py build
+  python setup.py egg_info
+
+  cd "$srcdir"/setuptools_scm-py2
+  python2 setup.py build
+  python2 setup.py egg_info
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/setuptools_scm
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
python setup.py ptr
+
+  cd "$srcdir"/setuptools_scm-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
python2 setup.py ptr
+}
+
+package_python-setuptools-scm() {
+  depends=('python-setuptools')
+  provides=('python-setuptools_scm')
+  conflicts=('python-setuptools_scm')
+  replaces=('python-setuptools_scm')
+
+  cd "$srcdir"/setuptools_scm
+  python setup.py install --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-setuptools-scm() {
+  depends=('python2-setuptools')
+  provides=('python2-setuptools_scm')
+  conflicts=('python2-setuptools_scm')
+  replaces=('python2-setuptools_scm')
+
+  cd "$srcdir"/setuptools_scm-py2
+  python2 setup.py install --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-20 Thread Sven-Hendrik Haase
Date: Thursday, October 20, 2016 @ 23:28:21
  Author: svenstaro
Revision: 192754

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 192753, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 192753, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 192753, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 192753, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 192753, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 192753, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-20 23:28:08 UTC (rev 192753)
+++ community-i686/PKGBUILD 2016-10-20 23:28:21 UTC (rev 192754)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.36.11
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('57128a08379c5c1f5c7ffd0cb351c8465692e705fa9ff1d352982ccd9f60b1ac'
-'d23d65e4ab3cf1c7ddeb26efd9b7f2c29b35936dec07f41a2c9670959ffd2f6b'
-'14a1c94fca22c1737c7ceecf3c889085a12778628519e48ab190c499bb6e9ad0'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d 

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

2016-10-20 Thread Sven-Hendrik Haase
Date: Thursday, October 20, 2016 @ 23:28:08
  Author: svenstaro
Revision: 192753

upgpkg: emscripten 1.36.13-1

upstream release 1.36.13

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 22:59:47 UTC (rev 192752)
+++ PKGBUILD2016-10-20 23:28:08 UTC (rev 192753)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.36.11
+pkgver=1.36.13
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('57128a08379c5c1f5c7ffd0cb351c8465692e705fa9ff1d352982ccd9f60b1ac'
-'d23d65e4ab3cf1c7ddeb26efd9b7f2c29b35936dec07f41a2c9670959ffd2f6b'
-'14a1c94fca22c1737c7ceecf3c889085a12778628519e48ab190c499bb6e9ad0'
+sha256sums=('5e5370384a80775eaed63f38dcbc11f38620239f21c3fd6ba3725b5c982a2736'
+'0de9c40944618d7817453e3e9594f6b97155e1e901d1b38c47cbdff46d6e5750'
+'5106dad203f30b96891509be16c024de31d31718ed0fb88b511e6e7c6c944ef5'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


[arch-commits] Commit in perl-xml-libxml-simple/trunk (PKGBUILD)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 21:26:15
  Author: remy
Revision: 192751

Correct URL.

Modified:
  perl-xml-libxml-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 21:20:22 UTC (rev 192750)
+++ PKGBUILD2016-10-20 21:26:15 UTC (rev 192751)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="An analogue of XML::Simple using libxml"
 arch=('any')
-url='https://metacpan.org/release/${_dist}'
+url="https://metacpan.org/release/${_dist};
 license=('PerlArtistic' 'GPL')
 depends=('perl' 'perl-xml-libxml' 'perl-file-slurp-tiny')
 options=('!emptydirs')


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

2016-10-20 Thread Jaroslav Lichtblau
Date: Thursday, October 20, 2016 @ 21:20:22
  Author: jlichtblau
Revision: 192750

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 192749, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 21:20:08 UTC (rev 192749)
+++ PKGBUILD2016-10-20 21:20:22 UTC (rev 192750)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2016.10.16
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('0ff39cbc17b4a73957238ab94ff5f05de2b7d833b0af3e2caf1df51acc60'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 192749, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 21:20:22 UTC (rev 192750)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2016.10.21
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-10-20 Thread Jaroslav Lichtblau
Date: Thursday, October 20, 2016 @ 21:20:08
  Author: jlichtblau
Revision: 192749

upgpkg: youtube-dl 2016.10.21-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 21:15:03 UTC (rev 192748)
+++ PKGBUILD2016-10-20 21:20:08 UTC (rev 192749)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.10.16
+pkgver=2016.10.21
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('0ff39cbc17b4a73957238ab94ff5f05de2b7d833b0af3e2caf1df51acc60'
+sha256sums=('b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-10-20 Thread Alexander Rødseth
Date: Thursday, October 20, 2016 @ 21:15:03
  Author: arodseth
Revision: 192748

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

Added:
  botan/repos/community-i686/PKGBUILD
(from rev 192747, botan/trunk/PKGBUILD)
  botan/repos/community-i686/botan.key
(from rev 192747, botan/trunk/botan.key)
  botan/repos/community-x86_64/PKGBUILD
(from rev 192747, botan/trunk/PKGBUILD)
  botan/repos/community-x86_64/botan.key
(from rev 192747, botan/trunk/botan.key)
Deleted:
  botan/repos/community-i686/PKGBUILD
  botan/repos/community-i686/botan.key
  botan/repos/community-x86_64/PKGBUILD
  botan/repos/community-x86_64/botan.key

+
 /PKGBUILD  |   96 +++
 /botan.key |   70 +++
 community-i686/PKGBUILD|   48 -
 community-i686/botan.key   |   35 ---
 community-x86_64/PKGBUILD  |   48 -
 community-x86_64/botan.key |   35 ---
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-20 21:13:56 UTC (rev 192747)
+++ community-i686/PKGBUILD 2016-10-20 21:15:03 UTC (rev 192748)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-
-pkgname=botan
-pkgver=1.11.30
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python' 'asio' 'git')
-source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('e5a9441d2ec1e7d8e0c199f09ad23338'
- 'SKIP')
-# Botan Distribution Key. To import: gpg --import botan.key
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-
-build() {
-  cd "${pkgname^}-$pkgver"
-
-  python configure.py \
---prefix=/usr \
---destdir="$pkgdir/usr"
-  make
-}
-
-check() {
-  cd "${pkgname^}-$pkgver"
-
-  ./botan-test
-}
-
-package() {
-  cd "${pkgname^}-$pkgver"
-
-  make DESTDIR="$pkgdir/usr" install
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: botan.randombit.net
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 192747, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-20 21:15:03 UTC (rev 192748)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+
+pkgname=botan
+pkgver=1.11.32
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python' 'asio' 'git')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
+md5sums=('dffcbe550f3e643bdd03b0d7d879fa06'
+ 'SKIP')
+# Botan Distribution Key. To import: gpg --import botan.key
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  python configure.py \
+--prefix=/usr \
+--destdir="$pkgdir/usr"
+  make
+}
+
+check() {
+  cd "${pkgname^}-$pkgver"
+
+  ./botan-test
+}
+
+package() {
+  cd "${pkgname^}-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: botan.randombit.net
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/botan.key
===
--- community-i686/botan.key2016-10-20 21:13:56 UTC (rev 192747)
+++ community-i686/botan.key2016-10-20 21:15:03 UTC (rev 192748)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1

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

2016-10-20 Thread Alexander Rødseth
Date: Thursday, October 20, 2016 @ 21:13:56
  Author: arodseth
Revision: 192747

upgpkg: botan 1.11.32-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 20:03:17 UTC (rev 192746)
+++ PKGBUILD2016-10-20 21:13:56 UTC (rev 192747)
@@ -6,7 +6,7 @@
 # Contributor: Hexchain Tong 
 
 pkgname=botan
-pkgver=1.11.30
+pkgver=1.11.32
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
@@ -16,7 +16,7 @@
 makedepends=('python' 'asio' 'git')
 source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
 #source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('e5a9441d2ec1e7d8e0c199f09ad23338'
+md5sums=('dffcbe550f3e643bdd03b0d7d879fa06'
  'SKIP')
 # Botan Distribution Key. To import: gpg --import botan.key
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')


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

2016-10-20 Thread Ronald van Haren
Date: Thursday, October 20, 2016 @ 20:40:03
  Author: ronald
Revision: 279068

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

Added:
  netcdf-fortran/repos/extra-i686/PKGBUILD
(from rev 279067, netcdf-fortran/trunk/PKGBUILD)
  netcdf-fortran/repos/extra-x86_64/PKGBUILD
(from rev 279067, netcdf-fortran/trunk/PKGBUILD)
Deleted:
  netcdf-fortran/repos/extra-i686/PKGBUILD
  netcdf-fortran/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-20 20:39:54 UTC (rev 279067)
+++ extra-i686/PKGBUILD 2016-10-20 20:40:03 UTC (rev 279068)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf-fortran
-pkgver=4.4.3
-pkgrel=1
-pkgdesc="NetCDF fortran bindings"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp;
-depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
-makedepends=('doxygen')
-options=('!makeflags' 'staticlibs')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
-sha1sums=('90c4e2fcb6697d6e9014f4988ad2cf8ffdddb35f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf-fortran/repos/extra-i686/PKGBUILD (from rev 279067, 
netcdf-fortran/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-20 20:40:03 UTC (rev 279068)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf-fortran
+pkgver=4.4.4
+pkgrel=1
+pkgdesc="NetCDF fortran bindings"
+arch=("i686" "x86_64")
+url="https://github.com/Unidata/netcdf-fortran;
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+makedepends=('doxygen')
+options=('!makeflags' 'staticlibs')
+license=('custom')
+#source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+source=("https://github.com/Unidata/netcdf-fortran/archive/v${pkgver}.tar.gz;)
+sha1sums=('9174a7847e14a35d15188f5230979726a0fd541a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-20 20:39:54 UTC (rev 279067)
+++ extra-x86_64/PKGBUILD   2016-10-20 20:40:03 UTC (rev 279068)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf-fortran
-pkgver=4.4.3
-pkgrel=1
-pkgdesc="NetCDF fortran bindings"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp;
-depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
-makedepends=('doxygen')
-options=('!makeflags' 'staticlibs')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
-sha1sums=('90c4e2fcb6697d6e9014f4988ad2cf8ffdddb35f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf-fortran/repos/extra-x86_64/PKGBUILD (from rev 279067, 
netcdf-fortran/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-20 20:40:03 UTC (rev 279068)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf-fortran
+pkgver=4.4.4
+pkgrel=1
+pkgdesc="NetCDF fortran bindings"
+arch=("i686" "x86_64")

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

2016-10-20 Thread Ronald van Haren
Date: Thursday, October 20, 2016 @ 20:39:54
  Author: ronald
Revision: 279067

upgpkg: netcdf-fortran 4.4.4-1

update to 4.4.4

Modified:
  netcdf-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 20:37:23 UTC (rev 279066)
+++ PKGBUILD2016-10-20 20:39:54 UTC (rev 279067)
@@ -3,17 +3,18 @@
 # Contributor: damir 
 
 pkgname=netcdf-fortran
-pkgver=4.4.3
+pkgver=4.4.4
 pkgrel=1
 pkgdesc="NetCDF fortran bindings"
 arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp;
+url="https://github.com/Unidata/netcdf-fortran;
 depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
 makedepends=('doxygen')
 options=('!makeflags' 'staticlibs')
 license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
-sha1sums=('90c4e2fcb6697d6e9014f4988ad2cf8ffdddb35f')
+#source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+source=("https://github.com/Unidata/netcdf-fortran/archive/v${pkgver}.tar.gz;)
+sha1sums=('9174a7847e14a35d15188f5230979726a0fd541a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -21,6 +22,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 


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

2016-10-20 Thread Ronald van Haren
Date: Thursday, October 20, 2016 @ 20:37:08
  Author: ronald
Revision: 279065

upgpkg: netcdf-cxx 4.3.0-1

update to 4.3.0

Modified:
  netcdf-cxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 19:15:38 UTC (rev 279064)
+++ PKGBUILD2016-10-20 20:37:08 UTC (rev 279065)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=netcdf-cxx
-pkgver=4.2
-pkgrel=4
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="NetCDF c++ bindings"
 arch=("i686" "x86_64")
 url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
@@ -11,8 +11,8 @@
 depends=('gcc-libs' 'netcdf' 'curl')
 options=('!makeflags')
 license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
-sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+source=(http://github.com/Unidata/${pkgname}4/archive/v${pkgver}.tar.gz)
+sha1sums=('c3290c514cfb414b5316a03e9cee1a48440d373c')
 
 build() {
   cd ${srcdir}/${pkgname}4-${pkgver}
@@ -20,6 +20,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}4-${pkgver}
 


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

2016-10-20 Thread Ronald van Haren
Date: Thursday, October 20, 2016 @ 20:37:23
  Author: ronald
Revision: 279066

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

Added:
  netcdf-cxx/repos/extra-i686/PKGBUILD
(from rev 279065, netcdf-cxx/trunk/PKGBUILD)
  netcdf-cxx/repos/extra-x86_64/PKGBUILD
(from rev 279065, netcdf-cxx/trunk/PKGBUILD)
Deleted:
  netcdf-cxx/repos/extra-i686/PKGBUILD
  netcdf-cxx/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-20 20:37:08 UTC (rev 279065)
+++ extra-i686/PKGBUILD 2016-10-20 20:37:23 UTC (rev 279066)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf-cxx
-pkgver=4.2
-pkgrel=4
-pkgdesc="NetCDF c++ bindings"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
-depends=('gcc-libs' 'netcdf' 'curl')
-options=('!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
-sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
-
-build() {
-  cd ${srcdir}/${pkgname}4-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}4-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf-cxx/repos/extra-i686/PKGBUILD (from rev 279065, 
netcdf-cxx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-20 20:37:23 UTC (rev 279066)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf-cxx
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="NetCDF c++ bindings"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!makeflags')
+license=('custom')
+source=(http://github.com/Unidata/${pkgname}4/archive/v${pkgver}.tar.gz)
+sha1sums=('c3290c514cfb414b5316a03e9cee1a48440d373c')
+
+build() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-20 20:37:08 UTC (rev 279065)
+++ extra-x86_64/PKGBUILD   2016-10-20 20:37:23 UTC (rev 279066)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf-cxx
-pkgver=4.2
-pkgrel=4
-pkgdesc="NetCDF c++ bindings"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
-depends=('gcc-libs' 'netcdf' 'curl')
-options=('!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
-sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
-
-build() {
-  cd ${srcdir}/${pkgname}4-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}4-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf-cxx/repos/extra-x86_64/PKGBUILD (from rev 279065, 
netcdf-cxx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-20 20:37:23 UTC (rev 279066)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf-cxx
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="NetCDF c++ bindings"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!makeflags')
+license=('custom')
+source=(http://github.com/Unidata/${pkgname}4/archive/v${pkgver}.tar.gz)
+sha1sums=('c3290c514cfb414b5316a03e9cee1a48440d373c')
+
+build() {
+  cd 

[arch-commits] Commit in steam/repos/multilib-x86_64 (11 files)

2016-10-20 Thread Levente Polyak
Date: Thursday, October 20, 2016 @ 20:03:17
  Author: anthraxx
Revision: 192746

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/80-steam-controller-permission.rules
(from rev 192745, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 192745, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 192745, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/steam-native.desktop
(from rev 192745, steam/trunk/steam-native.desktop)
  steam/repos/multilib-x86_64/steam-native.sh
(from rev 192745, steam/trunk/steam-native.sh)
Deleted:
  steam/repos/multilib-x86_64/80-steam-controller-permission.rules
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/steam-native.desktop
  steam/repos/multilib-x86_64/steam-native.sh
  steam/repos/multilib-x86_64/steam.install

--+
 80-steam-controller-permission.rules |6 
 PKGBUILD |   99 +++
 alsa_sdl_audiodriver.patch   |   28 ++--
 steam-native.desktop |  214 -
 steam-native.sh  |   12 -
 steam.install|4 
 6 files changed, 176 insertions(+), 187 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2016-10-20 20:02:23 UTC (rev 
192745)
+++ 80-steam-controller-permission.rules2016-10-20 20:03:17 UTC (rev 
192746)
@@ -1,3 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
-KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Copied: steam/repos/multilib-x86_64/80-steam-controller-permission.rules (from 
rev 192745, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2016-10-20 20:03:17 UTC (rev 
192746)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 20:02:23 UTC (rev 192745)
+++ PKGBUILD2016-10-20 20:03:17 UTC (rev 192746)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: K900 
-
-pkgname=steam
-pkgver=1.0.0.52
-pkgrel=4
-pkgdesc="Valve's digital software delivery system"
-url='http://steampowered.com/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 
'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity')
-optdepends=('steam-native-runtime: steam native runtime support')
-depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss')
-optdepends_x86_64=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-)
-install=steam.install
-source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
-steam-native.sh
-steam-native.desktop
-alsa_sdl_audiodriver.patch
-80-steam-controller-permission.rules)
-sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e'
-
'1fb84e481c6c417cd095f5ae73d04a27936851a6bc60ed39a118173532b697d3bd0cc0adf6ddd746f6791440ab0b36407fb0230b13337bda316bb6d8af5169cd'
-
'088db8265e9f35a61c3ff1e26654c1d3d53fe51ca6791f8210db0edc21e8ddc698c4c943895b9682e8d34c93675548d7b6a5bc687f02228e0cc85e267d12df33'
-
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5'
-
'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f')
-prepare() {
-  patch -d "${pkgname}" -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch"
-}
-
-package() {
-  make -C "${pkgname}" DESTDIR="${pkgdir}" install
-
-  install -Dm 755 "${srcdir}/steam-native.sh" "${pkgdir}/usr/bin/steam-native"
-  install -Dm 644 "${srcdir}/steam-native.desktop" -t 
"${pkgdir}/usr/share/applications"
-
-  install -Dm 644 "${pkgdir}/usr/share/doc/steam/steam_install_agreement.txt" \
-"${pkgdir}/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true 

[arch-commits] Commit in steam/repos/community-i686 (11 files)

2016-10-20 Thread Levente Polyak
Date: Thursday, October 20, 2016 @ 20:02:23
  Author: anthraxx
Revision: 192745

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/80-steam-controller-permission.rules
(from rev 192744, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/community-i686/PKGBUILD
(from rev 192744, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 192744, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/steam-native.desktop
(from rev 192744, steam/trunk/steam-native.desktop)
  steam/repos/community-i686/steam-native.sh
(from rev 192744, steam/trunk/steam-native.sh)
Deleted:
  steam/repos/community-i686/80-steam-controller-permission.rules
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/steam-native.desktop
  steam/repos/community-i686/steam-native.sh
  steam/repos/community-i686/steam.install

--+
 80-steam-controller-permission.rules |6 
 PKGBUILD |   99 +++
 alsa_sdl_audiodriver.patch   |   28 ++--
 steam-native.desktop |  214 -
 steam-native.sh  |   12 -
 steam.install|4 
 6 files changed, 176 insertions(+), 187 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2016-10-20 20:00:46 UTC (rev 
192744)
+++ 80-steam-controller-permission.rules2016-10-20 20:02:23 UTC (rev 
192745)
@@ -1,3 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
-KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from 
rev 192744, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2016-10-20 20:02:23 UTC (rev 
192745)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 20:00:46 UTC (rev 192744)
+++ PKGBUILD2016-10-20 20:02:23 UTC (rev 192745)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: K900 
-
-pkgname=steam
-pkgver=1.0.0.52
-pkgrel=4
-pkgdesc="Valve's digital software delivery system"
-url='http://steampowered.com/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 
'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity')
-optdepends=('steam-native-runtime: steam native runtime support')
-depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss')
-optdepends_x86_64=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-)
-install=steam.install
-source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
-steam-native.sh
-steam-native.desktop
-alsa_sdl_audiodriver.patch
-80-steam-controller-permission.rules)
-sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e'
-
'1fb84e481c6c417cd095f5ae73d04a27936851a6bc60ed39a118173532b697d3bd0cc0adf6ddd746f6791440ab0b36407fb0230b13337bda316bb6d8af5169cd'
-
'088db8265e9f35a61c3ff1e26654c1d3d53fe51ca6791f8210db0edc21e8ddc698c4c943895b9682e8d34c93675548d7b6a5bc687f02228e0cc85e267d12df33'
-
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5'
-
'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f')
-prepare() {
-  patch -d "${pkgname}" -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch"
-}
-
-package() {
-  make -C "${pkgname}" DESTDIR="${pkgdir}" install
-
-  install -Dm 755 "${srcdir}/steam-native.sh" "${pkgdir}/usr/bin/steam-native"
-  install -Dm 644 "${srcdir}/steam-native.desktop" -t 
"${pkgdir}/usr/share/applications"
-
-  install -Dm 644 "${pkgdir}/usr/share/doc/steam/steam_install_agreement.txt" \
-"${pkgdir}/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true 

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

2016-10-20 Thread Levente Polyak
Date: Thursday, October 20, 2016 @ 20:00:46
  Author: anthraxx
Revision: 192744

upgpkg: steam 1.0.0.53-1

Modified:
  steam/trunk/PKGBUILD
Deleted:
  steam/trunk/steam.install

---+
 PKGBUILD  |   15 ---
 steam.install |4 
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 18:15:49 UTC (rev 192743)
+++ PKGBUILD2016-10-20 20:00:46 UTC (rev 192744)
@@ -3,28 +3,21 @@
 # Contributor: K900 
 
 pkgname=steam
-pkgver=1.0.0.52
-pkgrel=4
+pkgver=1.0.0.53
+pkgrel=1
 pkgdesc="Valve's digital software delivery system"
 url='http://steampowered.com/'
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 
'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity')
+depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' 
'lib32-alsa-plugins')
 optdepends=('steam-native-runtime: steam native runtime support')
-depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss')
-optdepends_x86_64=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-)
-install=steam.install
 
source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
 steam-native.sh
 steam-native.desktop
 alsa_sdl_audiodriver.patch
 80-steam-controller-permission.rules)
-sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e'
+sha512sums=('72f73dd26390a5f8d5fd33289a5418f9c6596a603e8a272e26c48d14f6dfd685a5dbc53eeef84aec5f105037e1225c28010afbdebc3f8e2aa0f682570b6d3832'
 
'1fb84e481c6c417cd095f5ae73d04a27936851a6bc60ed39a118173532b697d3bd0cc0adf6ddd746f6791440ab0b36407fb0230b13337bda316bb6d8af5169cd'
 
'088db8265e9f35a61c3ff1e26654c1d3d53fe51ca6791f8210db0edc21e8ddc698c4c943895b9682e8d34c93675548d7b6a5bc687f02228e0cc85e267d12df33'
 
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5'

Deleted: steam.install
===
--- steam.install   2016-10-20 18:15:49 UTC (rev 192743)
+++ steam.install   2016-10-20 20:00:46 UTC (rev 192744)
@@ -1,4 +0,0 @@
-post_install() {
-  echo "if you are running x86_64, you need the lib32 opt depends for your 
driver"
-  echo "if you are having problems with the steam license, remove .steam and 
.local/share/Steam"
-}


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

2016-10-20 Thread Christian Hesse
Date: Thursday, October 20, 2016 @ 19:15:38
  Author: eworm
Revision: 279064

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

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

-+
 /PKGBUILD   |  102 ++
 testing-i686/PKGBUILD   |   52 ---
 testing-x86_64/PKGBUILD |   52 ---
 3 files changed, 102 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-10-20 19:15:32 UTC (rev 279063)
+++ testing-i686/PKGBUILD   2016-10-20 19:15:38 UTC (rev 279064)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng
-pkgver=1.6.26
-_apngver=1.6.25
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (mozilla) 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-sha256sums=('266743a326986c3dbcee9d89b640595f6b16a293fd02b37d8c91348d317b73f9'
-'SKIP'
-'053a27e2145b2b25a41666fac0442552234b7b630228c649d9a61937d703d908')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support. Required by Firefox
-  # see http://sourceforge.net/projects/libpng-apng/
-  sed -i '/pngpriv.h/,/#define PNG_BGR/s|0x[0-9]*||' 
../libpng-$_apngver-apng.patch
-  patch -Np1 -i ../libpng-$_apngver-apng.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd contrib/pngminus
-  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
-  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libpng/repos/testing-i686/PKGBUILD (from rev 279063, 
libpng/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-20 19:15:38 UTC (rev 279064)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng
+pkgver=1.6.26
+_apngver=1.6.26
+pkgrel=2
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (mozilla) 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+sha256sums=('266743a326986c3dbcee9d89b640595f6b16a293fd02b37d8c91348d317b73f9'
+'SKIP'
+'01dec904d91ee8c90a9a78f253d01d8fac0e37a3f4beacb60e136ea7c814d72c')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support. Required by Firefox
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd contrib/pngminus
+  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
+  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-10-20 19:15:32 UTC (rev 279063)
+++ testing-x86_64/PKGBUILD 2016-10-20 19:15:38 UTC (rev 279064)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: 

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

2016-10-20 Thread Christian Hesse
Date: Thursday, October 20, 2016 @ 19:15:32
  Author: eworm
Revision: 279063

upgpkg: libpng 1.6.26-2

update libpng-apng patch

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 19:12:01 UTC (rev 279062)
+++ PKGBUILD2016-10-20 19:15:32 UTC (rev 279063)
@@ -6,8 +6,8 @@
 
 pkgname=libpng
 pkgver=1.6.26
-_apngver=1.6.25
-pkgrel=1
+_apngver=1.6.26
+pkgrel=2
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
 url="http://www.libpng.org/pub/png/libpng.html;
@@ -18,7 +18,7 @@
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
 sha256sums=('266743a326986c3dbcee9d89b640595f6b16a293fd02b37d8c91348d317b73f9'
 'SKIP'
-'053a27e2145b2b25a41666fac0442552234b7b630228c649d9a61937d703d908')
+'01dec904d91ee8c90a9a78f253d01d8fac0e37a3f4beacb60e136ea7c814d72c')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,7 +25,6 @@
 
   # Add animated PNG (apng) support. Required by Firefox
   # see http://sourceforge.net/projects/libpng-apng/
-  sed -i '/pngpriv.h/,/#define PNG_BGR/s|0x[0-9]*||' 
../libpng-$_apngver-apng.patch
   patch -Np1 -i ../libpng-$_apngver-apng.patch
 }
 


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

2016-10-20 Thread Ronald van Haren
Date: Thursday, October 20, 2016 @ 19:12:01
  Author: ronald
Revision: 279062

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

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

---+
 /PKGBUILD |   96 
 extra-i686/PKGBUILD   |   46 ---
 extra-x86_64/PKGBUILD |   46 ---
 3 files changed, 96 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-20 19:11:41 UTC (rev 279061)
+++ extra-i686/PKGBUILD 2016-10-20 19:12:01 UTC (rev 279062)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.4.1rc1
-pkgrel=1
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)
-source=("https://github.com/Unidata/netcdf-c/archive/v4.4.1-rc1.tar.gz;)
-sha1sums=('7606c16814bf9b33a66815e4109d9ba2df4a4936')
-
-build() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}"/netcdf-c-4.4.1-rc1
-#  autoreconf -fis
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-}
-
-# hdf5 tests fail, have not yet been updated to hdf5-1.10.0
-#check() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-#  cd "${srcdir}"/netcdf-c-4.4.1-rc1
-#  make check
-#}
-
-package() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}"/netcdf-c-4.4.1-rc1  
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/man
-  make DESTDIR="${pkgdir}" install
-
-#  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYRIGHT \
-#"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
-  install -Dm644 "${srcdir}"/netcdf-c-4.4.1-rc1/COPYRIGHT \
-"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf/repos/extra-i686/PKGBUILD (from rev 279061, 
netcdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-20 19:12:01 UTC (rev 279062)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.4.1
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)
+source=("https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha1sums=('1cae39472930a25d6ab1bdf6af2a0d85d09aedf9')
+
+build() {
+  # cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}/netcdf-c-${pkgver}"
+#  autoreconf -fis
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is to
+# update CFLAGS so no optimization level is used (i.e., remove "-O2"). See
+# https://github.com/Unidata/netcdf-c/issues/244
+# check() {
+#   # cd "${srcdir}"/${pkgname}-${pkgver}
+#   cd "${srcdir}/netcdf-c-${pkgver}"
+#   make check
+# }
+
+package() {
+#  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}/netcdf-c-${pkgver}"
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/man
+  make DESTDIR="${pkgdir}" install
+
+#  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYRIGHT \
+#"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
+  install -Dm644 "${srcdir}"/netcdf-c-${pkgver}/COPYRIGHT \
+"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-20 19:11:41 UTC (rev 279061)
+++ extra-x86_64/PKGBUILD   2016-10-20 19:12:01 UTC (rev 279062)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.4.1rc1
-pkgrel=1
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 

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

2016-10-20 Thread Ronald van Haren
Date: Thursday, October 20, 2016 @ 19:11:41
  Author: ronald
Revision: 279061

upgpkg: netcdf 4.4.1-1

update to 4.4.1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 18:24:04 UTC (rev 279060)
+++ PKGBUILD2016-10-20 19:11:41 UTC (rev 279061)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.4.1rc1
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=("i686" "x86_64")
@@ -13,27 +13,29 @@
 options=('!makeflags')
 license=('custom')
 
#source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz;)
-source=("https://github.com/Unidata/netcdf-c/archive/v4.4.1-rc1.tar.gz;)
-sha1sums=('7606c16814bf9b33a66815e4109d9ba2df4a4936')
+source=("https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha1sums=('1cae39472930a25d6ab1bdf6af2a0d85d09aedf9')
 
 build() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}"/netcdf-c-4.4.1-rc1
+  # cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}/netcdf-c-${pkgver}"
 #  autoreconf -fis
   ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
   make
 }
 
-# hdf5 tests fail, have not yet been updated to hdf5-1.10.0
-#check() {
-#  cd "${srcdir}"/${pkgname}-${pkgver}
-#  cd "${srcdir}"/netcdf-c-4.4.1-rc1
-#  make check
-#}
+# As of netcdf-c-4.4.1, all the tests pass except for one; a workaround is to
+# update CFLAGS so no optimization level is used (i.e., remove "-O2"). See
+# https://github.com/Unidata/netcdf-c/issues/244
+# check() {
+#   # cd "${srcdir}"/${pkgname}-${pkgver}
+#   cd "${srcdir}/netcdf-c-${pkgver}"
+#   make check
+# }
 
 package() {
 #  cd "${srcdir}"/${pkgname}-${pkgver}
-  cd "${srcdir}"/netcdf-c-4.4.1-rc1  
+  cd "${srcdir}/netcdf-c-${pkgver}"
   install -m755 -d "${pkgdir}"/usr/lib
   install -m755 -d "${pkgdir}"/usr/share/man
   make DESTDIR="${pkgdir}" install
@@ -40,7 +42,7 @@
 
 #  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYRIGHT \
 #"${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
-  install -Dm644 "${srcdir}"/netcdf-c-4.4.1-rc1/COPYRIGHT \
+  install -Dm644 "${srcdir}"/netcdf-c-${pkgver}/COPYRIGHT \
 "${pkgdir}"/usr/share/licenses/${pkgname}/COPYRIGHT
 
 }


[arch-commits] Commit in linux/repos (14 files)

2016-10-20 Thread Thomas Bächler
Date: Thursday, October 20, 2016 @ 18:24:04
  Author: thomas
Revision: 279060

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 279059, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 279059, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 279059, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 279059, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 279059, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 279059, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 279059, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 279059, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 279059, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 279059, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 279059, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 279059, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  302 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8207 +
 testing-i686/config.x86_64   | 7957 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  302 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8207 +
 testing-x86_64/config.x86_64 | 7957 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33056 insertions(+)

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


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

2016-10-20 Thread Alexander Rødseth
Date: Thursday, October 20, 2016 @ 18:15:49
  Author: arodseth
Revision: 192743

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

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

-+
 /PKGBUILD   |  374 ++
 /go.install |   42 
 community-i686/PKGBUILD |  187 -
 community-i686/go.install   |   21 --
 community-x86_64/PKGBUILD   |  187 -
 community-x86_64/go.install |   21 --
 6 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-20 18:15:35 UTC (rev 192742)
+++ community-i686/PKGBUILD 2016-10-20 18:15:49 UTC (rev 192743)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=('go' 'go-tools')
-pkgver=1.7.1
-pkgrel=1
-epoch=2
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-_gourl=golang.org/x/tools/cmd
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms. This is not strictly required as 
the
-  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
-  # crosscompilation time.
-  #
-  # for os in darwin freebsd linux windows; do
-  #   for arch in 386 amd64 arm; do
-  # export GOOS="$os"
-  # export GOARCH="$arch"
-  # bash make.bash --no-clean
-  #   done
-  # done
-
-  export GOOS=linux
-  case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 ;;
-  esac
-
-  bash make.bash --no-clean
-
-  # System-wide tools
-  for tool in godex godoc goimports gomvpkg gorename gotype; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
-  done
-
-  # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports guru 
html2article oracle present ssadump stress stringer ; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  for tool in goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports guru html2article oracle 
present ssadump stress stringer; do
-GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
-  done
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package_go() {
-  pkgdesc='Compiler and tools for the Go programming language from Google'
-  optdepends=('mercurial: for fetching sources from mercurial repositories'
-  'git: for fetching sources from git repositories'
-  'bzr: for fetching sources from bazaar repositories'
-  'subversion: for fetching sources from subversion 

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

2016-10-20 Thread Alexander Rødseth
Date: Thursday, October 20, 2016 @ 18:15:35
  Author: arodseth
Revision: 192742

upgpkg: go 2:1.7.3-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 17:55:44 UTC (rev 192741)
+++ PKGBUILD2016-10-20 18:15:35 UTC (rev 192742)
@@ -11,7 +11,7 @@
 # Contributor: John Luebs 
 
 pkgname=('go' 'go-tools')
-pkgver=1.7.1
+pkgver=1.7.3
 pkgrel=1
 epoch=2
 arch=('x86_64' 'i686')
@@ -75,7 +75,7 @@
   done
 
   # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports guru 
html2article oracle present ssadump stress stringer ; do
+  for tool in benchcmp bundle callgraph digraph eg fiximports guru 
html2article present ssadump stress stringer ; do
 $GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
 $GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
   done
@@ -98,7 +98,7 @@
   export GOROOT_BOOTSTRAP=/usr/lib/go
 
   for tool in goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports guru html2article oracle 
present ssadump stress stringer; do
+benchcmp bundle callgraph digraph eg fiximports guru html2article present 
ssadump stress stringer; do
 GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
   done
 


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

2016-10-20 Thread Levente Polyak
Date: Thursday, October 20, 2016 @ 17:55:44
  Author: anthraxx
Revision: 192741

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 192740, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 17:55:38 UTC (rev 192740)
+++ PKGBUILD2016-10-20 17:55:44 UTC (rev 192741)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('56a6d513c84474441321908cf9d537f7c8d4e426e55cbcde4a21828d3275086dac3bade5082c4c99756fea2157ff89f10c6eb4cdb5bea3d265efeea2fef42169'
-
'1e19a3bdc8c94facba7fd1af6076f70e92d08987ed16f6d7b3768984d0879e19b412adbacd549293e1f0ad03fb2f7be07b64c666b9fd60fb4425b301afec9b00')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 192740, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 17:55:44 UTC (rev 192741)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('2b8accb4648979c5a664eba9ba83175f9ee44e3a2865f95f2265a199a6c4429891db655ad7dfbc69502c4bc34a4793f317c9b13a3f37bead35ae69d76af14f84'
+
'fa5e85b416f999dc00951d53fbb6565c3179d6f4f1ec518608f53be5aedb475c05ba0f6fd5d68108921d9d0277d23bb7056b57f89ed7f5c2874227506b9201f4')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  

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

2016-10-20 Thread Levente Polyak
Date: Thursday, October 20, 2016 @ 17:55:38
  Author: anthraxx
Revision: 192740

upgpkg: grails 3.2.1-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 15:28:02 UTC (rev 192739)
+++ PKGBUILD2016-10-20 17:55:38 UTC (rev 192740)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -16,8 +16,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('56a6d513c84474441321908cf9d537f7c8d4e426e55cbcde4a21828d3275086dac3bade5082c4c99756fea2157ff89f10c6eb4cdb5bea3d265efeea2fef42169'
-
'1e19a3bdc8c94facba7fd1af6076f70e92d08987ed16f6d7b3768984d0879e19b412adbacd549293e1f0ad03fb2f7be07b64c666b9fd60fb4425b301afec9b00')
+sha512sums=('2b8accb4648979c5a664eba9ba83175f9ee44e3a2865f95f2265a199a6c4429891db655ad7dfbc69502c4bc34a4793f317c9b13a3f37bead35ae69d76af14f84'
+
'fa5e85b416f999dc00951d53fbb6565c3179d6f4f1ec518608f53be5aedb475c05ba0f6fd5d68108921d9d0277d23bb7056b57f89ed7f5c2874227506b9201f4')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2016-10-20 Thread Andreas Radke
Date: Thursday, October 20, 2016 @ 17:55:32
  Author: andyrtr
Revision: 279059

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 279058, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 279058, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-10-20 17:55:32 UTC (rev 279059)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2016h
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+# new signing key is not available via public keyservers
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
 #{,.asc})
+sha512sums=('8d4eeaebe39392ca9163d03601d1178597b3f0092419d1f54ebd34944110a0b10cb22d4ab8bacfb48bce3f6f7175177105e204f1b4edeadc38ad4ac2d6ded835')
+#'SKIP')
+#validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


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

2016-10-20 Thread Andreas Radke
Date: Thursday, October 20, 2016 @ 17:55:22
  Author: andyrtr
Revision: 279058

upgpkg: tzdata 2016h-1

upstream update 2016h

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 17:34:02 UTC (rev 279057)
+++ PKGBUILD2016-10-20 17:55:22 UTC (rev 279058)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2016g
+pkgver=2016h
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 # new signing key is not available via public keyservers
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
 #{,.asc})
-sha512sums=('7b414c1af80faed335a59f40a18931265b71f8dacc3a5f3bd93e8ea0e3d6416a6839dfb88c64b04df3c728c4fb44105503ddb6e87f317dbff29e43c491c2fb3d')
+sha512sums=('8d4eeaebe39392ca9163d03601d1178597b3f0092419d1f54ebd34944110a0b10cb22d4ab8bacfb48bce3f6f7175177105e204f1b4edeadc38ad4ac2d6ded835')
 #'SKIP')
 #validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 


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

2016-10-20 Thread Gaëtan Bisson
Date: Thursday, October 20, 2016 @ 17:34:02
  Author: bisson
Revision: 279057

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

Added:
  s-nail/repos/testing-i686/PKGBUILD
(from rev 279056, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 279056, s-nail/trunk/PKGBUILD)
Deleted:
  s-nail/repos/testing-i686/PKGBUILD
  s-nail/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-10-20 17:33:20 UTC (rev 279056)
+++ testing-i686/PKGBUILD   2016-10-20 17:34:02 UTC (rev 279057)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.8.13
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://www.sdaoden.eu/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
-source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha1sums=('52ceb1d26c36e2191742985cf132090c436e330b' 'SKIP')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   LIBEXECDIR=/usr/lib \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" packager-install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 279056, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-20 17:34:02 UTC (rev 279057)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.14
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('2f4242283a45d193872cab6cccb0e979419845dd' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-10-20 17:33:20 UTC (rev 279056)
+++ testing-x86_64/PKGBUILD 2016-10-20 17:34:02 UTC (rev 279057)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: 

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

2016-10-20 Thread Thomas Bächler
Date: Thursday, October 20, 2016 @ 17:33:20
  Author: thomas
Revision: 279056

Update to linux 4.8.3

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 17:32:43 UTC (rev 279055)
+++ PKGBUILD2016-10-20 17:33:20 UTC (rev 279056)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.8
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'edb6e8022172df2b020b53e1cfa32bcde070f3119a6618766066098c46008a9b'
+'1482dd7bda0a3a82abcde20f24576a57287c462e8e732fe688ed37daf42468cb'
 'SKIP'
 '2ac8818414beb7dbacbd3ad450c516e6ada804827132a7132f63b8189e5f5151'
 '93a4ad4f6c7bb9296fddec436ed7477a5a5c11cf4d6e68482fa6610442cbcb1f'


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

2016-10-20 Thread Gaëtan Bisson
Date: Thursday, October 20, 2016 @ 17:32:43
  Author: bisson
Revision: 279055

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 15:54:55 UTC (rev 279054)
+++ PKGBUILD2016-10-20 17:32:43 UTC (rev 279055)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.8.13
+pkgver=14.8.14
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://www.sdaoden.eu/code.html#s-nail'
@@ -15,7 +15,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha1sums=('52ceb1d26c36e2191742985cf132090c436e330b' 'SKIP')
+sha1sums=('2f4242283a45d193872cab6cccb0e979419845dd' 'SKIP')
 
 groups=('base')
 backup=('etc/mail.rc')


[arch-commits] Commit in xf86-input-libinput/repos (4 files)

2016-10-20 Thread Andreas Radke
Date: Thursday, October 20, 2016 @ 15:54:55
  Author: andyrtr
Revision: 279054

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

Added:
  xf86-input-libinput/repos/testing-i686/
  xf86-input-libinput/repos/testing-i686/PKGBUILD
(from rev 279053, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/testing-x86_64/
  xf86-input-libinput/repos/testing-x86_64/PKGBUILD
(from rev 279053, xf86-input-libinput/trunk/PKGBUILD)

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

Copied: xf86-input-libinput/repos/testing-i686/PKGBUILD (from rev 279053, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-20 15:54:55 UTC (rev 279054)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=0.22.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+provides=('xf86-input-driver')
+conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('c762b4072ed448e2ae9f35cebd7fec8df7fd42b3ae61462cc3b2f720a873eae2'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-libinput/repos/testing-x86_64/PKGBUILD (from rev 279053, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-20 15:54:55 UTC (rev 279054)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=0.22.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+provides=('xf86-input-driver')
+conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('c762b4072ed448e2ae9f35cebd7fec8df7fd42b3ae61462cc3b2f720a873eae2'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD)

2016-10-20 Thread Andreas Radke
Date: Thursday, October 20, 2016 @ 15:54:43
  Author: andyrtr
Revision: 279053

upgpkg: xf86-input-libinput 0.22.0-1

upstream update 0.22.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 15:28:09 UTC (rev 279052)
+++ PKGBUILD2016-10-20 15:54:43 UTC (rev 279053)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.20.0
+pkgver=0.22.0
 pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('c54e8155d0ba0e5abba9de7bb227c4e4930959a01a904de96b6c0e52bb2a39b0'
+sha256sums=('c762b4072ed448e2ae9f35cebd7fec8df7fd42b3ae61462cc3b2f720a873eae2'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2016-10-20 Thread Andreas Radke
Date: Thursday, October 20, 2016 @ 15:28:09
  Author: andyrtr
Revision: 279052

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 279051, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 279051, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 279051, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 279051, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 279051, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 279051, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 279051, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 279051, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 279051, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 279051, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 279051, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 279051, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 279051, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 279051, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  292 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  292 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 31888 insertions(+)

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


[arch-commits] Commit in perl-datetime-calendar-julian/repos (2 files)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 15:28:02
  Author: remy
Revision: 192739

archrelease: copy trunk to community-any

Added:
  perl-datetime-calendar-julian/repos/community-any/
  perl-datetime-calendar-julian/repos/community-any/PKGBUILD
(from rev 192738, perl-datetime-calendar-julian/trunk/PKGBUILD)

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

Copied: perl-datetime-calendar-julian/repos/community-any/PKGBUILD (from rev 
192738, perl-datetime-calendar-julian/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-10-20 15:28:02 UTC (rev 192739)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname='perl-datetime-calendar-julian'
+_dist=DateTime-Calendar-Julian
+pkgver=0.04
+pkgrel=1
+pkgdesc="Perl module for Dates in the Julian calendar"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-datetime')
+makedepends=()
+url="https://metacpan.org/release/${_dist};
+source=(http://search.cpan.org/CPAN/authors/id/P/PI/PIJLL/${_dist}-${pkgver}.tar.gz)
+sha512sums=('e822d57dabbf76dcca9dc1eb097cef9c15579aeb1782a51eb3dd01d47eda0aef2aa92096df67602297a24c387445f6eb381bb3eedfe33486990844f3c96b4960')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}
+


[arch-commits] Commit in perl-datetime-calendar-julian/trunk (PKGBUILD)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 15:27:37
  Author: remy
Revision: 192738

upgpkg: perl-datetime-calendar-julian 0.04-1

First package upload, for biber 2.6 update

Modified:
  perl-datetime-calendar-julian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 15:27:11 UTC (rev 192737)
+++ PKGBUILD2016-10-20 15:27:37 UTC (rev 192738)
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 depends=('perl-datetime')
 makedepends=()
-url='https://metacpan.org/release/${_dist}'
+url="https://metacpan.org/release/${_dist};
 
source=(http://search.cpan.org/CPAN/authors/id/P/PI/PIJLL/${_dist}-${pkgver}.tar.gz)
 
sha512sums=('e822d57dabbf76dcca9dc1eb097cef9c15579aeb1782a51eb3dd01d47eda0aef2aa92096df67602297a24c387445f6eb381bb3eedfe33486990844f3c96b4960')
 


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

2016-10-20 Thread Andreas Radke
Date: Thursday, October 20, 2016 @ 15:27:42
  Author: andyrtr
Revision: 279051

upgpkg: linux-lts 4.4.26-1

upstream update 4.4.26

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 14:59:03 UTC (rev 279050)
+++ PKGBUILD2016-10-20 15:27:42 UTC (rev 279051)
@@ -3,7 +3,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.4
-pkgver=4.4.25
+pkgver=4.4.26
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'5c5599ae77435cf35a6b59c4bd0c49cd928c66d4bbdb6c0e39974318c8c3d31e'
+'100bb46956585d418a6950bc898c5abc8206c3e34adfaf7ce4f6d14598918f72'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 15:26:51
  Author: felixonmars
Revision: 192736

upgpkg: perl-importer 0.024-1

Modified:
  perl-importer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 15:25:52 UTC (rev 192735)
+++ PKGBUILD2016-10-20 15:26:51 UTC (rev 192736)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-importer
-pkgver=0.014
+pkgver=0.024
 pkgrel=1
 pkgdesc="Alternative but compatible interface to modules that export symbols."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-$pkgver.tar.gz;)
-sha512sums=('da7a7713a8a8b7410b8fa5c737c227df1114be378618f1cb35dbe8ee330d181ab590c9b7d5f5e76e9a6c9366d685e0e8141cbd4f9e683b62635ce0490fde3f68')
+sha512sums=('f368f19a63fd52b6b1ba6d51716050db8f475628238d16d2962ab7d6c21d6818205a82c86cc7f254736eb1c261dd6abd606dfcb16ca675e84898d03cab32')
 
 build() {
   cd Importer-$pkgver


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 15:27:11
  Author: felixonmars
Revision: 192737

archrelease: copy trunk to community-any

Added:
  perl-importer/repos/community-any/PKGBUILD
(from rev 192736, perl-importer/trunk/PKGBUILD)
Deleted:
  perl-importer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 15:26:51 UTC (rev 192736)
+++ PKGBUILD2016-10-20 15:27:11 UTC (rev 192737)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-importer
-pkgver=0.014
-pkgrel=1
-pkgdesc="Alternative but compatible interface to modules that export symbols."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Importer;
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-$pkgver.tar.gz;)
-sha512sums=('da7a7713a8a8b7410b8fa5c737c227df1114be378618f1cb35dbe8ee330d181ab590c9b7d5f5e76e9a6c9366d685e0e8141cbd4f9e683b62635ce0490fde3f68')
-
-build() {
-  cd Importer-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Importer-$pkgver
-  make test
-}
-
-package() {
-  cd Importer-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-importer/repos/community-any/PKGBUILD (from rev 192736, 
perl-importer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 15:27:11 UTC (rev 192737)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-importer
+pkgver=0.024
+pkgrel=1
+pkgdesc="Alternative but compatible interface to modules that export symbols."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Importer;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-$pkgver.tar.gz;)
+sha512sums=('f368f19a63fd52b6b1ba6d51716050db8f475628238d16d2962ab7d6c21d6818205a82c86cc7f254736eb1c261dd6abd606dfcb16ca675e84898d03cab32')
+
+build() {
+  cd Importer-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Importer-$pkgver
+  make test
+}
+
+package() {
+  cd Importer-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 15:25:52
  Author: remy
Revision: 192735

New package perl-datetime-calendar-julian

Added as a dependency of biber 2.6.

Added:
  perl-datetime-calendar-julian/
  perl-datetime-calendar-julian/repos/
  perl-datetime-calendar-julian/trunk/
  perl-datetime-calendar-julian/trunk/PKGBUILD

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

Added: perl-datetime-calendar-julian/trunk/PKGBUILD
===
--- perl-datetime-calendar-julian/trunk/PKGBUILD
(rev 0)
+++ perl-datetime-calendar-julian/trunk/PKGBUILD2016-10-20 15:25:52 UTC 
(rev 192735)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname='perl-datetime-calendar-julian'
+_dist=DateTime-Calendar-Julian
+pkgver=0.04
+pkgrel=1
+pkgdesc="Perl module for Dates in the Julian calendar"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-datetime')
+makedepends=()
+url='https://metacpan.org/release/${_dist}'
+source=(http://search.cpan.org/CPAN/authors/id/P/PI/PIJLL/${_dist}-${pkgver}.tar.gz)
+sha512sums=('e822d57dabbf76dcca9dc1eb097cef9c15579aeb1782a51eb3dd01d47eda0aef2aa92096df67602297a24c387445f6eb381bb3eedfe33486990844f3c96b4960')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}
+


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


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

2016-10-20 Thread Antonio Rojas
Date: Thursday, October 20, 2016 @ 14:59:03
  Author: arojas
Revision: 279050

Add graphviz optdepend (FS#51449)

Modified:
  kdesdk-kcachegrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 14:47:38 UTC (rev 279049)
+++ PKGBUILD2016-10-20 14:59:03 UTC (rev 279050)
@@ -12,7 +12,7 @@
 groups=('kde-applications' 'kdesdk')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
+optdepends=('php: PHP support' 'graphviz: for plotting support')
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
 sha1sums=('45d24489f6c9e17c141e020af99cbce1e6c12274')
 


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

2016-10-20 Thread Levente Polyak
Date: Thursday, October 20, 2016 @ 14:51:05
  Author: anthraxx
Revision: 192734

archrelease: copy trunk to community-any

Added:
  meson/repos/community-any/PKGBUILD
(from rev 192733, meson/trunk/PKGBUILD)
Deleted:
  meson/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 14:50:59 UTC (rev 192733)
+++ PKGBUILD2016-10-20 14:51:05 UTC (rev 192734)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.35.0
-pkgrel=1
-pkgdesc='High productivity build system'
-url='http://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python' 'ninja')
-makedepends=('python-setuptools')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'gnustep-base' 'cython'
-  'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection' 'pkgconfig')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc})
-sha512sums=('513a8da6ee2c0c8a6c6bae198f328041b811293597308cb8c466af96faad8d2149cad098c659c7f2a6155111dbfc828686bbf4f053940ea12e65217e72e21a77'
-'SKIP')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|cython3|cython|g' -i 'test cases/python3/3 cython/meson.build'
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # for debugging set MESON_PRINT_TEST_OUTPUT
-  ./run_tests.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  for f in "${pkgdir}"/usr/bin/*.py; do
-mv "${f}" "${f%%.py}"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/community-any/PKGBUILD (from rev 192733, 
meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 14:51:05 UTC (rev 192734)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.35.1
+pkgrel=1
+pkgdesc='High productivity build system'
+url='http://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python' 'ninja')
+makedepends=('python-setuptools')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'gnustep-base' 'cython'
+  'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection' 'pkgconfig')
+source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc})
+sha512sums=('474acc3f13024c8c9886a7666f290c24756cde7e47d553de9bf29740e53c699f1ca960a819ffb83af91fc83e201e2e0a1bb43c1a32d83e46d0edbd70b0cacb97'
+'SKIP')
+validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|cython3|cython|g' -i 'test cases/python3/3 cython/meson.build'
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # for debugging set MESON_PRINT_TEST_OUTPUT
+  ./run_tests.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  for f in "${pkgdir}"/usr/bin/*.py; do
+mv "${f}" "${f%%.py}"
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-20 Thread Levente Polyak
Date: Thursday, October 20, 2016 @ 14:50:59
  Author: anthraxx
Revision: 192733

upgpkg: meson 0.35.1-1

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 14:41:09 UTC (rev 192732)
+++ PKGBUILD2016-10-20 14:50:59 UTC (rev 192733)
@@ -2,7 +2,7 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.35.0
+pkgver=0.35.1
 pkgrel=1
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
@@ -13,7 +13,7 @@
 checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'gnustep-base' 'cython'
   'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection' 'pkgconfig')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc})
-sha512sums=('513a8da6ee2c0c8a6c6bae198f328041b811293597308cb8c466af96faad8d2149cad098c659c7f2a6155111dbfc828686bbf4f053940ea12e65217e72e21a77'
+sha512sums=('474acc3f13024c8c9886a7666f290c24756cde7e47d553de9bf29740e53c699f1ca960a819ffb83af91fc83e201e2e0a1bb43c1a32d83e46d0edbd70b0cacb97'
 'SKIP')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 


[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 14:44:55
  Author: remy
Revision: 279047

upgpkg: texlive-fontsextra 2016.42286-1

alegreya has been updated (38689 => 42077)
allrunes has been updated (21886 => 42221)
beuron is new!
boondox has been updated (22313 => 42247)
cochineal has been updated (41391 => 41894)
cormorantgaramond is new!
erewhon has been updated (41392 => 41932)
frederika2016 is new!
ipaex-type1 has been updated (39722 => 42284)
libertinust1math has been updated (40167 => 41992)
mweights has been updated (31268 => 41867)
newpx has been updated (39698 => 42285)
newtx has been updated (40165 => 42286)
newtxsf has been updated (39353 => 41918)
oldstandard has been updated (29349 => 41735)
uppunctlm is new!

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|8 
 texlive-fontsextra.maps |3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 14:43:26 UTC (rev 279046)
+++ PKGBUILD2016-10-20 14:44:55 UTC (rev 279047)
@@ -2,9 +2,9 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2016.41439
+pkgver=2016.42286
 _revnr=${pkgver#2016.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
 license=('GPL')
 arch=(any)
@@ -13,8 +13,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('2148152faee84f6fac4c116b91512010'
- '45688fcd99113ee93234a437719a0c65')
+md5sums=('ab88c3ad092484ccaed441e524369b61'
+ 'd55d63922852aaec6988d4c4af1b1cd2')
 
 build() {
cd "$srcdir"

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2016-10-20 14:43:26 UTC (rev 279046)
+++ texlive-fontsextra.maps 2016-10-20 14:44:55 UTC (rev 279047)
@@ -12,6 +12,7 @@
 Map Cochineal.map
 Map ComicNeue.map
 Map ComicNeueAngular.map
+Map CormorantGaramond.map
 Map CountriesOfEurope.map
 Map EBGaramond-Maths.map
 Map EBGaramond.map
@@ -33,6 +34,7 @@
 Map MnSymbol.map
 Map MorrisIn.map
 Map Nouveaud.map
+Map OldStandard.map
 Map OrnementsADF.map
 Map PlayfairDisplay.map
 Map Raleway.map
@@ -61,6 +63,7 @@
 Map baskervaldx.map
 Map belleek.map
 Map bera.map
+Map beuron.map
 Map bguq.map
 Map boondox.map
 Map cabin.map


[arch-commits] Commit in texlive-fontsextra/repos/extra-any (4 files)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 14:44:58
  Author: remy
Revision: 279048

archrelease: copy trunk to extra-any

Added:
  texlive-fontsextra/repos/extra-any/PKGBUILD
(from rev 279047, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
(from rev 279047, texlive-fontsextra/trunk/texlive-fontsextra.maps)
Deleted:
  texlive-fontsextra/repos/extra-any/PKGBUILD
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps

-+
 PKGBUILD|   92 +--
 texlive-fontsextra.maps |  371 +++---
 2 files changed, 233 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 14:44:55 UTC (rev 279047)
+++ PKGBUILD2016-10-20 14:44:58 UTC (rev 279048)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-fontsextra
-pkgver=2016.41439
-_revnr=${pkgver#2016.}
-pkgrel=2
-pkgdesc="TeX Live - all sorts of extra fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('2148152faee84f6fac4c116b91512010'
- '45688fcd99113ee93234a437719a0c65')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-fontsextra/repos/extra-any/PKGBUILD (from rev 279047, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 14:44:58 UTC (rev 279048)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2016.42286
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - all sorts of extra fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+md5sums=('ab88c3ad092484ccaed441e524369b61'
+ 'd55d63922852aaec6988d4c4af1b1cd2')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2016-10-20 14:44:55 UTC (rev 279047)
+++ texlive-fontsextra.maps 2016-10-20 14:44:58 UTC (rev 279048)
@@ -1,184 +0,0 @@
-Map Acorn.map
-Map Alegreya.map
-Map AnnSton.map
-Map AnonymousPro.map
-Map ArrowsADF.map
-Map ArtNouv.map
-Map ArtNouvc.map
-Map BulletsADF.map
-Map Carrickc.map
-Map Chivo.map
-Map ClearSans.map
-Map Cochineal.map
-Map ComicNeue.map
-Map ComicNeueAngular.map
-Map CountriesOfEurope.map
-Map EBGaramond-Maths.map
-Map EBGaramond.map

[arch-commits] Commit in texlive-latexextra/repos/extra-any (4 files)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 14:43:26
  Author: remy
Revision: 279046

archrelease: copy trunk to extra-any

Added:
  texlive-latexextra/repos/extra-any/PKGBUILD
(from rev 279045, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
(from rev 279045, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/extra-any/PKGBUILD
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps

-+
 PKGBUILD|  156 +++---
 texlive-latexextra.maps |5 -
 2 files changed, 81 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 14:43:10 UTC (rev 279045)
+++ PKGBUILD2016-10-20 14:43:26 UTC (rev 279046)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2016.41473
-_revnr=${pkgver#2016.}
-pkgrel=2
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-md5sums=('04e9310f60d2936ce08747dba24ceadc'
- '017fc9ed83747aa8884ca9ae0767531f')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-glossaries/makeglossaries-lite.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pst-pdf/ps4pdf
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/extra-any/PKGBUILD (from rev 279045, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 14:43:26 UTC (rev 279046)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2016.42294
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+md5sums=('8832c43cb62019ca9ca3407923d7f753'
+ 'f06643f92ce3c5d565c6414f3e77bc4c')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   

[arch-commits] Commit in texlive-latexextra/trunk (PKGBUILD texlive-latexextra.maps)

2016-10-20 Thread Rémy Oudompheng
Date: Thursday, October 20, 2016 @ 14:43:10
  Author: remy
Revision: 279045

upgpkg: texlive-latexextra 2016.42294-1

2up has been updated (40417 => 41578)
achemso has been updated (41472 => 42204)
acro has been updated (41386 => 41990)
addfont is new!
animate has been updated (41324 => 42009)
attachfile has been updated (38830 => 42099)
aurl is new!
beamertheme-cuerna is new!
bxdpx-beamer has been updated (30220 => 41813)
bxnewfont has been updated (40214 => 41818)
bxpdfver has been updated (38050 => 41837)
changes has been updated (37104 => 41737)
colorspace has been updated (37573 => 42228)
comment has been updated (32778 => 41927)
cooking-units is new!
csquotes has been updated (39538 => 41696)
csvsimple has been updated (34610 => 41597)
datatool has been updated (39421 => 41772)
datetime2 has been updated (41296 => 41686)
esami has been updated (37828 => 41774)
etoc has been updated (38831 => 42182)
eulerpx is new!
europasscv has been updated (41201 => 42273)
exsheets has been updated (40613 => 42020)
factura has been updated (41202 => 41538)
fancytabs has been updated (27684 => 41549)
filecontentsdef is new!
fithesis has been updated (41303 => 41951)
footnotehyper has been updated (40852 => 42205)
fvextra is new!
gitfile-info is new!
glossaries has been updated (41423 => 42274)
glossaries-extra has been updated (41342 => 41856)
handout has been updated (36877 => 42266)
hyperxmp has been updated (40805 => 41626)
imakeidx has been updated (41241 => 42287)
jslectureplanner has been updated (41043 => 41965)
l3build has been updated (41469 => 41523)
latexgit is new!
mandi has been updated (40050 => 41598)
markdown has been updated (41376 => 42086)
menukeys has been updated (40599 => 41823)
mfirstuc has been updated (39132 => 41785)
minted has been updated (41329 => 41745)
minutes has been updated (16350 => 42186)
multirow has been updated (17256 => 42279)
nameauth has been updated (40369 => 42128)
notespages is new!
optidef has been updated (41347 => 42154)
overlays is new!
paralist has been updated (39247 => 41852)
parnotes has been updated (25032 => 41868)
pas-cours has been updated (35842 => 42036)
pdfcomment has been updated (40166 => 41484)
phffullpagefigure is new!
phfnote is new!
phfparen is new!
phfqit is new!
phfquotetext is new!
phfsvnwatermark is new!
phfthm is new!
phonenumbers is new!
protex has been updated (15878 => 41633)
pst-pdf has been updated (31660 => 41710)
quicktype is new!
readarray has been updated (30489 => 41652)
refenums has been updated (32562 => 42223)
scanpages has been updated (40177 => 42249)
semantic-markup is new!
sepfootnotes has been updated (34705 => 41732)
sf298 has been updated (15878 => 41653)
shdoc has been updated (40848 => 41991)
showexpl has been updated (32737 => 41805)
skrapport has been updated (37911 => 41541)
stackengine has been updated (32593 => 42215)
sttools has been updated (39677 => 41567)
tabstackengine has been updated (33006 => 42214)
tagpair has been updated (37398 => 42138)
tasks has been updated (40888 => 41851)
tcolorbox has been updated (41383 => 41700)
testidx is new!
ticket has been updated (20679 => 42280)
tocdata is new!
uspace is new!
xassoccnt has been updated (41371 => 41767)
xcolor-material is new!
xcolor-solarized has been updated (36318 => 41809)
ycbook has been updated (41410 => 41636)

Modified:
  texlive-latexextra/trunk/PKGBUILD
  texlive-latexextra/trunk/texlive-latexextra.maps

-+
 PKGBUILD|8 
 texlive-latexextra.maps |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 13:58:56 UTC (rev 279044)
+++ PKGBUILD2016-10-20 14:43:10 UTC (rev 279045)
@@ -3,9 +3,9 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-latexextra
-pkgver=2016.41473
+pkgver=2016.42294
 _revnr=${pkgver#2016.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
 license=('GPL')
 arch=(any)
@@ -21,8 +21,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('04e9310f60d2936ce08747dba24ceadc'
- '017fc9ed83747aa8884ca9ae0767531f')
+md5sums=('8832c43cb62019ca9ca3407923d7f753'
+ 'f06643f92ce3c5d565c6414f3e77bc4c')
 
 build() {
for p in *.tar.xz; do

Modified: texlive-latexextra.maps
===
--- texlive-latexextra.maps 2016-10-20 13:58:56 UTC (rev 279044)
+++ texlive-latexextra.maps 2016-10-20 14:43:10 UTC (rev 279045)
@@ -1,2 +1,3 @@
 Map epiolmec.map
+Map scanpages.map
 MixedMap esint.map


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 14:41:09
  Author: felixonmars
Revision: 192732

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 192731, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 192731, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 192731, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 192731, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 ++
 /PKGBUILD |   74 
 community-i686/LICENSE|   22 -
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/LICENSE  |   22 -
 community-x86_64/PKGBUILD |   39 ---
 6 files changed, 118 insertions(+), 122 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-20 14:40:36 UTC (rev 192731)
+++ community-i686/PKGBUILD 2016-10-20 14:41:09 UTC (rev 192732)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.1
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=$pkgver;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  cd gost
-
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks github.com/golang/glog
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 gost "$pkgdir/usr/bin/gost"
-  install -Dm644 

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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 14:40:36
  Author: felixonmars
Revision: 192731

upgpkg: gost 2.2-1

Modified:
  gost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 14:26:09 UTC (rev 192730)
+++ PKGBUILD2016-10-20 14:40:36 UTC (rev 192731)
@@ -2,15 +2,15 @@
 # Maintainer: Felix Yan 
 
 pkgname=gost
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="GO Simple Tunnel"
 arch=('i686' 'x86_64')
 url="https://github.com/ginuerzh/gost;
 license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
+depends=('gcc-libs')
 makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=$pkgver;
+source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver;
 LICENSE)
 md5sums=('SKIP'
  '24a6686f7498d7af0b51690f712dd618')
@@ -22,18 +22,16 @@
   ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
   export GOPATH="$PWD/.gopath"
 
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks github.com/golang/glog
+  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks github.com/golang/glog 
golang.org/x/net/http2
 }
 
 build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
+  cd gost/cmd/gost
+  go build -o gost -gccgoflags "$CFLAGS $LDFLAGS"
 }
 
 package() {
   cd gost
-  install -Dm755 gost "$pkgdir/usr/bin/gost"
+  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
   install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 14:26:09
  Author: felixonmars
Revision: 192730

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

Added:
  ibus-anthy/repos/community-i686/PKGBUILD
(from rev 192729, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 192729, ibus-anthy/trunk/PKGBUILD)
Deleted:
  ibus-anthy/repos/community-i686/PKGBUILD
  ibus-anthy/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-20 14:25:35 UTC (rev 192729)
+++ community-i686/PKGBUILD 2016-10-20 14:26:09 UTC (rev 192730)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-anthy
-pkgver=1.5.8
-pkgrel=2
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'git' 'gobject-introspection')
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ibus-anthy/repos/community-i686/PKGBUILD (from rev 192729, 
ibus-anthy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-20 14:26:09 UTC (rev 192730)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-anthy
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'git' 'gobject-introspection')
+source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-20 14:25:35 UTC (rev 192729)
+++ community-x86_64/PKGBUILD   2016-10-20 14:26:09 UTC (rev 192730)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-anthy
-pkgver=1.5.8
-pkgrel=2
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'git' 'gobject-introspection')
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ibus-anthy/repos/community-x86_64/PKGBUILD (from rev 192729, 
ibus-anthy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-20 14:26:09 UTC (rev 192730)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-anthy
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'git' 'gobject-introspection')
+source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir/" install
+}
+


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 14:25:35
  Author: felixonmars
Revision: 192729

upgpkg: ibus-anthy 1.5.9-1

Modified:
  ibus-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 12:15:15 UTC (rev 192728)
+++ PKGBUILD2016-10-20 14:25:35 UTC (rev 192729)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-anthy
-pkgver=1.5.8
-pkgrel=2
+pkgver=1.5.9
+pkgrel=1
 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
 arch=('i686' 'x86_64')
 license=('LGPL')


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

2016-10-20 Thread Jan de Groot
Date: Thursday, October 20, 2016 @ 13:58:50
  Author: jgc
Revision: 279043

upgpkg: gnumeric 1.12.32-1

move to git build, add gnome-common git as we need some deprecated files from 
an older gnome-common release

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 12:26:20 UTC (rev 279042)
+++ PKGBUILD2016-10-20 13:58:50 UTC (rev 279043)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.31
+pkgver=1.12.32
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('i686' 'x86_64')
@@ -11,29 +11,33 @@
 license=('GPL')
 depends=('goffice')
 makedepends=('intltool' 'psiconv' 'pygobject-devel'
- 'gobject-introspection' 'rarian' 'python2-gobject')
+ 'gobject-introspection' 'rarian' 'python2-gobject' gtk-doc 
autoconf-archive git)
 optdepends=('python2-gobject: for python plugin support'
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+_commit=0e34331361ac41a5f09ed10f4df26861be4f1160  # tags/GNUMERIC_1_12_32^0
+source=("git://git.gnome.org/gnumeric#commit=$_commit"
+
git://git.gnome.org/gnome-common#commit=6684e2fa5d5a4c72c9bf116f74688c0b47f350cf
 revert-warnings.patch)
-sha256sums=('c8ace78e75c280dced3f15b27c44c7a98e8d21cd8361c6b2599cce191f6d6ae7'
+sha256sums=('SKIP'
+'SKIP'
 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
-
+  cd $pkgname
+  cp ../gnome-common/doc-build/{omf,xmldocs}.make .
   patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
 --disable-schemas-compile --enable-introspection
 
@@ -42,6 +46,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="${pkgdir}" install
 }


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

2016-10-20 Thread Jan de Groot
Date: Thursday, October 20, 2016 @ 13:58:56
  Author: jgc
Revision: 279044

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
(from rev 279043, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 279043, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 279043, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 279043, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

+
 /PKGBUILD  |  102 +++
 /revert-warnings.patch |   22 +++
 extra-i686/PKGBUILD|   47 
 extra-i686/revert-warnings.patch   |   11 ---
 extra-x86_64/PKGBUILD  |   47 
 extra-x86_64/revert-warnings.patch |   11 ---
 6 files changed, 124 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-20 13:58:50 UTC (rev 279043)
+++ extra-i686/PKGBUILD 2016-10-20 13:58:56 UTC (rev 279044)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.31
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel'
- 'gobject-introspection' 'rarian' 'python2-gobject')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-revert-warnings.patch)
-sha256sums=('c8ace78e75c280dced3f15b27c44c7a98e8d21cd8361c6b2599cce191f6d6ae7'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 279043, 
gnumeric/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-20 13:58:56 UTC (rev 279044)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.32
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel'
+ 'gobject-introspection' 'rarian' 'python2-gobject' gtk-doc 
autoconf-archive git)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=0e34331361ac41a5f09ed10f4df26861be4f1160  # tags/GNUMERIC_1_12_32^0
+source=("git://git.gnome.org/gnumeric#commit=$_commit"
+
git://git.gnome.org/gnome-common#commit=6684e2fa5d5a4c72c9bf116f74688c0b47f350cf
+revert-warnings.patch)
+sha256sums=('SKIP'
+'SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  cp ../gnome-common/doc-build/{omf,xmldocs}.make .
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/revert-warnings.patch
===
--- extra-i686/revert-warnings.patch2016-10-20 13:58:50 UTC (rev 279043)
+++ extra-i686/revert-warnings.patch2016-10-20 13:58:56 UTC 

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

2016-10-20 Thread Jan de Groot
Date: Thursday, October 20, 2016 @ 12:26:20
  Author: jgc
Revision: 279042

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

Added:
  
gobject-introspection/repos/extra-i686/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch
(from rev 279041, 
gobject-introspection/trunk/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch)
  gobject-introspection/repos/extra-i686/PKGBUILD
(from rev 279041, gobject-introspection/trunk/PKGBUILD)
  
gobject-introspection/repos/extra-x86_64/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch
(from rev 279041, 
gobject-introspection/trunk/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch)
  gobject-introspection/repos/extra-x86_64/PKGBUILD
(from rev 279041, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/extra-i686/PKGBUILD
  gobject-introspection/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |  104 
++
 extra-i686/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch   |   87 
 extra-i686/PKGBUILD |   49 
 extra-x86_64/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch |   87 
 extra-x86_64/PKGBUILD   |   49 
 5 files changed, 278 insertions(+), 98 deletions(-)

Copied: 
gobject-introspection/repos/extra-i686/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch
 (from rev 279041, 
gobject-introspection/trunk/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch)
===
--- extra-i686/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch   
(rev 0)
+++ extra-i686/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch   
2016-10-20 12:26:20 UTC (rev 279042)
@@ -0,0 +1,87 @@
+From 740f5325360e5219b5129401fda90dd34d6cf47c Mon Sep 17 00:00:00 2001
+From: Jan de Groot 
+Date: Thu, 20 Oct 2016 12:14:19 +
+Subject: [PATCH] giscanner: fix EOF check with flex >= 2.6.1
+
+It looks like flex 2.6.1 changed [1] the return code for EOF in
+yyinput.  Therefore, use the right value depending on the version of
+flex which generates the lexer.
+
+[1] 
https://github.com/westes/flex/commit/f863c9490e6912ffcaeb12965fb3a567a10745ff
+---
+ giscanner/scannerlexer.l | 21 +++--
+ 1 file changed, 15 insertions(+), 6 deletions(-)
+
+diff --git a/giscanner/scannerlexer.l b/giscanner/scannerlexer.l
+index 21ef570..bd546d5 100644
+--- a/giscanner/scannerlexer.l
 b/giscanner/scannerlexer.l
+@@ -59,6 +59,15 @@ static void process_linemarks (GISourceScanner *scanner, 
gboolean has_line);
+ static int check_identifier (GISourceScanner *scanner, const char *);
+ static int parse_ignored_macro (void);
+ static void print_error (GISourceScanner *scanner);
++
++#if (YY_FLEX_MAJOR_VERSION > 2) \
++  || ((YY_FLEX_MAJOR_VERSION == 2) && (YY_FLEX_MINOR_VERSION > 6)) \
++  || ((YY_FLEX_MAJOR_VERSION == 2) && (YY_FLEX_MINOR_VERSION == 6) && 
(YY_FLEX_SUBMINOR_VERSION >= 1))
++#define IS_EOF 0
++#else
++#define IS_EOF EOF
++#endif
++
+ %}
+ 
+ %option nounput
+@@ -270,7 +279,7 @@ parse_comment (GISourceScanner *scanner)
+   c1 = input();
+   c2 = input();
+ 
+-  if (c2 != EOF && (c1 == '*' && c2 != '*' && c2 != '/')) {
++  if (c2 != IS_EOF && (c1 == '*' && c2 != '*' && c2 != '/')) {
+ /*
+  * Store GTK-Doc comment blocks,
+  * starts with one '/' followed by exactly two '*' and not followed by a 
'/'
+@@ -283,7 +292,7 @@ parse_comment (GISourceScanner *scanner)
+ 
+ comment_lineno = lineno;
+ 
+-while (c2 != EOF && !(c1 == '*' && c2 == '/'))
++while (c2 != IS_EOF && !(c1 == '*' && c2 == '/'))
+   {
+ if (!skip)
+   g_string_append_c (string, c1);
+@@ -311,7 +320,7 @@ parse_comment (GISourceScanner *scanner)
+ /*
+  * Ignore all other comment blocks
+  */
+-while (c2 != EOF && !(c1 == '*' && c2 == '/'))
++while (c2 != IS_EOF && !(c1 == '*' && c2 == '/'))
+   {
+ if (c1 == '\n')
+   lineno++;
+@@ -436,19 +445,19 @@ parse_ignored_macro (void)
+   int c;
+   int nest;
+ 
+-  while ((c = input ()) != EOF && isspace (c))
++  while ((c = input ()) != IS_EOF && isspace (c))
+   ;
+   if (c != '(')
+   return FALSE;
+ 
+   nest = 0;
+-  while ((c = input ()) != EOF && (nest > 0 || c != ')')) {
++  while ((c = input ()) != IS_EOF && (nest > 0 || c != ')')) {
+   if (c == '(')
+   nest++;
+   else if (c == ')')
+   nest--;
+   else if (c == '"') {
+-  while ((c = input ()) != EOF && c != '"') {
++  while ((c = input ()) != IS_EOF && c != '"') {
+   if (c == '\\')
+   c = input ();
+   }
+-- 
+2.10.0
+

[arch-commits] Commit in gobject-introspection/trunk (2 files)

2016-10-20 Thread Jan de Groot
Date: Thursday, October 20, 2016 @ 12:26:14
  Author: jgc
Revision: 279041

upgpkg: gobject-introspection 1.50.0+1+gb8d92b0-2

Add patch to fix EOF check with flex 2.6.1. Fixes infinite loop when building 
Cinnamon (FS#51396)

Added:
  gobject-introspection/trunk/0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch
Modified:
  gobject-introspection/trunk/PKGBUILD

+
 0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch |   87 +++
 PKGBUILD   |9 +
 2 files changed, 93 insertions(+), 3 deletions(-)

Added: 0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch
===
--- 0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch  
(rev 0)
+++ 0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch  2016-10-20 12:26:14 UTC 
(rev 279041)
@@ -0,0 +1,87 @@
+From 740f5325360e5219b5129401fda90dd34d6cf47c Mon Sep 17 00:00:00 2001
+From: Jan de Groot 
+Date: Thu, 20 Oct 2016 12:14:19 +
+Subject: [PATCH] giscanner: fix EOF check with flex >= 2.6.1
+
+It looks like flex 2.6.1 changed [1] the return code for EOF in
+yyinput.  Therefore, use the right value depending on the version of
+flex which generates the lexer.
+
+[1] 
https://github.com/westes/flex/commit/f863c9490e6912ffcaeb12965fb3a567a10745ff
+---
+ giscanner/scannerlexer.l | 21 +++--
+ 1 file changed, 15 insertions(+), 6 deletions(-)
+
+diff --git a/giscanner/scannerlexer.l b/giscanner/scannerlexer.l
+index 21ef570..bd546d5 100644
+--- a/giscanner/scannerlexer.l
 b/giscanner/scannerlexer.l
+@@ -59,6 +59,15 @@ static void process_linemarks (GISourceScanner *scanner, 
gboolean has_line);
+ static int check_identifier (GISourceScanner *scanner, const char *);
+ static int parse_ignored_macro (void);
+ static void print_error (GISourceScanner *scanner);
++
++#if (YY_FLEX_MAJOR_VERSION > 2) \
++  || ((YY_FLEX_MAJOR_VERSION == 2) && (YY_FLEX_MINOR_VERSION > 6)) \
++  || ((YY_FLEX_MAJOR_VERSION == 2) && (YY_FLEX_MINOR_VERSION == 6) && 
(YY_FLEX_SUBMINOR_VERSION >= 1))
++#define IS_EOF 0
++#else
++#define IS_EOF EOF
++#endif
++
+ %}
+ 
+ %option nounput
+@@ -270,7 +279,7 @@ parse_comment (GISourceScanner *scanner)
+   c1 = input();
+   c2 = input();
+ 
+-  if (c2 != EOF && (c1 == '*' && c2 != '*' && c2 != '/')) {
++  if (c2 != IS_EOF && (c1 == '*' && c2 != '*' && c2 != '/')) {
+ /*
+  * Store GTK-Doc comment blocks,
+  * starts with one '/' followed by exactly two '*' and not followed by a 
'/'
+@@ -283,7 +292,7 @@ parse_comment (GISourceScanner *scanner)
+ 
+ comment_lineno = lineno;
+ 
+-while (c2 != EOF && !(c1 == '*' && c2 == '/'))
++while (c2 != IS_EOF && !(c1 == '*' && c2 == '/'))
+   {
+ if (!skip)
+   g_string_append_c (string, c1);
+@@ -311,7 +320,7 @@ parse_comment (GISourceScanner *scanner)
+ /*
+  * Ignore all other comment blocks
+  */
+-while (c2 != EOF && !(c1 == '*' && c2 == '/'))
++while (c2 != IS_EOF && !(c1 == '*' && c2 == '/'))
+   {
+ if (c1 == '\n')
+   lineno++;
+@@ -436,19 +445,19 @@ parse_ignored_macro (void)
+   int c;
+   int nest;
+ 
+-  while ((c = input ()) != EOF && isspace (c))
++  while ((c = input ()) != IS_EOF && isspace (c))
+   ;
+   if (c != '(')
+   return FALSE;
+ 
+   nest = 0;
+-  while ((c = input ()) != EOF && (nest > 0 || c != ')')) {
++  while ((c = input ()) != IS_EOF && (nest > 0 || c != ')')) {
+   if (c == '(')
+   nest++;
+   else if (c == ')')
+   nest--;
+   else if (c == '"') {
+-  while ((c = input ()) != EOF && c != '"') {
++  while ((c = input ()) != IS_EOF && c != '"') {
+   if (c == '\\')
+   c = input ();
+   }
+-- 
+2.10.0
+

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 10:02:19 UTC (rev 279040)
+++ PKGBUILD2016-10-20 12:26:14 UTC (rev 279041)
@@ -5,7 +5,7 @@
 pkgname=('gobject-introspection' 'gobject-introspection-runtime')
 pkgdesc="Introspection system for GObject-based libraries"
 pkgver=1.50.0+1+gb8d92b0
-pkgrel=1
+pkgrel=2
 url="https://live.gnome.org/GObjectIntrospection;
 arch=('x86_64' 'i686')
 license=('LGPL' 'GPL')
@@ -13,8 +13,10 @@
 makedepends=('cairo' 'git' 'gtk-doc')
 options=('!emptydirs')
 _commit=b8d92b0b36b3907ef066e068e33e9309eb0f8ec5  # master
-source=("git://git.gnome.org/gobject-introspection#commit=$_commit")
-sha256sums=('SKIP')
+source=("git://git.gnome.org/gobject-introspection#commit=$_commit"
+0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch)
+sha256sums=('SKIP'
+'e1333f2eddf23e4d750aa1c39e5fea8264d0586d1916f11188dbd07d4449d81f')
 

[arch-commits] Commit in sagemath-doc/trunk (7 files)

2016-10-20 Thread Antonio Rojas
Date: Thursday, October 20, 2016 @ 12:14:39
  Author: arojas
Revision: 192727

Update to 7.4

Added:
  sagemath-doc/trunk/sagemath-singular4.patch
Modified:
  sagemath-doc/trunk/PKGBUILD
  sagemath-doc/trunk/is-package-installed.patch
  sagemath-doc/trunk/package.patch
Deleted:
  sagemath-doc/trunk/linbox-1.4.patch
  sagemath-doc/trunk/paths.patch
  sagemath-doc/trunk/sagemath-ipython5.patch

+
 PKGBUILD   |   25 
 is-package-installed.patch |   80 
 linbox-1.4.patch   |  470 -
 package.patch  |   37 
 paths.patch|   13 
 sagemath-ipython5.patch|  548 --
 sagemath-singular4.patch   | 3731 +++
 7 files changed, 3784 insertions(+), 1120 deletions(-)

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


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

2016-10-20 Thread Antonio Rojas
Date: Thursday, October 20, 2016 @ 11:59:45
  Author: arojas
Revision: 192726

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-10-20 11:59:00 UTC (rev 192725)
+++ community-testing-i686/PKGBUILD 2016-10-20 11:59:45 UTC (rev 192726)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/;
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
-
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch;)
-md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
-
-prepare() {
-  cd singular-${_majver//-/.}
-# Fix build with NTL 10
-  patch -p1 -i ../singular-ntl10.patch
-}
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-# fix permissions
-  chown -R root:root "$pkgdir"/usr/share
-# move singular.hlp to the path expected by SageMath
-  cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
-}

Copied: singular/repos/community-testing-i686/PKGBUILD (from rev 192725, 
singular/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-20 11:59:45 UTC (rev 192726)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-0-3
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=2
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/;
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
+
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch;)
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65')
+
+prepare() {
+  cd singular-${_majver//-/.}
+# Fix build with NTL 10
+  patch -p1 -i ../singular-ntl10.patch
+}
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+# fix permissions
+  chown -R root:root "$pkgdir"/usr/share
+# move singular.hlp to the path expected by SageMath
+  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-10-20 11:59:00 UTC (rev 192725)
+++ community-testing-x86_64/PKGBUILD   2016-10-20 11:59:45 UTC (rev 192726)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/;
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
-
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch;)
-md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
-
-prepare() {
-  cd singular-${_majver//-/.}
-# Fix build with NTL 10

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

2016-10-20 Thread Antonio Rojas
Date: Thursday, October 20, 2016 @ 11:59:00
  Author: arojas
Revision: 192725

Fix permissions of singular.hlp

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 11:53:19 UTC (rev 192724)
+++ PKGBUILD2016-10-20 11:59:00 UTC (rev 192725)
@@ -6,7 +6,7 @@
 _majver=4-0-3
 _patchver=4
 pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
+pkgrel=2
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/;
@@ -38,5 +38,5 @@
 # fix permissions
   chown -R root:root "$pkgdir"/usr/share
 # move singular.hlp to the path expected by SageMath
-  cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
+  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
 }


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

2016-10-20 Thread Nicola Squartini
Date: Thursday, October 20, 2016 @ 11:50:47
  Author: tensor5
Revision: 192723

upgpkg: electron 1.4.4-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 10:25:11 UTC (rev 192722)
+++ PKGBUILD2016-10-20 11:50:47 UTC (rev 192723)
@@ -3,8 +3,8 @@
 
 _chromiumver=53.0.2785.113
 pkgname=electron
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('i686' 'x86_64')
 url='http://electron.atom.io/'


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 10:25:11
  Author: felixonmars
Revision: 192722

archrelease: copy trunk to community-any

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

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

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

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


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 10:24:19
  Author: felixonmars
Revision: 192720

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

Added:
  docker-machine/repos/community-i686/PKGBUILD
(from rev 192719, docker-machine/trunk/PKGBUILD)
  docker-machine/repos/community-x86_64/PKGBUILD
(from rev 192719, docker-machine/trunk/PKGBUILD)
Deleted:
  docker-machine/repos/community-i686/PKGBUILD
  docker-machine/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-20 10:23:43 UTC (rev 192719)
+++ community-i686/PKGBUILD 2016-10-20 10:24:19 UTC (rev 192720)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine build/src/github.com/docker/machine
-}
-
-build() {
-  cd build/src/github.com/docker/machine
-  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
-}
-
-package() {
-  cd build/src/github.com/docker/machine
-  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
-  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
-  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: docker-machine/repos/community-i686/PKGBUILD (from rev 192719, 
docker-machine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-20 10:24:19 UTC (rev 192720)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=docker-machine
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='Machine management for a container-centric world'
+arch=('i686' 'x86_64')
+url='https://github.com/docker/machine'
+license=('Apache')
+depends=('gcc-libs')
+optdepends=('net-tools: for VirtualBox support')
+makedepends=('gcc-go' 'git')
+optdepends=('net-tools: required for VirtualBox driver')
+source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src
+  mv machine/vendor/* build/src/
+  mkdir -p build/src/github.com/docker
+  mv machine build/src/github.com/docker/machine
+}
+
+build() {
+  cd build/src/github.com/docker/machine
+  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
+}
+
+package() {
+  cd build/src/github.com/docker/machine
+  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
+  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
+  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-20 10:23:43 UTC (rev 192719)
+++ community-x86_64/PKGBUILD   2016-10-20 10:24:19 UTC (rev 192720)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine 

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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 10:24:46
  Author: felixonmars
Revision: 192721

upgpkg: python-zope-testing 4.6.0-1

Modified:
  python-zope-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 10:24:19 UTC (rev 192720)
+++ PKGBUILD2016-10-20 10:24:46 UTC (rev 192721)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.6.0
+pkgrel=1
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing;


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 10:23:43
  Author: felixonmars
Revision: 192719

upgpkg: docker-machine 0.8.2-1

Modified:
  docker-machine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 10:16:29 UTC (rev 192718)
+++ PKGBUILD2016-10-20 10:23:43 UTC (rev 192719)
@@ -3,7 +3,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=docker-machine
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc='Machine management for a container-centric world'
 arch=('i686' 'x86_64')


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 10:15:06
  Author: felixonmars
Revision: 192713

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 192712, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 192712, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 192712, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-20 10:15:06 UTC (rev 192713)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=2
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
192712, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-20 10:15:06 UTC (rev 192713)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=2
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 10:14:37
  Author: felixonmars
Revision: 192712

upgpkg: hopenpgp-tools 0.19.4-2

rebuild with lens-4.15.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 10:12:55 UTC (rev 192711)
+++ PKGBUILD2016-10-20 10:14:37 UTC (rev 192712)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=1
+pkgrel=2
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2016-10-20 Thread Christian Hesse
Date: Thursday, October 20, 2016 @ 10:02:19
  Author: eworm
Revision: 279040

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

Added:
  grub/repos/testing-i686/
  
grub/repos/testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(from rev 279039, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
  grub/repos/testing-i686/0002-intel-ucode.patch
(from rev 279039, grub/trunk/0002-intel-ucode.patch)
  grub/repos/testing-i686/0003-10_linux-detect-archlinux-initramfs.patch
(from rev 279039, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-i686/0004-add-GRUB_COLOR_variables.patch
(from rev 279039, grub/trunk/0004-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-i686/0005-10_linux-fix-grouping-of-tests.patch
(from rev 279039, grub/trunk/0005-10_linux-fix-grouping-of-tests.patch)
  grub/repos/testing-i686/PKGBUILD
(from rev 279039, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/grub.cfg
(from rev 279039, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 279039, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 279039, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  
grub/repos/testing-x86_64/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(from rev 279039, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
  grub/repos/testing-x86_64/0002-intel-ucode.patch
(from rev 279039, grub/trunk/0002-intel-ucode.patch)
  grub/repos/testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch
(from rev 279039, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-x86_64/0004-add-GRUB_COLOR_variables.patch
(from rev 279039, grub/trunk/0004-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-x86_64/0005-10_linux-fix-grouping-of-tests.patch
(from rev 279039, grub/trunk/0005-10_linux-fix-grouping-of-tests.patch)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 279039, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/grub.cfg
(from rev 279039, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 279039, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 279039, grub/trunk/grub.install)

+
 testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch   
|   47 +
 testing-i686/0002-intel-ucode.patch
|   52 +
 testing-i686/0003-10_linux-detect-archlinux-initramfs.patch
|   44 +
 testing-i686/0004-add-GRUB_COLOR_variables.patch   
|   32 
 testing-i686/0005-10_linux-fix-grouping-of-tests.patch 
|   22 
 testing-i686/PKGBUILD  
|  383 ++
 testing-i686/grub.cfg  
|  139 +++
 testing-i686/grub.default  
|   47 +
 testing-i686/grub.install  
|   15 
 testing-x86_64/0001-Fix-security-issue-when-reading-username-and-passwor.patch 
|   47 +
 testing-x86_64/0002-intel-ucode.patch  
|   52 +
 testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch  
|   44 +
 testing-x86_64/0004-add-GRUB_COLOR_variables.patch 
|   32 
 testing-x86_64/0005-10_linux-fix-grouping-of-tests.patch   
|   22 
 testing-x86_64/PKGBUILD
|  383 ++
 testing-x86_64/grub.cfg
|  139 +++
 testing-x86_64/grub.default
|   47 +
 testing-x86_64/grub.install
|   15 
 18 files changed, 1562 insertions(+)

Copied: 
grub/repos/testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
 (from rev 279039, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
===
--- 
testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(rev 0)
+++ 
testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
2016-10-20 10:02:19 UTC (rev 279040)
@@ -0,0 +1,47 @@
+From e16eeda1200deabd0d3a4af968d526d62845a85f Mon Sep 17 00:00:00 2001
+From: Hector Marco-Gisbert 
+Date: Fri, 13 Nov 2015 16:21:09 +0100
+Subject: [PATCH] Fix security issue when reading username and password
+
+  This patch fixes two integer underflows at:
+* grub-core/lib/crypto.c
+* grub-core/normal/auth.c
+
+Resolves: CVE-2015-8370
+
+Signed-off-by: 

[arch-commits] Commit in grub/trunk (0002-intel-ucode.patch PKGBUILD)

2016-10-20 Thread Christian Hesse
Date: Thursday, October 20, 2016 @ 10:01:53
  Author: eworm
Revision: 279039

upgpkg: grub 1:2.02.beta3-4

remove bashism (FS#51435)

Modified:
  grub/trunk/0002-intel-ucode.patch
  grub/trunk/PKGBUILD

+
 0002-intel-ucode.patch |2 +-
 PKGBUILD   |   27 ++-
 2 files changed, 15 insertions(+), 14 deletions(-)

Modified: 0002-intel-ucode.patch
===
--- 0002-intel-ucode.patch  2016-10-20 08:37:55 UTC (rev 279038)
+++ 0002-intel-ucode.patch  2016-10-20 10:01:53 UTC (rev 279039)
@@ -30,7 +30,7 @@
 +  initrd_extra=
 +  for i in intel-ucode.img; do
 +if test -e "${dirname}/${i}" ; then
-+  initrd_extra+=" ${i}"
++  initrd_extra="${initrd_extra} ${i}"
 +fi
 +  done
  

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 08:37:55 UTC (rev 279038)
+++ PKGBUILD2016-10-20 10:01:53 UTC (rev 279039)
@@ -23,7 +23,7 @@
 pkgname="grub"
 pkgdesc="GNU GRand Unified Bootloader (2)"
 pkgver=2.02.beta3
-pkgrel=3
+pkgrel=4
 epoch=1
 url="https://www.gnu.org/software/grub/;
 arch=('x86_64' 'i686')
@@ -53,6 +53,8 @@
  'sdl: For grub-emu SDL support')
 fi
 
+validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33')  # Paul Hardy 

+
 
source=("grub-${_pkgver}::git+git://git.sv.gnu.org/grub.git#tag=${_GRUB_GIT_TAG}"
 
"grub-extras::git+git://git.sv.gnu.org/grub-extras.git#commit=${_GRUB_EXTRAS_COMMIT}"
 
"http://ftp.gnu.org/gnu/unifont/unifont-${_UNIFONT_VER}/unifont-${_UNIFONT_VER}.bdf.gz;
@@ -65,18 +67,17 @@
 'grub.default'
 'grub.cfg')
 
-md5sums=('SKIP'
- 'SKIP'
- '728b7439ac733a7c0d56049adec364c7'
- 'SKIP'
- '9589ec46a04f9bb4d5da987340a4a324'
- 'ff3b8524983ce02fc48fce38f96b1a82'
- 'ba9d27c44b677bf329e5b96933bdbde8'
- 'e506ae4a9f9f7d1b765febfa84e10d48'
- 'f1999315bbd25b4b9359919ce9b36144'
- 'a03ffd56324520393bf574cefccb893d'
- 'c8b9511586d57d6f2524ae7898397a46')
-validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33')  #Paul Hardy
+sha256sums=('SKIP'
+'SKIP'
+'6dc2596a0cec08f36de7fb066f12015b572456c90d4e06ddc7b399a3e50b5f89'
+'SKIP'
+'6a85a2a93a27f64bac68bef513e3239a898a0502221978b3cb99e41994021b05'
+'37adb95049f6cdcbdbf60ed6b6440c5be99a4cd307a0f96c3c3837b6c2e07f3c'
+'b41e4438319136b5e74e0abdfcb64ae115393e4e15207490272c425f54026dd3'
+'a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29'
+'bf712de689a944ac23a0303bbcc223eedf8d4fcb5c94bdc071c71c2444158a7f'
+'df764fbd876947dea973017f95371e53833bf878458140b09f0b70d900235676'
+'c5e4f3836130c6885e9273c21f057263eba53f4b7c0e2f111f6e5f2e487a47ad')
 
 _pkgver() {
cd "${srcdir}/grub-${_pkgver}/"


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:55:12
  Author: felixonmars
Revision: 192704

upgpkg: purescript 0.10.0-2

rebuild with Glob-0.7.12

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 09:26:09 UTC (rev 192703)
+++ PKGBUILD2016-10-20 09:55:12 UTC (rev 192704)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("MIT")


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:57:06
  Author: felixonmars
Revision: 192707

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

Added:
  haskell-dav/repos/community-staging-i686/
  haskell-dav/repos/community-staging-i686/PKGBUILD
(from rev 192706, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 192706, haskell-dav/trunk/PKGBUILD)

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 192706, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-20 09:57:06 UTC (rev 192707)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=15
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 192706, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-20 09:57:06 UTC (rev 192707)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=15
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed 

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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:56:42
  Author: felixonmars
Revision: 192706

upgpkg: haskell-dav 1.3.1-15

rebuild with lens-4.15.1

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 09:55:36 UTC (rev 192705)
+++ PKGBUILD2016-10-20 09:56:42 UTC (rev 192706)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=14
+pkgrel=15
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:55:36
  Author: felixonmars
Revision: 192705

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 192704, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-20 09:55:36 UTC (rev 192705)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-text"
+ "haskell-transformers-base" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1c4881f7a57458e3c5ba64acefad7e50299fe2ed549b42cb32edfa07bc7ac76a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 192704, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-20 09:55:36 UTC (rev 192705)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-text"
+ "haskell-transformers-base" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector" "haskell-wai"
+ 

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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:26:09
  Author: felixonmars
Revision: 192703

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

Added:
  haskell-hopenpgp/repos/community-staging-i686/
  haskell-hopenpgp/repos/community-staging-i686/PKGBUILD
(from rev 192702, haskell-hopenpgp/trunk/PKGBUILD)
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 192702, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
192702, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-20 09:26:09 UTC (rev 192703)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=2
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
192702, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-20 09:26:09 UTC (rev 192703)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=2
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 

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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:25:44
  Author: felixonmars
Revision: 192702

upgpkg: haskell-hopenpgp 2.5.5-2

rebuild with lens-4.15.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 09:20:09 UTC (rev 192701)
+++ PKGBUILD2016-10-20 09:25:44 UTC (rev 192702)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:20:09
  Author: felixonmars
Revision: 192701

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 192700, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 192700, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 192700, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 192700, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 168 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 192700, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-20 09:20:09 UTC (rev 192701)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.2.0
+pkgrel=5
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-edit-distance"
+ "haskell-either" "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" "haskell-hashable" 
"haskell-hastache"
+ "haskell-hit" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-async" 
"haskell-lifted-base"
+ "haskell-microlens" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" "haskell-store"
+ "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
+ "haskell-text-binary" "haskell-tls" "haskell-transformers-base"
+ "haskell-unicode-transforms" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6a13a98413ea5f1a0642d9080892e6bcd996a17baa4d61521c0e0f3d9bb810b3')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}
+
+package_haskell-stack() {
+pkgdesc="The Haskell Tool Stack 

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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 09:19:44
  Author: felixonmars
Revision: 192700

upgpkg: stack 1.2.0-5

rebuild with Glob-0.7.12

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 08:57:10 UTC (rev 192699)
+++ PKGBUILD2016-10-20 09:19:44 UTC (rev 192700)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 08:57:10
  Author: felixonmars
Revision: 192699

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

Added:
  haskell-trifecta/repos/community-staging-i686/
  haskell-trifecta/repos/community-staging-i686/PKGBUILD
(from rev 192698, haskell-trifecta/trunk/PKGBUILD)
  haskell-trifecta/repos/community-staging-x86_64/
  haskell-trifecta/repos/community-staging-x86_64/PKGBUILD
(from rev 192698, haskell-trifecta/trunk/PKGBUILD)

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
192698, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-20 08:57:10 UTC (rev 192699)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6
+pkgrel=6
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b302a69295fcb70f645e48b5005ded4f62a05ae11e4470f20ff4cc136ada7065')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
192698, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-20 08:57:10 UTC (rev 192699)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6
+pkgrel=6
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b302a69295fcb70f645e48b5005ded4f62a05ae11e4470f20ff4cc136ada7065')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* 

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

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 08:56:46
  Author: felixonmars
Revision: 192698

upgpkg: haskell-trifecta 1.6-6

rebuild with lens-4.15.1

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 08:31:41 UTC (rev 192697)
+++ PKGBUILD2016-10-20 08:56:46 UTC (rev 192698)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.6
-pkgrel=5
+pkgrel=6
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


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

2016-10-20 Thread Jan Steffens
Date: Thursday, October 20, 2016 @ 08:37:55
  Author: heftig
Revision: 279038

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

Added:
  gtk-vnc/repos/extra-i686/PKGBUILD
(from rev 279037, gtk-vnc/trunk/PKGBUILD)
  gtk-vnc/repos/extra-x86_64/PKGBUILD
(from rev 279037, gtk-vnc/trunk/PKGBUILD)
Deleted:
  gtk-vnc/repos/extra-i686/PKGBUILD
  gtk-vnc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-20 08:36:45 UTC (rev 279037)
+++ extra-i686/PKGBUILD 2016-10-20 08:37:55 UTC (rev 279038)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=gtk-vnc
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A VNC viewer widget for GTK+"
-url="https://wiki.gnome.org/Projects/gtk-vnc;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libgcrypt gtk3 gnutls libpulse)
-makedepends=(intltool gtk-doc vala gobject-introspection)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9559348805e64d130dae569fee466930175dbe150d2649bb868b5c095f130433')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-examples --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gtk-vnc/repos/extra-i686/PKGBUILD (from rev 279037, 
gtk-vnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-20 08:37:55 UTC (rev 279038)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=gtk-vnc
+pkgver=0.6.0+1+gf966e7b
+pkgrel=1
+pkgdesc="A VNC viewer widget for GTK+"
+url="https://wiki.gnome.org/Projects/gtk-vnc;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libgcrypt gtk3 gnutls libpulse)
+makedepends=(intltool vala gobject-introspection gnome-common git 
perl-text-csv)
+_commit=f966e7b4adceb305b3a66457d529f8ca6f714783  # master
+source=("git://git.gnome.org/gtk-vnc#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-examples --disable-static \
+--disable-werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-20 08:36:45 UTC (rev 279037)
+++ extra-x86_64/PKGBUILD   2016-10-20 08:37:55 UTC (rev 279038)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=gtk-vnc
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A VNC viewer widget for GTK+"
-url="https://wiki.gnome.org/Projects/gtk-vnc;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libgcrypt gtk3 gnutls libpulse)
-makedepends=(intltool gtk-doc vala gobject-introspection)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9559348805e64d130dae569fee466930175dbe150d2649bb868b5c095f130433')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-examples --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gtk-vnc/repos/extra-x86_64/PKGBUILD (from rev 279037, 
gtk-vnc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-20 08:37:55 UTC (rev 279038)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=gtk-vnc
+pkgver=0.6.0+1+gf966e7b
+pkgrel=1
+pkgdesc="A VNC viewer widget for GTK+"
+url="https://wiki.gnome.org/Projects/gtk-vnc;
+arch=(i686 

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

2016-10-20 Thread Jan Steffens
Date: Thursday, October 20, 2016 @ 08:36:45
  Author: heftig
Revision: 279037

0.6.0+1+gf966e7b-1

Modified:
  gtk-vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 08:28:10 UTC (rev 279036)
+++ PKGBUILD2016-10-20 08:36:45 UTC (rev 279037)
@@ -5,7 +5,7 @@
 # Contributor: lp76 
 
 pkgname=gtk-vnc
-pkgver=0.6.0
+pkgver=0.6.0+1+gf966e7b
 pkgrel=1
 pkgdesc="A VNC viewer widget for GTK+"
 url="https://wiki.gnome.org/Projects/gtk-vnc;
@@ -12,18 +12,30 @@
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(libgcrypt gtk3 gnutls libpulse)
-makedepends=(intltool gtk-doc vala gobject-introspection)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9559348805e64d130dae569fee466930175dbe150d2649bb868b5c095f130433')
+makedepends=(intltool vala gobject-introspection gnome-common git 
perl-text-csv)
+_commit=f966e7b4adceb305b3a66457d529f8ca6f714783  # master
+source=("git://git.gnome.org/gtk-vnc#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-examples --disable-static
+  cd $pkgname
+  ./configure --prefix=/usr --with-examples --disable-static \
+--disable-werror
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-10-20 Thread Johannes Löthberg
Date: Thursday, October 20, 2016 @ 08:31:41
  Author: demize
Revision: 192697

archrelease: copy trunk to community-any

Added:
  rawdog/repos/community-any/PKGBUILD
(from rev 192696, rawdog/trunk/PKGBUILD)
  rawdog/repos/community-any/rawdog.install
(from rev 192696, rawdog/trunk/rawdog.install)
Deleted:
  rawdog/repos/community-any/PKGBUILD
  rawdog/repos/community-any/rawdog.install

+
 PKGBUILD   |   78 +++
 rawdog.install |   20 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 08:31:34 UTC (rev 192696)
+++ PKGBUILD2016-10-20 08:31:41 UTC (rev 192697)
@@ -1,39 +0,0 @@
-# Maintainer:  Johannes Löthberg 
-# Contributor: Alexander Minges 
-# Contributor: TDY 
-# Contributor: Andrzej Wąsowski 
-# Contributor: Roberto Alsina 
-# Contributor: Andrey Vlasovskikh 
-# Contributor: Vo Van Hong Ngoc 
-
-pkgname=rawdog
-pkgver=2.21
-pkgrel=2
-
-pkgdesc="RSS Aggregator Without Delusions Of Grandeur"
-url="http://offog.org/code/rawdog.html;
-arch=('any')
-license=('GPL' 'LGPL')
-
-depends=('python2-feedparser')
-optdepends=('python2-tidylib: cleaner html output')
-
-install=rawdog.install
-
-source=("http://offog.org/files/rawdog-$pkgver.tar.gz;)
-
-sha256sums=('6000c14285e4bb65b606a5315f6423daa0ac6db4fd4124b4a112fa0bce3abf38')
-
-build() {
-   cd rawdog-"$pkgver"
-
-   python2 setup.py build
-}
-
-package() {
-   cd rawdog-"$pkgver"
-
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-   install -Dm644 config "$pkgdir/usr/share/$pkgname/config"
-   install -Dm644 style.css "$pkgdir/usr/share/$pkgname/style.css"
-}

Copied: rawdog/repos/community-any/PKGBUILD (from rev 192696, 
rawdog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 08:31:41 UTC (rev 192697)
@@ -0,0 +1,39 @@
+# Maintainer:  Johannes Löthberg 
+# Contributor: Alexander Minges 
+# Contributor: TDY 
+# Contributor: Andrzej Wąsowski 
+# Contributor: Roberto Alsina 
+# Contributor: Andrey Vlasovskikh 
+# Contributor: Vo Van Hong Ngoc 
+
+pkgname=rawdog
+pkgver=2.22
+pkgrel=1
+
+pkgdesc="RSS Aggregator Without Delusions Of Grandeur"
+url="http://offog.org/code/rawdog.html;
+arch=('any')
+license=('GPL' 'LGPL')
+
+depends=('python2-feedparser')
+optdepends=('python2-tidylib: cleaner html output')
+
+install=rawdog.install
+
+source=("http://offog.org/files/rawdog-$pkgver.tar.gz;)
+
+sha1sums=('024084f32102b047598a2034b5aad767a6093971')
+
+build() {
+   cd rawdog-"$pkgver"
+
+   python2 setup.py build
+}
+
+package() {
+   cd rawdog-"$pkgver"
+
+   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+   install -Dm644 config "$pkgdir/usr/share/$pkgname/config"
+   install -Dm644 style.css "$pkgdir/usr/share/$pkgname/style.css"
+}

Deleted: rawdog.install
===
--- rawdog.install  2016-10-20 08:31:34 UTC (rev 192696)
+++ rawdog.install  2016-10-20 08:31:41 UTC (rev 192697)
@@ -1,10 +0,0 @@
-post_install() {
-   printf "%s\n%s\n%s\n" \
-   "==> rawdog files are located in /usr/share/rawdog" \
-   " -> copy config and styles.css to ~/.rawdog" \
-   " -> move styles.css if you change the html output location in 
config"
-}
-
-post_upgrade() {
-   post_install $1
-}

Copied: rawdog/repos/community-any/rawdog.install (from rev 192696, 
rawdog/trunk/rawdog.install)
===
--- rawdog.install  (rev 0)
+++ rawdog.install  2016-10-20 08:31:41 UTC (rev 192697)
@@ -0,0 +1,10 @@
+post_install() {
+   printf "%s\n%s\n%s\n" \
+   "==> rawdog files are located in /usr/share/rawdog" \
+   " -> copy config and styles.css to ~/.rawdog" \
+   " -> move styles.css if you change the html output location in 
config"
+}
+
+post_upgrade() {
+   post_install $1
+}


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

2016-10-20 Thread Johannes Löthberg
Date: Thursday, October 20, 2016 @ 08:31:34
  Author: demize
Revision: 192696

upgpkg: rawdog 2.22-1

Modified:
  rawdog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 08:18:56 UTC (rev 192695)
+++ PKGBUILD2016-10-20 08:31:34 UTC (rev 192696)
@@ -7,8 +7,8 @@
 # Contributor: Vo Van Hong Ngoc 
 
 pkgname=rawdog
-pkgver=2.21
-pkgrel=2
+pkgver=2.22
+pkgrel=1
 
 pkgdesc="RSS Aggregator Without Delusions Of Grandeur"
 url="http://offog.org/code/rawdog.html;
@@ -22,7 +22,7 @@
 
 source=("http://offog.org/files/rawdog-$pkgver.tar.gz;)
 
-sha256sums=('6000c14285e4bb65b606a5315f6423daa0ac6db4fd4124b4a112fa0bce3abf38')
+sha1sums=('024084f32102b047598a2034b5aad767a6093971')
 
 build() {
cd rawdog-"$pkgver"


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

2016-10-20 Thread Ray Rashif
Date: Thursday, October 20, 2016 @ 08:28:10
  Author: schiv
Revision: 279036

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-10-20 08:27:55 UTC (rev 279035)
+++ testing-i686/PKGBUILD   2016-10-20 08:28:10 UTC (rev 279036)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-
-pkgname=lv2
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="Successor to the LADSPA audio plug-in standard"
-url="http://lv2plug.in/;
-license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
-optdepends=('libsndfile: Example sampler'
-'gtk2: Example sampler'
-'python2: Scripts')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0b56285a77aac3c93b50c36203aa91ee')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/testing-i686/PKGBUILD (from rev 279035, lv2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-20 08:28:10 UTC (rev 279036)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif 
+
+pkgname=lv2
+pkgver=1.14.0
+pkgrel=2
+pkgdesc="Successor to the LADSPA audio plug-in standard"
+url="http://lv2plug.in/;
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: Example sampler'
+'gtk2: Example sampler'
+'python2: Scripts')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
+md5sums=('0b56285a77aac3c93b50c36203aa91ee')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr --libdir=/usr/lib
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  install -Dm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-10-20 08:27:55 UTC (rev 279035)
+++ testing-x86_64/PKGBUILD 2016-10-20 08:28:10 UTC (rev 279036)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-
-pkgname=lv2
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="Successor to the LADSPA audio plug-in standard"
-url="http://lv2plug.in/;
-license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
-optdepends=('libsndfile: Example sampler'
-'gtk2: Example sampler'
-'python2: Scripts')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0b56285a77aac3c93b50c36203aa91ee')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/testing-x86_64/PKGBUILD (from rev 279035, lv2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-20 08:28:10 UTC (rev 279036)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif 
+
+pkgname=lv2
+pkgver=1.14.0
+pkgrel=2
+pkgdesc="Successor to the LADSPA audio plug-in standard"
+url="http://lv2plug.in/;
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: Example sampler'
+'gtk2: Example sampler'
+'python2: Scripts')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)

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

2016-10-20 Thread Ray Rashif
Date: Thursday, October 20, 2016 @ 08:27:55
  Author: schiv
Revision: 279035

upgpkg: lv2 1.14.0-2

FS#51448 fix lib64 default libdir to lib

Modified:
  lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 08:15:03 UTC (rev 279034)
+++ PKGBUILD2016-10-20 08:27:55 UTC (rev 279035)
@@ -3,7 +3,7 @@
 
 pkgname=lv2
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Successor to the LADSPA audio plug-in standard"
 url="http://lv2plug.in/;
 license=('LGPL' 'custom')
@@ -21,7 +21,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  python2 waf configure --prefix=/usr
+  python2 waf configure --prefix=/usr --libdir=/usr/lib
   python2 waf build $MAKEFLAGS
 }
 


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

2016-10-20 Thread Ray Rashif
Date: Thursday, October 20, 2016 @ 08:18:56
  Author: schiv
Revision: 192695

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-20 08:18:47 UTC (rev 192694)
+++ PKGBUILD2016-10-20 08:18:56 UTC (rev 192695)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Maintainer: Ray Rashif 
-# Contributor: Robert Emil Berge 
-
-_pkgbasename=jack
-pkgname=lib32-$_pkgbasename
-_longname=jack-audio-connection-kit
-pkgver=0.124.1
-pkgrel=1
-pkgdesc="A low-latency audio server (32-bit)"
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=("$_pkgbasename=$pkgver" 'lib32-db' 'lib32-libsamplerate' 
'lib32-readline')
-makedepends=('gcc-multilib')
-url="http://jackaudio.org/;
-source=("http://jackaudio.org/downloads/${_longname}-${pkgver}.tar.gz;)
-md5sums=('d64e90121be8a54860b870a726fb5b5d')
-
-build() {
-  cd "${srcdir}/${_longname}-${pkgver}"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make -C libjack
-}
-
-package() {
-  cd ${srcdir}/${_longname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-pkgconfigDATA
-  make -C libjack DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-jack/repos/multilib-x86_64/PKGBUILD (from rev 192694, 
lib32-jack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-20 08:18:56 UTC (rev 192695)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: tobias 
+# Maintainer: Ray Rashif 
+# Contributor: Robert Emil Berge 
+
+_pkgbasename=jack
+pkgname=lib32-$_pkgbasename
+_longname=jack-audio-connection-kit
+pkgver=0.125.0
+pkgrel=1
+pkgdesc="A low-latency audio server (32-bit)"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=("$_pkgbasename" 'lib32-db' 'lib32-libsamplerate' 'lib32-readline')
+makedepends=('gcc-multilib')
+url="http://jackaudio.org/;
+source=("http://jackaudio.org/downloads/${_longname}-${pkgver}.tar.gz;)
+md5sums=('d9b7e230aeae2d5b45c7a822b2d2dd15')
+
+build() {
+  cd "${srcdir}/${_longname}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make -C libjack
+}
+
+package() {
+  cd ${srcdir}/${_longname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+  make -C libjack DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-20 Thread Ray Rashif
Date: Thursday, October 20, 2016 @ 08:18:47
  Author: schiv
Revision: 192694

upgpkg: lib32-jack 0.125.0-1

extra sync

Modified:
  lib32-jack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-20 08:15:27 UTC (rev 192693)
+++ PKGBUILD2016-10-20 08:18:47 UTC (rev 192694)
@@ -6,16 +6,16 @@
 _pkgbasename=jack
 pkgname=lib32-$_pkgbasename
 _longname=jack-audio-connection-kit
-pkgver=0.124.1
+pkgver=0.125.0
 pkgrel=1
 pkgdesc="A low-latency audio server (32-bit)"
 arch=('x86_64')
 license=('GPL' 'LGPL')
-depends=("$_pkgbasename=$pkgver" 'lib32-db' 'lib32-libsamplerate' 
'lib32-readline')
+depends=("$_pkgbasename" 'lib32-db' 'lib32-libsamplerate' 'lib32-readline')
 makedepends=('gcc-multilib')
 url="http://jackaudio.org/;
 source=("http://jackaudio.org/downloads/${_longname}-${pkgver}.tar.gz;)
-md5sums=('d64e90121be8a54860b870a726fb5b5d')
+md5sums=('d9b7e230aeae2d5b45c7a822b2d2dd15')
 
 build() {
   cd "${srcdir}/${_longname}-${pkgver}"


  1   2   >