[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:37:57
  Author: fyan
Revision: 145732

addpkg: python-zope-copy 4.0.3-1

Added:
  python-zope-copy/
  python-zope-copy/repos/
  python-zope-copy/trunk/
  python-zope-copy/trunk/PKGBUILD

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

Added: python-zope-copy/trunk/PKGBUILD
===
--- python-zope-copy/trunk/PKGBUILD (rev 0)
+++ python-zope-copy/trunk/PKGBUILD 2015-11-03 06:37:57 UTC (rev 145732)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-copy' 'python2-zope-copy')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Pluggable object copying mechanism"
+arch=('any')
+url="https://github.com/zopefoundation/zope.copy;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing'
+  'python-zope-location' 'python2-zope-location')
+source=("git+https://github.com/zopefoundation/zope.copy.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.copy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.copy"
+  python setup.py build
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.copy"
+  nosetests3
+
+  cd "$srcdir/zope.copy-py2"
+  nosetests2
+}
+
+package_python-zope-copy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.copy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-copy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:39:42
  Author: fyan
Revision: 145735

archrelease: copy trunk to community-any

Added:
  python-zope-location/repos/community-any/
  python-zope-location/repos/community-any/PKGBUILD
(from rev 145734, python-zope-location/trunk/PKGBUILD)

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

Copied: python-zope-location/repos/community-any/PKGBUILD (from rev 145734, 
python-zope-location/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:39:42 UTC (rev 145735)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-location' 'python2-zope-location')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Special objects that have a structural location"
+arch=('any')
+url="https://github.com/zopefoundation/zope.location;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-proxy' 'python2-zope-proxy' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.location{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.location"
+  python setup.py build
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.location"
+  nosetests3
+
+  cd "$srcdir/zope.location-py2"
+  nosetests2
+}
+
+package_python-zope-location() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-location() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:38:38
  Author: fyan
Revision: 145733

archrelease: copy trunk to community-any

Added:
  python-zope-copy/repos/community-any/
  python-zope-copy/repos/community-any/PKGBUILD
(from rev 145732, python-zope-copy/trunk/PKGBUILD)

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

Copied: python-zope-copy/repos/community-any/PKGBUILD (from rev 145732, 
python-zope-copy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:38:38 UTC (rev 145733)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-copy' 'python2-zope-copy')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Pluggable object copying mechanism"
+arch=('any')
+url="https://github.com/zopefoundation/zope.copy;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing'
+  'python-zope-location' 'python2-zope-location')
+source=("git+https://github.com/zopefoundation/zope.copy.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.copy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.copy"
+  python setup.py build
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.copy"
+  nosetests3
+
+  cd "$srcdir/zope.copy-py2"
+  nosetests2
+}
+
+package_python-zope-copy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.copy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-copy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in unzip/repos (30 files)

2015-11-02 Thread Gaetan Bisson
Date: Tuesday, November 3, 2015 @ 08:37:30
  Author: bisson
Revision: 250046

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

Added:
  unzip/repos/extra-i686/PKGBUILD
(from rev 250045, unzip/trunk/PKGBUILD)
  unzip/repos/extra-i686/crc32.patch
(from rev 250045, unzip/trunk/crc32.patch)
  unzip/repos/extra-i686/csiz-underflow.patch
(from rev 250045, unzip/trunk/csiz-underflow.patch)
  unzip/repos/extra-i686/cve20149636.patch
(from rev 250045, unzip/trunk/cve20149636.patch)
  unzip/repos/extra-i686/empty-input.patch
(from rev 250045, unzip/trunk/empty-input.patch)
  unzip/repos/extra-i686/getZip64Data.patch
(from rev 250045, unzip/trunk/getZip64Data.patch)
  unzip/repos/extra-i686/nextbyte-overflow.patch
(from rev 250045, unzip/trunk/nextbyte-overflow.patch)
  unzip/repos/extra-i686/overflow-fsize.patch
(from rev 250045, unzip/trunk/overflow-fsize.patch)
  unzip/repos/extra-i686/test_compr_eb.patch
(from rev 250045, unzip/trunk/test_compr_eb.patch)
  unzip/repos/extra-x86_64/PKGBUILD
(from rev 250045, unzip/trunk/PKGBUILD)
  unzip/repos/extra-x86_64/crc32.patch
(from rev 250045, unzip/trunk/crc32.patch)
  unzip/repos/extra-x86_64/csiz-underflow.patch
(from rev 250045, unzip/trunk/csiz-underflow.patch)
  unzip/repos/extra-x86_64/cve20149636.patch
(from rev 250045, unzip/trunk/cve20149636.patch)
  unzip/repos/extra-x86_64/empty-input.patch
(from rev 250045, unzip/trunk/empty-input.patch)
  unzip/repos/extra-x86_64/getZip64Data.patch
(from rev 250045, unzip/trunk/getZip64Data.patch)
  unzip/repos/extra-x86_64/nextbyte-overflow.patch
(from rev 250045, unzip/trunk/nextbyte-overflow.patch)
  unzip/repos/extra-x86_64/overflow-fsize.patch
(from rev 250045, unzip/trunk/overflow-fsize.patch)
  unzip/repos/extra-x86_64/test_compr_eb.patch
(from rev 250045, unzip/trunk/test_compr_eb.patch)
Deleted:
  unzip/repos/extra-i686/PKGBUILD
  unzip/repos/extra-i686/crc32.patch
  unzip/repos/extra-i686/cve20149636.patch
  unzip/repos/extra-i686/getZip64Data.patch
  unzip/repos/extra-i686/overflow-fsize.patch
  unzip/repos/extra-i686/test_compr_eb.patch
  unzip/repos/extra-x86_64/PKGBUILD
  unzip/repos/extra-x86_64/crc32.patch
  unzip/repos/extra-x86_64/cve20149636.patch
  unzip/repos/extra-x86_64/getZip64Data.patch
  unzip/repos/extra-x86_64/overflow-fsize.patch
  unzip/repos/extra-x86_64/test_compr_eb.patch

--+
 /PKGBUILD|  130 
 /crc32.patch |   90 +++
 /cve20149636.patch   |   50 ++
 /getZip64Data.patch  |  266 +
 /overflow-fsize.patch|   68 
 /test_compr_eb.patch |   46 +
 extra-i686/PKGBUILD  |   56 --
 extra-i686/crc32.patch   |   45 -
 extra-i686/csiz-underflow.patch  |   32 +++
 extra-i686/cve20149636.patch |   25 ---
 extra-i686/empty-input.patch |   26 +++
 extra-i686/getZip64Data.patch|  133 
 extra-i686/nextbyte-overflow.patch   |   33 
 extra-i686/overflow-fsize.patch  |   34 
 extra-i686/test_compr_eb.patch   |   23 --
 extra-x86_64/PKGBUILD|   56 --
 extra-x86_64/crc32.patch |   45 -
 extra-x86_64/csiz-underflow.patch|   32 +++
 extra-x86_64/cve20149636.patch   |   25 ---
 extra-x86_64/empty-input.patch   |   26 +++
 extra-x86_64/getZip64Data.patch  |  133 
 extra-x86_64/nextbyte-overflow.patch |   33 
 extra-x86_64/overflow-fsize.patch|   34 
 extra-x86_64/test_compr_eb.patch |   23 --
 24 files changed, 832 insertions(+), 632 deletions(-)

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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:57:46
  Author: fyan
Revision: 145746

upgpkg: python2-traceback2 1.4.0-2

fix dependency on linecache2

Modified:
  python2-traceback2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:55:36 UTC (rev 145745)
+++ PKGBUILD2015-11-03 07:57:46 UTC (rev 145746)
@@ -1,15 +1,14 @@
 # $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Schala 
+# Maintainer: Felix Yan 
 
 pkgname=python2-traceback2
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Backports of the traceback module'
 arch=('any')
 url='http://pypi.python.org/pypi/traceback2'
 license=('PSF')
-depends=('python2')
+depends=('python2-linecache2')
 makedepends=('python2-setuptools' 'python2-pbr')
 
source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
 sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:13:43
  Author: fyan
Revision: 145713

addpkg: python-acme 0.0.0.dev20151030-1

Added:
  python-acme/
  python-acme/repos/
  python-acme/trunk/
  python-acme/trunk/PKGBUILD

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

Added: python-acme/trunk/PKGBUILD
===
--- python-acme/trunk/PKGBUILD  (rev 0)
+++ python-acme/trunk/PKGBUILD  2015-11-03 05:13:43 UTC (rev 145713)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151030
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:14:04
  Author: fyan
Revision: 145714

archrelease: copy trunk to community-any

Added:
  python-acme/repos/community-any/
  python-acme/repos/community-any/PKGBUILD
(from rev 145713, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-any/PKGBUILD (from rev 145713, 
python-acme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 05:14:04 UTC (rev 145714)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151030
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:39:22
  Author: fyan
Revision: 145716

upgpkg: python-persistent 4.1.1-1

Modified:
  python-persistent/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 05:39:09 UTC (rev 145715)
+++ PKGBUILD2015-11-03 05:39:22 UTC (rev 145716)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 
 pkgbase=python-persistent


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


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:39:09
  Author: fyan
Revision: 145715

addpkg: python-persistent 4.1.1-1

Added:
  python-persistent/
  python-persistent/repos/
  python-persistent/trunk/
  python-persistent/trunk/PKGBUILD

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

Added: python-persistent/trunk/PKGBUILD
===
--- python-persistent/trunk/PKGBUILD(rev 0)
+++ python-persistent/trunk/PKGBUILD2015-11-03 05:39:09 UTC (rev 145715)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-persistent
+pkgname=('python-persistent' 'python2-persistent')
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Translucent persistent objects"
+arch=('i686' 'x86_64')
+license=('ZPL')
+url="http://www.zope.org/Products/ZODB;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/persistent.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a persistent{,-py2}
+}
+
+build() {
+  cd "$srcdir/persistent"
+  python setup.py build
+
+  cd "$srcdir/persistent-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/persistent"
+  nosetests3
+
+  cd "$srcdir/persistent-py2"
+  nosetests2
+}
+
+package_python-persistent() {
+  depends=('python-zope-interface')
+
+  cd persistent
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-persistent() {
+  depends=('python2-zope-interface')
+
+  cd persistent-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:39:51
  Author: fyan
Revision: 145717

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

Added:
  python-persistent/repos/community-i686/
  python-persistent/repos/community-i686/PKGBUILD
(from rev 145716, python-persistent/trunk/PKGBUILD)
  python-persistent/repos/community-x86_64/
  python-persistent/repos/community-x86_64/PKGBUILD
(from rev 145716, python-persistent/trunk/PKGBUILD)

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

Copied: python-persistent/repos/community-i686/PKGBUILD (from rev 145716, 
python-persistent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 05:39:51 UTC (rev 145717)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-persistent
+pkgname=('python-persistent' 'python2-persistent')
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Translucent persistent objects"
+arch=('i686' 'x86_64')
+license=('ZPL')
+url="http://www.zope.org/Products/ZODB;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/persistent.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a persistent{,-py2}
+}
+
+build() {
+  cd "$srcdir/persistent"
+  python setup.py build
+
+  cd "$srcdir/persistent-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/persistent"
+  nosetests3
+
+  cd "$srcdir/persistent-py2"
+  nosetests2
+}
+
+package_python-persistent() {
+  depends=('python-zope-interface')
+
+  cd persistent
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-persistent() {
+  depends=('python2-zope-interface')
+
+  cd persistent-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: python-persistent/repos/community-x86_64/PKGBUILD (from rev 145716, 
python-persistent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 05:39:51 UTC (rev 145717)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-persistent
+pkgname=('python-persistent' 'python2-persistent')
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Translucent persistent objects"
+arch=('i686' 'x86_64')
+license=('ZPL')
+url="http://www.zope.org/Products/ZODB;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/persistent.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a persistent{,-py2}
+}
+
+build() {
+  cd "$srcdir/persistent"
+  python setup.py build
+
+  cd "$srcdir/persistent-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/persistent"
+  nosetests3
+
+  cd "$srcdir/persistent-py2"
+  nosetests2
+}
+
+package_python-persistent() {
+  depends=('python-zope-interface')
+
+  cd persistent
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-persistent() {
+  depends=('python2-zope-interface')
+
+  cd persistent-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in arm-none-eabi-binutils/trunk (2 files)

2015-11-02 Thread Anatol Pomozov
Date: Tuesday, November 3, 2015 @ 06:57:17
  Author: anatolik
Revision: 145720

FS#46951 backport Cortex-M7 patch from upstream

Added:
  arm-none-eabi-binutils/trunk/cortex_m7_support.patch
Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

-+
 PKGBUILD|7 
 cortex_m7_support.patch |  808 ++
 2 files changed, 812 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 05:56:25 UTC (rev 145719)
+++ PKGBUILD2015-11-03 05:57:17 UTC (rev 145720)
@@ -5,7 +5,7 @@
 _target=arm-none-eabi
 pkgname=$_target-binutils
 pkgver=2.25.1
-pkgrel=1
+pkgrel=2
 _commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
@@ -13,10 +13,11 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}
-
#binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25
+cortex_m7_support.patch
 enable_link_arm_no_attributes.patch)
 sha1sums=('1d597ae063e3947a5f61e23ceda8aebf78405fcd'
   'SKIP'
+  'a4486f87d00435b181922bd1a64e15e576abf1e8'
   'c88cc0ed5f884332fa76b733fb47a26f307bde0f')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

 
@@ -24,7 +25,7 @@
   cd binutils-$pkgver
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
   patch -p1 < ../enable_link_arm_no_attributes.patch # FS#43794
-  #patch -p1 < ../binutils-$pkgver-roundup-$_commit.patch
+  patch -p1 < ../cortex_m7_support.patch # FS#46951
 }
 
 build() {

Added: cortex_m7_support.patch
===
--- cortex_m7_support.patch (rev 0)
+++ cortex_m7_support.patch 2015-11-03 05:57:17 UTC (rev 145720)
@@ -0,0 +1,808 @@
+commit a715796ba188e7ca9eac6e613439b63fe50a677d
+Author: Terry Guo 
+Date:   Fri Nov 21 11:31:37 2014 +0800
+
+Support ARM Cortex-M7
+
+include/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * opcode/arm.h (FPU_VFP_EXT_ARMV8xD): New macro.
+   (FPU_VFP_V5D16): Likewise.
+   (FPU_VFP_V5_SP_D16): Likewise.
+   (FPU_ARCH_VFP_V5D16): Likewise.
+   (FPU_ARCH_VFP_V5_SP_D16): Likewise.
+
+bfd/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support FPv5.
+
+binutils/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * readelf.c (arm_attr_tag_FP_arch): Extended to support FPv5.
+
+gas/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * config/tc-arm.c (fpu_vfp_ext_armv8xd): New.
+   (arm_cpus): Support cortex-m7.
+   (arm_fpus): Support fpv5-sp-d16 and fpv5-d16.
+   (do_vfp_nsyn_cvt_fpv8): Generate error when use D register for S
+   register only target like FPv5-SP-D16.
+   (do_neon_cvttb_1): Likewise.
+   (do_vfp_nsyn_fpv8): Likewise.
+   (do_vrint_1): Likewise.
+   (aeabi_set_public_attributes): Set proper FP arch for FPv5.
+   * doc/c-arm.texi: Document new cpu and fpu names for cortex-m7.
+
+gas/testsuite/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * gas/arm/armv7e-m+fpv5-d16.s: New.
+   * gas/arm/armv7e-m+fpv5-d16.d: Likewise.
+   * gas/arm/armv7e-m+fpv5-sp-d16.s: Likewise.
+   * gas/arm/armv7e-m+fpv5-sp-d16.d: Likewise.
+
+ld/testsuite/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * ld-arm/attr-merge-vfp-4-sp.s: New test source file.
+   * ld-arm/attr-merge-vfp-5-sp.s: Likewise.
+   * ld-arm/attr-merge-vfp-5.s: Likewise.
+   * ld-arm/attr-merge-vfp-8.d: New test.
+   * ld-arm/attr-merge-vfp-8r.d: Likewise.
+   * ld-arm/attr-merge-vfp-9.d: Likewise.
+   * ld-arm/attr-merge-vfp-9r.d: Likewise.
+   * ld-arm/attr-merge-vfp-10.d: Likewise.
+   * ld-arm/attr-merge-vfp-10r.d: Likewise.
+   * ld-arm/attr-merge-vfp-11.d: Likewise.
+   * ld-arm/attr-merge-vfp-11r.d: Likewise.
+   * ld-arm/attr-merge-vfp-12.d: Likewise.
+   * ld-arm/attr-merge-vfp-12r.d: Likewise.
+   * ld-arm/attr-merge-vfp-13.d: Likewise.
+   * ld-arm/attr-merge-vfp-13r.d: Likewise.
+   * ld-arm/attr-merge-vfp-14.d: Likewise.
+   * ld-arm/attr-merge-vfp-14r.d: Likewise.
+   * ld-arm/arm-elf.exp: Run the new tests.
+
+diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
+index 95f59d5..1ff562c 100644
+--- a/bfd/elf32-arm.c
 b/bfd/elf32-arm.c
+@@ -11955,7 +11955,7 @@ elf32_arm_merge_eabi_attributes (bfd *ibfd, bfd *obfd)
+when it's 0.  It might mean absence of FP hardware if
+  

[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:55:54
  Author: fyan
Revision: 145718

addpkg: python-zope-hookable 4.0.4-1

Added:
  python-zope-hookable/
  python-zope-hookable/repos/
  python-zope-hookable/trunk/
  python-zope-hookable/trunk/PKGBUILD

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

Added: python-zope-hookable/trunk/PKGBUILD
===
--- python-zope-hookable/trunk/PKGBUILD (rev 0)
+++ python-zope-hookable/trunk/PKGBUILD 2015-11-03 05:55:54 UTC (rev 145718)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:56:25
  Author: fyan
Revision: 145719

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

Added:
  python-zope-hookable/repos/community-i686/
  python-zope-hookable/repos/community-i686/PKGBUILD
(from rev 145718, python-zope-hookable/trunk/PKGBUILD)
  python-zope-hookable/repos/community-x86_64/
  python-zope-hookable/repos/community-x86_64/PKGBUILD
(from rev 145718, python-zope-hookable/trunk/PKGBUILD)

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

Copied: python-zope-hookable/repos/community-i686/PKGBUILD (from rev 145718, 
python-zope-hookable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 05:56:25 UTC (rev 145719)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-zope-hookable/repos/community-x86_64/PKGBUILD (from rev 145718, 
python-zope-hookable/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 05:56:25 UTC (rev 145719)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in arm-none-eabi-binutils/repos (8 files)

2015-11-02 Thread Anatol Pomozov
Date: Tuesday, November 3, 2015 @ 06:58:12
  Author: anatolik
Revision: 145721

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

Added:
  arm-none-eabi-binutils/repos/community-testing-i686/
  arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD
(from rev 145720, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-testing-i686/cortex_m7_support.patch
(from rev 145720, arm-none-eabi-binutils/trunk/cortex_m7_support.patch)
  
arm-none-eabi-binutils/repos/community-testing-i686/enable_link_arm_no_attributes.patch
(from rev 145720, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)
  arm-none-eabi-binutils/repos/community-testing-x86_64/
  arm-none-eabi-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 145720, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-testing-x86_64/cortex_m7_support.patch
(from rev 145720, arm-none-eabi-binutils/trunk/cortex_m7_support.patch)
  
arm-none-eabi-binutils/repos/community-testing-x86_64/enable_link_arm_no_attributes.patch
(from rev 145720, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)

--+
 community-testing-i686/PKGBUILD  |   65 
 community-testing-i686/cortex_m7_support.patch   |  808 ++
 community-testing-i686/enable_link_arm_no_attributes.patch   |  115 +
 community-testing-x86_64/PKGBUILD|   65 
 community-testing-x86_64/cortex_m7_support.patch |  808 ++
 community-testing-x86_64/enable_link_arm_no_attributes.patch |  115 +
 6 files changed, 1976 insertions(+)

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


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

2015-11-02 Thread Christian Hesse
Date: Monday, November 2, 2015 @ 09:08:42
  Author: eworm
Revision: 145567

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

Added:
  libtermkey/repos/community-i686/
  libtermkey/repos/community-i686/PKGBUILD
(from rev 145566, libtermkey/trunk/PKGBUILD)
  libtermkey/repos/community-x86_64/
  libtermkey/repos/community-x86_64/PKGBUILD
(from rev 145566, libtermkey/trunk/PKGBUILD)

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

Copied: libtermkey/repos/community-i686/PKGBUILD (from rev 145566, 
libtermkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 08:08:42 UTC (rev 145567)
@@ -0,0 +1,28 @@
+# $Id $
+# Maintainer: Christian Hesse 
+# Contributor: Florian Walch 
+
+pkgname=libtermkey
+pkgver=0.18
+pkgrel=2
+pkgdesc='Library for easy processing of keyboard entry from terminal-based 
programs'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libtermkey'
+license=('MIT')
+depends=('unibilium')
+source=("http://www.leonerd.org.uk/code/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('239746de41c845af52bb3c1408f743292dd6c24ac26c2d6567a5a6093926')
+
+build() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: libtermkey/repos/community-x86_64/PKGBUILD (from rev 145566, 
libtermkey/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 08:08:42 UTC (rev 145567)
@@ -0,0 +1,28 @@
+# $Id $
+# Maintainer: Christian Hesse 
+# Contributor: Florian Walch 
+
+pkgname=libtermkey
+pkgver=0.18
+pkgrel=2
+pkgdesc='Library for easy processing of keyboard entry from terminal-based 
programs'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libtermkey'
+license=('MIT')
+depends=('unibilium')
+source=("http://www.leonerd.org.uk/code/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('239746de41c845af52bb3c1408f743292dd6c24ac26c2d6567a5a6093926')
+
+build() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2015-11-02 Thread Jelle van der Waa
Date: Monday, November 2, 2015 @ 09:01:23
  Author: jelle
Revision: 145565

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 08:00:36 UTC (rev 145564)
+++ community-i686/PKGBUILD 2015-11-02 08:01:23 UTC (rev 145565)
@@ -1,28 +0,0 @@
-# Maintainer: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.47.3
-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=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('9410299a1f3225c8a44b66faa8f3f733')
-
-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 145564, 
python-selenium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 08:01:23 UTC (rev 145565)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.48.0
+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=('lib32-glibc: Firefox x86 webdriver support for x86_64')
+source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
+md5sums=('d1e0635b427151d86457170825b96cf8')
+
+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   2015-11-02 08:00:36 UTC (rev 145564)
+++ community-x86_64/PKGBUILD   2015-11-02 08:01:23 UTC (rev 145565)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.48.0
-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=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('d1e0635b427151d86457170825b96cf8')
-
-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 145564, 
python-selenium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 08:01:23 UTC (rev 145565)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.48.0
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')

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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 09:00:36
  Author: fyan
Revision: 145564

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

Added:
  cor/repos/community-i686/
  cor/repos/community-i686/PKGBUILD
(from rev 145563, cor/trunk/PKGBUILD)
  cor/repos/community-x86_64/
  cor/repos/community-x86_64/PKGBUILD
(from rev 145563, cor/trunk/PKGBUILD)

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

Copied: cor/repos/community-i686/PKGBUILD (from rev 145563, cor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 08:00:36 UTC (rev 145564)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cor
+pkgver=0.1.17
+pkgrel=1
+pkgdesc="Just another C++/C library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/cor;
+license=('LGPL')
+depends=('systemd')
+makedepends=('git' 'cmake' 'tut')
+source=("git+https://git.merproject.org/mer-core/cor.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DVERSION=$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+../cor
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}

Copied: cor/repos/community-x86_64/PKGBUILD (from rev 145563, 
cor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 08:00:36 UTC (rev 145564)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cor
+pkgver=0.1.17
+pkgrel=1
+pkgdesc="Just another C++/C library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/cor;
+license=('LGPL')
+depends=('systemd')
+makedepends=('git' 'cmake' 'tut')
+source=("git+https://git.merproject.org/mer-core/cor.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DVERSION=$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+../cor
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}


[arch-commits] Commit in (4 files)

2015-11-02 Thread Christian Hesse
Date: Monday, November 2, 2015 @ 09:07:10
  Author: eworm
Revision: 145566

initial commit for libtermkey 0.18-2

Added:
  libtermkey/
  libtermkey/repos/
  libtermkey/trunk/
  libtermkey/trunk/PKGBUILD

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

Added: libtermkey/trunk/PKGBUILD
===
--- libtermkey/trunk/PKGBUILD   (rev 0)
+++ libtermkey/trunk/PKGBUILD   2015-11-02 08:07:10 UTC (rev 145566)
@@ -0,0 +1,28 @@
+# $Id $
+# Maintainer: Christian Hesse 
+# Contributor: Florian Walch 
+
+pkgname=libtermkey
+pkgver=0.18
+pkgrel=2
+pkgdesc='Library for easy processing of keyboard entry from terminal-based 
programs'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libtermkey'
+license=('MIT')
+depends=('unibilium')
+source=("http://www.leonerd.org.uk/code/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('239746de41c845af52bb3c1408f743292dd6c24ac26c2d6567a5a6093926')
+
+build() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${pkgname}-${pkgver}/"
+
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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


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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 09:00:05
  Author: fyan
Revision: 145563

addpkg: cor 0.1.17-1

Added:
  cor/
  cor/repos/
  cor/trunk/
  cor/trunk/PKGBUILD

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

Added: cor/trunk/PKGBUILD
===
--- cor/trunk/PKGBUILD  (rev 0)
+++ cor/trunk/PKGBUILD  2015-11-02 08:00:05 UTC (rev 145563)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cor
+pkgver=0.1.17
+pkgrel=1
+pkgdesc="Just another C++/C library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/cor;
+license=('LGPL')
+depends=('systemd')
+makedepends=('git' 'cmake' 'tut')
+source=("git+https://git.merproject.org/mer-core/cor.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DVERSION=$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+../cor
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}


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


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

2015-11-02 Thread Jan Steffens
Date: Monday, November 2, 2015 @ 09:44:26
  Author: heftig
Revision: 249978

0.0.18

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 07:54:43 UTC (rev 249977)
+++ PKGBUILD2015-11-02 08:44:26 UTC (rev 249978)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cantarell-fonts
-pkgver=0.0.17.2
+pkgver=0.0.18
 pkgrel=1
 pkgdesc="Cantarell font family"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('b5cf061c1cb37881c34c5bd5a6cad495236e50bef2386072800322f0ef5abf36')
+sha256sums=('f84df2ca44fa9266fdffd2b8de1adeff60eb7e7c9ec8e338a229b3126aabb977')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:00:25
  Author: tredaelli
Revision: 145668

upgpkg: qbittorrent 3.2.5-1

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 15:54:56 UTC (rev 145667)
+++ PKGBUILD2015-11-02 16:00:25 UTC (rev 145668)
@@ -7,8 +7,8 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=qbittorrent
-pkgver=3.2.4
-pkgrel=2
+pkgver=3.2.5
+pkgrel=1
 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org;
@@ -18,7 +18,7 @@
 optdepends=('python: needed for torrent search tab')
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
-sha256sums=('7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871')
+sha256sums=('98f69c7324276c7c144738eb36b21a2d28d7f01a327104568f020887626e822b')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 17:00:47
  Author: jleclanche
Revision: 145670

upgpkg: lxqt-panel 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:00:36 UTC (rev 145669)
+++ PKGBUILD2015-11-02 16:00:47 UTC (rev 145670)
@@ -2,24 +2,34 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
-depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
- "liblxqt-mount" "menu-cache")
-optdepends=("kguiaddons: Keyboard indicator plugin"
-"libpulse: Volume control plugin"
-"libstatgrab: CPU monitor and Network monitor plugins"
-"libsysstat: System Statistics plugin"
-"lm_sensors: Sensors plugin")
-makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
+license=("LGPL2.1")
+depends=(
+   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
+   "lxqt-common" "lxqt-globalkeys" "solid"
+)
+optdepends=(
+   "alsa-lib: Alsa support in volume control plugin"
+   "libpulse: PulseAudio support in volume control plugin"
+   "libstatgrab: Network and CPU monitor plugin"
+   "libsysstat: Network/CPU monitor plugin"
+   "menu-cache: Improved performance for main menu plugin"
+)
+makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
 
 
 build() {


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:00:36
  Author: tredaelli
Revision: 145669

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

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

--+
 /PKGBUILD|   70 +
 /qbittorrent.install |   26 
 community-i686/PKGBUILD  |   35 
 community-i686/qbittorrent.install   |   13 --
 community-x86_64/PKGBUILD|   35 
 community-x86_64/qbittorrent.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:00:25 UTC (rev 145668)
+++ community-i686/PKGBUILD 2015-11-02 16:00:36 UTC (rev 145669)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgname=qbittorrent
-pkgver=3.2.4
-pkgrel=2
-pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qjson')
-makedepends=('boost')
-optdepends=('python: needed for torrent search tab')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
-sha256sums=('7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-qjson=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 145668, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:00:36 UTC (rev 145669)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgname=qbittorrent
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org;
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qjson')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
+sha256sums=('98f69c7324276c7c144738eb36b21a2d28d7f01a327104568f020887626e822b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-qjson=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-i686/qbittorrent.install
===
--- community-i686/qbittorrent.install  2015-11-02 16:00:25 UTC (rev 145668)
+++ community-i686/qbittorrent.install  2015-11-02 16:00:36 UTC (rev 145669)
@@ -1,13 +0,0 @@
-
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qbittorrent/repos/community-i686/qbittorrent.install (from rev 145668, 
qbittorrent/trunk/qbittorrent.install)
===
--- community-i686/qbittorrent.install  (rev 0)
+++ community-i686/qbittorrent.install  2015-11-02 16:00:36 UTC (rev 145669)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() 

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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:25:17
  Author: tredaelli
Revision: 145680

upgpkg: electrum 2.5.2-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:20:16 UTC (rev 145679)
+++ PKGBUILD2015-11-02 16:25:17 UTC (rev 145680)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -17,10 +17,10 @@
 'zbar: QR code reading support')
 url="https://electrum.org;
 license=('GPL3')
-source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('6236c58a837c0a55ff39128141c84d46'
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('16bb505d4ec610c229fc902d477f5719'
  'SKIP')
-sha256sums=('550d26da2a5d48c260614f87447f851ef82aff301140207d349c07eea2705872'
+sha256sums=('99374f78b6ae87297405b04f5c8987b46095cf5a923d0e9227543fe5b753dcc0'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in (4 files)

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:22:59
  Author: svenstaro
Revision: 145683

Adding libvterm for neovim

Added:
  libvterm/
  libvterm/repos/
  libvterm/trunk/
  libvterm/trunk/PKGBUILD

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

Added: libvterm/trunk/PKGBUILD
===
--- libvterm/trunk/PKGBUILD (rev 0)
+++ libvterm/trunk/PKGBUILD 2015-11-02 17:22:59 UTC (rev 145683)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+source=("https://github.com/neovim/libvterm.git#commit=${_git};)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:13:01
  Author: tredaelli
Revision: 145677

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:12:49 UTC (rev 145676)
+++ community-i686/PKGBUILD 2015-11-02 16:13:01 UTC (rev 145677)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.0.11
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 145676, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:13:01 UTC (rev 145677)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.1
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 16:12:49 UTC (rev 145676)
+++ community-x86_64/PKGBUILD   2015-11-02 16:13:01 UTC (rev 145677)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.0.11
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 145676, 
iperf3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 16:13:01 UTC (rev 145677)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.1
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:12:49
  Author: tredaelli
Revision: 145676

upgpkg: iperf3 3.1-1

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:11:26 UTC (rev 145675)
+++ PKGBUILD2015-11-02 16:12:49 UTC (rev 145676)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.0.11
+pkgver=3.1
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
+sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
 
 build() { 
   cd "iperf-$pkgver"


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:25:25
  Author: svenstaro
Revision: 145685

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

Added:
  libvterm/repos/community-i686/
  libvterm/repos/community-i686/PKGBUILD
(from rev 145684, libvterm/trunk/PKGBUILD)
  libvterm/repos/community-x86_64/
  libvterm/repos/community-x86_64/PKGBUILD
(from rev 145684, libvterm/trunk/PKGBUILD)

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

Copied: libvterm/repos/community-i686/PKGBUILD (from rev 145684, 
libvterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:25:25 UTC (rev 145685)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 145684, 
libvterm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 17:25:25 UTC (rev 145685)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:11:26
  Author: tredaelli
Revision: 145675

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 145674, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 145674, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 145674, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 145674, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

--+
 /PKGBUILD|   82 +
 /miniupnpd.systemd   |   28 
 community-i686/PKGBUILD  |   49 ---
 community-i686/miniupnpd-1.8.20140401-foreground.patch   |   40 --
 community-i686/miniupnpd.systemd |   13 --
 community-x86_64/PKGBUILD|   49 ---
 community-x86_64/miniupnpd-1.8.20140401-foreground.patch |   40 --
 community-x86_64/miniupnpd.systemd   |   13 --
 8 files changed, 110 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:11:16 UTC (rev 145674)
+++ community-i686/PKGBUILD 2015-11-02 16:11:26 UTC (rev 145675)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: fauno 
-pkgname=miniupnpd
-pkgver=1.9.20150721
-pkgrel=1
-pkgdesc="Lightweight UPnP IGD daemon"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
-miniupnpd-1.8.20140401-foreground.patch
-miniupnpd.systemd)
-sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
-'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CONFIG_OPTIONS="--ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  mkdir -p "$pkgdir/usr/share/man/man8"
-
-  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
-
-  rm -r "${pkgdir}/etc/init.d"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 145674, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:11:26 UTC (rev 145675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: fauno 
+pkgname=miniupnpd
+pkgver=1.9.20150922
+pkgrel=1
+pkgdesc="Lightweight UPnP IGD daemon"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd.systemd)
+sha256sums=('d71a7435d93a311bf7ac8dd369efd1a805a95afe29d2df42399b97eec8ad1c28'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
+
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
+
+  rm -r "${pkgdir}/etc/init.d"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 

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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 18:18:14
  Author: spupykin
Revision: 145682

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

Added:
  dosemu/repos/community-i686/PKGBUILD
(from rev 145681, dosemu/trunk/PKGBUILD)
  dosemu/repos/community-i686/dosemu.install
(from rev 145681, dosemu/trunk/dosemu.install)
  dosemu/repos/community-x86_64/PKGBUILD
(from rev 145681, dosemu/trunk/PKGBUILD)
  dosemu/repos/community-x86_64/dosemu.install
(from rev 145681, dosemu/trunk/dosemu.install)
Deleted:
  dosemu/repos/community-i686/PKGBUILD
  dosemu/repos/community-i686/cpu-support.patch
  dosemu/repos/community-i686/dosemu.install
  dosemu/repos/community-i686/fix-infinite-loop.patch
  dosemu/repos/community-i686/kernel_version.patch
  dosemu/repos/community-x86_64/PKGBUILD
  dosemu/repos/community-x86_64/cpu-support.patch
  dosemu/repos/community-x86_64/dosemu.install
  dosemu/repos/community-x86_64/fix-infinite-loop.patch
  dosemu/repos/community-x86_64/kernel_version.patch

--+
 /PKGBUILD|   90 +
 /dosemu.install  |   14 
 community-i686/PKGBUILD  |   43 -
 community-i686/cpu-support.patch |   12 ---
 community-i686/dosemu.install|7 --
 community-i686/fix-infinite-loop.patch   |   13 
 community-i686/kernel_version.patch  |   12 ---
 community-x86_64/PKGBUILD|   43 -
 community-x86_64/cpu-support.patch   |   12 ---
 community-x86_64/dosemu.install  |7 --
 community-x86_64/fix-infinite-loop.patch |   13 
 community-x86_64/kernel_version.patch|   12 ---
 12 files changed, 104 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:25:24 UTC (rev 145681)
+++ community-i686/PKGBUILD 2015-11-02 17:18:14 UTC (rev 145682)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Bob Finch 
-
-pkgname=dosemu
-pkgver=1.4.0.8
-pkgrel=1
-pkgdesc="DOS emulator"
-arch=('i686' 'x86_64')
-url="http://www.dosemu.org/;
-license=('GPL' 'custom')
-depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile')
-makedepends=('git' 'xorg-mkfontdir' 'xorg-bdftopcf' 'gendesk' 'imagemagick')
-backup=('etc/dosemu/dosemu.conf'
-   'etc/dosemu/dosemu.users'
-   'etc/dosemu/global.conf')
-source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#tag=$pkgname-$pkgver
-   
http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz)
-md5sums=('SKIP'
- '2e09774fe91cff4372cb4a393eb467f5')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk -n --pkgname=$pkgname --pkgdesc='DOS emulator' 
--categories='System;Emulator'
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr 
--with-fdtarball=$srcdir/dosemu-freedos-1.0-bin.tgz --mandir=/usr/share/man
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/usr/share/pixmaps
-  convert etc/$pkgname.xpm $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -D -m 644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  install -D -m 644 COPYING.DOSEMU 
$pkgdir/usr/share/licenses/$pkgname/COPYING.DOSEMU
-}

Copied: dosemu/repos/community-i686/PKGBUILD (from rev 145681, 
dosemu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:18:14 UTC (rev 145682)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Bob Finch 
+
+pkgname=dosemu
+epoch=1
+pkgver=1.4.git20151102
+pkgrel=1
+pkgdesc="DOS emulator"
+arch=('i686' 'x86_64')
+url="http://www.dosemu.org/;
+license=('GPL' 'custom')
+depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile')
+makedepends=('git' 'xorg-mkfontdir' 'xorg-bdftopcf' 'gendesk' 'imagemagick')
+backup=('etc/dosemu/dosemu.conf'
+   'etc/dosemu/dosemu.users'
+   'etc/dosemu/global.conf')
+#source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#tag=$pkgname-$pkgver
+source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#commit=cc971eae4738016c22b3d2e1b3473df2176c8e29
+   
http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz)
+md5sums=('SKIP'
+ '2e09774fe91cff4372cb4a393eb467f5')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk -n 

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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:25:17
  Author: svenstaro
Revision: 145684

upgpkg: libvterm 0.1.git1.c4317a6-1

Pushing libvterm

Modified:
  libvterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 17:22:59 UTC (rev 145683)
+++ PKGBUILD2015-11-02 17:25:17 UTC (rev 145684)
@@ -12,7 +12,7 @@
 makedepends=('git')
 conflicts=('libvterm')
 provides=("libvterm=${pkgver}")
-source=("https://github.com/neovim/libvterm.git#commit=${_git};)
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
 sha256sums=('SKIP')
 
 build() {


[arch-commits] Commit in miniupnpd/trunk (3 files)

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:11:16
  Author: tredaelli
Revision: 145674

upgpkg: miniupnpd 1.9.20150922-1

Use Type=forking and remove miniupnpd-1.8.20140401-foreground.patch.
Remove --igd2 since broken clients (like uTorrent) couldn't add port mapping 
FS#44726

Modified:
  miniupnpd/trunk/PKGBUILD
  miniupnpd/trunk/miniupnpd.systemd
Deleted:
  miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch

-+
 PKGBUILD|   16 +++-
 miniupnpd-1.8.20140401-foreground.patch |   40 --
 miniupnpd.systemd   |3 +-
 3 files changed, 6 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:01:28 UTC (rev 145673)
+++ PKGBUILD2015-11-02 16:11:16 UTC (rev 145674)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli 
 # Contributor: fauno 
 pkgname=miniupnpd
-pkgver=1.9.20150721
+pkgver=1.9.20150922
 pkgrel=1
 pkgdesc="Lightweight UPnP IGD daemon"
 arch=('i686' 'x86_64')
@@ -12,22 +12,14 @@
 depends=('iptables' 'net-tools' 'util-linux')
 makedepends=('lsb-release')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
-miniupnpd-1.8.20140401-foreground.patch
 miniupnpd.systemd)
-sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
-'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
+sha256sums=('d71a7435d93a311bf7ac8dd369efd1a805a95afe29d2df42399b97eec8ad1c28'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
 
-  CONFIG_OPTIONS="--ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
   make -f Makefile.linux
 }
 

Deleted: miniupnpd-1.8.20140401-foreground.patch
===
--- miniupnpd-1.8.20140401-foreground.patch 2015-11-02 16:01:28 UTC (rev 
145673)
+++ miniupnpd-1.8.20140401-foreground.patch 2015-11-02 16:11:16 UTC (rev 
145674)
@@ -1,40 +0,0 @@
 ./miniupnpd.c.orig 2014-04-23 15:41:11.783562093 +
-+++ ./miniupnpd.c  2014-04-23 15:43:19.672842038 +
-@@ -797,7 +797,7 @@
- {
-   int i;
-   int pid;
--  int debug_flag = 0;
-+  int debug_flag = 0, foreground_flag = 0;
-   int openlog_option;
-   struct sigaction sa;
-   /*const char * logfilename = 0;*/
-@@ -1159,6 +1159,9 @@
-   case 'd':
-   debug_flag = 1;
-   break;
-+  case 'D':
-+  foreground_flag = 1;
-+  break;
-   case 'w':
-   if(i+1 < argc)
-   presurl = argv[++i];
-@@ -1273,7 +1276,7 @@
-   goto print_usage;
-   }
- 
--  if(debug_flag)
-+  if(debug_flag || foreground_flag)
-   {
-   pid = getpid();
-   }
-@@ -1413,7 +1416,8 @@
-   "\tNotify interval is in seconds. Default is 30 seconds.\n"
-   "\tDefault pid file is '%s'.\n"
-   "\tDefault config file is '%s'.\n"
--  "\tWith -d miniupnpd will run as a standard program.\n"
-+  "\tWith -D miniupnpd will run as a standard program.\n"
-+  "\tWith -d miniupnpd will run as a standard program in 
debug mode.\n"
- #if defined(USE_PF) || defined(USE_IPF)
-   "\t-L sets packet log in pf and ipf on.\n"
- #endif

Modified: miniupnpd.systemd
===
--- miniupnpd.systemd   2015-11-02 16:01:28 UTC (rev 145673)
+++ miniupnpd.systemd   2015-11-02 16:11:16 UTC (rev 145674)
@@ -4,8 +4,9 @@
 After=network.target
 
 [Service]
+Type=forking
 ExecStartPre=/etc/miniupnpd/iptables_init.sh
-ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -D
+ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf
 ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
 PIDFile=/run/miniupnpd.pid
 


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:20:16
  Author: tredaelli
Revision: 145679

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

Added:
  os-prober/repos/community-i686/PKGBUILD
(from rev 145678, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 145678, os-prober/trunk/PKGBUILD)
Deleted:
  os-prober/repos/community-i686/PKGBUILD
  os-prober/repos/community-i686/os-prober-util-linux-2.24.patch
  os-prober/repos/community-x86_64/PKGBUILD
  os-prober/repos/community-x86_64/os-prober-util-linux-2.24.patch

--+
 /PKGBUILD|   98 +
 community-i686/PKGBUILD  |   54 ---
 community-i686/os-prober-util-linux-2.24.patch   |   58 
 community-x86_64/PKGBUILD|   54 ---
 community-x86_64/os-prober-util-linux-2.24.patch |   58 
 5 files changed, 98 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:20:04 UTC (rev 145678)
+++ community-i686/PKGBUILD 2015-11-02 16:20:16 UTC (rev 145679)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.66
-pkgrel=1
-pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
-   os-prober-util-linux-2.24.patch)
-md5sums=('7ac4903d4aa114cd4709152f604dd0ea'
- 'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('ab66eab63223d651cb6f9221ddffc958521b13edee4996c4fd87f08cb1955057'
-'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
-
-prepare() {
-  cd "$pkgname"
-
-  patch -p1 -i "$srcdir"/os-prober-util-linux-2.24.patch
-
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
-
-  rm -f Makefile
-}
-
-build() {
-  cd "$pkgname"
-
-  make newns
-}
-
-package() {
-  cd "$pkgname"
-
-  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
-  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
-  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm755 "$pkgdir/usr/lib/$dir"
-install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
-[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
-  done
-
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
-
-  install -dm755 "$pkgdir"/var/lib/os-prober
-}

Copied: os-prober/repos/community-i686/PKGBUILD (from rev 145678, 
os-prober/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:20:16 UTC (rev 145679)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: darkcoder 
+
+pkgname=os-prober
+pkgver=1.70
+pkgrel=1
+pkgdesc="Utility to detect other OSes on a set of drives"
+url="http://joey.kitenet.net/code/os-prober/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('sh')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+md5sums=('c1cfdd90dc958f12b932ccc8d64051e1')
+sha256sums=('f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
+
+  rm -f Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make newns
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
+  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
+  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+
+  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
+install -dm755 "$pkgdir/usr/lib/$dir"
+install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
+[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
+  done
+
+  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+  install -dm755 "$pkgdir"/var/lib/os-prober
+}

Deleted: community-i686/os-prober-util-linux-2.24.patch

[arch-commits] Commit in os-prober/trunk (PKGBUILD os-prober-util-linux-2.24.patch)

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:20:04
  Author: tredaelli
Revision: 145678

upgpkg: os-prober 1.70-1

Modified:
  os-prober/trunk/PKGBUILD
Deleted:
  os-prober/trunk/os-prober-util-linux-2.24.patch

-+
 PKGBUILD|   19 
 os-prober-util-linux-2.24.patch |   58 --
 2 files changed, 7 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:13:01 UTC (rev 145677)
+++ PKGBUILD2015-11-02 16:20:04 UTC (rev 145678)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.66
+pkgver=1.70
 pkgrel=1
 pkgdesc="Utility to detect other OSes on a set of drives"
 url="http://joey.kitenet.net/code/os-prober/;
@@ -10,18 +10,13 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
-   os-prober-util-linux-2.24.patch)
-md5sums=('7ac4903d4aa114cd4709152f604dd0ea'
- 'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('ab66eab63223d651cb6f9221ddffc958521b13edee4996c4fd87f08cb1955057'
-'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+md5sums=('c1cfdd90dc958f12b932ccc8d64051e1')
+sha256sums=('f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d')
 
 prepare() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
-  patch -p1 -i "$srcdir"/os-prober-util-linux-2.24.patch
-
   # adjust lib dir to allow detection of 64-bit distros
   sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
 
@@ -29,13 +24,13 @@
 }
 
 build() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   make newns
 }
 
 package() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
   install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober

Deleted: os-prober-util-linux-2.24.patch
===
--- os-prober-util-linux-2.24.patch 2015-11-02 16:13:01 UTC (rev 145677)
+++ os-prober-util-linux-2.24.patch 2015-11-02 16:20:04 UTC (rev 145678)
@@ -1,58 +0,0 @@
 a/common.sh
-+++ b/common.sh
-@@ -116,6 +116,29 @@ fs_type () {
-   fi
- }
- 
-+is_dos_extended_partition() {
-+  if type blkid >/dev/null 2>&1; then
-+  local output
-+
-+  output="$(blkid -o export $1)"
-+
-+  # old blkid (util-linux << 2.24) errors out on extended p.
-+  if [ "$?" = "2" ]; then
-+  return 0
-+  fi
-+
-+  # dos partition type and no filesystem type?...
-+  if echo $output | grep -q ' PTTYPE=dos ' &&
-+  ! echo $output | grep -q ' TYPE='; then
-+  return 0
-+  else
-+  return 1
-+  fi
-+  fi
-+
-+  return 1
-+}
-+
- parse_proc_mounts () {
-   while read -r line; do
-   set -f
 a/linux-boot-probes/common/50mounted-tests
-+++ b/linux-boot-probes/common/50mounted-tests
-@@ -20,6 +20,10 @@ elif [ "$types" = ntfs ]; then
-   types='ntfs-3g ntfs'
-   fi
- elif [ -z "$types" ]; then
-+  if is_dos_extended_partition "$partition"; then
-+  debug "$1 looks like an extended dos partition; skipping"
-+  exit 0
-+  fi
-   if type cryptsetup >/dev/null 2>&1 && \
-  cryptsetup luksDump "$partition" >/dev/null 2>&1; then
-   debug "$1 is a LUKS partition; skipping"
 a/os-probes/common/50mounted-tests
-+++ b/os-probes/common/50mounted-tests
-@@ -20,6 +20,10 @@ elif [ "$types" = ntfs ]; then
-   types='ntfs-3g ntfs'
-   fi
- elif [ -z "$types" ]; then
-+  if is_dos_extended_partition "$partition"; then
-+  debug "$1 looks like an extended dos partition; skipping"
-+  exit 0
-+  fi
-   if type cryptsetup >/dev/null 2>&1 && \
-  cryptsetup luksDump "$partition" >/dev/null 2>&1; then
-   debug "$1 is a LUKS partition; skipping"


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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 22:30:53
  Author: seblu
Revision: 145701

upgpkg: linux-tools 4.3-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 19:33:50 UTC (rev 145700)
+++ PKGBUILD2015-11-02 21:30:53 UTC (rev 145701)
@@ -13,15 +13,16 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
 options=('!strip')
+makedepends=('git')
 # split packages need all package dependencies set manually in makedepends
 # kernel source deps
-makedepends=('asciidoc' 'xmlto')
+makedepends+=('asciidoc' 'xmlto')
 # perf deps
 makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
 # cpupower deps
@@ -31,10 +32,7 @@
 # tmon deps
 makedepends+=('ncurses')
 groups=("$pkgbase")
-validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
-source=("http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-$pkgver.tar"{.xz,.sign}
-
#"http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/patch-$pkgver.3"{.xz,.sign}
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver"
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
@@ -41,15 +39,13 @@
 'usbipd.service'
 '02-archlinux-paths.patch'
 '04-fix-usip-h-path.patch')
-# http://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
-'SKIP'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
-'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'91f7d91d4270f207102c469c575dd176c3be7897d78d26057d047db164eaf9ca'
-'e5543d8d6d3fbc7f8d9d25c428a882737d2e0169455f70cbc3f73076ff33dd5d')
+md5sums=('SKIP'
+ '56883c159381ba89e50ab8ea65efec77'
+ '7e0710c2f31c1eb1e1417a7972e676b1'
+ '2450e8ff41b30eb58d43b5fffbfde1f4'
+ 'bb35634f480325a78b943f7e10165e86'
+ '1bc4f8c7a21a30e1a873d07e69fb698b'
+ 'a73ea3ea6d9c9ecb1cc910871eead3ff')
 
 prepare() {
   local _patch
@@ -56,18 +52,18 @@
   for _patch in patch-$pkgver.? *.patch; do
 [[ -e "$_patch" ]] || continue
 msg2 "Applying $_patch"
-patch -N -p1 -d linux-$pkgver < "$_patch"
+patch -N -p1 -d linux < "$_patch"
   done
 }
 
 build() {
   msg2 'libtraceevent'
-  pushd linux-$pkgver/tools/lib/traceevent
+  pushd linux/tools/lib/traceevent
   make
   popd
 
   msg2 'perf'
-  pushd linux-$pkgver/tools/perf
+  pushd linux/tools/perf
   make \
 WERROR=0 \
 DESTDIR="$pkgdir/usr" \
@@ -79,7 +75,7 @@
   popd
 
   msg2 'cpupower'
-  pushd linux-$pkgver/tools/power/cpupower
+  pushd linux/tools/power/cpupower
   # we cannot use --as-needed
   #LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"}
   make VERSION=$pkgver-$pkgrel
@@ -86,12 +82,12 @@
   popd
 
   msg2 'x86_energy_perf_policy'
-  pushd linux-$pkgver/tools/power/x86/x86_energy_perf_policy
+  pushd linux/tools/power/x86/x86_energy_perf_policy
   make
   popd
 
   msg2 'usbip'
-  pushd linux-$pkgver/tools/usb/usbip
+  pushd linux/tools/usb/usbip
   ./autogen.sh
   ./configure --prefix=/usr --sbindir=/usr/bin
   make
@@ -98,17 +94,17 @@
   popd
 
   msg2 'tmon'
-  pushd linux-$pkgver/tools/thermal/tmon
+  pushd linux/tools/thermal/tmon
   make
   popd
 
   msg2 'cgroup_event_listener'
-  pushd linux-$pkgver/tools/cgroup
+  pushd linux/tools/cgroup
   make
   popd
 
   msg2 'turbostat'
-  pushd linux-$pkgver/tools/power/x86/turbostat
+  pushd linux/tools/power/x86/turbostat
   make
   popd
 }
@@ -135,7 +131,7 @@
   pkgdesc='Linux kernel trace event library'
   depends=('glibc')
 
-  cd linux-$pkgver/tools/lib/traceevent
+  cd linux/tools/lib/traceevent
   install -dm 755 "$pkgdir/usr/lib"
   install -m 644 libtraceevent.so "$pkgdir/usr/lib"
 }
@@ -146,7 +142,7 @@
'numactl' 'audit')
   optdepends=('gtk2: support GTK2 browser for perf report')
 
-  cd linux-$pkgver/tools/perf
+  cd linux/tools/perf
   make \
 WERROR=0 \
 DESTDIR="$pkgdir/usr" \
@@ -169,7 +165,7 @@
   replaces=('cpufrequtils')
   install=cpupower.install
 
-  pushd linux-$pkgver/tools/power/cpupower
+  pushd linux/tools/power/cpupower
   make \
 DESTDIR="$pkgdir" \
 sbindir='/usr/bin' \
@@ -187,7 +183,7 @@
   pkgdesc='Read or write MSR_IA32_ENERGY_PERF_BIAS'
   depends=('glibc')
 
-  cd linux-$pkgver/tools/power/x86/x86_energy_perf_policy
+  

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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 22:37:24
  Author: seblu
Revision: 145702

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

Added:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 145701, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
(from rev 145701, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 145701, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 145701, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 145701, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 145701, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 145701, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 145701, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 145701, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
(from rev 145701, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 145701, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 145701, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 145701, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 145701, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 145701, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 145701, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /02-archlinux-paths.patch |   42 ++
 /04-fix-usip-h-path.patch |   26 +
 /PKGBUILD |  458 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   20 +
 /cpupower.systemd |   64 +++
 /usbipd.service   |   18 +
 community-i686/02-archlinux-paths.patch   |   21 -
 community-i686/04-fix-usip-h-path.patch   |   13 
 community-i686/PKGBUILD   |  233 --
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   10 
 community-i686/cpupower.systemd   |   32 -
 community-i686/usbipd.service |9 
 community-x86_64/02-archlinux-paths.patch |   21 -
 community-x86_64/04-fix-usip-h-path.patch |   13 
 community-x86_64/PKGBUILD |  233 --
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   10 
 community-x86_64/cpupower.systemd |   32 -
 community-x86_64/usbipd.service   |9 
 24 files changed, 712 insertions(+), 720 deletions(-)

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


[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)

2015-11-02 Thread Jan Steffens
Date: Monday, November 2, 2015 @ 09:45:00
  Author: heftig
Revision: 249979

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 249978, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 249978, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-+
 PKGBUILD|   54 +++---
 cantarell-fonts.install |   22 +-
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 08:44:26 UTC (rev 249978)
+++ PKGBUILD2015-11-02 08:45:00 UTC (rev 249979)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cantarell-fonts
-pkgver=0.0.17.2
-pkgrel=1
-pkgdesc="Cantarell font family"
-arch=('any')
-url="https://git.gnome.org/browse/cantarell-fonts;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('b5cf061c1cb37881c34c5bd5a6cad495236e50bef2386072800322f0ef5abf36')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 249978, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 08:45:00 UTC (rev 249979)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cantarell-fonts
+pkgver=0.0.18
+pkgrel=1
+pkgdesc="Cantarell font family"
+arch=('any')
+url="https://git.gnome.org/browse/cantarell-fonts;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('f84df2ca44fa9266fdffd2b8de1adeff60eb7e7c9ec8e338a229b3126aabb977')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2015-11-02 08:44:26 UTC (rev 249978)
+++ cantarell-fonts.install 2015-11-02 08:45:00 UTC (rev 249979)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
249978, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2015-11-02 08:45:00 UTC (rev 249979)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in (vid.stab)

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 10:23:36
  Author: alucryd
Revision: 145570

community2extra: Moving vid.stab from community to extra

Deleted:
  vid.stab/


[arch-commits] Commit in (4 files)

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 10:23:06
  Author: alucryd
Revision: 249980

community2extra: Moving vid.stab from community to extra

Added:
  vid.stab/
  vid.stab/repos/
  vid.stab/trunk/
  vid.stab/trunk/PKGBUILD

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

Added: vid.stab/trunk/PKGBUILD
===
--- vid.stab/trunk/PKGBUILD (rev 0)
+++ vid.stab/trunk/PKGBUILD 2015-11-02 09:23:06 UTC (rev 249980)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: EVorster 
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
+arch=('i686' 'x86_64')
+url="http://public.hronopik.de/vid.stab;
+license=('GPL')
+depends=()
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  rm -rf build
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in vid.stab/repos (4 files)

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 10:23:13
  Author: alucryd
Revision: 249981

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

Added:
  vid.stab/repos/extra-i686/
  vid.stab/repos/extra-i686/PKGBUILD
(from rev 249980, vid.stab/trunk/PKGBUILD)
  vid.stab/repos/extra-x86_64/
  vid.stab/repos/extra-x86_64/PKGBUILD
(from rev 249980, vid.stab/trunk/PKGBUILD)

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

Copied: vid.stab/repos/extra-i686/PKGBUILD (from rev 249980, 
vid.stab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 09:23:13 UTC (rev 249981)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: EVorster 
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
+arch=('i686' 'x86_64')
+url="http://public.hronopik.de/vid.stab;
+license=('GPL')
+depends=()
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  rm -rf build
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}

Copied: vid.stab/repos/extra-x86_64/PKGBUILD (from rev 249980, 
vid.stab/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-02 09:23:13 UTC (rev 249981)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: EVorster 
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
+arch=('i686' 'x86_64')
+url="http://public.hronopik.de/vid.stab;
+license=('GPL')
+depends=()
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  rm -rf build
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in vid.stab/trunk (PKGBUILD)

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 10:36:10
  Author: alucryd
Revision: 249982

upgpkg: vid.stab 1.1-1

Modified:
  vid.stab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 09:23:13 UTC (rev 249981)
+++ PKGBUILD2015-11-02 09:36:10 UTC (rev 249982)
@@ -1,28 +1,43 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: EVorster 
+# Maintainer: Maxime Gauduin 
+# Contributor: Sergej Pupykin 
+# Contributor: EVorster 
 
 pkgname=vid.stab
-pkgver=0.98b
-pkgrel=2
-pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
+pkgver=1.1
+pkgrel=1
+pkgdesc='Video stabilization library'
 arch=('i686' 'x86_64')
-url="http://public.hronopik.de/vid.stab;
+url='http://public.hronopik.de/vid.stab'
 license=('GPL')
-depends=()
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
-md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake' 'git')
+provides=('libvidstab.so')
+_hash='2d82492533bf5004bc2c4f8213a1b622c45f6a44'
+source=("vid.stab-${pkgver}::git+https://github.com/georgmartius/vid.stab.git#commit=${_hash};)
+sha256sums=('SKIP')
 
+prepare() {
+  cd vid.stab-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
 build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  rm -rf build
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  cd vid.stab-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr'
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
+  cd vid.stab-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 10:49:33
  Author: fyan
Revision: 145575

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

Added:
  deepin-wm/repos/community-i686/PKGBUILD
(from rev 145574, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-i686/deepin-wm.install
(from rev 145574, deepin-wm/trunk/deepin-wm.install)
  deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 145574, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-x86_64/deepin-wm.install
(from rev 145574, deepin-wm/trunk/deepin-wm.install)
Deleted:
  deepin-wm/repos/community-i686/PKGBUILD
  deepin-wm/repos/community-i686/deepin-wm.install
  deepin-wm/repos/community-x86_64/PKGBUILD
  deepin-wm/repos/community-x86_64/deepin-wm.install

+
 /PKGBUILD  |   70 +++
 /deepin-wm.install |   24 
 community-i686/PKGBUILD|   36 --
 community-i686/deepin-wm.install   |   12 --
 community-x86_64/PKGBUILD  |   36 --
 community-x86_64/deepin-wm.install |   12 --
 6 files changed, 94 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 09:48:55 UTC (rev 145574)
+++ community-i686/PKGBUILD 2015-11-02 09:49:33 UTC (rev 145575)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=0.91.0
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://cr.deepin.io/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-groups=('deepin')
-install='deepin-wm.install'
-source=("git+https://github.com/linuxdeepin/deepin-wm.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm/repos/community-i686/PKGBUILD (from rev 145574, 
deepin-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 09:49:33 UTC (rev 145575)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=0.91.0
+pkgrel=2
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+install='deepin-wm.install'
+source=("git+https://github.com/linuxdeepin/deepin-wm.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/deepin-wm.install
===
--- community-i686/deepin-wm.install2015-11-02 09:48:55 UTC (rev 145574)
+++ community-i686/deepin-wm.install2015-11-02 09:49:33 UTC (rev 145575)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: deepin-wm/repos/community-i686/deepin-wm.install (from rev 145574, 
deepin-wm/trunk/deepin-wm.install)
===
--- community-i686/deepin-wm.install(rev 0)
+++ community-i686/deepin-wm.install2015-11-02 09:49:33 UTC (rev 145575)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 09:48:55 UTC (rev 145574)
+++ community-x86_64/PKGBUILD   2015-11-02 09:49:33 UTC (rev 145575)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=0.91.0

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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 10:48:59
  Author: alucryd
Revision: 249986

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-02 09:48:50 UTC (rev 249985)
+++ extra-i686/PKGBUILD 2015-11-02 09:48:59 UTC (rev 249986)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Fabian Schoelzel 
-# Contributor: funkyou 
-# Contributor: tardo 
-# Contributor: Stefan Husmann 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=mlt
-pkgname=(mlt mlt-python-bindings)
-pkgver=0.9.8
-pkgrel=2
-pkgdesc="An open source multimedia framework"
-arch=(i686 x86_64)
-url="http://www.mltframework.org;
-license=(GPL)
-makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
-source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
-md5sums=('57397f2f0fa0545c248c5e9b59c140d5')
-
-prepare() {
-  cd mlt-$pkgver
-  sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
-}
-
-build() {
-  # mlt
-  cd mlt-$pkgver
-
-  msg "SSE2=$SSE2"
-  ./configure --prefix=/usr \
-   --avformat-swscale \
-   --enable-gpl --enable-gpl3 \
-   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
-  make
-
-  # mlt python bindings
-  cd src/swig/python
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  optdepends=('sdl_image: for SDL plugin'
-   'libsamplerate: for libavresample plugin'
-   'sox: for SOX (Audio Swiss Army Knife) plugin'
-   'ffmpeg: for ffmpeg plugin'
-   'vid.stab: for video stabilize plugin'
-   'gtk2: Gtk plugin'
-   'qt5-svg: for Qt5 plugins'
-   'jack: for JACK sound output plugin'
-   'libexif: for auto rotate plugin'
-   'frei0r-plugins: for additional effects'
-   'movit: opengl plugin')
-  conflicts=('mlt++<=0.3.8')
-
-  cd mlt-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_mlt-python-bindings() {
-  depends=(python2 mlt)
-
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  mkdir -p "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
-  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
-}

Copied: mlt/repos/extra-i686/PKGBUILD (from rev 249985, mlt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 09:48:59 UTC (rev 249986)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Fabian Schoelzel 
+# Contributor: funkyou 
+# Contributor: tardo 
+# Contributor: Stefan Husmann 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=mlt
+pkgname=(mlt mlt-python-bindings)
+pkgver=0.9.8
+pkgrel=3
+pkgdesc="An open source multimedia framework"
+arch=(i686 x86_64)
+url="http://www.mltframework.org;
+license=(GPL)
+makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
+md5sums=('57397f2f0fa0545c248c5e9b59c140d5')
+
+prepare() {
+  cd mlt-$pkgver
+  sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
+}
+
+build() {
+  # mlt
+  cd mlt-$pkgver
+
+  msg "SSE2=$SSE2"
+  ./configure --prefix=/usr \
+   --avformat-swscale \
+   --enable-gpl --enable-gpl3 \
+   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
+  make
+
+  # mlt python bindings
+  cd src/swig/python
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  optdepends=('sdl_image: for SDL plugin'
+   'libsamplerate: for libavresample plugin'
+   'sox: for SOX (Audio Swiss Army Knife) plugin'

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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 10:48:55
  Author: fyan
Revision: 145574

upgpkg: deepin-wm 0.91.0-2

remove "deepin" group for now

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 09:40:08 UTC (rev 145573)
+++ PKGBUILD2015-11-02 09:48:55 UTC (rev 145574)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-wm
 pkgver=0.91.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
 url="https://cr.deepin.io/deepin-wm;
@@ -13,7 +13,6 @@
 depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
  'deepin-mutter' 'gnome-desktop' 'libgee')
 makedepends=('gnome-common' 'intltool' 'vala' 'git')
-groups=('deepin')
 install='deepin-wm.install'
 source=("git+https://github.com/linuxdeepin/deepin-wm.git#tag=$pkgver;)
 sha256sums=('SKIP')


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

2015-11-02 Thread Evangelos Foutras
Date: Monday, November 2, 2015 @ 10:48:49
  Author: foutrelis
Revision: 249984

icu 56.1 / poppler 0.37.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 09:39:37 UTC (rev 249983)
+++ PKGBUILD2015-11-02 09:48:49 UTC (rev 249984)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.0.2.2
 pkgver=5.0.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2015-11-02 Thread Evangelos Foutras
Date: Monday, November 2, 2015 @ 10:49:11
  Author: foutrelis
Revision: 249987

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

Added:
  libreoffice-fresh/repos/staging-i686/
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 249985, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/PKGBUILD.51
(from rev 249985, libreoffice-fresh/trunk/PKGBUILD.51)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 249985, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.install
(from rev 249985, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 249985, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 249985, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 249986, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD.51
(from rev 249986, libreoffice-fresh/trunk/PKGBUILD.51)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 249986, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.install
(from rev 249986, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 249986, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 249986, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  377 
++
 staging-i686/PKGBUILD.51|  370 
+
 staging-i686/libreoffice-fresh.csh  |6 
 staging-i686/libreoffice-fresh.install  |   17 
 staging-i686/libreoffice-fresh.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  377 
++
 staging-x86_64/PKGBUILD.51  |  370 
+
 staging-x86_64/libreoffice-fresh.csh|6 
 staging-x86_64/libreoffice-fresh.install|   17 
 staging-x86_64/libreoffice-fresh.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 12 files changed, 1640 insertions(+)

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


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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 10:48:50
  Author: alucryd
Revision: 249985

upgpkg: mlt 0.9.8-3

vid.stab 1.1 soname bump

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 09:48:49 UTC (rev 249984)
+++ PKGBUILD2015-11-02 09:48:50 UTC (rev 249985)
@@ -10,7 +10,7 @@
 pkgbase=mlt
 pkgname=(mlt mlt-python-bindings)
 pkgver=0.9.8
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source multimedia framework"
 arch=(i686 x86_64)
 url="http://www.mltframework.org;


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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 10:38:54
  Author: fyan
Revision: 145572

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

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 145571, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-i686/deepin-mutter.install
(from rev 145571, deepin-mutter/trunk/deepin-mutter.install)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 145571, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/deepin-mutter.install
(from rev 145571, deepin-mutter/trunk/deepin-mutter.install)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-i686/deepin-mutter.install
  deepin-mutter/repos/community-x86_64/PKGBUILD
  deepin-mutter/repos/community-x86_64/deepin-mutter.install

+
 /PKGBUILD  |   82 +++
 /deepin-mutter.install |   22 
 community-i686/PKGBUILD|   42 ---
 community-i686/deepin-mutter.install   |   11 
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/deepin-mutter.install |   11 
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 09:38:17 UTC (rev 145571)
+++ community-i686/PKGBUILD 2015-11-02 09:38:54 UTC (rev 145572)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.16.3.0
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-mutter;
-license=('GPL3')
-depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'gnome-settings-daemon' 'libgudev')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
-groups=('deepin')
-options=('!emptydirs')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 145571, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 09:38:54 UTC (rev 145572)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.16.3.0
+pkgrel=2
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-mutter;
+license=('GPL3')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'gnome-settings-daemon' 'libgudev')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
+options=('!emptydirs')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/deepin-mutter.install
===
--- community-i686/deepin-mutter.install2015-11-02 09:38:17 UTC (rev 
145571)
+++ community-i686/deepin-mutter.install2015-11-02 09:38:54 UTC (rev 
145572)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 

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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 10:40:08
  Author: fyan
Revision: 145573

addpkg: statefs 0.3.31.1-1

Added:
  statefs/
  statefs/repos/
  statefs/trunk/
  statefs/trunk/PKGBUILD

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

Added: statefs/trunk/PKGBUILD
===
--- statefs/trunk/PKGBUILD  (rev 0)
+++ statefs/trunk/PKGBUILD  2015-11-02 09:40:08 UTC (rev 145573)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=statefs
+pkgver=0.3.31.1
+pkgrel=1
+pkgdesc="Syntetic filesystem to expose system state"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/statefs;
+license=('LGPL')
+depends=('fuse' 'cor' 'boost-libs')
+makedepends=('git' 'cmake' 'boost')
+source=("git+https://git.merproject.org/mer-core/statefs.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+
+  export CXXFLAGS="$CXXFLAGS -pthread"
+}
+
+build() {
+  cd build
+  cmake -DVERSION=$pkgver \
+-DENABLE_USER_SESSION=ON \
+-DSYSTEMD_USER_UNIT_DIR=/usr/lib/systemd/user \
+-DCMAKE_INSTALL_PREFIX=/usr \
+../statefs
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}


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


[arch-commits] Commit in vid.stab/repos (4 files)

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 10:39:37
  Author: alucryd
Revision: 249983

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

Added:
  vid.stab/repos/extra-i686/PKGBUILD
(from rev 249982, vid.stab/trunk/PKGBUILD)
  vid.stab/repos/extra-x86_64/PKGBUILD
(from rev 249982, vid.stab/trunk/PKGBUILD)
Deleted:
  vid.stab/repos/extra-i686/PKGBUILD
  vid.stab/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-02 09:36:10 UTC (rev 249982)
+++ extra-i686/PKGBUILD 2015-11-02 09:39:37 UTC (rev 249983)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: EVorster 
-
-pkgname=vid.stab
-pkgver=0.98b
-pkgrel=2
-pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
-arch=('i686' 'x86_64')
-url="http://public.hronopik.de/vid.stab;
-license=('GPL')
-depends=()
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
-md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  rm -rf build
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: vid.stab/repos/extra-i686/PKGBUILD (from rev 249982, 
vid.stab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 09:39:37 UTC (rev 249983)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Sergej Pupykin 
+# Contributor: EVorster 
+
+pkgname=vid.stab
+pkgver=1.1
+pkgrel=1
+pkgdesc='Video stabilization library'
+arch=('i686' 'x86_64')
+url='http://public.hronopik.de/vid.stab'
+license=('GPL')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake' 'git')
+provides=('libvidstab.so')
+_hash='2d82492533bf5004bc2c4f8213a1b622c45f6a44'
+source=("vid.stab-${pkgver}::git+https://github.com/georgmartius/vid.stab.git#commit=${_hash};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd vid.stab-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd vid.stab-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd vid.stab-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-02 09:36:10 UTC (rev 249982)
+++ extra-x86_64/PKGBUILD   2015-11-02 09:39:37 UTC (rev 249983)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: EVorster 
-
-pkgname=vid.stab
-pkgver=0.98b
-pkgrel=2
-pkgdesc="Video stabilize library for fmpeg, mlt or transcode"
-arch=('i686' 'x86_64')
-url="http://public.hronopik.de/vid.stab;
-license=('GPL')
-depends=()
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
-md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  rm -rf build
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: vid.stab/repos/extra-x86_64/PKGBUILD (from rev 249982, 
vid.stab/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-02 09:39:37 UTC (rev 249983)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Sergej Pupykin 
+# Contributor: EVorster 
+
+pkgname=vid.stab
+pkgver=1.1
+pkgrel=1
+pkgdesc='Video stabilization library'
+arch=('i686' 'x86_64')
+url='http://public.hronopik.de/vid.stab'
+license=('GPL')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake' 'git')
+provides=('libvidstab.so')
+_hash='2d82492533bf5004bc2c4f8213a1b622c45f6a44'
+source=("vid.stab-${pkgver}::git+https://github.com/georgmartius/vid.stab.git#commit=${_hash};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd vid.stab-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd vid.stab-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd vid.stab-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install

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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 10:38:17
  Author: fyan
Revision: 145571

upgpkg: deepin-mutter 3.16.3.0-2

remove "deepin" group for now

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 09:23:36 UTC (rev 145570)
+++ PKGBUILD2015-11-02 09:38:17 UTC (rev 145571)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-mutter
 pkgver=3.16.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/deepin-mutter;
@@ -14,7 +14,6 @@
  'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
  'libxkbcommon-x11' 'gnome-settings-daemon' 'libgudev')
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
-groups=('deepin')
 options=('!emptydirs')
 install="${pkgname}.install"
 source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)


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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 11:28:51
  Author: alucryd
Revision: 145577

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 openshot.install |   24 
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 10:28:42 UTC (rev 145576)
+++ PKGBUILD2015-11-02 10:28:51 UTC (rev 145577)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Asa Marco 
-
-pkgname=openshot
-pkgver=1.4.3
-pkgrel=4
-pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
-arch=('any')
-url="http://www.openshotvideo.com/;
-license=('GPL')
-depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow' 'dvgrab'
-'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image')
-optdepends=('frei0r-plugins: effects'
-   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
-install=openshot.install
-source=(http://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('5ec82a7e8b7700ee4a359458aedf19e9')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: openshot/repos/community-any/PKGBUILD (from rev 145576, 
openshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 10:28:51 UTC (rev 145577)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Asa Marco 
+
+pkgname=openshot
+pkgver=1.4.3
+pkgrel=5
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
+arch=('any')
+url="http://www.openshotvideo.com/;
+license=('GPL')
+depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+install=openshot.install
+source=(http://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('5ec82a7e8b7700ee4a359458aedf19e9')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: openshot.install
===
--- openshot.install2015-11-02 10:28:42 UTC (rev 145576)
+++ openshot.install2015-11-02 10:28:51 UTC (rev 145577)
@@ -1,12 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &>/dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: openshot/repos/community-any/openshot.install (from rev 145576, 
openshot/trunk/openshot.install)
===
--- openshot.install(rev 0)
+++ openshot.install2015-11-02 10:28:51 UTC (rev 145577)
@@ -0,0 +1,12 @@
+post_install() {
+update-mime-database usr/share/mime &>/dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 23:34:54
  Author: arojas
Revision: 250038

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-02 22:34:09 UTC (rev 250037)
+++ extra-i686/PKGBUILD 2015-11-02 22:34:54 UTC (rev 250038)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: PedsXing 
-
-pkgname=vc
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs') # only builds a static library
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz;)
-md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-#check() {
-#  cd build
-#  make test
-#}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: vc/repos/extra-i686/PKGBUILD (from rev 250037, vc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 22:34:54 UTC (rev 250038)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: PedsXing 
+
+pkgname=vc
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz;)
+md5sums=('59854e2381b78d602b4a00e459e3d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-02 22:34:09 UTC (rev 250037)
+++ extra-x86_64/PKGBUILD   2015-11-02 22:34:54 UTC (rev 250038)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: PedsXing 
-
-pkgname=vc
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs') # only builds a static library
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz;)
-md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-#check() {
-#  cd build
-#  make test
-#}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 250037, vc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-02 22:34:54 UTC (rev 250038)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: PedsXing 
+
+pkgname=vc
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz;)
+md5sums=('59854e2381b78d602b4a00e459e3d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 23:29:02
  Author: alucryd
Revision: 250035

upgpkg: ffmpeg 1:2.8.1-3

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 20:43:43 UTC (rev 250034)
+++ PKGBUILD2015-11-02 22:29:02 UTC (rev 250035)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -18,7 +18,8 @@
   'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
   'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
   'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
-  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so'
+  'libx265.so'
 )
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
@@ -64,6 +65,7 @@
 --enable-libssh \
 --enable-libtheora \
 --enable-libv4l2 \
+--enable-libvidstab \
 --enable-libvorbis \
 --enable-libvpx \
 --enable-libwebp \


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

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 23:34:09
  Author: arojas
Revision: 250037

Update to 0.7.5

Modified:
  vc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 22:29:59 UTC (rev 250036)
+++ PKGBUILD2015-11-02 22:34:09 UTC (rev 250037)
@@ -1,37 +1,37 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer:
+# Contributor: Andrea Scarpino 
 # Contributor: PedsXing 
 
 pkgname=vc
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc="A library to ease explicit vectorization of C++ code"
 url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs') # only builds a static library
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz;)
-md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz;)
+md5sums=('59854e2381b78d602b4a00e459e3d333')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../Vc-${pkgver} \
+  cmake ../Vc-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make
 }
 
-#check() {
-#  cd build
-#  make test
-#}
+check() {
+  cd build
+  make test
+}
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 23:29:59
  Author: alucryd
Revision: 250036

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

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

---+
 /PKGBUILD |  176 
 extra-i686/PKGBUILD   |   86 ---
 extra-x86_64/PKGBUILD |   86 ---
 3 files changed, 176 insertions(+), 172 deletions(-)

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

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 250035, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 22:29:59 UTC (rev 250036)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Maxime Gauduin 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8.1
+pkgrel=3
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
+  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
+  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so'
+  'libx265.so'
+)
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})

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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 11:28:42
  Author: alucryd
Revision: 145576

upgpkg: openshot 1.4.3-5

vid.stab 1.1 soname bump

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 09:49:33 UTC (rev 145575)
+++ PKGBUILD2015-11-02 10:28:42 UTC (rev 145576)
@@ -4,7 +4,7 @@
 
 pkgname=openshot
 pkgver=1.4.3
-pkgrel=4
+pkgrel=5
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
 arch=('any')
 url="http://www.openshotvideo.com/;


[arch-commits] Commit in pdfgrep/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-11-02 Thread Jakob Gruber
Date: Monday, November 2, 2015 @ 11:34:48
  Author: schuay
Revision: 145580

archrelease: copy trunk to community-x86_64

Added:
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 145579, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 10:34:41 UTC (rev 145579)
+++ PKGBUILD2015-11-02 10:34:48 UTC (rev 145580)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('i686' 'x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('9e8918a378d02d6e8c21f9259f86f4b2')

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 145579, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 10:34:48 UTC (rev 145580)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('0725b4b3a4647cea549d3654cd9aa24e')


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

2015-11-02 Thread Jakob Gruber
Date: Monday, November 2, 2015 @ 11:34:25
  Author: schuay
Revision: 145578

pdfgrep-1.4.1-1

Modified:
  pdfgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 10:28:51 UTC (rev 145577)
+++ PKGBUILD2015-11-02 10:34:25 UTC (rev 145578)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=pdfgrep
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="A tool to search text in PDF files"
 arch=('i686' 'x86_64')
@@ -29,4 +29,4 @@
   make DESTDIR="$pkgdir/" install
 }
 
-md5sums=('9e8918a378d02d6e8c21f9259f86f4b2')
+md5sums=('0725b4b3a4647cea549d3654cd9aa24e')


[arch-commits] Commit in (prelink)

2015-11-02 Thread Alexander Rødseth
Date: Monday, November 2, 2015 @ 12:36:15
  Author: arodseth
Revision: 145588

Prelink is unmaintained and broken. Wine no longer needs it.

Deleted:
  prelink/


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 12:47:17
  Author: spupykin
Revision: 145591

add libvirt group

Modified:
  libvirt/trunk/libvirt.install

-+
 libvirt.install |1 +
 1 file changed, 1 insertion(+)

Modified: libvirt.install
===
--- libvirt.install 2015-11-02 11:37:44 UTC (rev 145590)
+++ libvirt.install 2015-11-02 11:47:17 UTC (rev 145591)
@@ -4,6 +4,7 @@
 
 post_install() {
   _libvirt_setup || return 1
+  groupadd -f libvirt
   echo ">>> libvirt runs qemu from nobody:kvm by default"
   echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
   echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 12:49:50
  Author: spupykin
Revision: 145593

upgpkg: gst-python 1.6.1-1

upd

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 11:49:33 UTC (rev 145592)
+++ PKGBUILD2015-11-02 11:49:50 UTC (rev 145593)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-python
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Python bindings for GStreamer"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('python-gobject' 'gst-plugins-base')
 makedepends=('pkg-config')
 
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('498792e9e1b61a90de1e28cf04e88a9e')
+md5sums=('edcaf18228e3289edb8b79c684a49731')
 
 build() {
   cd "${srcdir}/gst-python-${pkgver}"


[arch-commits] Commit in (6 files)

2015-11-02 Thread Alexander Rødseth
Date: Monday, November 2, 2015 @ 12:49:33
  Author: arodseth
Revision: 145592

Moving from AUR. 143 votes. 3.948331 popularity.

Added:
  joyutils/
  joyutils/repos/
  joyutils/repos/community-i686/
  joyutils/repos/community-x86_64/
  joyutils/trunk/
  joyutils/trunk/PKGBUILD

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

Added: joyutils/trunk/PKGBUILD
===
--- joyutils/trunk/PKGBUILD (rev 0)
+++ joyutils/trunk/PKGBUILD 2015-11-02 11:49:33 UTC (rev 145592)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Arkham 
+# Contributor: dirty_d 
+
+pkgname=joyutils
+pkgver=1.2.15
+pkgrel=7
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=('x86_64' 'i686')
+url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
+license=('GPL')
+makedepends=('addinclude')
+conflicts=('linuxconsole')
+source=("ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-$pkgver.tar.gz;)
+sha256sums=('532b3ad453824e7932c6b68b59c3a20b8c40f45c13c343d3cb109ca08296716d')
+
+build() {
+  cd "joystick-$pkgver"
+
+  addinclude jscal.c stdlib
+  gcc -lm -o jscal jscal.c $CFLAGS
+  gcc -o jstest jstest.c $CFLAGS
+  gcc -o jsattach jsattach.c $CFLAGS
+}
+
+package() {
+  cd "joystick-$pkgver"
+
+  install -Dm 755 jscal "$pkgdir/usr/bin/jscal"
+  install -m 755 jstest "$pkgdir/usr/bin/"
+  install -m 755 jsattach "$pkgdir/usr/bin/"
+  install -Dm 644 jscal.1 "$pkgdir/usr/share/man/man1/jscal.1"
+  install -m 644 jstest.1 "$pkgdir/usr/share/man/man1/"
+  install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 12:50:07
  Author: spupykin
Revision: 145594

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 11:49:50 UTC (rev 145593)
+++ community-i686/PKGBUILD 2015-11-02 11:50:07 UTC (rev 145594)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('python-gobject' 'gst-plugins-base')
-makedepends=('pkg-config')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('498792e9e1b61a90de1e28cf04e88a9e')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-i686/PKGBUILD (from rev 145593, 
gst-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 11:50:07 UTC (rev 145594)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('python-gobject' 'gst-plugins-base')
+makedepends=('pkg-config')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
+md5sums=('edcaf18228e3289edb8b79c684a49731')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 11:49:50 UTC (rev 145593)
+++ community-x86_64/PKGBUILD   2015-11-02 11:50:07 UTC (rev 145594)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('python-gobject' 'gst-plugins-base')
-makedepends=('pkg-config')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('498792e9e1b61a90de1e28cf04e88a9e')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-x86_64/PKGBUILD (from rev 145593, 
gst-python/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 11:50:07 UTC (rev 145594)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('python-gobject' 'gst-plugins-base')
+makedepends=('pkg-config')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
+md5sums=('edcaf18228e3289edb8b79c684a49731')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-02 Thread Alexander Rødseth
Date: Monday, November 2, 2015 @ 12:51:25
  Author: arodseth
Revision: 145595

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

Added:
  joyutils/repos/community-i686/PKGBUILD
(from rev 145594, joyutils/trunk/PKGBUILD)
  joyutils/repos/community-x86_64/PKGBUILD
(from rev 145594, joyutils/trunk/PKGBUILD)

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

Copied: joyutils/repos/community-i686/PKGBUILD (from rev 145594, 
joyutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 11:51:25 UTC (rev 145595)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Arkham 
+# Contributor: dirty_d 
+
+pkgname=joyutils
+pkgver=1.2.15
+pkgrel=7
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=('x86_64' 'i686')
+url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
+license=('GPL')
+makedepends=('addinclude')
+conflicts=('linuxconsole')
+source=("ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-$pkgver.tar.gz;)
+sha256sums=('532b3ad453824e7932c6b68b59c3a20b8c40f45c13c343d3cb109ca08296716d')
+
+build() {
+  cd "joystick-$pkgver"
+
+  addinclude jscal.c stdlib
+  gcc -lm -o jscal jscal.c $CFLAGS
+  gcc -o jstest jstest.c $CFLAGS
+  gcc -o jsattach jsattach.c $CFLAGS
+}
+
+package() {
+  cd "joystick-$pkgver"
+
+  install -Dm 755 jscal "$pkgdir/usr/bin/jscal"
+  install -m 755 jstest "$pkgdir/usr/bin/"
+  install -m 755 jsattach "$pkgdir/usr/bin/"
+  install -Dm 644 jscal.1 "$pkgdir/usr/share/man/man1/jscal.1"
+  install -m 644 jstest.1 "$pkgdir/usr/share/man/man1/"
+  install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: joyutils/repos/community-x86_64/PKGBUILD (from rev 145594, 
joyutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 11:51:25 UTC (rev 145595)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Arkham 
+# Contributor: dirty_d 
+
+pkgname=joyutils
+pkgver=1.2.15
+pkgrel=7
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=('x86_64' 'i686')
+url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
+license=('GPL')
+makedepends=('addinclude')
+conflicts=('linuxconsole')
+source=("ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-$pkgver.tar.gz;)
+sha256sums=('532b3ad453824e7932c6b68b59c3a20b8c40f45c13c343d3cb109ca08296716d')
+
+build() {
+  cd "joystick-$pkgver"
+
+  addinclude jscal.c stdlib
+  gcc -lm -o jscal jscal.c $CFLAGS
+  gcc -o jstest jstest.c $CFLAGS
+  gcc -o jsattach jsattach.c $CFLAGS
+}
+
+package() {
+  cd "joystick-$pkgver"
+
+  install -Dm 755 jscal "$pkgdir/usr/bin/jscal"
+  install -m 755 jstest "$pkgdir/usr/bin/"
+  install -m 755 jsattach "$pkgdir/usr/bin/"
+  install -Dm 644 jscal.1 "$pkgdir/usr/share/man/man1/jscal.1"
+  install -m 644 jstest.1 "$pkgdir/usr/share/man/man1/"
+  install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in pdfgrep/repos/community-i686 (PKGBUILD PKGBUILD)

2015-11-02 Thread Jakob Gruber
Date: Monday, November 2, 2015 @ 11:34:41
  Author: schuay
Revision: 145579

archrelease: copy trunk to community-i686

Added:
  pdfgrep/repos/community-i686/PKGBUILD
(from rev 145578, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 10:34:25 UTC (rev 145578)
+++ PKGBUILD2015-11-02 10:34:41 UTC (rev 145579)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('i686' 'x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('9e8918a378d02d6e8c21f9259f86f4b2')

Copied: pdfgrep/repos/community-i686/PKGBUILD (from rev 145578, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 10:34:41 UTC (rev 145579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('0725b4b3a4647cea549d3654cd9aa24e')


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 12:09:39
  Author: jleclanche
Revision: 145583

upgpkg: liblxqt 0.10.0-2

Upstream release 0.10

Modified:
  liblxqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 10:53:44 UTC (rev 145582)
+++ PKGBUILD2015-11-02 11:09:39 UTC (rev 145583)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=liblxqt
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=2
 pkgdesc="Common base library for LXQt components."
 arch=("i686" "x86_64")
@@ -10,8 +10,15 @@
 license=("GPL2")
 depends=("kwindowsystem" "libqtxdg")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"442e6dc70b57b2362b96d859752c9a7098e37dc894b0d8cb2331e38fd2868e17"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 12:10:09
  Author: jleclanche
Revision: 145584

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 11:09:39 UTC (rev 145583)
+++ community-i686/PKGBUILD 2015-11-02 11:10:09 UTC (rev 145584)
@@ -1,29 +0,0 @@
-# $
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: liblxqt/repos/community-i686/PKGBUILD (from rev 145583, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 11:10:09 UTC (rev 145584)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"442e6dc70b57b2362b96d859752c9a7098e37dc894b0d8cb2331e38fd2868e17"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 11:09:39 UTC (rev 145583)
+++ community-x86_64/PKGBUILD   2015-11-02 11:10:09 UTC (rev 145584)
@@ -1,29 +0,0 @@
-# $
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: liblxqt/repos/community-x86_64/PKGBUILD (from rev 145583, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 11:10:09 UTC (rev 145584)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"442e6dc70b57b2362b96d859752c9a7098e37dc894b0d8cb2331e38fd2868e17"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+

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

2015-11-02 Thread Alexander Rødseth
Date: Monday, November 2, 2015 @ 12:14:30
  Author: arodseth
Revision: 145587

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

Added:
  robotfindskitten/repos/community-i686/PKGBUILD
(from rev 145586, robotfindskitten/trunk/PKGBUILD)
  robotfindskitten/repos/community-i686/robotfindskitten.install
(from rev 145586, robotfindskitten/trunk/robotfindskitten.install)
  robotfindskitten/repos/community-x86_64/PKGBUILD
(from rev 145586, robotfindskitten/trunk/PKGBUILD)
  robotfindskitten/repos/community-x86_64/robotfindskitten.install
(from rev 145586, robotfindskitten/trunk/robotfindskitten.install)

---+
 community-i686/PKGBUILD   |   36 
 community-i686/robotfindskitten.install   |   22 +
 community-x86_64/PKGBUILD |   36 
 community-x86_64/robotfindskitten.install |   22 +
 4 files changed, 116 insertions(+)

Copied: robotfindskitten/repos/community-i686/PKGBUILD (from rev 145586, 
robotfindskitten/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 11:14:30 UTC (rev 145587)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: muflax 
+# Contributor: Adrian Siekierka 
+
+pkgname=robotfindskitten
+pkgver=2.7182818.701
+pkgrel=3
+pkgdesc='Yet another Zen simulation'
+arch=('x86_64' 'i686')
+url='http://www.robotfindskitten.org/'
+license=('GPL2')
+depends=('ncurses')
+makedepends=('setconf')
+install="$pkgname.install"
+options=('zipman')
+source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
+
+prepare() {
+  setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
+  install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
+"$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: robotfindskitten/repos/community-i686/robotfindskitten.install (from 
rev 145586, robotfindskitten/trunk/robotfindskitten.install)
===
--- community-i686/robotfindskitten.install (rev 0)
+++ community-i686/robotfindskitten.install 2015-11-02 11:14:30 UTC (rev 
145587)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(robotfindskitten.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: robotfindskitten/repos/community-x86_64/PKGBUILD (from rev 145586, 
robotfindskitten/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 11:14:30 UTC (rev 145587)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: muflax 
+# Contributor: Adrian Siekierka 
+
+pkgname=robotfindskitten
+pkgver=2.7182818.701
+pkgrel=3
+pkgdesc='Yet another Zen simulation'
+arch=('x86_64' 'i686')
+url='http://www.robotfindskitten.org/'
+license=('GPL2')
+depends=('ncurses')
+makedepends=('setconf')
+install="$pkgname.install"
+options=('zipman')
+source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
+
+prepare() {
+  setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
+  install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
+"$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: robotfindskitten/repos/community-x86_64/robotfindskitten.install (from 
rev 145586, robotfindskitten/trunk/robotfindskitten.install)
===
--- community-x86_64/robotfindskitten.install   (rev 0)
+++ community-x86_64/robotfindskitten.install   2015-11-02 11:14:30 UTC (rev 
145587)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(robotfindskitten.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 

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

2015-11-02 Thread Alexander Rødseth
Date: Monday, November 2, 2015 @ 12:13:23
  Author: arodseth
Revision: 145586

upgpkg: robotfindskitten 2.7182818.701-3

Modified:
  robotfindskitten/trunk/PKGBUILD   (properties)

Index: robotfindskitten/trunk/PKGBUILD
===
--- robotfindskitten/trunk/PKGBUILD 2015-11-02 11:11:58 UTC (rev 145585)
+++ robotfindskitten/trunk/PKGBUILD 2015-11-02 11:13:23 UTC (rev 145586)

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


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 12:37:16
  Author: jleclanche
Revision: 145589

upgpkg: libsass 3.3.1-1

Upstream release 3.3.1

Modified:
  libsass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 11:36:15 UTC (rev 145588)
+++ PKGBUILD2015-11-02 11:37:16 UTC (rev 145589)
@@ -3,7 +3,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=libsass
-pkgver=3.2.5
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor (library)."
 arch=("i686" "x86_64")
@@ -10,7 +10,7 @@
 url="http://libsass.org/;
 license=("MIT")
 source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("44c7f493b471317f8dc126fd316b8895c6ab24827f9df56fd3df071dae9945f4")
+sha256sums=("e4ac27bf8bd4da327065cb56f66bc39cadd11cd07f9fc872e69785d7204dff47")
 
 
 build() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 12:37:44
  Author: jleclanche
Revision: 145590

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 11:37:16 UTC (rev 145589)
+++ community-i686/PKGBUILD 2015-11-02 11:37:44 UTC (rev 145590)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("44c7f493b471317f8dc126fd316b8895c6ab24827f9df56fd3df071dae9945f4")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-i686/PKGBUILD (from rev 145589, 
libsass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 11:37:44 UTC (rev 145590)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("e4ac27bf8bd4da327065cb56f66bc39cadd11cd07f9fc872e69785d7204dff47")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 11:37:16 UTC (rev 145589)
+++ community-x86_64/PKGBUILD   2015-11-02 11:37:44 UTC (rev 145590)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("44c7f493b471317f8dc126fd316b8895c6ab24827f9df56fd3df071dae9945f4")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-x86_64/PKGBUILD (from rev 145589, 
libsass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 11:37:44 UTC (rev 145590)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("e4ac27bf8bd4da327065cb56f66bc39cadd11cd07f9fc872e69785d7204dff47")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 11:53:05
  Author: arojas
Revision: 145581

Disable pclmul, should fix illegal instruction errors on some CPUs

Modified:
  gf2x/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 10:34:48 UTC (rev 145580)
+++ PKGBUILD2015-11-02 10:53:05 UTC (rev 145581)
@@ -3,19 +3,18 @@
 
 pkgname=gf2x
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for multiplying polynomials over the binary field"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://gforge.inria.fr/projects/gf2x/;
-license=('GPL' 'LGPL')
-depends=('glibc')
-options=('!libtool')
+license=(GPL LGPL)
+depends=(glibc)
 source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz;)
 md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-sse2 CFLAGS="$CFLAGS -msse2"
+  ./configure --prefix=/usr --enable-sse2 --disable-pclmul CFLAGS="$CFLAGS 
-msse2"
   make
 }
 


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

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 11:53:44
  Author: arojas
Revision: 145582

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

Added:
  gf2x/repos/community-i686/PKGBUILD
(from rev 145581, gf2x/trunk/PKGBUILD)
  gf2x/repos/community-x86_64/PKGBUILD
(from rev 145581, gf2x/trunk/PKGBUILD)
Deleted:
  gf2x/repos/community-i686/PKGBUILD
  gf2x/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 2015-11-02 10:53:05 UTC (rev 145581)
+++ community-i686/PKGBUILD 2015-11-02 10:53:44 UTC (rev 145582)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gf2x
-pkgver=1.1
-pkgrel=1
-pkgdesc="A library for multiplying polynomials over the binary field"
-arch=('i686' 'x86_64')
-url="http://gforge.inria.fr/projects/gf2x/;
-license=('GPL' 'LGPL')
-depends=('glibc')
-options=('!libtool')
-source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz;)
-md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-sse2 CFLAGS="$CFLAGS -msse2"
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir"/usr install
-}

Copied: gf2x/repos/community-i686/PKGBUILD (from rev 145581, 
gf2x/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 10:53:44 UTC (rev 145582)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=gf2x
+pkgver=1.1
+pkgrel=2
+pkgdesc="A library for multiplying polynomials over the binary field"
+arch=(i686 x86_64)
+url="http://gforge.inria.fr/projects/gf2x/;
+license=(GPL LGPL)
+depends=(glibc)
+source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz;)
+md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-sse2 --disable-pclmul CFLAGS="$CFLAGS 
-msse2"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir"/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 10:53:05 UTC (rev 145581)
+++ community-x86_64/PKGBUILD   2015-11-02 10:53:44 UTC (rev 145582)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gf2x
-pkgver=1.1
-pkgrel=1
-pkgdesc="A library for multiplying polynomials over the binary field"
-arch=('i686' 'x86_64')
-url="http://gforge.inria.fr/projects/gf2x/;
-license=('GPL' 'LGPL')
-depends=('glibc')
-options=('!libtool')
-source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz;)
-md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-sse2 CFLAGS="$CFLAGS -msse2"
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir"/usr install
-}

Copied: gf2x/repos/community-x86_64/PKGBUILD (from rev 145581, 
gf2x/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 10:53:44 UTC (rev 145582)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=gf2x
+pkgver=1.1
+pkgrel=2
+pkgdesc="A library for multiplying polynomials over the binary field"
+arch=(i686 x86_64)
+url="http://gforge.inria.fr/projects/gf2x/;
+license=(GPL LGPL)
+depends=(glibc)
+source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz;)
+md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-sse2 --disable-pclmul CFLAGS="$CFLAGS 
-msse2"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir"/usr install
+}


[arch-commits] Commit in (7 files)

2015-11-02 Thread Alexander Rødseth
Date: Monday, November 2, 2015 @ 12:11:58
  Author: arodseth
Revision: 145585

Zen simulator from 1997

Added:
  robotfindskitten/
  robotfindskitten/repos/
  robotfindskitten/repos/community-i686/
  robotfindskitten/repos/community-x86_64/
  robotfindskitten/trunk/
  robotfindskitten/trunk/PKGBUILD
  robotfindskitten/trunk/robotfindskitten.install

--+
 PKGBUILD |   36 
 robotfindskitten.install |   22 ++
 2 files changed, 58 insertions(+)

Added: robotfindskitten/trunk/PKGBUILD
===
--- robotfindskitten/trunk/PKGBUILD (rev 0)
+++ robotfindskitten/trunk/PKGBUILD 2015-11-02 11:11:58 UTC (rev 145585)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: muflax 
+# Contributor: Adrian Siekierka 
+
+pkgname=robotfindskitten
+pkgver=2.7182818.701
+pkgrel=3
+pkgdesc='Yet another Zen simulation'
+arch=('x86_64' 'i686')
+url='http://www.robotfindskitten.org/'
+license=('GPL2')
+depends=('ncurses')
+makedepends=('setconf')
+install="$pkgname.install"
+options=('zipman')
+source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
+
+prepare() {
+  setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
+  install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
+"$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
+}
+
+# vim:set ts=2 sw=2 et:

Added: robotfindskitten/trunk/robotfindskitten.install
===
--- robotfindskitten/trunk/robotfindskitten.install 
(rev 0)
+++ robotfindskitten/trunk/robotfindskitten.install 2015-11-02 11:11:58 UTC 
(rev 145585)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(robotfindskitten.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Levente Polyak
Date: Tuesday, November 3, 2015 @ 01:51:17
  Author: anthraxx
Revision: 145704

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

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

+
 /PKGBUILD  |   86 +++
 /cjdns.install |   52 +++
 community-i686/PKGBUILD|   43 ---
 community-i686/cjdns.install   |   26 ---
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/cjdns.install |   26 ---
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 00:51:08 UTC (rev 145703)
+++ community-i686/PKGBUILD 2015-11-03 00:51:17 UTC (rev 145704)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Kevin MacMartin 
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=17
-pkgrel=1
-pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc' 'sh')
-makedepends=('nodejs' 'python2')
-install=cjdns.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('1f5c2ecf2182c666fb6f62452e2cf70f03158987e9fdebcbb26b67836707eec7ef43849d25058ced159f701598bd506b63170ddfb545e4a3698ce87805d9630a')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  bash 'do'
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute "${pkgdir}/usr/bin/cjdroute"
-  install -Dm 644 contrib/systemd/${pkgname}.service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm 644 doc/man/cjdroute.conf.5 
"${pkgdir}/usr/share/man/man5/cjdroute.conf.5"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
-doc/admin-api.md \
-doc/configure.md \
-doc/djc_layer_model.md \
-doc/nat-gateway.md \
-doc/network-services.md \
-doc/non-root-user.md \
-doc/security_specification.md \
-doc/shorewall_and_vpn_gateway_howto.md \
-doc/tunnel.md
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-i686/PKGBUILD (from rev 145703, 
cjdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 00:51:17 UTC (rev 145704)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Kevin MacMartin 
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=17.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+install=cjdns.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('aac6fc6d18bfd35d81a1cb4d1a72e7d8ed3aca8546780abec4994daf913d520956f917b9dd7ee3b93fc37504830a6cebf56a80976f74a4f576b35ab4de0ad3b7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute "${pkgdir}/usr/bin/cjdroute"
+  install -Dm 644 contrib/systemd/${pkgname}.service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+  install -Dm 644 doc/man/cjdroute.conf.5 
"${pkgdir}/usr/share/man/man5/cjdroute.conf.5"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/cjdns.install
===
--- community-i686/cjdns.install2015-11-03 00:51:08 UTC (rev 145703)
+++ community-i686/cjdns.install

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

2015-11-02 Thread Levente Polyak
Date: Tuesday, November 3, 2015 @ 01:51:08
  Author: anthraxx
Revision: 145703

upgpkg: cjdns 17.1-1

upgpkg: cjdns 17.1-1

Modified:
  cjdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 21:37:24 UTC (rev 145702)
+++ PKGBUILD2015-11-03 00:51:08 UTC (rev 145703)
@@ -5,7 +5,7 @@
 # Contributor: Xyne
 
 pkgname=cjdns
-pkgver=17
+pkgver=17.1
 pkgrel=1
 pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
 url='https://github.com/cjdelisle/cjdns'
@@ -15,7 +15,7 @@
 makedepends=('nodejs' 'python2')
 install=cjdns.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('1f5c2ecf2182c666fb6f62452e2cf70f03158987e9fdebcbb26b67836707eec7ef43849d25058ced159f701598bd506b63170ddfb545e4a3698ce87805d9630a')
+sha512sums=('aac6fc6d18bfd35d81a1cb4d1a72e7d8ed3aca8546780abec4994daf913d520956f917b9dd7ee3b93fc37504830a6cebf56a80976f74a4f576b35ab4de0ad3b7')
 
 build() {
   cd ${pkgname}-${pkgname}-v${pkgver}


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:06:34
  Author: jleclanche
Revision: 145639

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

Added:
  lxqt-globalkeys/repos/community-i686/PKGBUILD
(from rev 145638, lxqt-globalkeys/trunk/PKGBUILD)
  lxqt-globalkeys/repos/community-x86_64/PKGBUILD
(from rev 145638, lxqt-globalkeys/trunk/PKGBUILD)
Deleted:
  lxqt-globalkeys/repos/community-i686/PKGBUILD
  lxqt-globalkeys/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:06:08 UTC (rev 145638)
+++ community-i686/PKGBUILD 2015-11-02 14:06:34 UTC (rev 145639)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-globalkeys
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("45292e125e8cc2f18afa7d358366ade670c8d73871caf04f4536a4be985d9f12")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-globalkeys/repos/community-i686/PKGBUILD (from rev 145638, 
lxqt-globalkeys/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:06:34 UTC (rev 145639)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-globalkeys
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:06:08 UTC (rev 145638)
+++ community-x86_64/PKGBUILD   2015-11-02 14:06:34 UTC (rev 145639)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-globalkeys
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("45292e125e8cc2f18afa7d358366ade670c8d73871caf04f4536a4be985d9f12")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-globalkeys/repos/community-x86_64/PKGBUILD (from rev 145638, 
lxqt-globalkeys/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 14:06:34 UTC (rev 145639)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-globalkeys
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:19:39
  Author: jleclanche
Revision: 145642

upgpkg: lxqt-common 0.10.0-3

Upstream release 0.10.0

Modified:
  lxqt-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:09:05 UTC (rev 145641)
+++ PKGBUILD2015-11-02 14:19:39 UTC (rev 145642)
@@ -2,42 +2,26 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-common
-pkgver=0.9.1
+pkgver=0.10.0
 pkgrel=3
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
+groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
-depends=("bash" "qt5-svg" "hicolor-icon-theme" "xdg-utils")
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils")
 makedepends=("cmake" "liblxqt" "qt5-tools")
-install=$pkgname.install
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   # Make themes' directories' names lowercase again
-   # https://github.com/lxde/lxqt-common/commit/15fd2d8
-   for i in Ambiance Dark Frost Kde-plasma Light
-   do mv themes/$i `echo themes/$i | tr [:upper:] [:lower:]`
-   done
-
-   # Adjust default wallpaper to default theme
-   # https://github.com/lxde/lxqt-common/commit/3296e2c
-   sed -i 's|light/simple_blue_widescreen.png|frost/numix.png|' \
-   config/pcmanfm-qt/lxqt/settings.conf.in
-
-   # Enable the "leave confirmation dialog" by default
-   # https://github.com/lxde/lxqt-common/commit/2062770
-   sed -i '/window_manager/a leave_confirmation=true' config/session.conf
-
-   # Set LibreOffice's plugin env var to kde4 
-   # https://github.com/lxde/lxqt-common/commit/a211dd5
-   sed -i 's/SAL_USE_VCLPLUGIN=kde$/SAL_USE_VCLPLUGIN=kde4/' startlxqt.in
-}
-
 build() {
mkdir -p build
cd build


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:17:28
  Author: jleclanche
Revision: 145661

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

Added:
  lxqt-session/repos/community-i686/PKGBUILD
(from rev 145660, lxqt-session/trunk/PKGBUILD)
  lxqt-session/repos/community-x86_64/PKGBUILD
(from rev 145660, lxqt-session/trunk/PKGBUILD)
Deleted:
  lxqt-session/repos/community-i686/PKGBUILD
  lxqt-session/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 15:17:00 UTC (rev 145660)
+++ community-i686/PKGBUILD 2015-11-02 15:17:28 UTC (rev 145661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-session
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt session"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "lxqt-common" "libxkbcommon-x11")
-optdepends=("sddm: The recommended LXQt display manager")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("c543ffb938e230c144399b59c99c53ee69fd0b37ff404a02576ce1179a551d06")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-i686/PKGBUILD (from rev 145660, 
lxqt-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 15:17:28 UTC (rev 145661)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-session
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt session"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "lxqt-common")
+optdepends=(
+   "breeze-icons: Default icon theme"
+   "oxygen-icons: Alternative icon theme"
+   "sddm: The recommended display manager"
+)
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 15:17:00 UTC (rev 145660)
+++ community-x86_64/PKGBUILD   2015-11-02 15:17:28 UTC (rev 145661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-session
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt session"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "lxqt-common" "libxkbcommon-x11")
-optdepends=("sddm: The recommended LXQt display manager")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("c543ffb938e230c144399b59c99c53ee69fd0b37ff404a02576ce1179a551d06")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-x86_64/PKGBUILD (from rev 145660, 
lxqt-session/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 15:17:28 UTC (rev 145661)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-session
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt session"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "lxqt-common")
+optdepends=(
+   "breeze-icons: Default icon theme"
+   "oxygen-icons: Alternative icon theme"
+   "sddm: The recommended display manager"
+)
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   

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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:52:18
  Author: fyan
Revision: 145705

addpkg: libdsme 0.64.1-1

Added:
  libdsme/
  libdsme/repos/
  libdsme/trunk/
  libdsme/trunk/PKGBUILD

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

Added: libdsme/trunk/PKGBUILD
===
--- libdsme/trunk/PKGBUILD  (rev 0)
+++ libdsme/trunk/PKGBUILD  2015-11-03 03:52:18 UTC (rev 145705)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme;
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:52:51
  Author: fyan
Revision: 145706

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

Added:
  libdsme/repos/community-i686/
  libdsme/repos/community-i686/PKGBUILD
(from rev 145705, libdsme/trunk/PKGBUILD)
  libdsme/repos/community-x86_64/
  libdsme/repos/community-x86_64/PKGBUILD
(from rev 145705, libdsme/trunk/PKGBUILD)

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

Copied: libdsme/repos/community-i686/PKGBUILD (from rev 145705, 
libdsme/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 03:52:51 UTC (rev 145706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme;
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}

Copied: libdsme/repos/community-x86_64/PKGBUILD (from rev 145705, 
libdsme/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 03:52:51 UTC (rev 145706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme;
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:55:03
  Author: fyan
Revision: 145708

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 03:54:42 UTC (rev 145707)
+++ PKGBUILD2015-11-03 03:55:03 UTC (rev 145708)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Mario Danic 
-
-pkgbase=python-paramiko
-pkgname=(python-paramiko python2-paramiko)
-pkgver=1.15.3
-pkgrel=1
-pkgdesc="Python module that implements the SSH2 protocol"
-url="https://github.com/paramiko/paramiko/;
-license=('LGPL')
-arch=('any')
-makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
-source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('c959088669f8d951585aa6abc25c8ef6')
-
-prepare() {
-  cp -a paramiko-$pkgver{,-py2}
-
-  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}
-
-check() {
-  cd "$srcdir/paramiko-$pkgver"
-  LANG=en_US.UTF-8 python test.py
-
-  cd "$srcdir/paramiko-$pkgver-py2"
-  LANG=en_US.UTF-8 python2 test.py
-}
-
-package_python-paramiko() {
-  depends=('python-crypto' 'python-ecdsa')
-  cd "$srcdir/paramiko-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-
-package_python2-paramiko() {
-  depends=('python2-crypto' 'python2-ecdsa')
-  cd "$srcdir/paramiko-$pkgver-py2"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 145707, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 03:55:03 UTC (rev 145708)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Mario Danic 
+
+pkgbase=python-paramiko
+pkgname=(python-paramiko python2-paramiko)
+pkgver=1.15.4
+pkgrel=1
+pkgdesc="Python module that implements the SSH2 protocol"
+url="https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
+source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
+md5sums=('baf46a6bc789c177f52988bf12a57a6f')
+
+prepare() {
+  cp -a paramiko-$pkgver{,-py2}
+
+  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}
+
+check() {
+  cd "$srcdir/paramiko-$pkgver"
+  LANG=en_US.UTF-8 python test.py
+
+  cd "$srcdir/paramiko-$pkgver-py2"
+  LANG=en_US.UTF-8 python2 test.py
+}
+
+package_python-paramiko() {
+  depends=('python-crypto' 'python-ecdsa')
+  cd "$srcdir/paramiko-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+
+package_python2-paramiko() {
+  depends=('python2-crypto' 'python2-ecdsa')
+  cd "$srcdir/paramiko-$pkgver-py2"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:54:42
  Author: fyan
Revision: 145707

upgpkg: python-paramiko 1.15.4-1

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 03:52:51 UTC (rev 145706)
+++ PKGBUILD2015-11-03 03:54:42 UTC (rev 145707)
@@ -6,7 +6,7 @@
 
 pkgbase=python-paramiko
 pkgname=(python-paramiko python2-paramiko)
-pkgver=1.15.3
+pkgver=1.15.4
 pkgrel=1
 pkgdesc="Python module that implements the SSH2 protocol"
 url="https://github.com/paramiko/paramiko/;
@@ -14,7 +14,7 @@
 arch=('any')
 makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
 
source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('c959088669f8d951585aa6abc25c8ef6')
+md5sums=('baf46a6bc789c177f52988bf12a57a6f')
 
 prepare() {
   cp -a paramiko-$pkgver{,-py2}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:00:41
  Author: fyan
Revision: 145709

upgpkg: python-redis 2.10.5-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 03:55:03 UTC (rev 145708)
+++ PKGBUILD2015-11-03 04:00:41 UTC (rev 145709)
@@ -6,15 +6,16 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.3
-pkgrel=2
+pkgver=2.10.5
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py;
 license=('MIT')
-makedepends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'redis')
 
source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('7619221ad0cbd124a5687458ea3f5289')
+md5sums=('3b26c2b9703b4b56b30a1ad508e31083')
 
 prepare() {
   cp -a ${_basename}-${pkgver}{,-py2}
@@ -28,6 +29,22 @@
   python2 setup.py build
 }
 
+check() {
+  _run() {
+rm -f "$srcdir/redis.pid"
+redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
+"$@"
+kill $(cat "$srcdir/redis.pid")
+sleep 1 # :/
+  }
+
+  cd ${_basename}-${pkgver}
+  _run py.test
+
+  cd ../${_basename}-${pkgver}-py2
+  _run py.test2
+}
+
 package_python-redis() {
   depends=('python')
 


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:01:03
  Author: fyan
Revision: 145710

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 04:00:41 UTC (rev 145709)
+++ PKGBUILD2015-11-03 04:01:03 UTC (rev 145710)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Pierre Gueth 
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-_basename=redis
-pkgver=2.10.3
-pkgrel=2
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url="http://github.com/andymccurdy/redis-py;
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('7619221ad0cbd124a5687458ea3f5289')
-
-prepare() {
-  cp -a ${_basename}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${_basename}-${pkgver}
-  python setup.py build
-
-  cd ../${_basename}-${pkgver}-py2
-  python2 setup.py build
-}
-
-package_python-redis() {
-  depends=('python')
-
-  cd ${_basename}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-redis() {
-  depends=('python2')
-
-  cd ${_basename}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-any/PKGBUILD (from rev 145709, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 04:01:03 UTC (rev 145710)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Pierre Gueth 
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+_basename=redis
+pkgver=2.10.5
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url="http://github.com/andymccurdy/redis-py;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'redis')
+source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
+md5sums=('3b26c2b9703b4b56b30a1ad508e31083')
+
+prepare() {
+  cp -a ${_basename}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_basename}-${pkgver}
+  python setup.py build
+
+  cd ../${_basename}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  _run() {
+rm -f "$srcdir/redis.pid"
+redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
+"$@"
+kill $(cat "$srcdir/redis.pid")
+sleep 1 # :/
+  }
+
+  cd ${_basename}-${pkgver}
+  _run py.test
+
+  cd ../${_basename}-${pkgver}-py2
+  _run py.test2
+}
+
+package_python-redis() {
+  depends=('python')
+
+  cd ${_basename}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-redis() {
+  depends=('python2')
+
+  cd ${_basename}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:01:57
  Author: fyan
Revision: 145712

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 04:01:19 UTC (rev 145711)
+++ community-i686/PKGBUILD 2015-11-03 04:01:57 UTC (rev 145712)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.0.3
-pkgrel=2
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
-optdepends=('mongodb: High-performance schema-free document-oriented database')
-source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf')
-
-prepare() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-build() {
-  cd "$srcdir/pymongo-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pymongo2-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  _mongod_run() {
-MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
-  $port = 5;
-  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
-  print $port')
-echo "Picked port $MONGO_TMP_PORT to run tests with."
-
-# Start a mongod instance for test
-rm -rf "$srcdir/mongo_tmp"
-mkdir "$srcdir/mongo_tmp"
-rm -f "$srcdir/mongo_tmp.pid"
-mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
- --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-DB_PORT=$MONGO_TMP_PORT "$@"
-kill $(cat "$srcdir/mongo_tmp.pid")
-  }
-
-  cd "$srcdir/pymongo-$pkgver"
-  _mongod_run python setup.py test
-
-  cd "$srcdir/pymongo2-$pkgver"
-  _mongod_run python2 setup.py test
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 145711, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 04:01:57 UTC (rev 145712)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=3.1
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha256sums=('fe7033007100f825a67640e77abdafee28713f255da88fcfc8d6abad0bb34285')
+
+prepare() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+build() {
+  cd "$srcdir/pymongo-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pymongo2-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  _mongod_run() {
+MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
+  $port = 5;
+  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
+  print $port')
+echo "Picked port $MONGO_TMP_PORT to run tests with."
+
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir 

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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:01:19
  Author: fyan
Revision: 145711

upgpkg: python-pymongo 3.1-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 04:01:03 UTC (rev 145710)
+++ PKGBUILD2015-11-03 04:01:19 UTC (rev 145711)
@@ -6,8 +6,8 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.0.3
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
 license=('APACHE')
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
 optdepends=('mongodb: High-performance schema-free document-oriented database')
 
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf')
+sha256sums=('fe7033007100f825a67640e77abdafee28713f255da88fcfc8d6abad0bb34285')
 
 prepare() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 13:02:28
  Author: spupykin
Revision: 145596

Modified:
  sarg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 11:51:25 UTC (rev 145595)
+++ PKGBUILD2015-11-02 12:02:28 UTC (rev 145596)
@@ -4,7 +4,7 @@
 # Contributor: Tino Reichardt 
 
 pkgname=sarg
-pkgver=2.3.9
+pkgver=2.3.10
 pkgrel=1
 pkgdesc="Squid Analysis Report Generator"
 arch=('i686' 'x86_64')
@@ -17,13 +17,15 @@
'etc/sarg/sarg.conf'
'etc/sarg/user_limit_block')
 
source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('d6e8b854950f1bebb953e0ea2ca13428')
+md5sums=('f3c5f9a55ffea1662f6ec88daa0c49c3')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr # po files workaround
-  rm -f Makefile
-  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/sarg \
+-DMANDIR=/usr/share/man/man1 \
+.
   make
 }
 
@@ -31,9 +33,4 @@
   cd ${srcdir}/$pkgname-$pkgver
   mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
   make DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  cp -a sarg-php ${pkgdir}/usr/share/sarg/
-  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
-  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
-  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
 }


[arch-commits] Commit in kdevelop-pg-qt/kde-unstable (PKGBUILD)

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 13:02:48
  Author: arojas
Revision: 249989

Update to 1.90.91

Modified:
  kdevelop-pg-qt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 11:07:21 UTC (rev 249988)
+++ PKGBUILD2015-11-02 12:02:48 UTC (rev 249989)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdevelop-pg-qt
-pkgver=1.9.90git20151023
-pkgrel=2
+pkgver=1.90.91
+pkgrel=1
 pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
 arch=(i686 x86_64)
 url="http://www.kdevelop.org/;
@@ -10,8 +10,8 @@
 license=(GPL)
 depends=(qt5-base)
 makedepends=(extra-cmake-modules)
-source=("http://quickgit.kde.org/?p=kdevelop-pg-qt.git=snapshot=3776ab94101968656a4b15cc3faec1208fa054db=tgz;)
-sha1sums=('b186c2349c0d4cad3bc4acc6517f529f4ff55210')
+source=("http://download.kde.org/unstable/$pkgname/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('34cf30fdf3dde61412d4b147f869020615c77df5')
 
 prepare() {
   mkdir -p build
@@ -19,7 +19,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 13:13:57
  Author: spupykin
Revision: 145597

Modified:
  opensips/trunk/opensips.install

--+
 opensips.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: opensips.install
===
--- opensips.install2015-11-02 12:02:28 UTC (rev 145596)
+++ opensips.install2015-11-02 12:13:57 UTC (rev 145597)
@@ -1,3 +1,3 @@
 post_install() {
-  echo "To use MySQL, you should install mysql package and run 
'/usr/bin/openser_mysql.sh create'"
+  echo "To use MySQL, you should install mysql package and run 'opensipsdbctl 
create'"
 }


[arch-commits] Commit in kdevelop-pg-qt/repos (4 files)

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 13:03:33
  Author: arojas
Revision: 249990

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

Added:
  kdevelop-pg-qt/repos/kde-unstable-i686/PKGBUILD
(from rev 249989, kdevelop-pg-qt/kde-unstable/PKGBUILD)
  kdevelop-pg-qt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 249989, kdevelop-pg-qt/kde-unstable/PKGBUILD)
Deleted:
  kdevelop-pg-qt/repos/kde-unstable-i686/PKGBUILD
  kdevelop-pg-qt/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-11-02 12:02:48 UTC (rev 249989)
+++ kde-unstable-i686/PKGBUILD  2015-11-02 12:03:33 UTC (rev 249990)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-pg-qt
-pkgver=1.9.90git20151023
-pkgrel=2
-pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=("http://quickgit.kde.org/?p=kdevelop-pg-qt.git=snapshot=3776ab94101968656a4b15cc3faec1208fa054db=tgz;)
-sha1sums=('b186c2349c0d4cad3bc4acc6517f529f4ff55210')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-pg-qt/repos/kde-unstable-i686/PKGBUILD (from rev 249989, 
kdevelop-pg-qt/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-02 12:03:33 UTC (rev 249990)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-pg-qt
+pkgver=1.90.91
+pkgrel=1
+pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/$pkgname/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('34cf30fdf3dde61412d4b147f869020615c77df5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-11-02 12:02:48 UTC (rev 249989)
+++ kde-unstable-x86_64/PKGBUILD2015-11-02 12:03:33 UTC (rev 249990)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-pg-qt
-pkgver=1.9.90git20151023
-pkgrel=2
-pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=("http://quickgit.kde.org/?p=kdevelop-pg-qt.git=snapshot=3776ab94101968656a4b15cc3faec1208fa054db=tgz;)
-sha1sums=('b186c2349c0d4cad3bc4acc6517f529f4ff55210')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-pg-qt/repos/kde-unstable-x86_64/PKGBUILD (from rev 249989, 
kdevelop-pg-qt/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-02 12:03:33 UTC (rev 249990)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-pg-qt
+pkgver=1.90.91
+pkgrel=1
+pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/$pkgname/src/$pkgname-$pkgver.tar.xz;)

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 13:50:48
  Author: jleclanche
Revision: 145598

upgpkg: sassc 3.3.1-1

Upstream release 3.3.1

Modified:
  sassc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 12:13:57 UTC (rev 145597)
+++ PKGBUILD2015-11-02 12:50:48 UTC (rev 145598)
@@ -3,7 +3,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=sassc
-pkgver=3.2.5
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("i686" "x86_64")
@@ -11,7 +11,7 @@
 license=("MIT")
 depends=("libsass")
 source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("65d746ed7512754fe5cf7f5c84317e366c564fecb99cd12d901910c4cbe1c3f5")
+sha256sums=("e99b866ed46a17936e2e7da4258b4a9e310eb2fd6437c64a7803a5d3647b2419")
 
 
 build() {


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

2015-11-02 Thread Dave Reisner
Date: Tuesday, November 3, 2015 @ 03:17:20
  Author: dreisner
Revision: 250040

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 250039, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 250039, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 250039, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 250039, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 250039, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 250039, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 250039, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 250039, util-linux/trunk/pam-su)

---+
 testing-i686/PKGBUILD |   90 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 +++
 testing-i686/pam-su   |9 
 testing-x86_64/PKGBUILD   |   90 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 +++
 testing-x86_64/pam-su |9 
 8 files changed, 224 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 250039, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 02:17:20 UTC (rev 250040)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+pkgver=2.27.1
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux"
+url="https://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+makedepends=('systemd' 'python')
+license=('GPL2')
+options=('strip' 'debug')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v${pkgver%.?}/$pkgbase-$pkgver.tar."{xz,sign}
+pam-{login,common,su})
+md5sums=('3cd2698d1363a2c64091c2dadc974647'
+ 'SKIP'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --bindir=/usr/bin \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-libmount-force-mountinfo \
+  --with-python=3
+
+  make
+}
+
+package_util-linux() {
+  conflicts=('util-linux-ng' 'eject' 'zramctl')
+  provides=("util-linux-ng=$pkgver" 'eject' 'zramctl')
+  replaces=('zramctl')
+  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
+  optdepends=('python: python bindings to libmount')
+  groups=('base' 'base-devel')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd "$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # setuid chfn and chsh
+  chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn"
+  install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh"
+  install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su-l"
+
+  # TODO(dreisner): offer this upstream?
+  sed -i '/ListenStream/ aRuntimeDirectory=uuidd' 
"$pkgdir/usr/lib/systemd/system/uuidd.socket"
+
+  # adjust for usrmove
+  # TODO(dreisner): fix configure.ac upstream so that this isn't needed
+  cd "$pkgdir"
+  mv {,usr/}sbin/* usr/bin
+  rmdir sbin usr/sbin
+
+  ### runtime libs are shipped as part of libutil-linux
+  rm "$pkgdir"/usr/lib/lib*.{a,so}*
+}
+
+package_libutil-linux() {
+  pkgdesc="util-linux runtime libraries"
+  provides=('libblkid.so' 'libfdisk.so' 'libmount.so' 'libsmartcols.so' 
'libuuid.so')
+
+  make -C "$pkgbase-$pkgver" DESTDIR="$pkgdir" install-usrlib_execLTLIBRARIES
+}

Copied: util-linux/repos/testing-i686/pam-common (from rev 250039, 
util-linux/trunk/pam-common)
===
--- testing-i686/pam-common (rev 0)
+++ testing-i686/pam-common 2015-11-03 02:17:20 UTC (rev 250040)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth

[arch-commits] Commit in util-linux/trunk (2 files)

2015-11-02 Thread Dave Reisner
Date: Tuesday, November 3, 2015 @ 03:16:50
  Author: dreisner
Revision: 250039

upgpkg: util-linux 2.27.1-1

Modified:
  util-linux/trunk/PKGBUILD
Deleted:
  util-linux/trunk/0001-libmount-monitor-don-t-check-for-regular-mtab.patch

--+
 0001-libmount-monitor-don-t-check-for-regular-mtab.patch |   45 -
 PKGBUILD |   16 +---
 2 files changed, 4 insertions(+), 57 deletions(-)

Deleted: 0001-libmount-monitor-don-t-check-for-regular-mtab.patch
===
--- 0001-libmount-monitor-don-t-check-for-regular-mtab.patch2015-11-02 
22:34:54 UTC (rev 250038)
+++ 0001-libmount-monitor-don-t-check-for-regular-mtab.patch2015-11-03 
02:16:50 UTC (rev 250039)
@@ -1,45 +0,0 @@
-From 02501746545ef729cefed28b5feb0b4e59c3d34f Mon Sep 17 00:00:00 2001
-From: Karel Zak 
-Date: Fri, 11 Sep 2015 11:19:30 +0200
-Subject: [PATCH] libmount: (monitor) don't check for regular mtab
-
-The monitor supports utab only (as documented). It's application
-responsibility to use libmount in the right way. It's overkill to
-check for valid environment during monitor initialization.
-
-For example systemd checks for regular mtab during boot, it's better
-than try to be smart later in libmount monitor when system is already
-running.
-
-Signed-off-by: Karel Zak 

- libmount/src/monitor.c | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/libmount/src/monitor.c b/libmount/src/monitor.c
-index cc3854e..ca9e02c 100644
 a/libmount/src/monitor.c
-+++ b/libmount/src/monitor.c
-@@ -220,7 +220,7 @@ static int userspace_add_watch(struct monitor_entry *me, 
int *final, int *fd)
-   assert(me->path);
- 
-   /*
--   * libmount uses rename(2) to atomically update utab/mtab, monitor
-+   * libmount uses rename(2) to atomically update utab, monitor
-* rename changes is too tricky. It seems better to monitor utab
-* lockfile close.
-*/
-@@ -399,10 +399,6 @@ int mnt_monitor_enable_userspace(struct libmnt_monitor 
*mn, int enable, const ch
- 
-   DBG(MONITOR, ul_debugobj(mn, "allocate new userspace monitor"));
- 
--  /* create a new entry */
--  if (mnt_has_regular_mtab(NULL, NULL))
--  return -ENOSYS;
--
-   if (!filename)
-   filename = mnt_get_utab_path(); /* /run/mount/utab */
-   if (!filename) {
--- 
-2.5.3
-

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 22:34:54 UTC (rev 250038)
+++ PKGBUILD2015-11-03 02:16:50 UTC (rev 250039)
@@ -5,8 +5,8 @@
 
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
-pkgver=2.27
-pkgrel=6
+pkgver=2.27.1
+pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
@@ -14,22 +14,14 @@
 license=('GPL2')
 options=('strip' 'debug')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
-source=("https://www.kernel.org/pub/linux/utils/util-linux/v2.27/$pkgbase-$pkgver.tar."{xz,sign}
-"0001-libmount-monitor-don-t-check-for-regular-mtab.patch"
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v${pkgver%.?}/$pkgbase-$pkgver.tar."{xz,sign}
 pam-{login,common,su})
-md5sums=('5b06bbda9309624ee7add15bc8d8ca22'
+md5sums=('3cd2698d1363a2c64091c2dadc974647'
  'SKIP'
- 'f9e06605db9107b9c4bb1c48059fe18e'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'
  'fa85e5cce5d723275b14365ba71a8aad')
 
-prepare() {
-  cd "$pkgbase-$pkgver"
-
-  patch -Np1 <../0001-libmount-monitor-don-t-check-for-regular-mtab.patch
-}
-
 build() {
   cd "$pkgbase-$pkgver"
 


<    1   2