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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 05:15:59
  Author: felixonmars
Revision: 197412

upgpkg: python-sh 1.12.3-1

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 04:34:35 UTC (rev 197411)
+++ PKGBUILD2016-11-30 05:15:59 UTC (rev 197412)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=("python-sh" "python2-sh")
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-coverage' 'python2-coverage' 'lsof')
 source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('62f322f720f32f8af896f1572b1c1053')
+md5sums=('ce34023183ffbd57db3abb914067556d')
 
 prepare() {
   cp -a sh-$pkgver{,-py2}


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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 05:16:14
  Author: felixonmars
Revision: 197413

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 05:15:59 UTC (rev 197412)
+++ PKGBUILD2016-11-30 05:16:14 UTC (rev 197413)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
-md5sums=('62f322f720f32f8af896f1572b1c1053')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis || warning "Tests failed"
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis || warning "Tests failed"
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 197412, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 05:16:14 UTC (rev 197413)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.3
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz;)
+md5sums=('ce34023183ffbd57db3abb914067556d')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 04:34:35
  Author: felixonmars
Revision: 197411

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 197410, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 197410, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   55 +++-
 uglify-js.install |   16 +++
 2 files changed, 37 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 04:34:18 UTC (rev 197410)
+++ PKGBUILD2016-11-30 04:34:35 UTC (rev 197411)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=2.7.4
-pkgrel=2
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('c6be07d1fd8ae19e2a66ccdd4fb9eac9')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 197410, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 04:34:35 UTC (rev 197411)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('99b49c72db5892196dd95dfa1fcbf067')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2016-11-30 04:34:18 UTC (rev 197410)
+++ uglify-js.install   2016-11-30 04:34:35 UTC (rev 197411)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 197410, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2016-11-30 04:34:35 UTC (rev 197411)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 04:34:18
  Author: felixonmars
Revision: 197410

upgpkg: uglify-js 2.7.5-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 03:54:12 UTC (rev 197409)
+++ PKGBUILD2016-11-30 04:34:18 UTC (rev 197410)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=2.7.4
-pkgrel=2
+pkgver=2.7.5
+pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
 url='http://lisperator.net/uglifyjs'
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('c6be07d1fd8ae19e2a66ccdd4fb9eac9')
+md5sums=('99b49c72db5892196dd95dfa1fcbf067')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
@@ -21,6 +21,9 @@
   rm -r "$pkgdir"/usr/etc
   mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
   ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 03:54:12
  Author: felixonmars
Revision: 197409

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 197408, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 197408, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-30 03:53:48 UTC (rev 197408)
+++ community-i686/PKGBUILD 2016-11-30 03:54:12 UTC (rev 197409)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
-makedepends=('git' 'vala' 'cmake')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal
-  make
-}
- 
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 197408, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-30 03:54:12 UTC (rev 197409)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
+makedepends=('git' 'vala' 'cmake')
+groups=('deepin-extra')
+options=(!emptydirs)
+source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal
+  make
+}
+ 
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-30 03:53:48 UTC (rev 197408)
+++ community-x86_64/PKGBUILD   2016-11-30 03:54:12 UTC (rev 197409)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
-makedepends=('git' 'vala' 'cmake')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal
-  make
-}
- 
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 197408, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-30 03:54:12 UTC (rev 197409)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip 

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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 03:53:48
  Author: felixonmars
Revision: 197408

upgpkg: deepin-terminal 2.1.5-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 03:47:48 UTC (rev 197407)
+++ PKGBUILD2016-11-30 03:53:48 UTC (rev 197408)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
  
 pkgname=deepin-terminal
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')


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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 03:47:48
  Author: felixonmars
Revision: 197407

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-30 03:47:32 UTC (rev 197406)
+++ PKGBUILD2016-11-30 03:47:48 UTC (rev 197407)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Schubert 
-
-pkgbase=python-pysocks
-pkgname=(python-pysocks python2-pysocks)
-pkgver=1.5.7
-pkgrel=1
-pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
-arch=('any')
-license=('BSD')
-url="https://github.com/Anorov/PySocks;
-makedepends=('python' 'python2' 'git')
-checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
-source=("git+https://github.com/Anorov/PySocks.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a PySocks{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PySocks
-  python setup.py build
-
-  cd "$srcdir"/PySocks-py2
-  python2 setup.py build
-}
-
-# Tests disabled as it requires external services to run
-check_disabled() {
-  cd "$srcdir"/PySocks-py2/test
-  python2 socks4server.py &
-  _SOCKS4SERVER=$!
-  python2 httpproxy.py &
-  _HTTPPROXY=$1
-
-  ./mocks start
-
-  sleep 1
-
-  python2 sockstest.py
-
-  cd "$srcdir"/PySocks/test
-  python sockstest.py
-
-  ./mocks shutdown
-
-  kill $_SOCKS4SERVER $_HTTPPROXY
-}
-
-package_python-pysocks() {
-  depends=('python')
-
-  cd PySocks
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python2-pysocks() {
-  depends=('python2')
-
-  cd PySocks-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-pysocks/repos/community-any/PKGBUILD (from rev 197406, 
python-pysocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-30 03:47:48 UTC (rev 197407)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Schubert 
+
+pkgbase=python-pysocks
+pkgname=(python-pysocks python2-pysocks)
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
+arch=('any')
+license=('BSD')
+url="https://github.com/Anorov/PySocks;
+makedepends=('python' 'python2' 'git')
+checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
+source=("git+https://github.com/Anorov/PySocks.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a PySocks{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PySocks
+  python setup.py build
+
+  cd "$srcdir"/PySocks-py2
+  python2 setup.py build
+}
+
+# Tests disabled as it requires external services to run
+check_disabled() {
+  cd "$srcdir"/PySocks-py2/test
+  python2 socks4server.py &
+  _SOCKS4SERVER=$!
+  python2 httpproxy.py &
+  _HTTPPROXY=$1
+
+  ./mocks start
+
+  sleep 1
+
+  python2 sockstest.py
+
+  cd "$srcdir"/PySocks/test
+  python sockstest.py
+
+  ./mocks shutdown
+
+  kill $_SOCKS4SERVER $_HTTPPROXY
+}
+
+package_python-pysocks() {
+  depends=('python')
+
+  cd PySocks
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysocks() {
+  depends=('python2')
+
+  cd PySocks-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2016-11-29 Thread Felix Yan
Date: Wednesday, November 30, 2016 @ 03:47:32
  Author: felixonmars
Revision: 197406

upgpkg: python-pysocks 1.6.1-1

Modified:
  python-pysocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:57:41 UTC (rev 197405)
+++ PKGBUILD2016-11-30 03:47:32 UTC (rev 197406)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pysocks
 pkgname=(python-pysocks python2-pysocks)
-pkgver=1.5.7
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
 arch=('any')


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

2016-11-29 Thread Ike Devolder
Date: Tuesday, November 29, 2016 @ 21:57:41
  Author: idevolder
Revision: 197405

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

Added:
  php-mongodb/repos/community-i686/PKGBUILD
(from rev 197404, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-i686/mongodb.ini
(from rev 197404, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-i686/php-mongodb.install
(from rev 197404, php-mongodb/trunk/php-mongodb.install)
  php-mongodb/repos/community-x86_64/PKGBUILD
(from rev 197404, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
(from rev 197404, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
(from rev 197404, php-mongodb/trunk/php-mongodb.install)
Deleted:
  php-mongodb/repos/community-i686/PKGBUILD
  php-mongodb/repos/community-i686/mongodb.ini
  php-mongodb/repos/community-i686/php-mongodb.install
  php-mongodb/repos/community-x86_64/PKGBUILD
  php-mongodb/repos/community-x86_64/mongodb.ini
  php-mongodb/repos/community-x86_64/php-mongodb.install

--+
 /PKGBUILD|   74 +
 /mongodb.ini |4 +
 /php-mongodb.install |   24 ++
 community-i686/PKGBUILD  |   37 
 community-i686/mongodb.ini   |2 
 community-i686/php-mongodb.install   |   12 -
 community-x86_64/PKGBUILD|   37 
 community-x86_64/mongodb.ini |2 
 community-x86_64/php-mongodb.install |   12 -
 9 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 21:57:23 UTC (rev 197404)
+++ community-i686/PKGBUILD 2016-11-29 21:57:41 UTC (rev 197405)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongodb
-pkgver=1.1.9
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver;
-license=("Apache")
-#depends=('php' 'libmongoc')
-depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-   "http://pecl.php.net/get/mongodb-$pkgver.tgz;
-   "mongodb.ini"
-)
-sha256sums=('c4882991da323dfb0e60a43390a7a6cad27f632294f2becd44604dc9f7e90c3f'
-'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-   cd mongodb-$pkgver
-   phpize
-   #./configure --prefix=/usr --with-libbson --with-libmongoc
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd mongodb-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-i686/PKGBUILD (from rev 197404, 
php-mongodb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-29 21:57:41 UTC (rev 197405)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver;
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "mongodb.ini"
+)
+sha256sums=('72630b038c7b57631a1d3931bcc1cb237fe79a25498b56ad65cc536d1bb0aed4'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   #./configure --prefix=/usr --with-libbson --with-libmongoc
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: community-i686/mongodb.ini
===
--- community-i686/mongodb.ini  2016-11-29 21:57:23 UTC (rev 197404)
+++ community-i686/mongodb.ini  2016-11-29 21:57:41 UTC (rev 197405)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-i686/mongodb.ini (from rev 197404, 
php-mongodb/trunk/mongodb.ini)

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

2016-11-29 Thread Ike Devolder
Date: Tuesday, November 29, 2016 @ 21:57:23
  Author: idevolder
Revision: 197404

upgpkg: php-mongodb 1.2.0-2

Modified:
  php-mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 20:20:47 UTC (rev 197403)
+++ PKGBUILD2016-11-29 21:57:23 UTC (rev 197404)
@@ -5,8 +5,8 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongodb
-pkgver=1.1.9
-pkgrel=1
+pkgver=1.2.0
+pkgrel=2
 pkgdesc="MongoDB driver for PHP"
 arch=("i686" "x86_64")
 url="http://mongodb.github.io/mongo-php-driver;
@@ -17,10 +17,10 @@
 backup=("etc/php/conf.d/mongodb.ini")
 install=php-mongodb.install
 source=(
-   "http://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
"mongodb.ini"
 )
-sha256sums=('c4882991da323dfb0e60a43390a7a6cad27f632294f2becd44604dc9f7e90c3f'
+sha256sums=('72630b038c7b57631a1d3931bcc1cb237fe79a25498b56ad65cc536d1bb0aed4'
 '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
 
 build() {


[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2016-11-29 Thread Andreas Radke
Date: Tuesday, November 29, 2016 @ 21:53:21
  Author: andyrtr
Revision: 282361

 prepare next release, release tarball misses builf file - ftbs

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:47:10 UTC (rev 282360)
+++ PKGBUILD2016-11-29 21:53:21 UTC (rev 282361)
@@ -3,10 +3,10 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=system-config-printer
-pkgver=1.5.7
-pkgrel=2
+pkgver=1.5.8
+pkgrel=1
 pkgdesc="A CUPS printer configuration tool and status applet"
-url="http://cyberelk.net/tim/software/system-config-printer/;
+url="https://github.com/zdohnal/system-config-printer;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
@@ -16,12 +16,20 @@
 'python-pysmbc: SMB browser support'
 'python-packagekit: to install drivers with PackageKit'
 'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('1a0c6a4566a5479733945f6db32d6f00'
- 'SKIP')
-validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3' #Tim Waugh 
 
-  '4629AFE960EC20BEC12E3104B7C20D079491EA63') #Tim Waugh 

+#source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(https://github.com/zdohnal/system-config-printer/archive/${pkgver}.tar.gz)
+sha256sums=('0516a2cf91d1fbdd04b378f32c73d44e6b1b22ac70e66bc2267066d612a96562')
+#validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3' #Tim Waugh 
 
+#  '4629AFE960EC20BEC12E3104B7C20D079491EA63') #Tim Waugh 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  aclocal
+  autoconf
+#  autoheader
+  automake --add-missing
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \


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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:46:44
  Author: heftig
Revision: 282359

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 282358, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 282358, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:46:11 UTC (rev 282358)
+++ extra-i686/PKGBUILD 2016-11-29 21:46:44 UTC (rev 282359)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2 ffmpeg)
-makedepends=(python gtk-doc autoconf-archive git)
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=2fb577896d83aa8ee52c85fb6ed368d684f65cfc  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-libav#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common"
-"git://source.ffmpeg.org/ffmpeg")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 282358, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:46:44 UTC (rev 282359)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2 ffmpeg)
+makedepends=(python gtk-doc autoconf-archive git)
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=0ec8a6021b416fedb256d609f3a7685ccb642ca4  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;
+"git://source.ffmpeg.org/ffmpeg")
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 21:46:11 UTC (rev 282358)
+++ extra-x86_64/PKGBUILD   2016-11-29 21:46:44 UTC (rev 282359)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander 

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:47:10
  Author: heftig
Revision: 282360

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

Added:
  gst-python/repos/extra-i686/PKGBUILD
(from rev 282359, gst-python/trunk/PKGBUILD)
  gst-python/repos/extra-x86_64/PKGBUILD
(from rev 282359, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/extra-i686/PKGBUILD
  gst-python/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:46:44 UTC (rev 282359)
+++ extra-i686/PKGBUILD 2016-11-29 21:47:10 UTC (rev 282360)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=702873c3fd84f0cec57236c4086b590874876e99  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-python#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir py2 py3
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-
-_build() (
-  cd $1
-  # Out-of-tree build fails to check
-  cp -a ../$pkgbase/* .
-  ./configure --prefix=/usr
-  make
-)
-
-build() {
-  _build py3
-  PYTHON=python2 _build py2
-}
-
-check() {
-  make -C py3 check
-  make -C py2 check
-}
-
-package_gst-python() {
-  pkgdesc="${pkgdesc//Python/Python 3}"
-  depends=(python-gobject gst-plugins-base)
-
-  make -C py3 DESTDIR="$pkgdir" install
-}
-
-package_gst-python2() {
-  pkgdesc="${pkgdesc//Python/Python 2}"
-  depends=(python2-gobject gst-plugins-base)
-
-  make -C py2 DESTDIR="$pkgdir" install
-}

Copied: gst-python/repos/extra-i686/PKGBUILD (from rev 282359, 
gst-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:47:10 UTC (rev 282360)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=(gst-python gst-python2)
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
+_commit=4c635b97a1b202b6bb7d32a8f7f5ceaa12eeb60f  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir py2 py3
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+
+_build() (
+  cd $1
+  # Out-of-tree build fails to check
+  cp -a ../$pkgbase/* .
+  ./configure --prefix=/usr
+  make
+)
+
+build() {
+  _build py3
+  PYTHON=python2 _build py2
+}
+
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=(python-gobject gst-plugins-base)
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=(python2-gobject gst-plugins-base)
+
+  make -C py2 DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 21:46:44 UTC (rev 282359)
+++ extra-x86_64/PKGBUILD   2016-11-29 21:47:10 UTC (rev 282360)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:46:11
  Author: heftig
Revision: 282358

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

Added:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
(from rev 282357, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 282357, gstreamer-vaapi/trunk/PKGBUILD)
Deleted:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:45:12 UTC (rev 282357)
+++ extra-i686/PKGBUILD 2016-11-29 21:46:11 UTC (rev 282358)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
-makedepends=(gtk-doc git python)
-options=(!emptydirs)
-_commit=702a4b34480eba2ad168ef7a6e8c31a2d0013a87  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gstreamer-vaapi#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---disable-builtin-libvpx \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer-vaapi/repos/extra-i686/PKGBUILD (from rev 282357, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:46:11 UTC (rev 282358)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+makedepends=(gtk-doc git python)
+options=(!emptydirs)
+_commit=d16edfdc698310fe25079136140d347f6d4b3835  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--disable-builtin-libvpx \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 21:45:12 UTC (rev 282357)
+++ extra-x86_64/PKGBUILD   2016-11-29 21:46:11 UTC (rev 282358)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
-makedepends=(gtk-doc git python)
-options=(!emptydirs)
-_commit=702a4b34480eba2ad168ef7a6e8c31a2d0013a87  # tags/1.10.1^0

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:45:12
  Author: heftig
Revision: 282357

1.10.2-1

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:44:50 UTC (rev 282356)
+++ PKGBUILD2016-11-29 21:45:12 UTC (rev 282357)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-vaapi
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
 url="https://gstreamer.freedesktop.org/;
@@ -11,9 +11,9 @@
 depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
 makedepends=(gtk-doc git python)
 options=(!emptydirs)
-_commit=702a4b34480eba2ad168ef7a6e8c31a2d0013a87  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gstreamer-vaapi#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=d16edfdc698310fe25079136140d347f6d4b3835  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha256sums=('SKIP'
 'SKIP')
 


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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:44:50
  Author: heftig
Revision: 282356

1.10.2-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:39:58 UTC (rev 282355)
+++ PKGBUILD2016-11-29 21:44:50 UTC (rev 282356)
@@ -5,7 +5,7 @@
 
 pkgbase=gst-python
 pkgname=(gst-python gst-python2)
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Python binding overrides"
 url="https://gstreamer.freedesktop.org/;
@@ -12,9 +12,9 @@
 arch=(i686 x86_64)
 license=(LGPL)
 makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=702873c3fd84f0cec57236c4086b590874876e99  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-python#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=4c635b97a1b202b6bb7d32a8f7f5ceaa12eeb60f  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:39:58
  Author: heftig
Revision: 282355

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 282354, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 282354, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:39:41 UTC (rev 282354)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:58 UTC (rev 282355)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
- libgudev graphene)
-makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
- gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
- qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
- autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
-options=(!emptydirs)
-_commit=1d058f8ef55c6fb7011d84329f4c592d41aae35c  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-bad#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-gtk=3.0 \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 282354, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:58 UTC (rev 282355)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
+ libgudev graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
+ autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
+options=(!emptydirs)
+_commit=c4b50182687c08b503ccf1be22afb3963defe2bc  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:39:41
  Author: heftig
Revision: 282354

1.10.2-1

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:39:38 UTC (rev 282353)
+++ PKGBUILD2016-11-29 21:39:41 UTC (rev 282354)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
 url="https://gstreamer.freedesktop.org/;
@@ -13,9 +13,9 @@
 makedepends=(python gtk-doc autoconf-archive git)
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=2fb577896d83aa8ee52c85fb6ed368d684f65cfc  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-libav#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common"
+_commit=0ec8a6021b416fedb256d609f3a7685ccb642ca4  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;
 "git://source.ffmpeg.org/ffmpeg")
 sha256sums=('SKIP'
 'SKIP'


[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:39:38
  Author: heftig
Revision: 282353

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 282352, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 282352, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:39:16 UTC (rev 282352)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:38 UTC (rev 282353)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libmad 
libsidplay
- libcdio libx264 opencore-amr mpg123)
-makedepends=(python gtk-doc x264 autoconf-archive git)
-options=(!emptydirs)
-_commit=8bc5142a88be4b502f1f18440b0292208583afa1  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 282352, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:38 UTC (rev 282353)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libmad 
libsidplay
+ libcdio libx264 opencore-amr mpg123)
+makedepends=(python gtk-doc x264 autoconf-archive git)
+options=(!emptydirs)
+_commit=7acbfa6af37d8cb0f44d79436834d0f86ab05a47  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 21:39:16 UTC (rev 282352)
+++ extra-x86_64/PKGBUILD   2016-11-29 21:39:38 UTC (rev 282353)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:39:16
  Author: heftig
Revision: 282352

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 282351, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 282351, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:38:02 UTC (rev 282351)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:16 UTC (rev 282352)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
-options=(!emptydirs)
-_commit=5670d66a53fac20d039c3a85a70b643fe9309fa7  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-good#commit=$_commit"
- "gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 282351, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:39:16 UTC (rev 282352)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
+options=(!emptydirs)
+_commit=235d243dee04d8260774c524a985f58bf20ed61f  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+ 
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 21:38:02 UTC (rev 282351)
+++ extra-x86_64/PKGBUILD   2016-11-29 21:39:16 UTC (rev 282352)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 

[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:37:56
  Author: heftig
Revision: 282349

1.10.2-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:22:37 UTC (rev 282348)
+++ PKGBUILD2016-11-29 21:37:56 UTC (rev 282349)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-good
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -13,9 +13,9 @@
  gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
 makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
 options=(!emptydirs)
-_commit=5670d66a53fac20d039c3a85a70b643fe9309fa7  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-good#commit=$_commit"
- "gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=235d243dee04d8260774c524a985f58bf20ed61f  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+ 
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:38:02
  Author: heftig
Revision: 282351

1.10.2-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:37:59 UTC (rev 282350)
+++ PKGBUILD2016-11-29 21:38:02 UTC (rev 282351)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -13,9 +13,9 @@
  libcdio libx264 opencore-amr mpg123)
 makedepends=(python gtk-doc x264 autoconf-archive git)
 options=(!emptydirs)
-_commit=8bc5142a88be4b502f1f18440b0292208583afa1  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=7acbfa6af37d8cb0f44d79436834d0f86ab05a47  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:37:59
  Author: heftig
Revision: 282350

1.10.2-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:37:56 UTC (rev 282349)
+++ PKGBUILD2016-11-29 21:37:59 UTC (rev 282350)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-bad
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -17,9 +17,9 @@
  qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
  autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
 options=(!emptydirs)
-_commit=1d058f8ef55c6fb7011d84329f4c592d41aae35c  # tags/1.10.1^0
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-bad#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=c4b50182687c08b503ccf1be22afb3963defe2bc  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in gst-plugins-base/repos (4 files)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:22:37
  Author: heftig
Revision: 282348

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 282347, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 282347, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  150 
 extra-i686/PKGBUILD   |   73 ---
 extra-x86_64/PKGBUILD |   73 ---
 3 files changed, 150 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:22:00 UTC (rev 282347)
+++ extra-i686/PKGBUILD 2016-11-29 21:22:37 UTC (rev 282348)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.1+1+g1f4da6d
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
- libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
-options=(!emptydirs)
-_commit=1f4da6d50e88cba5f20a27658663ff2d14fcef38  # 1.10
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-base#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=(gstreamer orc libxv)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" alsa-lib cdparanoia libvisual 
libvorbis
-   libtheora pango opus)
-
-  cd $pkgbase
-  make -C gst-libs DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" install
-  make -C gst-libs DESTDIR="$pkgdir" uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 282347, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:22:37 UTC (rev 282348)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
+ libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
+options=(!emptydirs)
+_commit=73e5a830c089767f018f3c8824df1fd58302fe06  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git cherry-pick -n 8b9ebd8f8844fb720243b099bf743100dff5acea
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="GStreamer Multimedia Framework 

[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:22:00
  Author: heftig
Revision: 282347

1.10.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:18:35 UTC (rev 282346)
+++ PKGBUILD2016-11-29 21:22:00 UTC (rev 282347)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.1+1+g1f4da6d
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -12,9 +12,9 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
  libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-_commit=1f4da6d50e88cba5f20a27658663ff2d14fcef38  # 1.10
-source=("git://anongit.freedesktop.org/gstreamer/gst-plugins-base#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+_commit=73e5a830c089767f018f3c8824df1fd58302fe06  # tags/1.10.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha256sums=('SKIP'
 'SKIP')
 
@@ -26,6 +26,8 @@
 prepare() {
   cd $pkgbase
 
+  git cherry-pick -n 8b9ebd8f8844fb720243b099bf743100dff5acea
+
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update


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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:18:35
  Author: heftig
Revision: 282346

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

Added:
  eclipse/repos/extra-i686/PKGBUILD
(from rev 282345, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-i686/commonify
(from rev 282345, eclipse/trunk/commonify)
  eclipse/repos/extra-i686/eclipse.desktop
(from rev 282345, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-i686/eclipse.install
(from rev 282345, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-i686/eclipse.sh
(from rev 282345, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 282345, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/commonify
(from rev 282345, eclipse/trunk/commonify)
  eclipse/repos/extra-x86_64/eclipse.desktop
(from rev 282345, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-x86_64/eclipse.install
(from rev 282345, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-x86_64/eclipse.sh
(from rev 282345, eclipse/trunk/eclipse.sh)
Deleted:
  eclipse/repos/extra-i686/PKGBUILD
  eclipse/repos/extra-i686/commonify
  eclipse/repos/extra-i686/eclipse.desktop
  eclipse/repos/extra-i686/eclipse.install
  eclipse/repos/extra-i686/eclipse.sh
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/commonify
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.install
  eclipse/repos/extra-x86_64/eclipse.sh

--+
 /PKGBUILD|  198 +
 /commonify   |   82 
 /eclipse.desktop |   18 +++
 /eclipse.install |   22 
 /eclipse.sh  |6 +
 extra-i686/PKGBUILD  |   99 
 extra-i686/commonify |   41 
 extra-i686/eclipse.desktop   |9 -
 extra-i686/eclipse.install   |   11 --
 extra-i686/eclipse.sh|3 
 extra-x86_64/PKGBUILD|   99 
 extra-x86_64/commonify   |   41 
 extra-x86_64/eclipse.desktop |9 -
 extra-x86_64/eclipse.install |   11 --
 extra-x86_64/eclipse.sh  |3 
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:07:54 UTC (rev 282345)
+++ extra-i686/PKGBUILD 2016-11-29 21:18:35 UTC (rev 282346)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,jee,cpp,php})
-pkgver=4.6.1
-pkgrel=1
-_release=neon-1
-pkgdesc="Highly extensible IDE"
-license=("EPL")
-arch=(i686 x86_64)
-url="http://eclipse.org;
-makedepends=(ruby)
-options=(!emptydirs)
-source=(commonify eclipse.sh eclipse.desktop)
-source_i686=()
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  [[ $_pkg == 'eclipse-common' ]] && continue
-  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
-  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d'
-'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
-'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('52459af264024860bffa868a06eef2a33a2365f194aae0e64f54a0a785ec2b38'
- 
'43a6b561b842d29d48ecb082f66e6d5caa3ed5866b4250800a2e5fe306a705e6'
- 
'528b98dae92e89afb5dd75d3644e1da4794076db2292b9b0b2745e479625f0f6'
- 
'ce9615843d532eafe07beeaba8ea2dc592f4bb8800ed8ed7c427108c6cbef1a1')
-sha256sums_x86_64=('d26f669b7b919062c24811fb9ef4d408a9d94912350c7fc991898ace42f6333e'
-   
'ac93d53f138920bbdc08580945eac3c3751d550154fc17149bf4f46d5ca24a44'
-   
'33b23c82c9ffece9f32775a04883107ee920b0fbbe373b0ff40b61b03a6a6e5a'
-   
'cf147e1cd29d24944797d0b3fa21395ec196a560476f6417108b2b28a5044270')
-
-prepare() {
-  mkdir eclipse-common
-
-  for _pkg in ${pkgname[@]}; do
-[[ $_pkg == 'eclipse-common' ]] && continue
-
-if [[ $CARCH == x86_64 ]]; then
-  bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
-else
-  bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz"
-fi
-
-mv eclipse $_pkg
-  done
-}
-
-build() {
-  ./commonify ${pkgname[@]}
-
-  mkdir -p 

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:07:54
  Author: heftig
Revision: 282345

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

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 282344, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 282344, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 282344, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 282344, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  114 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 21:07:35 UTC (rev 282344)
+++ extra-i686/PKGBUILD 2016-11-29 21:07:54 UTC (rev 282345)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind)
-_commit=100671b42db3cb4571e296d5cdf567ae62d75b04  # tags/1.10.1^0
-install=gstreamer.install
-source=("git://anongit.freedesktop.org/gstreamer/gstreamer#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 282344, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 21:07:54 UTC (rev 282345)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind)
+_commit=9222028aaa57ba28beac7103146491a2c3a45d66  # tags/1.10.2^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2016-11-29 21:07:35 UTC (rev 282344)
+++ extra-i686/gstreamer.install2016-11-29 21:07:54 UTC (rev 282345)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gstreamer/repos/extra-i686/gstreamer.install (from rev 

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

2016-11-29 Thread Andreas Radke
Date: Tuesday, November 29, 2016 @ 21:07:35
  Author: andyrtr
Revision: 282344

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

Added:
  hplip/repos/testing-i686/
  
hplip/repos/testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 282343, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/testing-i686/PKGBUILD
(from rev 282343, hplip/trunk/PKGBUILD)
  hplip/repos/testing-i686/disable_upgrade.patch
(from rev 282343, hplip/trunk/disable_upgrade.patch)
  hplip/repos/testing-i686/fix_tabs.patch
(from rev 282343, hplip/trunk/fix_tabs.patch)
  hplip/repos/testing-x86_64/
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 282343, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 282343, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 282343, hplip/trunk/disable_upgrade.patch)
  hplip/repos/testing-x86_64/fix_tabs.patch
(from rev 282343, hplip/trunk/fix_tabs.patch)

+
 testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch   
|   50 +
 testing-i686/PKGBUILD  
|   96 ++
 testing-i686/disable_upgrade.patch 
|   14 +
 testing-i686/fix_tabs.patch
|   17 +
 testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
|   50 +
 testing-x86_64/PKGBUILD
|   96 ++
 testing-x86_64/disable_upgrade.patch   
|   14 +
 testing-x86_64/fix_tabs.patch  
|   17 +
 8 files changed, 354 insertions(+)

Copied: 
hplip/repos/testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 282343, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(rev 0)
+++ 
testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
2016-11-29 21:07:35 UTC (rev 282344)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
+-   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
++   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
+if test "$libusb01_build" = "yes"; then
+   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
+   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
+diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
+index ff5548e..c517989 100644
+--- a/prnt/hpcups/HPCupsFilter.h
 b/prnt/hpcups/HPCupsFilter.h
+@@ -38,6 +38,8 @@
+ 
+ #include "dbuscomm.h"
+ 
++#include 
++
+ #define   DBITMAPFILEHEADER   14
+ #define   DBITMAPINFOHEADER   40
+ 
+diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
+index 8514775..994e50f 100644
+--- a/prnt/hpijs/hpcupsfax.cpp
 b/prnt/hpijs/hpcupsfax.cpp
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #ifdef FALSE

Copied: hplip/repos/testing-i686/PKGBUILD (from rev 282343, 
hplip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-29 21:07:35 UTC (rev 282344)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Tom Gundersen 
+# Contributor : Rémy Oudompheng 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=hplip
+pkgver=3.16.11
+pkgrel=1
+pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some 

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

2016-11-29 Thread Andreas Radke
Date: Tuesday, November 29, 2016 @ 21:07:24
  Author: andyrtr
Revision: 282343

upgpkg: hplip 3.16.11-1

upstream update 3.16.11

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:07:12 UTC (rev 282342)
+++ PKGBUILD2016-11-29 21:07:24 UTC (rev 282343)
@@ -5,8 +5,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.16.10
-pkgrel=2
+pkgver=3.16.11
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
@@ -29,7 +29,7 @@
 disable_upgrade.patch
 fix_tabs.patch
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
-sha1sums=('e3bc9a0d135232eba412952ca58b63757783e22f'
+sha1sums=('177252a6c3e508b6d4f9d02663fe3556f37de71e'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e'
   'bd18428ff1e378aa0a299331607eaed82021e34b'


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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:07:12
  Author: heftig
Revision: 282342

1.10.2-1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 21:06:35 UTC (rev 282341)
+++ PKGBUILD2016-11-29 21:07:12 UTC (rev 282342)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gstreamer
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework"
 url="https://gstreamer.freedesktop.org/;
@@ -11,10 +11,10 @@
 depends=(libxml2 glib2 libunwind libcap)
 makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
  valgrind)
-_commit=100671b42db3cb4571e296d5cdf567ae62d75b04  # tags/1.10.1^0
+_commit=9222028aaa57ba28beac7103146491a2c3a45d66  # tags/1.10.2^0
 install=gstreamer.install
-source=("git://anongit.freedesktop.org/gstreamer/gstreamer#commit=$_commit"
-"gst-common::git://anongit.freedesktop.org/gstreamer/common")
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha256sums=('SKIP'
 'SKIP')
 


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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 21:06:35
  Author: heftig
Revision: 282341

4.6.1.a-1

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 20:58:59 UTC (rev 282340)
+++ PKGBUILD2016-11-29 21:06:35 UTC (rev 282341)
@@ -8,9 +8,9 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,jee,cpp,php})
-pkgver=4.6.1
+pkgver=4.6.1.a
 pkgrel=1
-_release=neon-1
+_release=neon-1a
 pkgdesc="Highly extensible IDE"
 license=("EPL")
 arch=(i686 x86_64)
@@ -33,14 +33,14 @@
 sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d'
 '04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
 '57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('52459af264024860bffa868a06eef2a33a2365f194aae0e64f54a0a785ec2b38'
- 
'43a6b561b842d29d48ecb082f66e6d5caa3ed5866b4250800a2e5fe306a705e6'
- 
'528b98dae92e89afb5dd75d3644e1da4794076db2292b9b0b2745e479625f0f6'
- 
'ce9615843d532eafe07beeaba8ea2dc592f4bb8800ed8ed7c427108c6cbef1a1')
-sha256sums_x86_64=('d26f669b7b919062c24811fb9ef4d408a9d94912350c7fc991898ace42f6333e'
-   
'ac93d53f138920bbdc08580945eac3c3751d550154fc17149bf4f46d5ca24a44'
-   
'33b23c82c9ffece9f32775a04883107ee920b0fbbe373b0ff40b61b03a6a6e5a'
-   
'cf147e1cd29d24944797d0b3fa21395ec196a560476f6417108b2b28a5044270')
+sha256sums_i686=('45bfc03c8e8afe114f2f557286d70066193a020d1dcaf71787405f6abd08d1c6'
+ 
'48f4945410461cadb265212419c4b8de2e5bc025b1e0c3545e2b81f9ea52f3db'
+ 
'c7802f58d8e740b2f707c18afe46bf061752130b4bff8fdfea5791c1f29fe989'
+ 
'89259ca766214901589f10b5e558cff53d9f8dda5eced07975cdd64fe5075432')
+sha256sums_x86_64=('cd22d953dee2db30d86c51a50189dd062c8ac68c5776cbe525a7f852986f23b5'
+   
'edadd11440d94436665ca0435e8e1a371cef3b187e9d85a17be301e1ee1fc807'
+   
'7b7e720035cd5269882cc6be4ea9c7cde6190a574a5e3d6faee86e03a0752217'
+   
'28dadc855f0baf02f579630ebc9ad1cc1dfe1ef58315b2f1813a7cc35ae59dac')
 
 prepare() {
   mkdir eclipse-common


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

2016-11-29 Thread Andreas Radke
Date: Tuesday, November 29, 2016 @ 20:58:59
  Author: andyrtr
Revision: 282340

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

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

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

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

Copied: sqlite/repos/testing-i686/license.txt (from rev 282339, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ 

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

2016-11-29 Thread Andreas Radke
Date: Tuesday, November 29, 2016 @ 20:58:40
  Author: andyrtr
Revision: 282339

upgpkg: sqlite 3.15.2-1

upstream update 3.15.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 20:19:42 UTC (rev 282338)
+++ PKGBUILD2016-11-29 20:58:40 UTC (rev 282339)
@@ -4,11 +4,11 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3150100
+_srcver=3150200
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.15.1
-pkgrel=2
+pkgver=3.15.2
+pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
 license=('custom:Public Domain')
@@ -18,8 +18,8 @@
 https://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('2e327da0763e6fcb38ba01c8159ee9c1db015c2c'
-  '25da810eb1aaa1058465513eea181ecbb8a42aaf'
+sha1sums=('4b7c86c0c2780321d524ca69073fc6bb7c29c108'
+  '7f60ca500384f3de8e548d80fb48cb58b9ce0b1a'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


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

2016-11-29 Thread Jelle van der Waa
Date: Tuesday, November 29, 2016 @ 20:20:33
  Author: jelle
Revision: 197402

Add haskell-hinotify support

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 18:29:47 UTC (rev 197401)
+++ PKGBUILD2016-11-29 20:20:33 UTC (rev 197402)
@@ -4,13 +4,13 @@
 
 pkgname=xmobar
 pkgver=0.24.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
+makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri' 'haskell-hinotify'
  'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
 options=('strip')
 
source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
@@ -18,7 +18,7 @@
 build() {
 cd xmobar-$pkgver
 
-runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm with_inotify"
 runhaskell Setup build
 }
 


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

2016-11-29 Thread Jelle van der Waa
Date: Tuesday, November 29, 2016 @ 20:20:47
  Author: jelle
Revision: 197403

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 20:20:33 UTC (rev 197402)
+++ community-i686/PKGBUILD 2016-11-29 20:20:47 UTC (rev 197403)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24.3
-pkgrel=2
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('8d0b8e12da0346ab74b113b83bed11d0')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 197402, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-29 20:20:47 UTC (rev 197403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.24.3
+pkgrel=3
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri' 'haskell-hinotify'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm with_inotify"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('8d0b8e12da0346ab74b113b83bed11d0')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-29 20:20:33 UTC (rev 197402)
+++ community-x86_64/PKGBUILD   2016-11-29 20:20:47 UTC (rev 197403)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24.3
-pkgrel=2
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('8d0b8e12da0346ab74b113b83bed11d0')

Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 197402, 
xmobar/trunk/PKGBUILD)

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 20:19:42
  Author: heftig
Revision: 282338

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

Added:
  nss/repos/testing-i686/
  nss/repos/testing-i686/PKGBUILD
(from rev 282337, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 282337, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 282337, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 282337, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 282337, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 282337, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 282337, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 282337, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 282337, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 282337, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 282337, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 282337, nss/trunk/nss.pc.in)

+
 testing-i686/PKGBUILD  |  122 +++
 testing-i686/bundle.sh |   54 ++
 testing-i686/certdata2pem.py   |  200 +++
 testing-i686/nss-config.in |  145 
 testing-i686/nss-config.xml|  132 +
 testing-i686/nss.pc.in |   11 ++
 testing-x86_64/PKGBUILD|  122 +++
 testing-x86_64/bundle.sh   |   54 ++
 testing-x86_64/certdata2pem.py |  200 +++
 testing-x86_64/nss-config.in   |  145 
 testing-x86_64/nss-config.xml  |  132 +
 testing-x86_64/nss.pc.in   |   11 ++
 12 files changed, 1328 insertions(+)

Copied: nss/repos/testing-i686/PKGBUILD (from rev 282337, nss/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-29 20:19:42 UTC (rev 282338)
@@ -0,0 +1,122 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.27.2
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(i686 x86_64)
+license=('MPL' 'GPL')
+_nsprver=4.12
+depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
+makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
+certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
+sha256sums=('dc8ac8524469d0230274fd13a53fdcd74efe4aa67205dde1a4a92be87dc28524'
+'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
+'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
+'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
+'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
+'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
+
+prepare() {
+  mkdir certs
+
+  echo -n "$(date +"%e %B %Y")" >date.xml
+  echo -n "$pkgver" >version.xml
+
+  cd nss-$pkgver
+
+  # Respect LDFLAGS
+  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
+  -i nss/coreconf/rules.mk
+
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+
+build() {
+  xmlto man nss-config.xml
+
+  cd certs
+  python2 ../certdata2pem.py
+
+  cd ..
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  export BUILD_OPT=1
+  export NSS_USE_SYSTEM_SQLITE=1
+  export NSS_ALLOW_SSLKEYLOGFILE=1
+  export NSS_ENABLE_ECC=1
+  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
+  export NSPR_LIB_DIR="`nspr-config --libdir`"
+  export XCFLAGS="${CFLAGS}"
+
+  [[ $CARCH == x86_64 ]] && export USE_64=1
+
+  make -C coreconf
+  make -C lib/dbm
+  make
+  make clean_docs build_docs
+}
+
+package_nss() {
+  cd nss-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,include/nss,lib/pkgconfig,share/man/man1}
+
+  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/nss/nss.h | awk '{print $3}')
+  NSS_VMINOR=$(grep '#define.*NSS_VMINOR' nss/lib/nss/nss.h | awk '{print $3}')
+  NSS_VPATCH=$(grep '#define.*NSS_VPATCH' nss/lib/nss/nss.h | awk '{print $3}')
+
+  sed ../nss.pc.in \
+-e "s,%libdir%,/usr/lib,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,${_nsprver},g" \
+-e "s,%NSS_VERSION%,${pkgver},g" \
+> "$pkgdir/usr/lib/pkgconfig/nss.pc"
+  ln -s 

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 20:17:38
  Author: heftig
Revision: 282337

3.27.2-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 17:57:18 UTC (rev 282336)
+++ PKGBUILD2016-11-29 20:17:38 UTC (rev 282337)
@@ -3,7 +3,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.27.1
+pkgver=3.27.2
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -15,7 +15,7 @@
 options=('!strip' '!makeflags' 'staticlibs')
 
source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('fd3637a1930cd838239a89633a7ed9a18859ae9b599043f3a18f726dc4ec2a6b'
+sha256sums=('dc8ac8524469d0230274fd13a53fdcd74efe4aa67205dde1a4a92be87dc28524'
 '2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 18:29:47
  Author: arojas
Revision: 197401

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 18:24:53 UTC (rev 197400)
+++ PKGBUILD2016-11-29 18:29:47 UTC (rev 197401)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=16.11.8
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry;
-license=('LGPL2.1')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('85e34e597553fd10dbc0f43ec59377fc')
-
-package_python2-pycountry() {
-  depends=(python2-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python-pycountry() {
-  depends=(python-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 197400, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 18:29:47 UTC (rev 197401)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=16.11.27.1
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry;
+license=('LGPL2.1')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+md5sums=('edf4f7cd4748a48e3a47ac50a61dc363')
+
+package_python2-pycountry() {
+  depends=(python2-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python-pycountry() {
+  depends=(python-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 18:24:53
  Author: arojas
Revision: 197400

Update to 16.11.27.1

Modified:
  python-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 18:22:48 UTC (rev 197399)
+++ PKGBUILD2016-11-29 18:24:53 UTC (rev 197400)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycountry
 pkgname=(python-pycountry python2-pycountry)
-pkgver=16.11.8
+pkgver=16.11.27.1
 pkgrel=1
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('85e34e597553fd10dbc0f43ec59377fc')
+md5sums=('edf4f7cd4748a48e3a47ac50a61dc363')
 
 package_python2-pycountry() {
   depends=(python2-lxml)


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

2016-11-29 Thread Jelle van der Waa
Date: Tuesday, November 29, 2016 @ 18:22:48
  Author: jelle
Revision: 197399

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 18:22:34 UTC (rev 197398)
+++ community-i686/PKGBUILD 2016-11-29 18:22:48 UTC (rev 197399)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/3a/a3/e4ab60a0229a85f468a36367bc0672a4bca2720f24391eda33704a5f0ad5/selenium-3.0.1.tar.gz;)
-md5sums=('ed5da4a35e1e643a53386d3e8f5960af')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-i686/PKGBUILD (from rev 197398, 
python-selenium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-29 18:22:48 UTC (rev 197399)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=("https://pypi.python.org/packages/0c/42/20c235e604bf736bc970c1275a78c4ea28c6453a0934002f95df9c49dad0/selenium-3.0.2.tar.gz;)
+md5sums=('0440b3156f26678dfc904cae5aa594ab')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-29 18:22:34 UTC (rev 197398)
+++ community-x86_64/PKGBUILD   2016-11-29 18:22:48 UTC (rev 197399)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/3a/a3/e4ab60a0229a85f468a36367bc0672a4bca2720f24391eda33704a5f0ad5/selenium-3.0.1.tar.gz;)
-md5sums=('ed5da4a35e1e643a53386d3e8f5960af')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 197398, 
python-selenium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-29 18:22:48 UTC (rev 197399)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 

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

2016-11-29 Thread Jelle van der Waa
Date: Tuesday, November 29, 2016 @ 18:22:34
  Author: jelle
Revision: 197398

upgpkg: python-selenium 3.0.2-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 17:37:42 UTC (rev 197397)
+++ PKGBUILD2016-11-29 18:22:34 UTC (rev 197398)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/3a/a3/e4ab60a0229a85f468a36367bc0672a4bca2720f24391eda33704a5f0ad5/selenium-3.0.1.tar.gz;)
-md5sums=('ed5da4a35e1e643a53386d3e8f5960af')
+source=("https://pypi.python.org/packages/0c/42/20c235e604bf736bc970c1275a78c4ea28c6453a0934002f95df9c49dad0/selenium-3.0.2.tar.gz;)
+md5sums=('0440b3156f26678dfc904cae5aa594ab')
 
 package_python-selenium() {
   depends=('python')


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

2016-11-29 Thread Levente Polyak
Date: Tuesday, November 29, 2016 @ 17:57:18
  Author: anthraxx
Revision: 282336

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

Added:
  libpsl/repos/core-i686/
  libpsl/repos/core-i686/PKGBUILD
(from rev 282335, libpsl/trunk/PKGBUILD)
  libpsl/repos/core-x86_64/
  libpsl/repos/core-x86_64/PKGBUILD
(from rev 282335, libpsl/trunk/PKGBUILD)

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

Copied: libpsl/repos/core-i686/PKGBUILD (from rev 282335, libpsl/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-11-29 17:57:18 UTC (rev 282336)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.15.0
+pkgrel=5
+pkgdesc='Publix Suffic List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('icu>=55.1-1')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-builtin=libicu \
+--enable-runtime=libicu \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/libpsl/libpsl.3 -t "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libpsl/repos/core-x86_64/PKGBUILD (from rev 282335, 
libpsl/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-11-29 17:57:18 UTC (rev 282336)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.15.0
+pkgrel=5
+pkgdesc='Publix Suffic List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('icu>=55.1-1')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-builtin=libicu \
+--enable-runtime=libicu \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/libpsl/libpsl.3 -t "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-29 Thread Levente Polyak
Date: Tuesday, November 29, 2016 @ 17:56:59
  Author: anthraxx
Revision: 282335

addpkg: libpsl 0.15.0-5

Added:
  libpsl/
  libpsl/repos/
  libpsl/trunk/
  libpsl/trunk/PKGBUILD

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

Added: libpsl/trunk/PKGBUILD
===
--- libpsl/trunk/PKGBUILD   (rev 0)
+++ libpsl/trunk/PKGBUILD   2016-11-29 17:56:59 UTC (rev 282335)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.15.0
+pkgrel=5
+pkgdesc='Publix Suffic List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('icu>=55.1-1')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('8024ee938d313cdb8f085c9419038d19e1b434093051c752bcd7dff7b63dfd9eadf9990b8e4e48e1abf40460f3354665d0904e2157c8a0a5f85feb8ebb16c307')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-builtin=libicu \
+--enable-runtime=libicu \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/libpsl/libpsl.3 -t "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-29 Thread Levente Polyak
Date: Tuesday, November 29, 2016 @ 17:47:12
  Author: anthraxx
Revision: 282334

archrelease: copy trunk to extra-any

Added:
  publicsuffix-list/repos/extra-any/
  publicsuffix-list/repos/extra-any/PKGBUILD
(from rev 282333, publicsuffix-list/trunk/PKGBUILD)

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

Copied: publicsuffix-list/repos/extra-any/PKGBUILD (from rev 282333, 
publicsuffix-list/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-11-29 17:47:12 UTC (rev 282334)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=publicsuffix-list
+_gitcommit=b48ff55eab9b82ebc88762eed45277448d1f4f79
+pkgver=20161129.545.b48ff55
+pkgrel=1
+pkgdesc='Cross-vendor public domain suffix database'
+url='https://github.com/publicsuffix/list'
+arch=('any')
+license=('custom:MPL2')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/publicsuffix/list#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s.%s" "$(date +%Y%m%d)" \
+"$(git rev-list --count HEAD)" \
+"$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 644 public_suffix_list.dat tests/test_psl.txt -t 
"${pkgdir}/usr/share/publicsuffix"
+  ln -s public_suffix_list.dat 
"${pkgdir}/usr/share/publicsuffix/effective_tld_names.dat"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 17:44:23
  Author: heftig
Revision: 282333

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/0001-Drop-Install-sections-from-user-services.patch
(from rev 282332, 
dbus/trunk/0001-Drop-Install-sections-from-user-services.patch)
  dbus/repos/testing-i686/PKGBUILD
(from rev 282332, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/0001-Drop-Install-sections-from-user-services.patch
(from rev 282332, 
dbus/trunk/0001-Drop-Install-sections-from-user-services.patch)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 282332, dbus/trunk/PKGBUILD)

+
 testing-i686/0001-Drop-Install-sections-from-user-services.patch   |   44 +
 testing-i686/PKGBUILD  |   80 
++
 testing-x86_64/0001-Drop-Install-sections-from-user-services.patch |   44 +
 testing-x86_64/PKGBUILD|   80 
++
 4 files changed, 248 insertions(+)

Copied: 
dbus/repos/testing-i686/0001-Drop-Install-sections-from-user-services.patch 
(from rev 282332, 
dbus/trunk/0001-Drop-Install-sections-from-user-services.patch)
===
--- testing-i686/0001-Drop-Install-sections-from-user-services.patch
(rev 0)
+++ testing-i686/0001-Drop-Install-sections-from-user-services.patch
2016-11-29 17:44:23 UTC (rev 282333)
@@ -0,0 +1,44 @@
+From 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42 Mon Sep 17 00:00:00 2001
+From: Simon McVittie 
+Date: Sat, 7 Nov 2015 13:03:47 +0100
+Subject: [PATCH] Drop [Install] sections from user services
+
+We install the symlink to enable dbus.socket statically, so it doesn't
+make much sense to invoke `systemctl enable` on it; and
+dbus.service should normally be started by socket activation
+(or possibly an explicit dependency) rather than manually.
+
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92402
+Signed-off-by: Simon McVittie 
+Reviewed-by: Lennart Poettering
+---
+ bus/systemd-user/dbus.service.in | 3 ---
+ bus/systemd-user/dbus.socket.in  | 4 
+ 2 files changed, 7 deletions(-)
+
+diff --git a/bus/systemd-user/dbus.service.in 
b/bus/systemd-user/dbus.service.in
+index b41f522b8af8c174..4355d72844079cc5 100644
+--- a/bus/systemd-user/dbus.service.in
 b/bus/systemd-user/dbus.service.in
+@@ -6,6 +6,3 @@ Requires=dbus.socket
+ [Service]
+ ExecStart=@EXPANDED_BINDIR@/dbus-daemon --session --address=systemd: --nofork 
--nopidfile --systemd-activation
+ ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --session 
--type=method_call --dest=org.freedesktop.DBus / 
org.freedesktop.DBus.ReloadConfig
+-
+-[Install]
+-Also=dbus.socket
+diff --git a/bus/systemd-user/dbus.socket.in b/bus/systemd-user/dbus.socket.in
+index 4793d1d4ff1dc13e..304ac4034208f811 100644
+--- a/bus/systemd-user/dbus.socket.in
 b/bus/systemd-user/dbus.socket.in
+@@ -4,7 +4,3 @@ Description=D-Bus User Message Bus Socket
+ [Socket]
+ ListenStream=%t/bus
+ ExecStartPost=-@SYSTEMCTL@ --user set-environment 
DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
+-
+-[Install]
+-WantedBy=sockets.target
+-Also=dbus.service
+-- 
+2.9.3
+

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 282332, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-29 17:44:23 UTC (rev 282333)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.10.14
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(i686 x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=449d6b313d2023360cf0af063cf23232901dd00b  # tags/dbus-1.10.14^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;
+0001-Drop-Install-sections-from-user-services.patch)
+sha256sums=('SKIP'
+'48135124680bd9ea2d7d2bd2a9f457608d97bd9aa7cb4f4396e26a1c2c91af3e')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  patch -Np1 -i ../0001-Drop-Install-sections-from-user-services.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd 

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 17:44:03
  Author: heftig
Revision: 282332

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

Added:
  gnome-builder/repos/extra-i686/PKGBUILD
(from rev 282331, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 282331, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/extra-i686/PKGBUILD
  gnome-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 17:42:38 UTC (rev 282331)
+++ extra-i686/PKGBUILD 2016-11-29 17:44:03 UTC (rev 282332)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common)
-groups=(gnome-extra)
-_commit=0ddf469b8809c0dd5ee5957b802179f558e2ef25  # tags/GNOME_BUILDER_3_22_2^0
-source=("git://git.gnome.org/gnome-builder#commit=$_commit")
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-builder/repos/extra-i686/PKGBUILD (from rev 282331, 
gnome-builder/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 17:44:03 UTC (rev 282332)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+groups=(gnome-extra)
+_commit=2b9768297b5b381e58b5ec35020dbbdce7050e95  # tags/GNOME_BUILDER_3_22_3^0
+source=("git://git.gnome.org/gnome-builder#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 17:42:38 UTC (rev 282331)
+++ extra-x86_64/PKGBUILD   2016-11-29 17:44:03 UTC (rev 282332)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common)
-groups=(gnome-extra)
-_commit=0ddf469b8809c0dd5ee5957b802179f558e2ef25  # tags/GNOME_BUILDER_3_22_2^0
-source=("git://git.gnome.org/gnome-builder#commit=$_commit")
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-

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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 17:42:38
  Author: heftig
Revision: 282331

3.22.3-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 17:40:00 UTC (rev 282330)
+++ PKGBUILD2016-11-29 17:42:38 UTC (rev 282331)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.22.2
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
@@ -13,7 +13,7 @@
 makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
  mm-common)
 groups=(gnome-extra)
-_commit=0ddf469b8809c0dd5ee5957b802179f558e2ef25  # tags/GNOME_BUILDER_3_22_2^0
+_commit=2b9768297b5b381e58b5ec35020dbbdce7050e95  # tags/GNOME_BUILDER_3_22_3^0
 source=("git://git.gnome.org/gnome-builder#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,7 +31,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-gtk-doc
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


[arch-commits] Commit in (4 files)

2016-11-29 Thread Levente Polyak
Date: Tuesday, November 29, 2016 @ 17:40:00
  Author: anthraxx
Revision: 282330

addpkg: publicsuffix-list 20161129.545.b48ff55-1

Added:
  publicsuffix-list/
  publicsuffix-list/repos/
  publicsuffix-list/trunk/
  publicsuffix-list/trunk/PKGBUILD

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

Added: publicsuffix-list/trunk/PKGBUILD
===
--- publicsuffix-list/trunk/PKGBUILD(rev 0)
+++ publicsuffix-list/trunk/PKGBUILD2016-11-29 17:40:00 UTC (rev 282330)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=publicsuffix-list
+_gitcommit=b48ff55eab9b82ebc88762eed45277448d1f4f79
+pkgver=20161129.545.b48ff55
+pkgrel=1
+pkgdesc='Cross-vendor public domain suffix database'
+url='https://github.com/publicsuffix/list'
+arch=('any')
+license=('custom:MPL2')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/publicsuffix/list#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s.%s" "$(date +%Y%m%d)" \
+"$(git rev-list --count HEAD)" \
+"$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 644 public_suffix_list.dat tests/test_psl.txt -t 
"${pkgdir}/usr/share/publicsuffix"
+  ln -s public_suffix_list.dat 
"${pkgdir}/usr/share/publicsuffix/effective_tld_names.dat"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-29 Thread Sergej Pupykin
Date: Tuesday, November 29, 2016 @ 17:37:31
  Author: spupykin
Revision: 197396

upgpkg: moinmoin 1.9.9-2

upd

Modified:
  moinmoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 16:59:17 UTC (rev 197395)
+++ PKGBUILD2016-11-29 17:37:31 UTC (rev 197396)
@@ -5,7 +5,7 @@
 pkgname=moinmoin
 _xpkgname=moin
 pkgver=1.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A python wiki clone"
 arch=(any)
 url="http://moinmo.in/;
@@ -14,19 +14,24 @@
 conflicts=('moin')
 install=moinmoin.install
 validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393')
-source=(https://static.moinmo.in/files/moin-$pkgver.tar.gz{,.asc})
+source=("https://static.moinmo.in/files/moin-$pkgver.tar.gz"{,.asc}
+   
"$pkgname.patch::https://bitbucket.org/thomaswaldmann/moin-1.9/commits/561b7a9c2bd91b61d26cd8a5f39aa36bf5c6159e/raw;)
 sha256sums=('4397d7760b7ae324d7914ffeb1a9eeb15e09933b61468072acd3c3870351efa4'
-'SKIP')
+'SKIP'
+'55abcbe7356390bbc6b8504012365c9f5c50cbb68cd7ec10632945e37438')
 
-build() {
+prepare() {
   cd "$srcdir"/${_xpkgname}-$pkgver
-
   # python2 fix
   for file in $(find . -name '*.py' -print) wiki/server/*; do
 sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
 sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
+  patch -p1 -i $srcdir/$pkgname.patch
+}
 
+build() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
   python2 setup.py build
 }
 


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

2016-11-29 Thread Sergej Pupykin
Date: Tuesday, November 29, 2016 @ 17:37:42
  Author: spupykin
Revision: 197397

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   75 -
 moinmoin.install |6 ++--
 2 files changed, 44 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 17:37:31 UTC (rev 197396)
+++ PKGBUILD2016-11-29 17:37:42 UTC (rev 197397)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Samuel Mathieson 
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.9
-pkgrel=1
-pkgdesc="A python wiki clone"
-arch=(any)
-url="http://moinmo.in/;
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('32f02a5d0df06b80d889ca6cdc51593e')
-
-build() {
-  cd "$srcdir"/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/${_xpkgname}-$pkgver
-  python2 setup.py install --root="$pkgdir" --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 197396, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 17:37:42 UTC (rev 197397)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Samuel Mathieson 
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.9
+pkgrel=2
+pkgdesc="A python wiki clone"
+arch=(any)
+url="http://moinmo.in/;
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393')
+source=("https://static.moinmo.in/files/moin-$pkgver.tar.gz"{,.asc}
+   
"$pkgname.patch::https://bitbucket.org/thomaswaldmann/moin-1.9/commits/561b7a9c2bd91b61d26cd8a5f39aa36bf5c6159e/raw;)
+sha256sums=('4397d7760b7ae324d7914ffeb1a9eeb15e09933b61468072acd3c3870351efa4'
+'SKIP'
+'55abcbe7356390bbc6b8504012365c9f5c50cbb68cd7ec10632945e37438')
+
+prepare() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+  patch -p1 -i $srcdir/$pkgname.patch
+}
+
+build() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  python2 setup.py install --root="$pkgdir" --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2016-11-29 17:37:31 UTC (rev 197396)
+++ moinmoin.install2016-11-29 17:37:42 UTC (rev 197397)
@@ -1,3 +0,0 @@
-post_install() {
-  echo "Check https://wiki.archlinux.org/index.php/Moinmoin page for 
instructions"
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 197396, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2016-11-29 17:37:42 UTC (rev 197397)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "Check https://wiki.archlinux.org/index.php/Moinmoin page for 
instructions"
+}


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

2016-11-29 Thread Anatol Pomozov
Date: Tuesday, November 29, 2016 @ 16:59:17
  Author: anatolik
Revision: 197395

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

Added:
  android-tools/repos/community-testing-i686/
  android-tools/repos/community-testing-i686/PKGBUILD
(from rev 197394, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-i686/bash_completion.adb
(from rev 197394, android-tools/trunk/bash_completion.adb)
  android-tools/repos/community-testing-i686/bash_completion.fastboot
(from rev 197394, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-i686/build.sh
(from rev 197394, android-tools/trunk/build.sh)
  android-tools/repos/community-testing-i686/fix_build.patch
(from rev 197394, android-tools/trunk/fix_build.patch)
  android-tools/repos/community-testing-i686/generate_build.rb
(from rev 197394, android-tools/trunk/generate_build.rb)
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 197394, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion.adb
(from rev 197394, android-tools/trunk/bash_completion.adb)
  android-tools/repos/community-testing-x86_64/bash_completion.fastboot
(from rev 197394, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-x86_64/build.sh
(from rev 197394, android-tools/trunk/build.sh)
  android-tools/repos/community-testing-x86_64/fix_build.patch
(from rev 197394, android-tools/trunk/fix_build.patch)
  android-tools/repos/community-testing-x86_64/generate_build.rb
(from rev 197394, android-tools/trunk/generate_build.rb)

---+
 community-testing-i686/PKGBUILD   |   47 +
 community-testing-i686/bash_completion.adb|  135 ++
 community-testing-i686/bash_completion.fastboot   |   90 +
 community-testing-i686/build.sh   |   87 +
 community-testing-i686/fix_build.patch|   66 +++
 community-testing-i686/generate_build.rb  |  181 
 community-testing-x86_64/PKGBUILD |   47 +
 community-testing-x86_64/bash_completion.adb  |  135 ++
 community-testing-x86_64/bash_completion.fastboot |   90 +
 community-testing-x86_64/build.sh |   87 +
 community-testing-x86_64/fix_build.patch  |   66 +++
 community-testing-x86_64/generate_build.rb|  181 
 12 files changed, 1212 insertions(+)

Copied: android-tools/repos/community-testing-i686/PKGBUILD (from rev 197394, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-29 16:59:17 UTC (rev 197395)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=7.0.0_r21
+pkgrel=1
+pkgdesc='Android platform tools'
+arch=(i686 x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(openssl pcre)
+optdepends=('python: for mkbootimg script')
+makedepends=(git clang gtest)
+source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/libselinux#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=android-$pkgver
+build.sh # regenerate this file with generate_build.rb tool
+fix_build.patch
+bash_completion.fastboot
+bash_completion.adb) # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  '0328e1423b8148c87f9a7b2974855e46ec3c04a6'
+  '33538c9161c199f1e608d3b8f519adb1cd9d46d5'
+  '7004dbd0c193668827174880de6f8434de8ceaee'
+  '2e69152091bb9642be058e49ec6cb720a2fd91dc')
+
+prepare() {
+  patch -p1 < fix_build.patch
+}
+
+build() {
+  PKGVER=$pkgver sh ./build.sh
+}
+
+package(){
+  install -m755 -d "$pkgdir"/usr/bin
+  install -m755 -t "$pkgdir"/usr/bin fastboot adb core/mkbootimg/mkbootimg
+  install -Dm 644 bash_completion.fastboot 
"$pkgdir"/usr/share/bash-completion/completions/fastboot
+  #adb completion is provided by bash-completion file now
+  #install -Dm 644 bash_completion.adb 
"$pkgdir"/usr/share/bash-completion/completions/adb
+}

Copied: android-tools/repos/community-testing-i686/bash_completion.adb (from 
rev 197394, android-tools/trunk/bash_completion.adb)
===
--- community-testing-i686/bash_completion.adb  

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

2016-11-29 Thread Anatol Pomozov
Date: Tuesday, November 29, 2016 @ 16:58:17
  Author: anatolik
Revision: 197394

upgpkg: android-tools 7.0.0_r21-1

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 15:59:43 UTC (rev 197393)
+++ PKGBUILD2016-11-29 16:58:17 UTC (rev 197394)
@@ -4,7 +4,7 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=7.0.0_r1
+pkgver=7.0.0_r21
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)
@@ -11,6 +11,7 @@
 url='http://tools.android.com/'
 license=(Apache MIT)
 depends=(openssl pcre)
+optdepends=('python: for mkbootimg script')
 makedepends=(git clang gtest)
 
source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
 
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver


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

2016-11-29 Thread Nicola Squartini
Date: Tuesday, November 29, 2016 @ 15:58:11
  Author: tensor5
Revision: 197392

upgpkg: electron 1.4.10-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 15:37:27 UTC (rev 197391)
+++ PKGBUILD2016-11-29 15:58:11 UTC (rev 197392)
@@ -3,8 +3,8 @@
 
 _chromiumver=53.0.2785.143
 pkgname=electron
-pkgver=1.4.8
-pkgrel=2
+pkgver=1.4.10
+pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('i686' 'x86_64')
 url='http://electron.atom.io/'


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

2016-11-29 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 15:37:27
  Author: felixonmars
Revision: 197391

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

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

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

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

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

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

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 197390, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-29 15:37:27 UTC (rev 197391)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')

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

2016-11-29 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 15:37:00
  Author: felixonmars
Revision: 197390

upgpkg: deepin-file-manager 1:1.3.1-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 14:46:02 UTC (rev 197389)
+++ PKGBUILD2016-11-29 15:37:00 UTC (rev 197390)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'


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

2016-11-29 Thread Jan de Groot
Date: Tuesday, November 29, 2016 @ 15:29:49
  Author: jgc
Revision: 282329

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-29 15:29:44 UTC (rev 282328)
+++ testing-i686/PKGBUILD   2016-11-29 15:29:49 UTC (rev 282329)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.10.1+3+g0e839d0
-pkgrel=2
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker;
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca networkmanager
- gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
- libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
- libosinfo libcue libstemmer git gtk-doc libgrss)
-options=('!emptydirs')
-_commit=0e839d0ffe08a01237b4f6b8357ea6246801cf82  # tracker-1.10
-source=("git://git.gnome.org/tracker#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---disable-miner-user-guides \
---enable-libflac \
---enable-libvorbis \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_tracker() {
-  depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
-   networkmanager gtk3 libmediaart libgxps taglib flac libvorbis 
totem-plparser
-   gst-plugins-base-libs giflib libgrss gvfs)
-  optdepends=("nautilus: edit files' tracker tags")
-  groups=('gnome')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
-}
-
-package_libtracker-sparql() {
-  pkgdesc="$pkgdesc (SPARQL library)"
-  depends=(sqlite icu glib2 libffi pcre util-linux libstemmer)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql install
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend install
-}

Copied: tracker/repos/testing-i686/PKGBUILD (from rev 282328, 
tracker/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-29 15:29:49 UTC (rev 282329)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.10.1+11+g630668d
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca networkmanager
+ gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
+ libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
+ libosinfo libcue libstemmer git gtk-doc libgrss)
+options=('!emptydirs')
+_commit=630668db28ed1f0facdb337900541d84beb965ca  # tracker-1.10
+source=("git://git.gnome.org/tracker#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd 

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

2016-11-29 Thread Jan de Groot
Date: Tuesday, November 29, 2016 @ 15:29:44
  Author: jgc
Revision: 282328

upgpkg: tracker 1.10.1+11+g630668d-1

Update to last branch snapshot, fixes FLAC indexing

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 13:01:01 UTC (rev 282327)
+++ PKGBUILD2016-11-29 15:29:44 UTC (rev 282328)
@@ -5,8 +5,8 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.10.1+3+g0e839d0
-pkgrel=2
+pkgver=1.10.1+11+g630668d
+pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker;
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
  libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
  libosinfo libcue libstemmer git gtk-doc libgrss)
 options=('!emptydirs')
-_commit=0e839d0ffe08a01237b4f6b8357ea6246801cf82  # tracker-1.10
+_commit=630668db28ed1f0facdb337900541d84beb965ca  # tracker-1.10
 source=("git://git.gnome.org/tracker#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-11-29 Thread Bartłomiej Piotrowski
Date: Tuesday, November 29, 2016 @ 14:46:02
  Author: bpiotrowski
Revision: 197389

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

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

--+
 /PKGBUILD|  182 +
 /syncthing-relaysrv.install  |8 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   24 +++
 community-i686/PKGBUILD  |   91 
 community-i686/syncthing-relaysrv.install|4 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |   12 -
 community-x86_64/PKGBUILD|   91 
 community-x86_64/syncthing-relaysrv.install  |4 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |   12 -
 18 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 14:45:38 UTC (rev 197388)
+++ community-i686/PKGBUILD 2016-11-29 14:46:02 UTC (rev 197389)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.12
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('65cc5662923d9e211d362d764a6ae419023e83622b74678c816ab0a5083c9f91'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  

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

2016-11-29 Thread Bartłomiej Piotrowski
Date: Tuesday, November 29, 2016 @ 14:45:38
  Author: bpiotrowski
Revision: 197388

upgpkg: syncthing 0.14.13-1

new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 13:37:33 UTC (rev 197387)
+++ PKGBUILD2016-11-29 14:45:38 UTC (rev 197388)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.12
+pkgver=0.14.13
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('65cc5662923d9e211d362d764a6ae419023e83622b74678c816ab0a5083c9f91'
+sha256sums=('f1190173f2ba2f341920faf7aa1a05af775bac6cd4cff0f003c4b0831022c67d'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2016-11-29 Thread Jonathan Steel
Date: Tuesday, November 29, 2016 @ 13:37:21
  Author: jsteel
Revision: 197386

upgpkg: monitoring-plugins 2.2-1

Modified:
  monitoring-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 12:58:20 UTC (rev 197385)
+++ PKGBUILD2016-11-29 13:37:21 UTC (rev 197386)
@@ -2,8 +2,8 @@
 # Contributor: Idares 
 
 pkgname=monitoring-plugins
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other 
monitoring applications"
 arch=('i686' 'x86_64')
 url="http://www.monitoring-plugins.org;
@@ -20,7 +20,7 @@
 conflicts=('nagios-plugins')
 replaces=('nagios-plugins')
 source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('4a210f7db012571ea58e214cef74f612')
+md5sums=('549e243ba1fb5c5b3be3a86961de40a7')
 
 build() {
   cd $pkgname-$pkgver
@@ -37,7 +37,7 @@
 
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 
   for i in ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog \
 FAQ NEWS README REQUIREMENTS SUPPORT THANKS; do


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

2016-11-29 Thread Jonathan Steel
Date: Tuesday, November 29, 2016 @ 13:37:33
  Author: jsteel
Revision: 197387

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

Added:
  monitoring-plugins/repos/community-testing-i686/
  monitoring-plugins/repos/community-testing-i686/PKGBUILD
(from rev 197386, monitoring-plugins/trunk/PKGBUILD)
  monitoring-plugins/repos/community-testing-x86_64/
  monitoring-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 197386, monitoring-plugins/trunk/PKGBUILD)

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

Copied: monitoring-plugins/repos/community-testing-i686/PKGBUILD (from rev 
197386, monitoring-plugins/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-29 13:37:33 UTC (rev 197387)
@@ -0,0 +1,46 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Idares 
+
+pkgname=monitoring-plugins
+pkgver=2.2
+pkgrel=1
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other 
monitoring applications"
+arch=('i686' 'x86_64')
+url="http://www.monitoring-plugins.org;
+license=('GPL3')
+makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'libmariadbclient'
+  'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
+  'inetutils' 'postfix' 'perl-net-snmp')
+optdepends=('net-snmp: for SNMP checking'
+  'postgresql-libs: for check_pgsql'
+  'libmariadbclient: for check_mysql_query and check_mysql'
+  'libdbi: for check_dbi'
+  'libldap: for check_ldap')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('549e243ba1fb5c5b3be3a86961de40a7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins \
+--with-ping-command='/usr/bin/ping -4 -n -U -w %d -c %d %s' \
+--with-ping6-command='/usr/bin/ping -6 -n -U -w %d -c %d %s'
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  for i in ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog \
+FAQ NEWS README REQUIREMENTS SUPPORT THANKS; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Copied: monitoring-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 
197386, monitoring-plugins/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-29 13:37:33 UTC (rev 197387)
@@ -0,0 +1,46 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Idares 
+
+pkgname=monitoring-plugins
+pkgver=2.2
+pkgrel=1
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other 
monitoring applications"
+arch=('i686' 'x86_64')
+url="http://www.monitoring-plugins.org;
+license=('GPL3')
+makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'libmariadbclient'
+  'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
+  'inetutils' 'postfix' 'perl-net-snmp')
+optdepends=('net-snmp: for SNMP checking'
+  'postgresql-libs: for check_pgsql'
+  'libmariadbclient: for check_mysql_query and check_mysql'
+  'libdbi: for check_dbi'
+  'libldap: for check_ldap')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('549e243ba1fb5c5b3be3a86961de40a7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins \
+--with-ping-command='/usr/bin/ping -4 -n -U -w %d -c %d %s' \
+--with-ping6-command='/usr/bin/ping -6 -n -U -w %d -c %d %s'
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  for i in ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog \
+FAQ NEWS README REQUIREMENTS SUPPORT THANKS; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}


[arch-commits] Commit in (2 files)

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 13:01:01
  Author: arojas
Revision: 282327

telepathy-qt5 -> telepathy-qt

Modified:
  telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD
  telepathy-kde-approver/kde-unstable/PKGBUILD

--+
 telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD |2 +-
 telepathy-kde-approver/kde-unstable/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD
===
--- telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD2016-11-29 12:59:44 UTC 
(rev 282326)
+++ telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD2016-11-29 13:01:01 UTC 
(rev 282327)
@@ -12,7 +12,7 @@
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
 groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-providers')
+depends=('telepathy-qt' 'kaccounts-providers')
 makedepends=('extra-cmake-modules' 'intltool' 'python')
 optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple'
 'telepathy-morse: Telegram accounts support')

Modified: telepathy-kde-approver/kde-unstable/PKGBUILD
===
--- telepathy-kde-approver/kde-unstable/PKGBUILD2016-11-29 12:59:44 UTC 
(rev 282326)
+++ telepathy-kde-approver/kde-unstable/PKGBUILD2016-11-29 13:01:01 UTC 
(rev 282327)
@@ -12,7 +12,7 @@
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
 groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'knotifications' 'kservice')
+depends=('telepathy-qt' 'knotifications' 'kservice')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 
source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
 md5sums=('854dd39bce50b8f8d035d63bcd886f93'


[arch-commits] Commit in telepathy-logger-qt/trunk (PKGBUILD)

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:59:44
  Author: arojas
Revision: 282326

telepathy-qt5 -> telepathy-qt

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 12:35:59 UTC (rev 282325)
+++ PKGBUILD2016-11-29 12:59:44 UTC (rev 282326)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 
url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
 license=('GPL')
-depends=('telepathy-qt5' 'telepathy-logger')
+depends=('telepathy-qt' 'telepathy-logger')
 makedepends=('extra-cmake-modules' 'doxygen' 'python2')
 
source=("http://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz;)
 sha1sums=('3f71e607980b601b46ff45be6e72d066926fc912')
@@ -20,7 +20,7 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_LIBDIR=lib \
 -DPYTHON_EXECUTABLE=/usr/bin/python2
   make
 }


[arch-commits] Commit in (choqok/trunk/PKGBUILD telepathy-morse/trunk/PKGBUILD)

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:58:20
  Author: arojas
Revision: 197385

telepathy-qt5 -> telepathy-qt

Modified:
  choqok/trunk/PKGBUILD
  telepathy-morse/trunk/PKGBUILD

+
 choqok/trunk/PKGBUILD  |4 ++--
 telepathy-morse/trunk/PKGBUILD |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: choqok/trunk/PKGBUILD
===
--- choqok/trunk/PKGBUILD   2016-11-29 12:48:35 UTC (rev 197384)
+++ choqok/trunk/PKGBUILD   2016-11-29 12:58:20 UTC (rev 197385)
@@ -12,8 +12,8 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 
'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'telepathy-qt5' 'kdoctools' 'python')
-optdepends=('telepathy-qt5: IMstatus plugin')
+makedepends=('extra-cmake-modules' 'telepathy-qt' 'kdoctools' 'python')
+optdepends=('telepathy-qt: IMstatus plugin')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
 md5sums=('f61ff13a748a78bb01433c5419c7cc13'
  'SKIP')

Modified: telepathy-morse/trunk/PKGBUILD
===
--- telepathy-morse/trunk/PKGBUILD  2016-11-29 12:48:35 UTC (rev 197384)
+++ telepathy-morse/trunk/PKGBUILD  2016-11-29 12:58:20 UTC (rev 197385)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url="https://github.com/TelepathyQt/telepathy-morse;
 license=(GPL)
-depends=(telepathy-qt5 telegram-qt)
+depends=(telepathy-qt telegram-qt)
 makedepends=(cmake)
 
source=("https://github.com/TelepathyQt/telepathy-morse/archive/$pkgname-$pkgver.tar.gz;)
 md5sums=('3e3250e6fca470546bb26eff76ff6d10')


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

2016-11-29 Thread Johannes Löthberg
Date: Tuesday, November 29, 2016 @ 12:48:21
  Author: demize
Revision: 197383

upgpkg: haproxy 1.7.0-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 12:16:39 UTC (rev 197382)
+++ PKGBUILD2016-11-29 12:48:21 UTC (rev 197383)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.6.10
+pkgver=1.7.0
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -20,7 +20,7 @@
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
 
-md5sums=('6d47461c008b823a0088d19ec30dbe4e'
+md5sums=('ab6e169aeb1b53364aacda80c904398a'
  '02241a8ca257d12f7eb131e2d7da3f3b')
 
 prepare() {


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

2016-11-29 Thread Johannes Löthberg
Date: Tuesday, November 29, 2016 @ 12:48:35
  Author: demize
Revision: 197384

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 197383, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 197383, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 197383, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 197383, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 197383, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 197383, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  140 +
 /haproxy.cfg |   98 +
 /haproxy.install |   24 ++
 community-i686/PKGBUILD  |   70 --
 community-i686/haproxy.cfg   |   49 
 community-i686/haproxy.install   |   12 ---
 community-x86_64/PKGBUILD|   70 --
 community-x86_64/haproxy.cfg |   49 
 community-x86_64/haproxy.install |   12 ---
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 12:48:21 UTC (rev 197383)
+++ community-i686/PKGBUILD 2016-11-29 12:48:35 UTC (rev 197384)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.6.10
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('6d47461c008b823a0088d19ec30dbe4e'
- '02241a8ca257d12f7eb131e2d7da3f3b')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 197383, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-29 12:48:35 UTC (rev 197384)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.7.0
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('ab6e169aeb1b53364aacda80c904398a'
+ '02241a8ca257d12f7eb131e2d7da3f3b')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib 

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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:35:59
  Author: arojas
Revision: 282325

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

Added:
  telepathy-qt/repos/extra-i686/PKGBUILD
(from rev 282324, telepathy-qt/trunk/PKGBUILD)
  telepathy-qt/repos/extra-x86_64/PKGBUILD
(from rev 282324, telepathy-qt/trunk/PKGBUILD)
Deleted:
  telepathy-qt/repos/extra-i686/PKGBUILD
  telepathy-qt/repos/extra-i686/glibc-2.20.patch
  telepathy-qt/repos/extra-x86_64/PKGBUILD
  telepathy-qt/repos/extra-x86_64/glibc-2.20.patch

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   65 --
 extra-i686/glibc-2.20.patch   |   25 ---
 extra-x86_64/PKGBUILD |   65 --
 extra-x86_64/glibc-2.20.patch |   25 ---
 5 files changed, 84 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 12:35:24 UTC (rev 282324)
+++ extra-i686/PKGBUILD 2016-11-29 12:35:59 UTC (rev 282325)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ionut Biru 
-
-pkgbase=telepathy-qt
-pkgname=(telepathy-qt4 telepathy-qt5)
-pkgver=0.9.7
-pkgrel=1
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org/wiki/;
-license=(LGPL)
-makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
-options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc})
-md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
- 'SKIP')
-validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
-
-prepare() {
-  mkdir build{,-qt4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DDESIRED_QT_VERSION=5 \
--DENABLE_EXAMPLES=OFF \
--DENABLE_TESTS=OFF
-  make
-  cd ..
-
-  cd build-qt4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DDESIRED_QT_VERSION=4 \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--DENABLE_EXAMPLES=OFF \
--DENABLE_TESTS=OFF
-  make
-}
-
-package_telepathy-qt4() {
-  pkgdesc="A library for Qt4-based Telepathy clients"
-  depends=(qt4 telepathy-farstream)
-  conflicts=(telepathy-qt)
-  replaces=(telepathy-qt)
-  provides=(telepathy-qt)
-
-  cd build-qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_telepathy-qt5() {
-  pkgdesc="A library for Qt5-based Telepathy clients"
-  depends=(qt5-base telepathy-farstream)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-qt/repos/extra-i686/PKGBUILD (from rev 282324, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 12:35:59 UTC (rev 282325)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ionut Biru 
+
+pkgname=telepathy-qt
+pkgver=0.9.7
+pkgrel=1
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org/wiki/;
+license=(LGPL)
+pkgdesc="A library for Qt-based Telepathy clients"
+depends=(qt5-base telepathy-farstream)
+makedepends=(cmake doxygen python2 qt5-tools)
+conflicts=(telepathy-qt5)
+provides=(telepathy-qt5)
+replaces=(telepathy-qt5)
+source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
+ 'SKIP')
+validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DDESIRED_QT_VERSION=5 \
+-DENABLE_EXAMPLES=OFF \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/glibc-2.20.patch
===
--- extra-i686/glibc-2.20.patch 2016-11-29 12:35:24 UTC (rev 282324)
+++ extra-i686/glibc-2.20.patch 2016-11-29 12:35:59 UTC (rev 282325)
@@ -1,25 +0,0 @@
-From 2a460afdbd0cb39d8dcecaf6cea5ce9ce7d3216b Mon Sep 17 00:00:00 2001
-From: Niels Ole Salscheider 
-Date: Fri, 5 Jun 2015 12:47:13 +0200
-Subject: CMake: Fixed deprecated _BSD_SOURCE.
-
-Since glibc-2.20 _DEFAULT_SOURCE definition is also required.
-
-Reviewed-by: Alexandr Akulich
-
-diff --git a/cmake/modules/TelepathyDefaults.cmake 
b/cmake/modules/TelepathyDefaults.cmake
-index d34b24d..dc98697 100644
 

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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:35:24
  Author: arojas
Revision: 282324

Drop qt4 support

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 11:30:15 UTC (rev 282323)
+++ PKGBUILD2016-11-29 12:35:24 UTC (rev 282324)
@@ -3,27 +3,30 @@
 # Contributor: Andrea Scarpino 
 # Contributor: Ionut Biru 
 
-pkgbase=telepathy-qt
-pkgname=(telepathy-qt4 telepathy-qt5)
+pkgname=telepathy-qt
 pkgver=0.9.7
 pkgrel=1
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/;
 license=(LGPL)
-makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
-options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc})
+pkgdesc="A library for Qt-based Telepathy clients"
+depends=(qt5-base telepathy-farstream)
+makedepends=(cmake doxygen python2 qt5-tools)
+conflicts=(telepathy-qt5)
+provides=(telepathy-qt5)
+replaces=(telepathy-qt5)
+source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
  'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
-  mkdir build{,-qt4}
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../$pkgbase-$pkgver \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
@@ -31,35 +34,9 @@
 -DENABLE_EXAMPLES=OFF \
 -DENABLE_TESTS=OFF
   make
-  cd ..
-
-  cd build-qt4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DDESIRED_QT_VERSION=4 \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--DENABLE_EXAMPLES=OFF \
--DENABLE_TESTS=OFF
-  make
 }
 
-package_telepathy-qt4() {
-  pkgdesc="A library for Qt4-based Telepathy clients"
-  depends=(qt4 telepathy-farstream)
-  conflicts=(telepathy-qt)
-  replaces=(telepathy-qt)
-  provides=(telepathy-qt)
-
-  cd build-qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_telepathy-qt5() {
-  pkgdesc="A library for Qt5-based Telepathy clients"
-  depends=(qt5-base telepathy-farstream)
-
+package() {
   cd build
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in (rekonq)

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:16:09
  Author: arojas
Revision: 197380

Drop rekonq

- dead upstream
- uses insecure qtwebkit
- depends on qt4-qoauth, which conflicts with qt5 version

Deleted:
  rekonq/


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:13:23
  Author: arojas
Revision: 197377

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

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

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

Copied: choqok/repos/community-staging-i686/PKGBUILD (from rev 197376, 
choqok/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-29 12:13:23 UTC (rev 197377)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Peter Richard Lewis 
+# Contributor: Andrea Scarpino 
+# Contributor: Emanuele Rossi 
+# Contributor: Bram Schoenmakers 
+
+pkgname=choqok
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
+url='http://choqok.gnufolks.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'telepathy-qt5' 'kdoctools' 'python')
+optdepends=('telepathy-qt5: IMstatus plugin')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('f61ff13a748a78bb01433c5419c7cc13'
+ 'SKIP')
+validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino 

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

Copied: choqok/repos/community-staging-x86_64/PKGBUILD (from rev 197376, 
choqok/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-29 12:13:23 UTC (rev 197377)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Peter Richard Lewis 
+# Contributor: Andrea Scarpino 
+# Contributor: Emanuele Rossi 
+# Contributor: Bram Schoenmakers 
+
+pkgname=choqok
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
+url='http://choqok.gnufolks.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'telepathy-qt5' 'kdoctools' 'python')
+optdepends=('telepathy-qt5: IMstatus plugin')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('f61ff13a748a78bb01433c5419c7cc13'
+ 'SKIP')
+validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino 

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


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:12:52
  Author: arojas
Revision: 197376

Update to 1.6.0

Modified:
  choqok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 11:51:33 UTC (rev 197375)
+++ PKGBUILD2016-11-29 12:12:52 UTC (rev 197376)
@@ -1,25 +1,26 @@
 # $Id$
-# Maintainer: Peter Richard Lewis 
+# Contributor: Peter Richard Lewis 
 # Contributor: Andrea Scarpino 
 # Contributor: Emanuele Rossi 
 # Contributor: Bram Schoenmakers 
 
 pkgname=choqok
-pkgver=1.5
-pkgrel=5
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
 url='http://choqok.gnufolks.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'qjson' 'qoauth')
-makedepends=('cmake' 'automoc4' 'telepathy-qt')
-optdepends=('kdebase-konqueror: proxy support'
-'telepathy-qt: IMstatus plugin')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f2efdd76199f8276e8ac2f76dc600596')
+depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'telepathy-qt5' 'kdoctools' 'python')
+optdepends=('telepathy-qt5: IMstatus plugin')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('f61ff13a748a78bb01433c5419c7cc13'
+ 'SKIP')
+validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino 

 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
@@ -26,7 +27,9 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
   make
 }
 


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 11:51:33
  Author: arojas
Revision: 197375

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

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

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

Copied: qoauth/repos/community-staging-i686/PKGBUILD (from rev 197374, 
qoauth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-29 11:51:33 UTC (rev 197375)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Peter Richard Lewis 
+
+pkgname=qoauth
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Support with OAuth-powered network services"
+url='http://github.com/ayoy/qoauth'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(qca-qt5)
+source=($pkgname-$pkgver::"https://github.com/ayoy/qoauth/archive/v$pkgver.tar.gz;)
+md5sums=('a30ab54144bcdb5b5adaf4d45b59a7d4')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Install libraries in /usr/lib/
+  sed -i 's|lib64|lib|' src/src.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qoauth/repos/community-staging-x86_64/PKGBUILD (from rev 197374, 
qoauth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-29 11:51:33 UTC (rev 197375)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Peter Richard Lewis 
+
+pkgname=qoauth
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Support with OAuth-powered network services"
+url='http://github.com/ayoy/qoauth'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(qca-qt5)
+source=($pkgname-$pkgver::"https://github.com/ayoy/qoauth/archive/v$pkgver.tar.gz;)
+md5sums=('a30ab54144bcdb5b5adaf4d45b59a7d4')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Install libraries in /usr/lib/
+  sed -i 's|lib64|lib|' src/src.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 11:50:37
  Author: arojas
Revision: 197374

Update to 2.0.0

Modified:
  qoauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 10:38:03 UTC (rev 197373)
+++ PKGBUILD2016-11-29 11:50:37 UTC (rev 197374)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Peter Richard Lewis 
 
 pkgname=qoauth
-pkgver=1.0.1
-pkgrel=7
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Support with OAuth-powered network services"
 url='http://github.com/ayoy/qoauth'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('qca-qt4')
-makedepends=('cmake' 'automoc4')
+license=(GPL)
+arch=(i686 x86_64)
+depends=(qca-qt5)
 
source=($pkgname-$pkgver::"https://github.com/ayoy/qoauth/archive/v$pkgver.tar.gz;)
-md5sums=('255121fc0070a1fbed83703e39111ce4')
+md5sums=('a30ab54144bcdb5b5adaf4d45b59a7d4')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   # Install libraries in /usr/lib/
   sed -i 's|lib64|lib|' src/src.pro
@@ -22,12 +22,12 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
-  qmake-qt4
+  cd $pkgname-$pkgver
+  qmake
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
 }


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

2016-11-29 Thread Jan Steffens
Date: Tuesday, November 29, 2016 @ 11:30:15
  Author: heftig
Revision: 282323

1.10.14-1

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 09:10:47 UTC (rev 282322)
+++ PKGBUILD2016-11-29 11:30:15 UTC (rev 282323)
@@ -6,7 +6,7 @@
 
 pkgbase=dbus
 pkgname=(dbus dbus-docs)
-pkgver=1.10.12
+pkgver=1.10.14
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="https://wiki.freedesktop.org/www/Software/dbus/;
@@ -13,23 +13,28 @@
 arch=(i686 x86_64)
 license=(GPL custom)
 depends=(libsystemd expat)
-makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen)
-source=(https://dbus.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc}
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=449d6b313d2023360cf0af063cf23232901dd00b  # tags/dbus-1.10.14^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;
 0001-Drop-Install-sections-from-user-services.patch)
-sha256sums=('210a79430b276eafc6406c71705e9140d25b9956d18068df98a70156dc0e475d'
-'SKIP'
+sha256sums=('SKIP'
 '48135124680bd9ea2d7d2bd2a9f457608d97bd9aa7cb4f4396e26a1c2c91af3e')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

   '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

 
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
 prepare() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   patch -Np1 -i ../0001-Drop-Install-sections-from-user-services.patch
-  autoreconf -fvi
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
   --with-system-pid-file=/run/dbus/pid \
@@ -43,7 +48,7 @@
 }
 
 check() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   make check
 }
 
@@ -52,7 +57,7 @@
   conflicts=(libdbus)
   replaces=(libdbus)
 
-  cd $pkgbase-$pkgver
+  cd $pkgbase
 
   make DESTDIR="$pkgdir" install
 


[arch-commits] Commit in wine/repos/multilib-x86_64 (4 files)

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:38:03
  Author: svenstaro
Revision: 197373

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 197372, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 197372, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-11-29 10:37:32 UTC (rev 197372)
+++ 30-win32-aliases.conf   2016-11-29 10:38:03 UTC (rev 197373)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 197372, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-11-29 10:38:03 UTC (rev 197373)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 10:37:32 UTC (rev 197372)
+++ PKGBUILD2016-11-29 10:38:03 UTC (rev 197373)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.23
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('8fe86ae157986a38e4883639e4c900f30af6967e'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

[arch-commits] Commit in wine/repos/community-i686 (4 files)

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:37:32
  Author: svenstaro
Revision: 197372

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 197371, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 197371, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-11-29 10:37:24 UTC (rev 197371)
+++ 30-win32-aliases.conf   2016-11-29 10:37:32 UTC (rev 197372)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 197371, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-11-29 10:37:32 UTC (rev 197372)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 10:37:24 UTC (rev 197371)
+++ PKGBUILD2016-11-29 10:37:32 UTC (rev 197372)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.23
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('8fe86ae157986a38e4883639e4c900f30af6967e'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:37:24
  Author: svenstaro
Revision: 197371

upgpkg: wine 1.9.24-1

upstream release 1.9.24

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 10:29:27 UTC (rev 197370)
+++ PKGBUILD2016-11-29 10:37:24 UTC (rev 197371)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.23
+pkgver=1.9.24
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('8fe86ae157986a38e4883639e4c900f30af6967e'
+sha1sums=('1dbc0fb62b8ae63a92aef752cf8cd9d1b6d999e3'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


[arch-commits] Commit in deepin-control-center/repos (4 files)

2016-11-29 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 10:29:27
  Author: felixonmars
Revision: 197370

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 197369, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 197369, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 10:29:04 UTC (rev 197369)
+++ community-i686/PKGBUILD 2016-11-29 10:29:27 UTC (rev 197370)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.23
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 197369, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-29 10:29:27 UTC (rev 197370)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.24
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-29 10:29:04 UTC (rev 197369)
+++ community-x86_64/PKGBUILD   2016-11-29 10:29:27 UTC (rev 197370)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.23
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 197369, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2016-11-29 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 10:29:04
  Author: felixonmars
Revision: 197369

upgpkg: deepin-control-center 3.0.24-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 10:27:37 UTC (rev 197368)
+++ PKGBUILD2016-11-29 10:29:04 UTC (rev 197369)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=3.0.23
+pkgver=3.0.24
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (2 files)

2016-11-29 Thread Levente Polyak
Date: Tuesday, November 29, 2016 @ 10:27:20
  Author: anthraxx
Revision: 197367

archrelease: copy trunk to multilib-x86_64

Added:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
(from rev 197366, steam-native-runtime/trunk/PKGBUILD)
Deleted:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 10:27:13 UTC (rev 197366)
+++ PKGBUILD2016-11-29 10:27:20 UTC (rev 197367)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.52
-pkgrel=8
-pkgdesc='Native replacement for the Steam runtime'
-arch=('i686' 'x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
- 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
- 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
- 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm'
- 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
- 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
- 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
- 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
- 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
- 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
- 'sdl_ttf' 'vulkan-icd-loader')
-depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
-'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
-'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
-'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libappindicator-gtk2' 'lib32-libcaca'
-'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
-'lib32-libcurl-gnutls' 'lib32-dbus' 'lib32-libdrm'
-'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'
-'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
-'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora'
-'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
-'lib32-libvorbis' 'lib32-libvpx1.3' 'lib32-libwrap'
-'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft'
-'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu'
-'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
-'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
-'lib32-sdl_mixer' 'lib32-sdl_ttf')
-replaces=('steam-libs')
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 197366, 
steam-native-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 10:27:20 UTC (rev 197367)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.52
+pkgrel=9
+pkgdesc='Native replacement for the Steam runtime'
+arch=('i686' 'x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'freeglut' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
+ 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
+ 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
+ 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
+ 'sdl_ttf' 'vulkan-icd-loader' 'librsvg')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
+'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
+'lib32-freetype2' 'lib32-freeglut' 'lib32-gconf'
+'lib32-gdk-pixbuf2' 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu'
+'lib32-gtk2' 'lib32-libappindicator-gtk2' 'lib32-libcaca'
+ 

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

2016-11-29 Thread Levente Polyak
Date: Tuesday, November 29, 2016 @ 10:27:13
  Author: anthraxx
Revision: 197366

upgpkg: steam-native-runtime 1.0.0.52-9

adding freeglut and librsvg

Modified:
  steam-native-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 10:19:56 UTC (rev 197365)
+++ PKGBUILD2016-11-29 10:27:13 UTC (rev 197366)
@@ -1,16 +1,15 @@
-# $Id$
 # Maintainer: Maxime Gauduin 
 # Maintainer: Levente Polyak 
 
 pkgname=steam-native-runtime
 pkgver=1.0.0.52
-pkgrel=8
+pkgrel=9
 pkgdesc='Native replacement for the Steam runtime'
 arch=('i686' 'x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
 license=('None')
 depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
- 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'fontconfig' 'freetype2' 'freeglut' 'gconf' 'gdk-pixbuf2' 'glew1.10'
  'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
  'libcups' 'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm'
  'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
@@ -19,12 +18,12 @@
  'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
  'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
  'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
- 'sdl_ttf' 'vulkan-icd-loader')
+ 'sdl_ttf' 'vulkan-icd-loader' 'librsvg')
 depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
-'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
-'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libappindicator-gtk2' 'lib32-libcaca'
+'lib32-freetype2' 'lib32-freeglut' 'lib32-gconf'
+'lib32-gdk-pixbuf2' 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu'
+'lib32-gtk2' 'lib32-libappindicator-gtk2' 'lib32-libcaca'
 'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
 'lib32-libcurl-gnutls' 'lib32-dbus' 'lib32-libdrm'
 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'


[arch-commits] Commit in steam-native-runtime/repos/community-i686 (PKGBUILD PKGBUILD)

2016-11-29 Thread Levente Polyak
Date: Tuesday, November 29, 2016 @ 10:27:37
  Author: anthraxx
Revision: 197368

archrelease: copy trunk to community-i686

Added:
  steam-native-runtime/repos/community-i686/PKGBUILD
(from rev 197367, steam-native-runtime/trunk/PKGBUILD)
Deleted:
  steam-native-runtime/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 10:27:20 UTC (rev 197367)
+++ PKGBUILD2016-11-29 10:27:37 UTC (rev 197368)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.52
-pkgrel=8
-pkgdesc='Native replacement for the Steam runtime'
-arch=('i686' 'x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
- 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
- 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
- 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm'
- 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
- 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
- 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
- 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
- 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
- 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
- 'sdl_ttf' 'vulkan-icd-loader')
-depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
-'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
-'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
-'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libappindicator-gtk2' 'lib32-libcaca'
-'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
-'lib32-libcurl-gnutls' 'lib32-dbus' 'lib32-libdrm'
-'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'
-'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
-'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora'
-'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
-'lib32-libvorbis' 'lib32-libvpx1.3' 'lib32-libwrap'
-'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft'
-'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu'
-'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
-'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
-'lib32-sdl_mixer' 'lib32-sdl_ttf')
-replaces=('steam-libs')
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 197367, 
steam-native-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 10:27:37 UTC (rev 197368)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.52
+pkgrel=9
+pkgdesc='Native replacement for the Steam runtime'
+arch=('i686' 'x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'freeglut' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
+ 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
+ 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
+ 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
+ 'sdl_ttf' 'vulkan-icd-loader' 'librsvg')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
+'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
+'lib32-freetype2' 'lib32-freeglut' 'lib32-gconf'
+'lib32-gdk-pixbuf2' 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu'
+'lib32-gtk2' 'lib32-libappindicator-gtk2' 'lib32-libcaca'
+ 

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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:19:38
  Author: svenstaro
Revision: 197364

upgpkg: gitlab 8.14.1-1

upstream release 8.14.1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 10:06:28 UTC (rev 197363)
+++ PKGBUILD2016-11-29 10:19:38 UTC (rev 197364)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.14.0
+pkgver=8.14.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('52b7b48324b2e399273c65a73116652747fbd07c6a26e33dfa40f549b7c00d64'
+sha256sums=('d76006dd64eb25ed3dbaf705a7dfe41ddfb470195bcf98c055987aa74610'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 '3f64de78d1221a0ddf75baed19d1706c625c143701d30ad918f15231aeecfb4f'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:06:20
  Author: svenstaro
Revision: 197362

upgpkg: lib32-libpcap 1.8.1-1

upstream release 1.8.1

Modified:
  lib32-libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 10:05:21 UTC (rev 197361)
+++ PKGBUILD2016-11-29 10:06:20 UTC (rev 197362)
@@ -5,7 +5,7 @@
 
 _pkgbasename=libpcap
 pkgname=lib32-libpcap
-pkgver=1.7.4
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="A system-independent interface for user-level packet capture (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' "${_pkgbasename}")
 makedepends=('flex')
 source=("http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
-sha256sums=('7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0'
+sha256sums=('673dbc69fdc3f5a86fb5759ab19899039a8e5e6c631749e48dcd9c6f0c83541e'
 'SKIP')
 validpgpkeys=(1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D)
 


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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:06:28
  Author: svenstaro
Revision: 197363

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 10:06:20 UTC (rev 197362)
+++ PKGBUILD2016-11-29 10:06:28 UTC (rev 197363)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christian Hesse 
-# Contributor: Bill Fraser 
-# Contributor: Thomas Bächler 
-
-_pkgbasename=libpcap
-pkgname=lib32-libpcap
-pkgver=1.7.4
-pkgrel=1
-pkgdesc="A system-independent interface for user-level packet capture (32-bit)"
-arch=('x86_64')
-url="http://www.tcpdump.org/;
-license=('BSD')
-depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' "${_pkgbasename}")
-makedepends=('flex')
-source=("http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
-sha256sums=('7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0'
-'SKIP')
-validpgpkeys=(1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D)
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd ${srcdir}/${_pkgbasename}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --libdir=/usr/lib32 \
-   --enable-ipv6 \
-   --enable-bluetooth=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/lib32/libpcap.a
-   rm -rf ${pkgdir}/usr/{include,share,bin}
-
-   mkdir -p "${pkgdir}/usr/share/licenses"
-   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: lib32-libpcap/repos/multilib-x86_64/PKGBUILD (from rev 197362, 
lib32-libpcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 10:06:28 UTC (rev 197363)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christian Hesse 
+# Contributor: Bill Fraser 
+# Contributor: Thomas Bächler 
+
+_pkgbasename=libpcap
+pkgname=lib32-libpcap
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A system-independent interface for user-level packet capture (32-bit)"
+arch=('x86_64')
+url="http://www.tcpdump.org/;
+license=('BSD')
+depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' "${_pkgbasename}")
+makedepends=('flex')
+source=("http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
+sha256sums=('673dbc69fdc3f5a86fb5759ab19899039a8e5e6c631749e48dcd9c6f0c83541e'
+'SKIP')
+validpgpkeys=(1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D)
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --libdir=/usr/lib32 \
+   --enable-ipv6 \
+   --enable-bluetooth=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/lib32/libpcap.a
+   rm -rf ${pkgdir}/usr/{include,share,bin}
+
+   mkdir -p "${pkgdir}/usr/share/licenses"
+   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:05:14
  Author: svenstaro
Revision: 197360

upgpkg: lib32-libusb 1.0.21-1

upstream release 1.0.21

Modified:
  lib32-libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 10:03:25 UTC (rev 197359)
+++ PKGBUILD2016-11-29 10:05:14 UTC (rev 197360)
@@ -2,7 +2,7 @@
 # Contributor: 3V0LU710N 
 
 pkgname=lib32-libusb
-pkgver=1.0.20
+pkgver=1.0.21
 pkgrel=1
 pkgdesc="A cross-platform user library to access USB devices (32-bit)"
 arch=('x86_64')
@@ -12,14 +12,14 @@
 replaces=('lib32-libusb1' 'lib32-libusbx')
 provides=("lib32-libusbx=$pkgver")
 makedepends=('gcc-multilib')
-source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
+source=(https://github.com/libusb/libusb/releases/download/v$pkgver/libusb-$pkgver.tar.bz2)
 options=(!libtool)
-md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
+md5sums=('1da9ea3c27b3858fa85c5f4466003e44')
 
 build() {
   export CC="gcc -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  
+
   cd "libusb-${pkgver}"
   ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
   make -j1


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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:05:21
  Author: svenstaro
Revision: 197361

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 10:05:14 UTC (rev 197360)
+++ PKGBUILD2016-11-29 10:05:21 UTC (rev 197361)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: 3V0LU710N 
-
-pkgname=lib32-libusb
-pkgver=1.0.20
-pkgrel=1
-pkgdesc="A cross-platform user library to access USB devices (32-bit)"
-arch=('x86_64')
-url="http://libusb.info/;
-license=('LGPL')
-depends=('lib32-glibc' 'libusb' 'lib32-systemd')
-replaces=('lib32-libusb1' 'lib32-libusbx')
-provides=("lib32-libusbx=$pkgver")
-makedepends=('gcc-multilib')
-source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
-options=(!libtool)
-md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
-
-build() {
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  
-  cd "libusb-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
-  make -j1
-}
-
-package () {
-  cd "${srcdir}/libusb-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/include
-}

Copied: lib32-libusb/repos/multilib-x86_64/PKGBUILD (from rev 197360, 
lib32-libusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 10:05:21 UTC (rev 197361)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: 3V0LU710N 
+
+pkgname=lib32-libusb
+pkgver=1.0.21
+pkgrel=1
+pkgdesc="A cross-platform user library to access USB devices (32-bit)"
+arch=('x86_64')
+url="http://libusb.info/;
+license=('LGPL')
+depends=('lib32-glibc' 'libusb' 'lib32-systemd')
+replaces=('lib32-libusb1' 'lib32-libusbx')
+provides=("lib32-libusbx=$pkgver")
+makedepends=('gcc-multilib')
+source=(https://github.com/libusb/libusb/releases/download/v$pkgver/libusb-$pkgver.tar.bz2)
+options=(!libtool)
+md5sums=('1da9ea3c27b3858fa85c5f4466003e44')
+
+build() {
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "libusb-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make -j1
+}
+
+package () {
+  cd "${srcdir}/libusb-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+}


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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:03:10
  Author: svenstaro
Revision: 197358

upgpkg: neovim 0.1.7-1

upstream release 0.1.7

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 09:55:05 UTC (rev 197357)
+++ PKGBUILD2016-11-29 10:03:10 UTC (rev 197358)
@@ -3,7 +3,7 @@
 # Contributor: Florian Hahn 
 
 pkgname=neovim
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
 'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
 source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
-sha256sums=('a9fe7aadd38ef015f82ec340f6b6c0629d02c9ca4d85352db0934ae511d2f02a')
+sha256sums=('d8f885d019b1ad608f36ae23b8f1b15b7e33585e16f7514666ab6c9809bb4b7e')
 install=neovim.install
 
 build() {


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

2016-11-29 Thread Sven-Hendrik Haase
Date: Tuesday, November 29, 2016 @ 10:03:25
  Author: svenstaro
Revision: 197359

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

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

-+
 /PKGBUILD   |   90 ++
 /neovim.install |   20 
 community-i686/PKGBUILD |   45 ---
 community-i686/neovim.install   |   10 
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/neovim.install |   10 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 10:03:10 UTC (rev 197358)
+++ community-i686/PKGBUILD 2016-11-29 10:03:25 UTC (rev 197359)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('i686' 'x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'gperf')
-makedepends=('cmake' 'luajit' 'lua51-mpack' 'lua51-lpeg')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
-'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
-'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
-'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
-source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
-sha256sums=('a9fe7aadd38ef015f82ec340f6b6c0629d02c9ca4d85352db0934ae511d2f02a')
-install=neovim.install
-
-build() {
-  mkdir -p "${srcdir}/build"
-  cd "${srcdir}/build"
-
-  cmake "../neovim-${pkgver}" \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  make
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-i686/PKGBUILD (from rev 197358, 
neovim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-29 10:03:25 UTC (rev 197359)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'gperf')
+makedepends=('cmake' 'luajit' 'lua51-mpack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
+sha256sums=('d8f885d019b1ad608f36ae23b8f1b15b7e33585e16f7514666ab6c9809bb4b7e')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: community-i686/neovim.install
===
--- community-i686/neovim.install   2016-11-29 10:03:10 UTC (rev 197358)
+++ 

[arch-commits] Commit in deepin-tool-kit/repos (4 files)

2016-11-29 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 09:55:05
  Author: felixonmars
Revision: 197357

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

Added:
  deepin-tool-kit/repos/community-i686/PKGBUILD
(from rev 197356, deepin-tool-kit/trunk/PKGBUILD)
  deepin-tool-kit/repos/community-x86_64/PKGBUILD
(from rev 197356, deepin-tool-kit/trunk/PKGBUILD)
Deleted:
  deepin-tool-kit/repos/community-i686/PKGBUILD
  deepin-tool-kit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-29 09:54:42 UTC (rev 197356)
+++ community-i686/PKGBUILD 2016-11-29 09:55:05 UTC (rev 197357)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.1.6.20161009
-_commit=356019dddc9ae900c2a78a9d7f0841a2295e9493
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
-makedepends=('git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-i686/PKGBUILD (from rev 197356, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-29 09:55:05 UTC (rev 197357)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.1.7
+_commit=2c0cbabd28452fc77f2bab20ea39d52ec552d1fe
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd deepin-tool-kit
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-29 09:54:42 UTC (rev 197356)
+++ community-x86_64/PKGBUILD   2016-11-29 09:55:05 UTC (rev 197357)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.1.6.20161009
-_commit=356019dddc9ae900c2a78a9d7f0841a2295e9493
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
-makedepends=('git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-x86_64/PKGBUILD (from rev 197356, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-29 09:55:05 UTC (rev 197357)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.1.7
+_commit=2c0cbabd28452fc77f2bab20ea39d52ec552d1fe
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  

[arch-commits] Commit in deepin-tool-kit/trunk (PKGBUILD)

2016-11-29 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 09:54:42
  Author: felixonmars
Revision: 197356

upgpkg: deepin-tool-kit 0.1.7-1

Modified:
  deepin-tool-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 09:33:23 UTC (rev 197355)
+++ PKGBUILD2016-11-29 09:54:42 UTC (rev 197356)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-tool-kit
-pkgver=0.1.6.20161009
-_commit=356019dddc9ae900c2a78a9d7f0841a2295e9493
+pkgver=0.1.7
+_commit=2c0cbabd28452fc77f2bab20ea39d52ec552d1fe
 pkgrel=1
 pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
 arch=('i686' 'x86_64')


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

2016-11-29 Thread Jonathan Steel
Date: Tuesday, November 29, 2016 @ 09:33:14
  Author: jsteel
Revision: 197354

upgpkg: vagrant 1.9.0-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 09:32:28 UTC (rev 197353)
+++ PKGBUILD2016-11-29 09:33:14 UTC (rev 197354)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=1.8.7
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 depends=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('5bd280b1324bbf3da2eab40aec10a2bd')
+md5sums=('14083c0ad434a6b3aa97dd35c5423415')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-29 Thread Jonathan Steel
Date: Tuesday, November 29, 2016 @ 09:33:23
  Author: jsteel
Revision: 197355

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

Added:
  vagrant/repos/community-testing-i686/
  vagrant/repos/community-testing-i686/PKGBUILD
(from rev 197354, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-testing-x86_64/
  vagrant/repos/community-testing-x86_64/PKGBUILD
(from rev 197354, vagrant/trunk/PKGBUILD)

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

Copied: vagrant/repos/community-testing-i686/PKGBUILD (from rev 197354, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-29 09:33:23 UTC (rev 197355)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('14083c0ad434a6b3aa97dd35c5423415')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=/opt/vagrant/embedded
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+  CPPFLAGS="-I$EMBEDDED_DIR/include -I${EMBEDDED_DIR}/include/libxml2" \
+  CFLAGS="${CPPFLAGS}" \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+  NOKOGIRI_USE_SYSTEM_LIBRARIES=1 \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d "$pkgdir"/opt/vagrant/embedded
+
+  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant/repos/community-testing-x86_64/PKGBUILD (from rev 197354, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-29 09:33:23 UTC (rev 197355)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('14083c0ad434a6b3aa97dd35c5423415')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=/opt/vagrant/embedded
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+  CPPFLAGS="-I$EMBEDDED_DIR/include -I${EMBEDDED_DIR}/include/libxml2" \
+  CFLAGS="${CPPFLAGS}" \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+  NOKOGIRI_USE_SYSTEM_LIBRARIES=1 \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d "$pkgdir"/opt/vagrant/embedded
+
+  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+

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

2016-11-29 Thread Jonathan Steel
Date: Tuesday, November 29, 2016 @ 09:32:28
  Author: jsteel
Revision: 197353

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

Added:
  vagrant-substrate/repos/community-testing-i686/
  vagrant-substrate/repos/community-testing-i686/PKGBUILD
(from rev 197352, vagrant-substrate/trunk/PKGBUILD)
  vagrant-substrate/repos/community-testing-x86_64/
  vagrant-substrate/repos/community-testing-x86_64/PKGBUILD
(from rev 197352, vagrant-substrate/trunk/PKGBUILD)

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

Copied: vagrant-substrate/repos/community-testing-i686/PKGBUILD (from rev 
197352, vagrant-substrate/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-29 09:32:28 UTC (rev 197353)
@@ -0,0 +1,64 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=vagrant-substrate
+_pkgname=vagrant-installers
+pkgver=575.af28386
+pkgrel=1
+pkgdesc="Substrate layer for Vagrant"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+makedepends=('git' 'puppet' 'chrpath' 'wget')
+depends=('lzo')
+source=(git://github.com/mitchellh/$_pkgname.git#commit=af28386)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+
+  echo $(git rev-list --count HEAD).$(git describe --always)
+}
+
+prepare() {
+  cd $_pkgname/substrate
+
+  # Use $srcdir for the working directory
+  sed -i "s:/vagrant-substrate:$srcdir/$_pkgname/vagrant-substrate:" \
+hiera/common.yaml
+
+  # Use latest openssl
+  sed -i 's/openssl-1.0.2e.tar.gz/openssl-1.0.2j.tar.gz/' \
+modules/openssl/manifests/init.pp
+
+  # Don't create a zip of the substrate
+  sed -i '48,50d' modules/vagrant_substrate/manifests/init.pp
+
+  # Do not set file ownership
+  find . -name *.pp -exec sed -i "/owner.*.=.*.root/d" {} +
+  find . -name *.pp -exec sed -i "/group.*.=.*.root/d" {} +
+
+  # Fix compile issues
+  # https://github.com/mitchellh/vagrant-installers/issues/60
+  sed -i 's/^environment/#environment/' 
modules/ruby/manifests/source.pp
+}
+
+build() {
+  cd $_pkgname/substrate
+
+  FACTER_param_output_dir="$srcdir" puppet apply \
+--detailed-exitcodes \
+--hiera_config=config/hiera.yaml --confdir=config \
+--modulepath=modules manifests/init.pp || test $? -eq 2
+}
+
+package() {
+  cd $_pkgname
+
+  install -d "$pkgdir"/opt
+
+  cp -r vagrant-substrate/staging "$pkgdir"/opt/vagrant
+
+  install -Dm644 LICENSE.md \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant-substrate/repos/community-testing-x86_64/PKGBUILD (from rev 
197352, vagrant-substrate/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-29 09:32:28 UTC (rev 197353)
@@ -0,0 +1,64 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=vagrant-substrate
+_pkgname=vagrant-installers
+pkgver=575.af28386
+pkgrel=1
+pkgdesc="Substrate layer for Vagrant"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+makedepends=('git' 'puppet' 'chrpath' 'wget')
+depends=('lzo')
+source=(git://github.com/mitchellh/$_pkgname.git#commit=af28386)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+
+  echo $(git rev-list --count HEAD).$(git describe --always)
+}
+
+prepare() {
+  cd $_pkgname/substrate
+
+  # Use $srcdir for the working directory
+  sed -i "s:/vagrant-substrate:$srcdir/$_pkgname/vagrant-substrate:" \
+hiera/common.yaml
+
+  # Use latest openssl
+  sed -i 's/openssl-1.0.2e.tar.gz/openssl-1.0.2j.tar.gz/' \
+modules/openssl/manifests/init.pp
+
+  # Don't create a zip of the substrate
+  sed -i '48,50d' modules/vagrant_substrate/manifests/init.pp
+
+  # Do not set file ownership
+  find . -name *.pp -exec sed -i "/owner.*.=.*.root/d" {} +
+  find . -name *.pp -exec sed -i "/group.*.=.*.root/d" {} +
+
+  # Fix compile issues
+  # https://github.com/mitchellh/vagrant-installers/issues/60
+  sed -i 's/^environment/#environment/' 
modules/ruby/manifests/source.pp
+}
+
+build() {
+  cd $_pkgname/substrate
+
+  FACTER_param_output_dir="$srcdir" puppet apply \
+--detailed-exitcodes \
+--hiera_config=config/hiera.yaml --confdir=config \
+--modulepath=modules manifests/init.pp || test $? -eq 2
+}
+
+package() {
+  cd $_pkgname
+
+  install -d "$pkgdir"/opt
+
+  cp -r vagrant-substrate/staging "$pkgdir"/opt/vagrant
+
+  install -Dm644 LICENSE.md \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-11-29 Thread Jonathan Steel
Date: Tuesday, November 29, 2016 @ 09:32:15
  Author: jsteel
Revision: 197352

upgpkg: vagrant-substrate 575.af28386-1

Modified:
  vagrant-substrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 09:11:29 UTC (rev 197351)
+++ PKGBUILD2016-11-29 09:32:15 UTC (rev 197352)
@@ -2,7 +2,7 @@
 
 pkgname=vagrant-substrate
 _pkgname=vagrant-installers
-pkgver=569.8bb245a
+pkgver=575.af28386
 pkgrel=1
 pkgdesc="Substrate layer for Vagrant"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 makedepends=('git' 'puppet' 'chrpath' 'wget')
 depends=('lzo')
-source=(git://github.com/mitchellh/$_pkgname.git#commit=8bb245a)
+source=(git://github.com/mitchellh/$_pkgname.git#commit=af28386)
 md5sums=('SKIP')
 
 pkgver() {


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

2016-11-29 Thread Evangelos Foutras
Date: Tuesday, November 29, 2016 @ 09:10:47
  Author: foutrelis
Revision: 282322

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

Added:
  firefox/repos/testing-i686/PKGBUILD
(from rev 282321, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 282321, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox-symbolic.svg
(from rev 282321, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-i686/firefox.desktop
(from rev 282321, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/fix-wifi-scanner.diff
(from rev 282321, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/testing-i686/mozconfig
(from rev 282321, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/rust-i686.patch
(from rev 282321, firefox/trunk/rust-i686.patch)
  firefox/repos/testing-i686/vendor.js
(from rev 282321, firefox/trunk/vendor.js)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 282321, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 282321, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox-symbolic.svg
(from rev 282321, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 282321, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/fix-wifi-scanner.diff
(from rev 282321, firefox/trunk/fix-wifi-scanner.diff)
  firefox/repos/testing-x86_64/mozconfig
(from rev 282321, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/rust-i686.patch
(from rev 282321, firefox/trunk/rust-i686.patch)
  firefox/repos/testing-x86_64/vendor.js
(from rev 282321, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/testing-i686/PKGBUILD
  firefox/repos/testing-i686/firefox-install-dir.patch
  firefox/repos/testing-i686/firefox-symbolic.svg
  firefox/repos/testing-i686/firefox.desktop
  firefox/repos/testing-i686/fix-wifi-scanner.diff
  firefox/repos/testing-i686/mozconfig
  firefox/repos/testing-i686/rust-i686.patch
  firefox/repos/testing-i686/vendor.js
  firefox/repos/testing-x86_64/PKGBUILD
  firefox/repos/testing-x86_64/firefox-install-dir.patch
  firefox/repos/testing-x86_64/firefox-symbolic.svg
  firefox/repos/testing-x86_64/firefox.desktop
  firefox/repos/testing-x86_64/fix-wifi-scanner.diff
  firefox/repos/testing-x86_64/mozconfig
  firefox/repos/testing-x86_64/rust-i686.patch
  firefox/repos/testing-x86_64/vendor.js

--+
 /PKGBUILD|  254 +++
 /firefox-install-dir.patch   |   24 +
 /firefox-symbolic.svg|   60 ++
 /firefox.desktop |  620 +
 /fix-wifi-scanner.diff   |   32 +
 /mozconfig   |   72 +++
 /rust-i686.patch |   32 +
 /vendor.js   |   24 +
 testing-i686/PKGBUILD|  127 -
 testing-i686/firefox-install-dir.patch   |   12 
 testing-i686/firefox-symbolic.svg|   30 -
 testing-i686/firefox.desktop |  310 --
 testing-i686/fix-wifi-scanner.diff   |   16 
 testing-i686/mozconfig   |   36 -
 testing-i686/rust-i686.patch |   16 
 testing-i686/vendor.js   |   12 
 testing-x86_64/PKGBUILD  |  127 -
 testing-x86_64/firefox-install-dir.patch |   12 
 testing-x86_64/firefox-symbolic.svg  |   30 -
 testing-x86_64/firefox.desktop   |  310 --
 testing-x86_64/fix-wifi-scanner.diff |   16 
 testing-x86_64/mozconfig |   36 -
 testing-x86_64/rust-i686.patch   |   16 
 testing-x86_64/vendor.js |   12 
 24 files changed, 1118 insertions(+), 1118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-29 09:10:22 UTC (rev 282321)
+++ testing-i686/PKGBUILD   2016-11-29 09:10:47 UTC (rev 282322)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jakub Schmidtke 
-
-pkgname=firefox
-pkgver=50.0
-pkgrel=3
-pkgdesc="Standalone web browser from mozilla.org"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/;
-depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
- 'dbus-glib' 'alsa-lib' 'ffmpeg' 'libvpx' 'libevent' 'nss' 'hunspell'
- 'sqlite' 'ttf-font' 'icu')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
- 'libpulse' 'inetutils' 'xorg-server-xvfb' 'autoconf2.13' 'cargo')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'

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

2016-11-29 Thread Maxime Gauduin
Date: Tuesday, November 29, 2016 @ 09:09:47
  Author: alucryd
Revision: 197349

archrelease: copy trunk to community-any

Added:
  puddletag/repos/community-any/PKGBUILD
(from rev 197348, puddletag/trunk/PKGBUILD)
  puddletag/repos/community-any/puddletag-mutagen1.34.patch
(from rev 197348, puddletag/trunk/puddletag-mutagen1.34.patch)
Deleted:
  puddletag/repos/community-any/PKGBUILD
  puddletag/repos/community-any/puddletag-mutagen1.34.patch

-+
 PKGBUILD|   80 +++---
 puddletag-mutagen1.34.patch |   48 -
 2 files changed, 62 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-29 09:09:36 UTC (rev 197348)
+++ PKGBUILD2016-11-29 09:09:47 UTC (rev 197349)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Lucky 
-# Contributor: Farhad Shahbazi 
-
-pkgname=puddletag
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='A tag editor for GNU/Linux'
-url='http://puddletag.sourceforge.net'
-license=('GPL')
-arch=('any')
-depends=('chromaprint' 'mutagen' 'python2-configobj' 'python2-musicbrainz2'
- 'python2-pyparsing' 'python2-pyqt4')
-optdepends=('python2-pillow: FLAC cover art'
-'quodlibet: QuodLibet library support')
-source=("https://github.com/keithgg/puddletag/releases/download/${pkgver}/puddletag-${pkgver}.tar.gz;
-'puddletag-mutagen1.34.patch')
-sha256sums=('0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac'
-'4259e63b1b7f38ba2a91434723bc582a82421f9550cc31afb23caa1468b1a8d5')
-
-prepare() {
-  cd puddletag-${pkgver}
-
-  patch -Np2 -i ../puddletag-mutagen1.34.patch
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd puddletag-${pkgver}
-
-  python2 setup.py config
-}
-
-package() {
-  cd puddletag-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: puddletag/repos/community-any/PKGBUILD (from rev 197348, 
puddletag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-29 09:09:47 UTC (rev 197349)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Lucky 
+# Contributor: Farhad Shahbazi 
+
+pkgname=puddletag
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A tag editor for GNU/Linux'
+url='http://puddletag.sourceforge.net'
+license=('GPL')
+arch=('any')
+depends=('chromaprint' 'mutagen' 'python2-configobj' 'python2-musicbrainz2'
+ 'python2-pyparsing' 'python2-pyqt4')
+optdepends=('python2-pillow: FLAC cover art'
+'quodlibet: QuodLibet library support')
+source=("puddletag-${pkgver}.tar.gz::https://github.com/keithgg/puddletag/archive/v${pkgver}.tar.gz;)
+sha256sums=('95e4867fd04c5349f19de1b5f3c1f2336d3b66da08c076fb175ef8f7589dc80d')
+
+prepare() {
+  cd puddletag-${pkgver}/source
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd puddletag-${pkgver}/source
+
+  python2 setup.py config
+}
+
+package() {
+  cd puddletag-${pkgver}/source
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:

Deleted: puddletag-mutagen1.34.patch
===
--- puddletag-mutagen1.34.patch 2016-11-29 09:09:36 UTC (rev 197348)
+++ puddletag-mutagen1.34.patch 2016-11-29 09:09:47 UTC (rev 197349)
@@ -1,24 +0,0 @@
-From 6fd73f9d3442c729a771d160430bd44fb003eb69 Mon Sep 17 00:00:00 2001
-From: b_b 
-Date: Wed, 27 Jul 2016 11:27:14 +0200
-Subject: [PATCH] Fix for BitPaddedInt import error
-
-This one fix an import error i get with latest python-mutagen 
1.34.999+1301~0c8997f-0~ppa0~trusty from 
https://launchpad.net/~lazka/+archive/ubuntu/dumpingplace

- source/puddlestuff/audioinfo/_compatid3.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/source/puddlestuff/audioinfo/_compatid3.py 
b/source/puddlestuff/audioinfo/_compatid3.py
-index 7d73e27..a7a599f 100644
 a/source/puddlestuff/audioinfo/_compatid3.py
-+++ b/source/puddlestuff/audioinfo/_compatid3.py
-@@ -23,7 +23,8 @@
- import mutagen
- from mutagen._util import insert_bytes
- from mutagen.id3 import ID3, Frame, Frames, Frames_2_2, TextFrame, TORY, \
--TYER, TIME, APIC, IPLS, TDAT, BitPaddedInt, MakeID3v1
-+TYER, TIME, APIC, IPLS, TDAT, MakeID3v1
-+from mutagen.id3._util import BitPaddedInt
- 
- SEPARATOR = ' / '
- 

Copied: puddletag/repos/community-any/puddletag-mutagen1.34.patch (from rev 
197348, puddletag/trunk/puddletag-mutagen1.34.patch)
===
--- puddletag-mutagen1.34.patch  

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

2016-11-29 Thread Evangelos Foutras
Date: Tuesday, November 29, 2016 @ 09:10:22
  Author: foutrelis
Revision: 282321

upgpkg: firefox 50.0.1-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 08:48:33 UTC (rev 282320)
+++ PKGBUILD2016-11-29 09:10:22 UTC (rev 282321)
@@ -4,8 +4,8 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=50.0
-pkgrel=3
+pkgver=50.0.1
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -27,7 +27,7 @@
 vendor.js
 firefox-symbolic.svg
 fix-wifi-scanner.diff)
-sha256sums=('5da027350aee148dc62cc1ca897db30510be87ca8eab5e67a7adc7a2479b8616'
+sha256sums=('a15a6b9fdf58dd5f9095fd502777fcec5523805643b890013a71f698a6576fa6'
 '3b0c6b08c0211d8c5a02aa050755276ec864c5f2c5ac1a3d3f9f8a9af6512737'
 '75c526e9669b91b4fe5dcea650a1e8419220abb2e9564184f0d984c71eae82e8'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'


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

2016-11-29 Thread Maxime Gauduin
Date: Tuesday, November 29, 2016 @ 09:09:36
  Author: alucryd
Revision: 197348

upgpkg: puddletag 1.2.0-1

Modified:
  puddletag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 09:08:14 UTC (rev 197347)
+++ PKGBUILD2016-11-29 09:09:36 UTC (rev 197348)
@@ -4,8 +4,8 @@
 # Contributor: Farhad Shahbazi 
 
 pkgname=puddletag
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='A tag editor for GNU/Linux'
 url='http://puddletag.sourceforge.net'
 license=('GPL')
@@ -14,27 +14,23 @@
  'python2-pyparsing' 'python2-pyqt4')
 optdepends=('python2-pillow: FLAC cover art'
 'quodlibet: QuodLibet library support')
-source=("https://github.com/keithgg/puddletag/releases/download/${pkgver}/puddletag-${pkgver}.tar.gz;
-'puddletag-mutagen1.34.patch')
-sha256sums=('0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac'
-'4259e63b1b7f38ba2a91434723bc582a82421f9550cc31afb23caa1468b1a8d5')
+source=("puddletag-${pkgver}.tar.gz::https://github.com/keithgg/puddletag/archive/v${pkgver}.tar.gz;)
+sha256sums=('95e4867fd04c5349f19de1b5f3c1f2336d3b66da08c076fb175ef8f7589dc80d')
 
 prepare() {
-  cd puddletag-${pkgver}
+  cd puddletag-${pkgver}/source
 
-  patch -Np2 -i ../puddletag-mutagen1.34.patch
-
   sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
 }
 
 build() {
-  cd puddletag-${pkgver}
+  cd puddletag-${pkgver}/source
 
   python2 setup.py config
 }
 
 package() {
-  cd puddletag-${pkgver}
+  cd puddletag-${pkgver}/source
 
   python2 setup.py install --root="${pkgdir}" --optimize='1'
 }


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

2016-11-29 Thread Felix Yan
Date: Tuesday, November 29, 2016 @ 09:08:14
  Author: felixonmars
Revision: 197347

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 197346, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-29 09:08:14 UTC (rev 197347)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.12.3
+pkgrel=4
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" 
"haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative0.12" "haskell-parsers" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3a9f3d5aeb032b1d987402cf4ca54a2fbfc7b02d852a629f528943a5fe5b59c6')
+
+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 \
+-fFFI -fGMP
+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/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 197346, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-29 09:08:14 UTC (rev 197347)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.12.3
+pkgrel=4
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" 
"haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative0.12" "haskell-parsers" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3a9f3d5aeb032b1d987402cf4ca54a2fbfc7b02d852a629f528943a5fe5b59c6')
+
+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 \
+-fFFI -fGMP
+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/doc}
+}


  1   2   >