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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 05:20:29
  Author: felixonmars
Revision: 187363

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

Added:
  deepin-calendar/repos/community-i686/PKGBUILD
(from rev 187362, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 187362, deepin-calendar/trunk/PKGBUILD)
Deleted:
  deepin-calendar/repos/community-i686/PKGBUILD
  deepin-calendar/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 2016-08-23 05:20:07 UTC (rev 187362)
+++ community-i686/PKGBUILD 2016-08-23 05:20:29 UTC (rev 187363)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-calendar
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-i686/PKGBUILD (from rev 187362, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-23 05:20:29 UTC (rev 187363)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-calendar
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-23 05:20:07 UTC (rev 187362)
+++ community-x86_64/PKGBUILD   2016-08-23 05:20:29 UTC (rev 187363)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-calendar
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 187362, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-23 05:20:29 UTC (rev 187363)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-calendar
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 05:20:07
  Author: felixonmars
Revision: 187362

upgpkg: deepin-calendar 1.0.1-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 04:46:30 UTC (rev 187361)
+++ PKGBUILD2016-08-23 05:20:07 UTC (rev 187362)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('i686' 'x86_64')


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 04:46:17
  Author: felixonmars
Revision: 187360

upgpkg: python-case 1.3.1-1

Modified:
  python-case/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 04:45:54 UTC (rev 187359)
+++ PKGBUILD2016-08-23 04:46:17 UTC (rev 187360)
@@ -3,7 +3,7 @@
 
 pkgbase=python-case
 pkgname=('python-case' 'python2-case')
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Python unittest Utilities"
 arch=('any')


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 04:46:30
  Author: felixonmars
Revision: 187361

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 04:46:17 UTC (rev 187360)
+++ PKGBUILD2016-08-23 04:46:30 UTC (rev 187361)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-case
-pkgname=('python-case' 'python2-case')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Python unittest Utilities"
-arch=('any')
-license=('BSD')
-url="https://github.com/celery/case;
-makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
-checkdepends=('python-coverage' 'python2-coverage')
-source=("git+https://github.com/celery/case.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a case{,-py2}
-}
-
-build() {
-  cd "$srcdir"/case
-  python setup.py build
-
-  cd "$srcdir"/case-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/case
-  nosetests3
-
-  cd "$srcdir"/case-py2
-  nosetests2
-}
-
-package_python-case() {
-  depends=('python-nose')
-
-  cd case
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-case() {
-  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
-
-  cd case-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-case/repos/community-any/PKGBUILD (from rev 187360, 
python-case/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 04:46:30 UTC (rev 187361)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-case
+pkgname=('python-case' 'python2-case')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Python unittest Utilities"
+arch=('any')
+license=('BSD')
+url="https://github.com/celery/case;
+makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 
'git')
+checkdepends=('python-coverage' 'python2-coverage')
+source=("git+https://github.com/celery/case.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a case{,-py2}
+}
+
+build() {
+  cd "$srcdir"/case
+  python setup.py build
+
+  cd "$srcdir"/case-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/case
+  nosetests3
+
+  cd "$srcdir"/case-py2
+  nosetests2
+}
+
+package_python-case() {
+  depends=('python-nose')
+
+  cd case
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-case() {
+  depends=('python2-nose' 'python2-mock' 'python2-unittest2')
+
+  cd case-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 04:45:06
  Author: felixonmars
Revision: 187356

upgpkg: python-construct 2.5.3-1

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 01:04:18 UTC (rev 187355)
+++ PKGBUILD2016-08-23 04:45:06 UTC (rev 187356)
@@ -3,7 +3,7 @@
 
 pkgbase=python-construct
 pkgname=('python-construct' 'python2-construct')
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 04:45:41
  Author: felixonmars
Revision: 187358

upgpkg: deepin-gtk-theme 15.12.7-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 04:45:20 UTC (rev 187357)
+++ PKGBUILD2016-08-23 04:45:41 UTC (rev 187358)
@@ -4,8 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gtk-theme
-pkgver=15.12.6.20160714
-_commit=e1a5c0694b274555757e80a696d8022889e44592
+pkgver=15.12.7
 pkgrel=1
 pkgdesc="Deepin GTK Theme"
 arch=('any')
@@ -14,7 +13,7 @@
 makedepends=('git')
 optdepends=('gtk-engine-murrine: for gtk2 themes')
 groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-gtk-theme.git#commit=$_commit;)
+source=("git+https://cr.deepin.io/deepin-gtk-theme.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
 package() {


[arch-commits] Commit in deepin-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 04:45:54
  Author: felixonmars
Revision: 187359

archrelease: copy trunk to community-any

Added:
  deepin-gtk-theme/repos/community-any/PKGBUILD
(from rev 187358, deepin-gtk-theme/trunk/PKGBUILD)
Deleted:
  deepin-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 04:45:41 UTC (rev 187358)
+++ PKGBUILD2016-08-23 04:45:54 UTC (rev 187359)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gtk-theme
-pkgver=15.12.6.20160714
-_commit=e1a5c0694b274555757e80a696d8022889e44592
-pkgrel=1
-pkgdesc="Deepin GTK Theme"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-gtk-theme;
-license=('LGPL3')
-makedepends=('git')
-optdepends=('gtk-engine-murrine: for gtk2 themes')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-gtk-theme.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-package() {
-  cd deepin-gtk-theme
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gtk-theme/repos/community-any/PKGBUILD (from rev 187358, 
deepin-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 04:45:54 UTC (rev 187359)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gtk-theme
+pkgver=15.12.7
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-gtk-theme;
+license=('LGPL3')
+makedepends=('git')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-gtk-theme.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+package() {
+  cd deepin-gtk-theme
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 04:45:20
  Author: felixonmars
Revision: 187357

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 04:45:06 UTC (rev 187356)
+++ PKGBUILD2016-08-23 04:45:20 UTC (rev 187357)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-construct
-pkgname=('python-construct' 'python2-construct')
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="http://construct.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/construct/construct.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a construct{,-py2}
-}
-
-build() {
-  cd "$srcdir/construct"
-  python setup.py build
-
-  cd "$srcdir/construct-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/construct"
-  nosetests3 tests
-
-  cd "$srcdir/construct-py2"
-  nosetests2 tests
-}
-
-package_python-construct() {
-  depends=('python-six')
-
-  cd construct
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-construct() {
-  depends=('python2-six')
-
-  cd construct-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 187356, 
python-construct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 04:45:20 UTC (rev 187357)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-construct
+pkgname=('python-construct' 'python2-construct')
+pkgver=2.5.3
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="http://construct.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/construct/construct.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a construct{,-py2}
+}
+
+build() {
+  cd "$srcdir/construct"
+  python setup.py build
+
+  cd "$srcdir/construct-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/construct"
+  nosetests3 tests
+
+  cd "$srcdir/construct-py2"
+  nosetests2 tests
+}
+
+package_python-construct() {
+  depends=('python-six')
+
+  cd construct
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-construct() {
+  depends=('python2-six')
+
+  cd construct-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 01:04:03
  Author: felixonmars
Revision: 187354

upgpkg: you-get 0.4.536-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 01:02:44 UTC (rev 187353)
+++ PKGBUILD2016-08-23 01:04:03 UTC (rev 187354)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.523
+pkgver=0.4.536
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 01:04:18
  Author: felixonmars
Revision: 187355

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 187354, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 01:04:03 UTC (rev 187354)
+++ PKGBUILD2016-08-23 01:04:18 UTC (rev 187355)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.523
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 187354, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 01:04:18 UTC (rev 187355)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.536
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 01:02:28
  Author: felixonmars
Revision: 187352

upgpkg: python-openstackclient 3.0.1-1

Modified:
  python-openstackclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 01:01:01 UTC (rev 187351)
+++ PKGBUILD2016-08-23 01:02:28 UTC (rev 187352)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstackclient
 pkgname=(python-openstackclient python2-openstackclient)
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="OpenStack Command-line Client"
 arch=('any')
@@ -38,7 +38,7 @@
   python setup.py testr || warning "Tests failed"
 
   cd "$srcdir"/python-openstackclient-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+  PYTHON=python2 python2 setup.py testr
 }
 
 package_python-openstackclient() {


[arch-commits] Commit in python-openstackclient/repos/community-any (2 files)

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 01:02:44
  Author: felixonmars
Revision: 187353

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 01:02:28 UTC (rev 187352)
+++ PKGBUILD2016-08-23 01:02:44 UTC (rev 187353)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstackclient
-pkgname=(python-openstackclient python2-openstackclient)
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="OpenStack Command-line Client"
-arch=('any')
-url="http://docs.openstack.org/developer/python-openstackclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
- 'python-keystoneclient' 'python2-keystoneclient' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-osc-lib' 'python2-osc-lib' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
- 'python2-openstacksdk' 'python-glanceclient' 
'python2-glanceclient' 'python-novaclient'
- 'python2-novaclient' 'python-cinderclient' 'python2-cinderclient')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
-source=("git+https://git.openstack.org/openstack/python-openstackclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstackclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstackclient
-  python setup.py build
-
-  cd "$srcdir"/python-openstackclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstackclient
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstackclient-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-openstackclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
-   'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
-
-  cd "$srcdir"/python-openstackclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstackclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
-   'python2-keystoneauth1' 'python-osc-lib' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-openstacksdk' 'python2-glanceclient' 'python2-novaclient'
-   'python2-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstackclient/repos/community-any/PKGBUILD (from rev 187352, 
python-openstackclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 01:02:44 UTC (rev 187353)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstackclient
+pkgname=(python-openstackclient python2-openstackclient)
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="OpenStack Command-line Client"
+arch=('any')
+url="http://docs.openstack.org/developer/python-openstackclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneclient' 'python2-keystoneclient' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-osc-lib' 'python2-osc-lib' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
+ 'python2-openstacksdk' 'python-glanceclient' 
'python2-glanceclient' 'python-novaclient'
+ 'python2-novaclient' 'python-cinderclient' 'python2-cinderclient')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
+source=("git+https://git.openstack.org/openstack/python-openstackclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstackclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstackclient
+  python setup.py build
+
+  cd "$srcdir"/python-openstackclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstackclient
+  python setup.py testr || 

[arch-commits] Commit in python-os-client-config/trunk (PKGBUILD)

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 01:00:46
  Author: felixonmars
Revision: 187350

upgpkg: python-os-client-config 1.20.1-1

Modified:
  python-os-client-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 23:17:07 UTC (rev 187349)
+++ PKGBUILD2016-08-23 01:00:46 UTC (rev 187350)
@@ -3,7 +3,7 @@
 
 pkgbase=python-os-client-config
 pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Client Configuation Library'


[arch-commits] Commit in python-os-client-config/repos/community-any (2 files)

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 01:01:01
  Author: felixonmars
Revision: 187351

archrelease: copy trunk to community-any

Added:
  python-os-client-config/repos/community-any/PKGBUILD
(from rev 187350, python-os-client-config/trunk/PKGBUILD)
Deleted:
  python-os-client-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-23 01:00:46 UTC (rev 187350)
+++ PKGBUILD2016-08-23 01:01:01 UTC (rev 187351)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-os-client-config
-pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.20.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Client Configuation Library'
-url='https://github.com/openstack/os-client-config'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
- 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-requestsexceptions' 'python2-requestsexceptions')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
-  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
-  'python-glanceclient' 'python2-glanceclient')
-source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a os-client-config{,-py2}
-}
-
-build() {
-  cd "$srcdir"/os-client-config
-  python setup.py build
-
-  cd "$srcdir"/os-client-config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/os-client-config
-  # One test failure in os_client_config.tests.test_config.TestConfig
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/os-client-config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-os-client-config() {
-  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
-
-  cd os-client-config
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-os-client-config() {
-  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
-
-  cd os-client-config-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-os-client-config/repos/community-any/PKGBUILD (from rev 187350, 
python-os-client-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-23 01:01:01 UTC (rev 187351)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-os-client-config
+pkgname=('python-os-client-config' 'python2-os-client-config')
+pkgver=1.20.1
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Client Configuation Library'
+url='https://github.com/openstack/os-client-config'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
+ 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-requestsexceptions' 'python2-requestsexceptions')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
+  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
+  'python-glanceclient' 'python2-glanceclient')
+source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a os-client-config{,-py2}
+}
+
+build() {
+  cd "$srcdir"/os-client-config
+  python setup.py build
+
+  cd "$srcdir"/os-client-config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/os-client-config
+  # One test failure in os_client_config.tests.test_config.TestConfig
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/os-client-config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-os-client-config() {
+  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
+
+  cd os-client-config
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-os-client-config() {
+  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
+
+  cd os-client-config-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2016-08-22 Thread Sébastien Luttringer
Date: Tuesday, August 23, 2016 @ 00:34:35
  Author: seblu
Revision: 274602

db-move: moved libmnl from [extra] to [core] (i686, x86_64)

Added:
  libmnl/repos/core-i686/
  libmnl/repos/core-i686/PKGBUILD
(from rev 274601, libmnl/repos/extra-i686/PKGBUILD)
  libmnl/repos/core-x86_64/
  libmnl/repos/core-x86_64/PKGBUILD
(from rev 274601, libmnl/repos/extra-x86_64/PKGBUILD)
Deleted:
  libmnl/repos/extra-i686/
  libmnl/repos/extra-x86_64/

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

Copied: libmnl/repos/core-i686/PKGBUILD (from rev 274601, 
libmnl/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-08-23 00:34:35 UTC (rev 274602)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Christian Hesse 
+
+pkgname=libmnl
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha1sums=('2db40dea612e88c62fd321906be40ab5f8f1685a'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libmnl/repos/core-x86_64/PKGBUILD (from rev 274601, 
libmnl/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-08-23 00:34:35 UTC (rev 274602)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Christian Hesse 
+
+pkgname=libmnl
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha1sums=('2db40dea612e88c62fd321906be40ab5f8f1685a'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 23:17:07
  Author: seblu
Revision: 187349

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 187348, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
(from rev 187348, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 187348, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 187348, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
(from rev 187348, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 187348, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  146 +
 /build.sh|  122 ++
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   72 --
 community-testing-i686/build.sh  |   61 -
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   72 --
 community-testing-x86_64/build.sh|   61 -
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 9 files changed, 314 insertions(+), 312 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-08-22 23:16:22 UTC (rev 187348)
+++ community-testing-i686/PKGBUILD 2016-08-22 23:17:07 UTC (rev 187349)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.7' 'linux<4.8'
- 'linux-headers>=4.7' 'linux-headers<4.8'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.7-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.7' 'linux<4.8')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.7' 'linux<4.8')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
- 

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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 23:16:22
  Author: seblu
Revision: 187348

upgpkg: virtualbox-modules-arch 5.1.4-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 22:47:47 UTC (rev 187347)
+++ PKGBUILD2016-08-22 23:16:22 UTC (rev 187348)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 22:47:29
  Author: seblu
Revision: 187346

upgpkg: virtualbox-modules-arch 5.1.4-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 22:42:40 UTC (rev 187345)
+++ PKGBUILD2016-08-22 22:47:29 UTC (rev 187346)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.2
-pkgrel=4
+pkgver=5.1.4
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -70,3 +70,4 @@
 
 
 
+


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 22:47:47
  Author: seblu
Revision: 187347

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

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 187346, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/build.sh
(from rev 187346, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 187346, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 187346, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/build.sh
(from rev 187346, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 187346, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/build.sh
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/build.sh
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  146 +
 /build.sh|  122 +
 /virtualbox-modules-arch.install |   46 ++
 community-i686/PKGBUILD  |   72 --
 community-i686/build.sh  |   61 
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   72 --
 community-x86_64/build.sh|   61 
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 9 files changed, 314 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 22:47:29 UTC (rev 187346)
+++ community-i686/PKGBUILD 2016-08-22 22:47:47 UTC (rev 187347)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.7' 'linux<4.8'
- 'linux-headers>=4.7' 'linux-headers<4.8'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.7-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.7' 'linux<4.8')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.7' 'linux<4.8')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-i686/PKGBUILD (from rev 187346, 

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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 22:41:25
  Author: seblu
Revision: 187344

upgpkg: virtualbox 5.1.4-1

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 22:41:04 UTC (rev 187343)
+++ PKGBUILD2016-08-22 22:41:25 UTC (rev 187344)
@@ -11,7 +11,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=5.1.4
-pkgrel=0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -86,8 +86,7 @@
  '9e49bbaa2192b141c27ee43cef8cbab7'
  'e8a0b47e61ddcffdeed71086585a1ef3'
  'd82a6f19be739341ed7f1cf4ee8070ca'
- '188ea65918309f737ce28216c2b07c3b'
- )
+ '188ea65918309f737ce28216c2b07c3b')
 
 prepare() {
 cd "VirtualBox-$pkgver"


[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 22:40:56
  Author: seblu
Revision: 187342

upgpkg: virtualbox-guest-iso 5.1.4-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 21:50:04 UTC (rev 187341)
+++ PKGBUILD2016-08-22 22:40:56 UTC (rev 187342)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.1.2
+pkgver=5.1.4
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('0a881c307e66ad963b3a4015b402035b'
+md5sums=('c24e2057a7dbc7d63e859c32638c321d'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 22:41:04
  Author: seblu
Revision: 187343

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 187342, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 187342, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 187342, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 22:40:56 UTC (rev 187342)
+++ PKGBUILD2016-08-22 22:41:04 UTC (rev 187343)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=5.1.2
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('0a881c307e66ad963b3a4015b402035b'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 187342, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 22:41:04 UTC (rev 187343)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.1.4
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('c24e2057a7dbc7d63e859c32638c321d'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2016-08-22 22:40:56 UTC (rev 187342)
+++ license 2016-08-22 22:41:04 UTC (rev 187343)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as 

[arch-commits] Commit in nvidia/repos/testing-x86_64 (8 files)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 22:37:53
  Author: svenstaro
Revision: 274601

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/0001-linux-4.7-i686.patch
(from rev 274600, nvidia/trunk/0001-linux-4.7-i686.patch)
  nvidia/repos/testing-x86_64/0001-linux-4.7-x86_64.patch
(from rev 274600, nvidia/trunk/0001-linux-4.7-x86_64.patch)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 274600, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 274600, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-x86_64/0001-linux-4.7-i686.patch
  nvidia/repos/testing-x86_64/0001-linux-4.7-x86_64.patch
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia.install

-+
 0001-linux-4.7-i686.patch   |   92 +++---
 0001-linux-4.7-x86_64.patch |  138 +
 PKGBUILD|  174 --
 nvidia.install  |   26 +++---
 4 files changed, 218 insertions(+), 212 deletions(-)

Deleted: 0001-linux-4.7-i686.patch
===
--- 0001-linux-4.7-i686.patch   2016-08-22 22:37:44 UTC (rev 274600)
+++ 0001-linux-4.7-i686.patch   2016-08-22 22:37:53 UTC (rev 274601)
@@ -1,46 +0,0 @@
-diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
 nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
-+++ nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
-@@ -31,6 +31,7 @@
- #include "nvidia-drm-gem.h"
- 
- #include 
-+#include 
- 
- static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
- {
-@@ -114,7 +115,11 @@
-  * We don't support any planar format, pick up first buffer only.
-  */
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
-+gem = drm_gem_object_lookup(file, cmd->handles[0]);
-+#else
- gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
-+#endif
- 
- if (gem == NULL)
- {
-diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
 nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
-+++ nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
-@@ -27,6 +27,7 @@
- #include "nvidia-drm-priv.h"
- #include "nvidia-drm-ioctl.h"
- #include "nvidia-drm-gem.h"
-+#include 
- 
- static struct nvidia_drm_gem_object *nvidia_drm_gem_new
- (
-@@ -408,7 +409,11 @@
- 
- mutex_lock(>struct_mutex);
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
-+gem = drm_gem_object_lookup(file, handle);
-+#else
- gem = drm_gem_object_lookup(dev, file, handle);
-+#endif
- 
- if (gem == NULL)
- {

Copied: nvidia/repos/testing-x86_64/0001-linux-4.7-i686.patch (from rev 274600, 
nvidia/trunk/0001-linux-4.7-i686.patch)
===
--- 0001-linux-4.7-i686.patch   (rev 0)
+++ 0001-linux-4.7-i686.patch   2016-08-22 22:37:53 UTC (rev 274601)
@@ -0,0 +1,46 @@
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
+@@ -31,6 +31,7 @@
+ #include "nvidia-drm-gem.h"
+ 
+ #include 
++#include 
+ 
+ static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+ {
+@@ -114,7 +115,11 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
++#else
+ gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++#endif
+ 
+ if (gem == NULL)
+ {
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
+@@ -27,6 +27,7 @@
+ #include "nvidia-drm-priv.h"
+ #include "nvidia-drm-ioctl.h"
+ #include "nvidia-drm-gem.h"
++#include 
+ 
+ static struct nvidia_drm_gem_object *nvidia_drm_gem_new
+ (
+@@ -408,7 +409,11 @@
+ 
+ mutex_lock(>struct_mutex);
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, handle);
++#else
+ gem = drm_gem_object_lookup(dev, file, handle);
++#endif
+ 
+ if (gem == NULL)
+ {

Deleted: 0001-linux-4.7-x86_64.patch
===
--- 0001-linux-4.7-x86_64.patch 2016-08-22 22:37:44 UTC (rev 274600)
+++ 0001-linux-4.7-x86_64.patch 2016-08-22 22:37:53 UTC (rev 274601)
@@ -1,64 +0,0 @@
-diff -u -r 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 22:37:44
  Author: svenstaro
Revision: 274600

upgpkg: nvidia 370.23-2

rebuild

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 21:40:10 UTC (rev 274599)
+++ PKGBUILD2016-08-22 22:37:44 UTC (rev 274600)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=370.23
 _extramodules=extramodules-4.7-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


[arch-commits] Commit in gitlab-shell/repos/community-any (6 files)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 21:50:04
  Author: svenstaro
Revision: 187341

archrelease: copy trunk to community-any

Added:
  gitlab-shell/repos/community-any/PKGBUILD
(from rev 187340, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
(from rev 187340, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-any/gitlab-shell.install
(from rev 187340, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-any/PKGBUILD
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
  gitlab-shell/repos/community-any/gitlab-shell.install

+
 PKGBUILD   |  166 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 +--
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 21:49:56 UTC (rev 187340)
+++ PKGBUILD2016-08-22 21:50:04 UTC (rev 187341)
@@ -1,83 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Self hosted Git management software. Replacement for gitolite"
-arch=('any')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby2.1' 'redis' 'git')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-shell.gitconfig")
-md5sums=('6ba594b1e6301309db868b0009f26d80'
- '6b917256b13a1685e9a3cc73e68152d0')
-
-_homedir='/var/lib/gitlab'
-_datadir="/usr/share/webapps/${pkgname}"
-_srcdir="gitlab-shell-v${pkgver}"
-_logdir='/var/log/gitlab'
-_etcdir="/etc/webapps/${pkgname}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o 105 -g 105 "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-
-  # Fix for ruby-2.1
-  grep -rl "bin/env ruby" "${pkgdir}${_datadir}" | xargs sed -i "s|bin/env 
ruby|bin/env ruby-2.1|g"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-any/PKGBUILD (from rev 187340, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 21:50:04 UTC (rev 187341)
@@ -0,0 +1,83 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Self hosted Git management software. Replacement for gitolite"
+arch=('any')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby2.1' 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 21:49:56
  Author: svenstaro
Revision: 187340

upgpkg: gitlab-shell 3.4.0-1

upstream release 3.4.0

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 20:37:47 UTC (rev 187339)
+++ PKGBUILD2016-08-22 21:49:56 UTC (rev 187340)
@@ -7,7 +7,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=gitlab-shell
-pkgver=3.2.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
@@ -23,7 +23,7 @@
 "etc/webapps/${pkgname}/")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-shell.gitconfig")
-md5sums=('6ba594b1e6301309db868b0009f26d80'
+md5sums=('cd548940ee1a3c796f5b65b577b870b0'
  '6b917256b13a1685e9a3cc73e68152d0')
 
 _homedir='/var/lib/gitlab'


[arch-commits] Commit in (5 files)

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 21:40:10
  Author: seblu
Revision: 274599

Add archivetools

Used to deploy archive.archlinux.org on orion

Added:
  archivetools/
  archivetools/repos/
  archivetools/trunk/
  archivetools/trunk/PKGBUILD
  archivetools/trunk/archivetools.install

--+
 PKGBUILD |   30 ++
 archivetools.install |   10 ++
 2 files changed, 40 insertions(+)

Added: archivetools/trunk/PKGBUILD
===
--- archivetools/trunk/PKGBUILD (rev 0)
+++ archivetools/trunk/PKGBUILD 2016-08-22 21:40:10 UTC (rev 274599)
@@ -0,0 +1,30 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=archivetools
+pkgver=1
+pkgrel=1
+pkgdesc='Archlinux Archive Tools'
+arch=('any')
+url='https://github.com/seblu/archivetools'
+license=('GPL2')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd')
+makedepends=('git')
+conflicts=('archivetools')
+backup=('etc/archive.conf')
+install=archivetools.install
+source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname
+  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
+  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  # systemd stuff
+  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
+  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
+  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
+install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: archivetools/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: archivetools/trunk/archivetools.install
===
--- archivetools/trunk/archivetools.install (rev 0)
+++ archivetools/trunk/archivetools.install 2016-08-22 21:40:10 UTC (rev 
274599)
@@ -0,0 +1,10 @@
+#/bin/bash
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers archive.conf
+  systemd-tmpfiles --create archive.conf
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:54:09
  Author: seblu
Revision: 274598

db-move: moved libnftnl from [extra] to [core] (i686, x86_64)

Added:
  libnftnl/repos/core-i686/
  libnftnl/repos/core-i686/PKGBUILD
(from rev 274597, libnftnl/repos/extra-i686/PKGBUILD)
  libnftnl/repos/core-x86_64/
  libnftnl/repos/core-x86_64/PKGBUILD
(from rev 274597, libnftnl/repos/extra-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/extra-i686/
  libnftnl/repos/extra-x86_64/

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

Copied: libnftnl/repos/core-i686/PKGBUILD (from rev 274597, 
libnftnl/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-08-22 20:54:09 UTC (rev 274598)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('453f1c2d99d219baeca4ba42aa874f02d2ddf2f7'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 274597, 
libnftnl/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-08-22 20:54:09 UTC (rev 274598)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('453f1c2d99d219baeca4ba42aa874f02d2ddf2f7'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:37:47
  Author: seblu
Revision: 187339

- FS#50437

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 19:46:30 UTC (rev 187338)
+++ PKGBUILD2016-08-22 20:37:47 UTC (rev 187339)
@@ -11,8 +11,10 @@
 license=('MIT')
 depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
 makedepends=('wayland-protocols')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028'
+  'SKIP')
 
 build() {
cd $pkgname-$pkgver


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:35:00
  Author: seblu
Revision: 274597

- implement part of FS#50437

Modified:
  wayland-protocols/trunk/PKGBUILD
  wayland/trunk/PKGBUILD

---+
 -protocols/trunk/PKGBUILD |6 --
 trunk/PKGBUILD|6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2016-08-22 20:28:01 UTC (rev 274596)
+++ trunk/PKGBUILD  2016-08-22 20:35:00 UTC (rev 274597)
@@ -12,8 +12,10 @@
 license=('MIT')
 depends=('glibc' 'libffi' 'expat' 'libxml2')
 makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ba0494a3ab811251f7ad72710bc751cb668d8848')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('ba0494a3ab811251f7ad72710bc751cb668d8848'
+  'SKIP')
 
 build() {
   cd $pkgname-$pkgver

Modified: -protocols/trunk/PKGBUILD
===
--- -protocols/trunk/PKGBUILD   2016-08-22 20:28:01 UTC (rev 274596)
+++ -protocols/trunk/PKGBUILD   2016-08-22 20:35:00 UTC (rev 274597)
@@ -9,8 +9,10 @@
 url='http://wayland.freedesktop.org'
 license=('MIT')
 makedepends=('wayland')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118')
+validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A') # Jonas Ådahl
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118'
+  'SKIP')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:28:01
  Author: seblu
Revision: 274596

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

Added:
  conntrack-tools/repos/extra-i686/PKGBUILD
(from rev 274595, conntrack-tools/trunk/PKGBUILD)
  conntrack-tools/repos/extra-i686/conntrack-tools.install
(from rev 274595, conntrack-tools/trunk/conntrack-tools.install)
  conntrack-tools/repos/extra-i686/conntrackd.service
(from rev 274595, conntrack-tools/trunk/conntrackd.service)
  conntrack-tools/repos/extra-x86_64/PKGBUILD
(from rev 274595, conntrack-tools/trunk/PKGBUILD)
  conntrack-tools/repos/extra-x86_64/conntrack-tools.install
(from rev 274595, conntrack-tools/trunk/conntrack-tools.install)
  conntrack-tools/repos/extra-x86_64/conntrackd.service
(from rev 274595, conntrack-tools/trunk/conntrackd.service)
Deleted:
  conntrack-tools/repos/extra-i686/PKGBUILD
  conntrack-tools/repos/extra-i686/conntrack-tools.install
  conntrack-tools/repos/extra-i686/conntrackd.service
  conntrack-tools/repos/extra-x86_64/PKGBUILD
  conntrack-tools/repos/extra-x86_64/conntrack-tools.install
  conntrack-tools/repos/extra-x86_64/conntrackd.service

--+
 /PKGBUILD|  100 +
 /conntrack-tools.install |   18 +
 /conntrackd.service  |   16 +
 extra-i686/PKGBUILD  |   50 
 extra-i686/conntrack-tools.install   |9 --
 extra-i686/conntrackd.service|8 --
 extra-x86_64/PKGBUILD|   50 
 extra-x86_64/conntrack-tools.install |9 --
 extra-x86_64/conntrackd.service  |8 --
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 20:27:23 UTC (rev 274595)
+++ extra-i686/PKGBUILD 2016-08-22 20:28:01 UTC (rev 274596)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Valere Monseur 
-# Contributor: Alessandro Sagratini 
-# Contributor: Kevin Edmonds 
-
-pkgname=conntrack-tools
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/conntrack-tools'
-license=('GPL2')
-depends=('libnetfilter_conntrack'
- 'libnetfilter_cttimeout'
- 'libnetfilter_cthelper'
- 'libnetfilter_queue')
-backup=('etc/conntrackd.conf')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig}
-'conntrackd.service')
-install=$pkgname.install
-sha1sums=('509db30f34b283f4a74a7e638ba0ca713d3fe98c'
-  'SKIP'
-  'ab888d59b98b673709d2d89554c668e2bea0cb86')
-
-prepare() {
-  sed -i -e 's,/etc/conntrackd/,/etc/,' -e 's,/var/lock/,/run/lock/,' \
-$pkgname-$pkgver/include/conntrackd.h
-}
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  # install binaries
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # systemd
-  cd "$pkgdir"
-  install -D -m 644 "$srcdir/conntrackd.service" 
usr/lib/systemd/system/conntrackd.service
-  # install empty configuration files
-  install -D -m 644 /dev/null etc/conntrackd.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: conntrack-tools/repos/extra-i686/PKGBUILD (from rev 274595, 
conntrack-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-22 20:28:01 UTC (rev 274596)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Valere Monseur 
+# Contributor: Alessandro Sagratini 
+# Contributor: Kevin Edmonds 
+
+pkgname=conntrack-tools
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/conntrack-tools'
+license=('GPL2')
+depends=('libnetfilter_conntrack'
+ 'libnetfilter_cttimeout'
+ 'libnetfilter_cthelper'
+ 'libnetfilter_queue')
+backup=('etc/conntrackd.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig}
+'conntrackd.service')
+install=$pkgname.install
+sha1sums=('25b36fb6832373ef899bade3b82adf5382b9a05b'
+  'SKIP'
+  'ab888d59b98b673709d2d89554c668e2bea0cb86')
+
+prepare() {
+  sed -i -e 's,/etc/conntrackd/,/etc/,' -e 's,/var/lock/,/run/lock/,' \
+$pkgname-$pkgver/include/conntrackd.h
+}
+
+
+build() {
+  

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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:27:23
  Author: seblu
Revision: 274595

upgpkg: conntrack-tools 1.4.4-1

Modified:
  conntrack-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 20:26:23 UTC (rev 274594)
+++ PKGBUILD2016-08-22 20:27:23 UTC (rev 274595)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Edmonds 
 
 pkgname=conntrack-tools
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
 arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@
  'libnetfilter_cthelper'
  'libnetfilter_queue')
 backup=('etc/conntrackd.conf')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig}
 'conntrackd.service')
 install=$pkgname.install
-sha1sums=('509db30f34b283f4a74a7e638ba0ca713d3fe98c'
+sha1sums=('25b36fb6832373ef899bade3b82adf5382b9a05b'
   'SKIP'
   'ab888d59b98b673709d2d89554c668e2bea0cb86')
 


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:26:23
  Author: seblu
Revision: 274594

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 20:25:43 UTC (rev 274593)
+++ extra-i686/PKGBUILD 2016-08-22 20:26:23 UTC (rev 274594)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Alessandro Sagratini 
-
-pkgname=nfacct
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Command line tool to create/retrieve/delete accounting objects'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/nfacct/'
-license=('GPL2')
-depends=('libnetfilter_acct')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('992e863409d144350dbc8f0554a0f478')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfacct/repos/extra-i686/PKGBUILD (from rev 274593, 
nfacct/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-22 20:26:23 UTC (rev 274594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Alessandro Sagratini 
+
+pkgname=nfacct
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Command line tool to create/retrieve/delete accounting objects'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/nfacct/'
+license=('GPL2')
+depends=('libnetfilter_acct')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('94faafdaaed85ca9220c5692be8a408e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-22 20:25:43 UTC (rev 274593)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:26:23 UTC (rev 274594)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Alessandro Sagratini 
-
-pkgname=nfacct
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Command line tool to create/retrieve/delete accounting objects'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/nfacct/'
-license=('GPL2')
-depends=('libnetfilter_acct')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('992e863409d144350dbc8f0554a0f478')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfacct/repos/extra-x86_64/PKGBUILD (from rev 274593, 
nfacct/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:26:23 UTC (rev 274594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Alessandro Sagratini 
+
+pkgname=nfacct
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Command line tool to create/retrieve/delete accounting objects'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/nfacct/'
+license=('GPL2')
+depends=('libnetfilter_acct')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('94faafdaaed85ca9220c5692be8a408e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:25:43
  Author: seblu
Revision: 274593

upgpkg: nfacct 1.0.2-1

Modified:
  nfacct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 20:23:40 UTC (rev 274592)
+++ PKGBUILD2016-08-22 20:25:43 UTC (rev 274593)
@@ -3,16 +3,16 @@
 # Contributor: Alessandro Sagratini 
 
 pkgname=nfacct
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Command line tool to create/retrieve/delete accounting objects'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/nfacct/'
 license=('GPL2')
 depends=('libnetfilter_acct')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('992e863409d144350dbc8f0554a0f478'
+md5sums=('94faafdaaed85ca9220c5692be8a408e'
  'SKIP')
 
 build() {


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:23:40
  Author: seblu
Revision: 274592

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 20:22:58 UTC (rev 274591)
+++ extra-i686/PKGBUILD 2016-08-22 20:23:40 UTC (rev 274592)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Sergej Pupykin 
-# Contributor: Alessandro Sagratini 
-# Contributor: Kevin Edmonds 
-
-pkgname=libnetfilter_conntrack
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
-arch=('i686' 'x86_64')
-depends=('libnfnetlink' 'libmnl')
-url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
-license=('GPL')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('6aa1bd3c1d0723235ac897087b4cd4e5'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: libnetfilter_conntrack/repos/extra-i686/PKGBUILD (from rev 274591, 
libnetfilter_conntrack/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-22 20:23:40 UTC (rev 274592)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Sergej Pupykin 
+# Contributor: Alessandro Sagratini 
+# Contributor: Kevin Edmonds 
+
+pkgname=libnetfilter_conntrack
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
+arch=('i686' 'x86_64')
+depends=('libnfnetlink' 'libmnl')
+url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
+license=('GPL')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('7139c5f408dd9606ffecfd5dcda8175b'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-22 20:22:58 UTC (rev 274591)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:23:40 UTC (rev 274592)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Sergej Pupykin 
-# Contributor: Alessandro Sagratini 
-# Contributor: Kevin Edmonds 
-
-pkgname=libnetfilter_conntrack
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
-arch=('i686' 'x86_64')
-depends=('libnfnetlink' 'libmnl')
-url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
-license=('GPL')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('6aa1bd3c1d0723235ac897087b4cd4e5'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: libnetfilter_conntrack/repos/extra-x86_64/PKGBUILD (from rev 274591, 
libnetfilter_conntrack/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:23:40 UTC (rev 274592)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Sergej Pupykin 
+# Contributor: Alessandro Sagratini 
+# Contributor: Kevin Edmonds 
+

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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:22:58
  Author: seblu
Revision: 274591

upgpkg: libnetfilter_conntrack 1.0.6-1

Modified:
  libnetfilter_conntrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 20:22:50 UTC (rev 274590)
+++ PKGBUILD2016-08-22 20:22:58 UTC (rev 274591)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Edmonds 
 
 pkgname=libnetfilter_conntrack
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 depends=('libnfnetlink' 'libmnl')
 url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
 license=('GPL')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('6aa1bd3c1d0723235ac897087b4cd4e5'
+md5sums=('7139c5f408dd9606ffecfd5dcda8175b'
  'SKIP')
 
 build() {


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:22:12
  Author: seblu
Revision: 274589

upgpkg: libnetfilter_acct 1.0.3-1

Modified:
  libnetfilter_acct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 20:14:18 UTC (rev 274588)
+++ PKGBUILD2016-08-22 20:22:12 UTC (rev 274589)
@@ -5,8 +5,8 @@
 # Contributor: Filip Wojciechowski, filip at loka dot pl
 
 pkgname=libnetfilter_acct
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc='Library providing interface to extended accounting infrastructure'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/libnetfilter_acct/index.html'
@@ -13,9 +13,9 @@
 license=('GPL')
 depends=('libnfnetlink' 'libmnl')
 makedepends=('pkgconfig')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('2118d9514c079839ebd9cb3144ad2ad7'
+md5sums=('814b2972b2f5c740ff87510bc109168b'
  'SKIP')
 
 build() {


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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:22:50
  Author: seblu
Revision: 274590

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 20:22:12 UTC (rev 274589)
+++ extra-i686/PKGBUILD 2016-08-22 20:22:50 UTC (rev 274590)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sébastien Luttringer
-# Contributor: Kevin Edmonds 
-# Maintainer: Filip Wojciechowski, filip at loka dot pl
-
-pkgname=libnetfilter_acct
-pkgver=1.0.2
-pkgrel=2
-pkgdesc='Library providing interface to extended accounting infrastructure'
-arch=('i686' 'x86_64')
-url="http://www.netfilter.org/projects/libnetfilter_acct/index.html;
-license=('GPL')
-depends=('libnfnetlink' 'libmnl')
-makedepends=('pkgconfig')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('2118d9514c079839ebd9cb3144ad2ad7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libnetfilter_acct/repos/extra-i686/PKGBUILD (from rev 274589, 
libnetfilter_acct/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-22 20:22:50 UTC (rev 274590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Sergej Pupykin 
+# Contributor: Kevin Edmonds 
+# Contributor: Filip Wojciechowski, filip at loka dot pl
+
+pkgname=libnetfilter_acct
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library providing interface to extended accounting infrastructure'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libnetfilter_acct/index.html'
+license=('GPL')
+depends=('libnfnetlink' 'libmnl')
+makedepends=('pkgconfig')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('814b2972b2f5c740ff87510bc109168b'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-22 20:22:12 UTC (rev 274589)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:22:50 UTC (rev 274590)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sébastien Luttringer
-# Contributor: Kevin Edmonds 
-# Maintainer: Filip Wojciechowski, filip at loka dot pl
-
-pkgname=libnetfilter_acct
-pkgver=1.0.2
-pkgrel=2
-pkgdesc='Library providing interface to extended accounting infrastructure'
-arch=('i686' 'x86_64')
-url="http://www.netfilter.org/projects/libnetfilter_acct/index.html;
-license=('GPL')
-depends=('libnfnetlink' 'libmnl')
-makedepends=('pkgconfig')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('2118d9514c079839ebd9cb3144ad2ad7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libnetfilter_acct/repos/extra-x86_64/PKGBUILD (from rev 274589, 
libnetfilter_acct/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:22:50 UTC (rev 274590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Sergej Pupykin 
+# Contributor: Kevin Edmonds 
+# Contributor: Filip Wojciechowski, filip at loka dot pl
+
+pkgname=libnetfilter_acct
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library providing interface to extended accounting infrastructure'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libnetfilter_acct/index.html'
+license=('GPL')
+depends=('libnfnetlink' 'libmnl')
+makedepends=('pkgconfig')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core 

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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:14:18
  Author: seblu
Revision: 274588

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

Added:
  ceph/repos/staging-i686/
  ceph/repos/staging-i686/01-virtualenv2.patch
(from rev 274587, ceph/trunk/01-virtualenv2.patch)
  ceph/repos/staging-i686/02-setup-python2.patch
(from rev 274587, ceph/trunk/02-setup-python2.patch)
  ceph/repos/staging-i686/PKGBUILD
(from rev 274587, ceph/trunk/PKGBUILD)
  ceph/repos/staging-i686/ceph.install
(from rev 274587, ceph/trunk/ceph.install)
  ceph/repos/staging-i686/ceph.sysusers
(from rev 274587, ceph/trunk/ceph.sysusers)
  ceph/repos/staging-x86_64/
  ceph/repos/staging-x86_64/01-virtualenv2.patch
(from rev 274587, ceph/trunk/01-virtualenv2.patch)
  ceph/repos/staging-x86_64/02-setup-python2.patch
(from rev 274587, ceph/trunk/02-setup-python2.patch)
  ceph/repos/staging-x86_64/PKGBUILD
(from rev 274587, ceph/trunk/PKGBUILD)
  ceph/repos/staging-x86_64/ceph.install
(from rev 274587, ceph/trunk/ceph.install)
  ceph/repos/staging-x86_64/ceph.sysusers
(from rev 274587, ceph/trunk/ceph.sysusers)

---+
 staging-i686/01-virtualenv2.patch |   11 
 staging-i686/02-setup-python2.patch   |   38 +
 staging-i686/PKGBUILD |   87 
 staging-i686/ceph.install |   16 +
 staging-i686/ceph.sysusers|1 
 staging-x86_64/01-virtualenv2.patch   |   11 
 staging-x86_64/02-setup-python2.patch |   38 +
 staging-x86_64/PKGBUILD   |   87 
 staging-x86_64/ceph.install   |   16 +
 staging-x86_64/ceph.sysusers  |1 
 10 files changed, 306 insertions(+)

Copied: ceph/repos/staging-i686/01-virtualenv2.patch (from rev 274587, 
ceph/trunk/01-virtualenv2.patch)
===
--- staging-i686/01-virtualenv2.patch   (rev 0)
+++ staging-i686/01-virtualenv2.patch   2016-08-22 20:14:18 UTC (rev 274588)
@@ -0,0 +1,11 @@
+--- a/src/tools/setup-virtualenv.sh2016-06-14 13:43:58.0 +0200
 b/src/tools/setup-virtualenv.sh2016-08-18 02:13:31.418624320 +0200
+@@ -18,7 +18,7 @@
+ DIR=$1
+ rm -fr $DIR
+ mkdir -p $DIR
+-virtualenv --python python2.7 $DIR
++virtualenv2 --python python2.7 $DIR
+ . $DIR/bin/activate
+ # older versions of pip will not install wrap_console scripts
+ # when using wheel packages

Copied: ceph/repos/staging-i686/02-setup-python2.patch (from rev 274587, 
ceph/trunk/02-setup-python2.patch)
===
--- staging-i686/02-setup-python2.patch (rev 0)
+++ staging-i686/02-setup-python2.patch 2016-08-22 20:14:18 UTC (rev 274588)
@@ -0,0 +1,38 @@
+--- a/src/Makefile.in  2016-06-14 13:44:59.0 +0200
 b/src/Makefile.in  2016-08-19 22:09:15.526703376 +0200
+@@ -32623,7 +32623,7 @@
+   cd $(srcdir)/ceph-detect-init ; ../tools/setup-virtualenv.sh 
${CEPH_DETECT_INIT_VIRTUALENV} ; test -d wheelhouse && export 
NO_INDEX=--no-index ; ${CEPH_DETECT_INIT_VIRTUALENV}/bin/pip install $$NO_INDEX 
--use-wheel --find-links=file://$$(pwd)/wheelhouse -e .
+ 
+ ceph-detect-init-clean:
+-  cd $(srcdir)/ceph-detect-init ; python setup.py clean ; rm -fr 
wheelhouse .tox build ${CEPH_DETECT_INIT_VIRTUALENV} .coverage *.egg-info
++  cd $(srcdir)/ceph-detect-init ; python2 setup.py clean ; rm -fr 
wheelhouse .tox build ${CEPH_DETECT_INIT_VIRTUALENV} .coverage *.egg-info
+ 
+ ceph-detect-init-install-data:
+   cd $(srcdir)/ceph-detect-init ; \
+@@ -32635,7 +32635,7 @@
+   fi ; \
+   root="--root=$(DESTDIR)" ; \
+   fi ; \
+-  python setup.py install $$root $$options
++  python2 setup.py install $$root $$options
+ 
+ export CEPH_DISK_VIRTUALENV = ${CEPH_BUILD_VIRTUALENV}/ceph-disk-virtualenv
+ 
+@@ -32645,7 +32645,7 @@
+   cd $(srcdir)/ceph-disk ; ../tools/setup-virtualenv.sh 
${CEPH_DISK_VIRTUALENV} ; test -d wheelhouse && export NO_INDEX=--no-index ; 
${CEPH_DISK_VIRTUALENV}/bin/pip install $$NO_INDEX --use-wheel 
--find-links=file://$$(pwd)/wheelhouse -e .
+ 
+ ceph-disk-clean:
+-  cd $(srcdir)/ceph-disk ; python setup.py clean ; rm -fr wheelhouse .tox 
build ${CEPH_DISK_VIRTUALENV} .coverage *.egg-info
++  cd $(srcdir)/ceph-disk ; python2 setup.py clean ; rm -fr wheelhouse 
.tox build ${CEPH_DISK_VIRTUALENV} .coverage *.egg-info
+ 
+ ceph-disk-install-data:
+   cd $(srcdir)/ceph-disk ; \
+@@ -32657,7 +32657,7 @@
+   fi ; \
+   root="--root=$(DESTDIR) --install-script=/usr/sbin" ; \
+   fi ; \
+-  python setup.py install $$root $$options
++  python2 setup.py install $$root $$options
+ 
+ #crush_includedir = $(includedir)/crush
+ #crush_include_DATA = \

Copied: ceph/repos/staging-i686/PKGBUILD (from rev 274587, ceph/trunk/PKGBUILD)

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

2016-08-22 Thread Sébastien Luttringer
Date: Monday, August 22, 2016 @ 20:14:03
  Author: seblu
Revision: 274587

upgpkg: ceph 10.2.2-2

Modified:
  ceph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 20:10:31 UTC (rev 274586)
+++ PKGBUILD2016-08-22 20:14:03 UTC (rev 274587)
@@ -3,7 +3,7 @@
 
 pkgname=ceph
 pkgver=10.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
 url='http://ceph.com/'


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

2016-08-22 Thread Andreas Radke
Date: Monday, August 22, 2016 @ 20:10:12
  Author: andyrtr
Revision: 274585

upgpkg: libevdev 1.5.3-1

upstream update 1.5.3

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 20:09:42 UTC (rev 274584)
+++ PKGBUILD2016-08-22 20:10:12 UTC (rev 274585)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b'
+sha256sums=('6dd58044c35eb30e97efe0e2f388d77bd3c64036c7780171f70ddb67004e62d3'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2016-08-22 Thread Andreas Radke
Date: Monday, August 22, 2016 @ 20:10:31
  Author: andyrtr
Revision: 274586

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

Added:
  libevdev/repos/extra-i686/PKGBUILD
(from rev 274585, libevdev/trunk/PKGBUILD)
  libevdev/repos/extra-x86_64/PKGBUILD
(from rev 274585, libevdev/trunk/PKGBUILD)
Deleted:
  libevdev/repos/extra-i686/PKGBUILD
  libevdev/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 2016-08-22 20:10:12 UTC (rev 274585)
+++ extra-i686/PKGBUILD 2016-08-22 20:10:31 UTC (rev 274586)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 274585, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-22 20:10:31 UTC (rev 274586)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('6dd58044c35eb30e97efe0e2f388d77bd3c64036c7780171f70ddb67004e62d3'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-22 20:10:12 UTC (rev 274585)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:10:31 UTC (rev 274586)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5ee2163656a61f5703cb5c08a05c9471ffb7b640bfbe2c55194ea50d908f629b'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 274585, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-22 20:10:31 UTC (rev 274586)
@@ -0,0 +1,37 @@
+# $Id$
+# 

[arch-commits] Commit in nvidia/repos/extra-x86_64 (8 files)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 20:09:42
  Author: svenstaro
Revision: 274584

archrelease: copy trunk to extra-x86_64

Added:
  nvidia/repos/extra-x86_64/0001-linux-4.7-i686.patch
(from rev 274583, nvidia/trunk/0001-linux-4.7-i686.patch)
  nvidia/repos/extra-x86_64/0001-linux-4.7-x86_64.patch
(from rev 274583, nvidia/trunk/0001-linux-4.7-x86_64.patch)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 274583, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 274583, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-x86_64/0001-linux-4.7-i686.patch
  nvidia/repos/extra-x86_64/0001-linux-4.7-x86_64.patch
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install

-+
 0001-linux-4.7-i686.patch   |   92 +++---
 0001-linux-4.7-x86_64.patch |  138 +
 PKGBUILD|  174 --
 nvidia.install  |   26 +++---
 4 files changed, 218 insertions(+), 212 deletions(-)

Deleted: 0001-linux-4.7-i686.patch
===
--- 0001-linux-4.7-i686.patch   2016-08-22 20:09:34 UTC (rev 274583)
+++ 0001-linux-4.7-i686.patch   2016-08-22 20:09:42 UTC (rev 274584)
@@ -1,46 +0,0 @@
-diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
 nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
-+++ nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
-@@ -31,6 +31,7 @@
- #include "nvidia-drm-gem.h"
- 
- #include 
-+#include 
- 
- static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
- {
-@@ -114,7 +115,11 @@
-  * We don't support any planar format, pick up first buffer only.
-  */
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
-+gem = drm_gem_object_lookup(file, cmd->handles[0]);
-+#else
- gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
-+#endif
- 
- if (gem == NULL)
- {
-diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
 nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
-+++ nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
-@@ -27,6 +27,7 @@
- #include "nvidia-drm-priv.h"
- #include "nvidia-drm-ioctl.h"
- #include "nvidia-drm-gem.h"
-+#include 
- 
- static struct nvidia_drm_gem_object *nvidia_drm_gem_new
- (
-@@ -408,7 +409,11 @@
- 
- mutex_lock(>struct_mutex);
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
-+gem = drm_gem_object_lookup(file, handle);
-+#else
- gem = drm_gem_object_lookup(dev, file, handle);
-+#endif
- 
- if (gem == NULL)
- {

Copied: nvidia/repos/extra-x86_64/0001-linux-4.7-i686.patch (from rev 274583, 
nvidia/trunk/0001-linux-4.7-i686.patch)
===
--- 0001-linux-4.7-i686.patch   (rev 0)
+++ 0001-linux-4.7-i686.patch   2016-08-22 20:09:42 UTC (rev 274584)
@@ -0,0 +1,46 @@
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
+@@ -31,6 +31,7 @@
+ #include "nvidia-drm-gem.h"
+ 
+ #include 
++#include 
+ 
+ static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+ {
+@@ -114,7 +115,11 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
++#else
+ gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++#endif
+ 
+ if (gem == NULL)
+ {
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
+@@ -27,6 +27,7 @@
+ #include "nvidia-drm-priv.h"
+ #include "nvidia-drm-ioctl.h"
+ #include "nvidia-drm-gem.h"
++#include 
+ 
+ static struct nvidia_drm_gem_object *nvidia_drm_gem_new
+ (
+@@ -408,7 +409,11 @@
+ 
+ mutex_lock(>struct_mutex);
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, handle);
++#else
+ gem = drm_gem_object_lookup(dev, file, handle);
++#endif
+ 
+ if (gem == NULL)
+ {

Deleted: 0001-linux-4.7-x86_64.patch
===
--- 0001-linux-4.7-x86_64.patch 2016-08-22 20:09:34 UTC (rev 274583)
+++ 0001-linux-4.7-x86_64.patch 2016-08-22 20:09:42 UTC (rev 274584)
@@ -1,64 +0,0 @@
-diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 

[arch-commits] Commit in nvidia/trunk (0001-linux-4.7-x86_64.patch PKGBUILD)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 20:09:34
  Author: svenstaro
Revision: 274583

upgpkg: nvidia 370.23-1

upstream release 370.23

Modified:
  nvidia/trunk/0001-linux-4.7-x86_64.patch
  nvidia/trunk/PKGBUILD

-+
 0001-linux-4.7-x86_64.patch |  116 ++
 PKGBUILD|   18 ++
 2 files changed, 70 insertions(+), 64 deletions(-)

Modified: 0001-linux-4.7-x86_64.patch
===
--- 0001-linux-4.7-x86_64.patch 2016-08-22 19:50:38 UTC (rev 274582)
+++ 0001-linux-4.7-x86_64.patch 2016-08-22 20:09:34 UTC (rev 274583)
@@ -1,64 +1,74 @@
-diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
 nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
-+++ nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
-@@ -31,6 +31,7 @@
- #include "nvidia-drm-gem.h"
- 
+diff -u --recursive 
NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-drv.c 
patched_NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-drv.c
+--- NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-drv.c
2016-07-25 13:23:10.0 +0200
 patched_NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-drv.c   
 2016-08-02 17:09:53.500398878 +0200
+@@ -36,6 +36,7 @@
+ #include "nvidia-drm-ioctl.h"
+  
+ #include 
++#include 
+  
  #include 
-+#include 
- 
- static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+  
+@@ -419,7 +420,7 @@
+  
+ static
+ void nvidia_drm_master_drop(struct drm_device *dev,
+-struct drm_file *file_priv, bool from_release)
++struct drm_file *file_priv)
  {
-@@ -114,7 +115,11 @@
+ struct nvidia_drm_device *nv_dev = dev->dev_private;
+ int ret;
+@@ -452,7 +453,7 @@
+ mutex_lock(>master_mutex);
+  
+ if (!file_priv->is_master ||
+-!file_priv->minor->master)
++!file_priv->master)
+ {
+ goto done;
+ }
+@@ -473,7 +474,7 @@
+  * NVKMS modeset ownership, because nvidia_drm_master_set()'s call to
+  * grabOwnership() will fail.
+  */
+-drm_master_put(_priv->minor->master);
++drm_master_put(_priv->master);
+ file_priv->is_master = 0;
+  
+ ret = 0;
+diff -u --recursive 
NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-fb.c 
patched_NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-fb.c
+--- NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-fb.c 
2016-07-25 13:23:10.0 +0200
 patched_NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-fb.c
 2016-07-31 05:37:57.013950532 +0200
+@@ -114,7 +114,7 @@
   * We don't support any planar format, pick up first buffer only.
   */
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
+  
+-gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
 +gem = drm_gem_object_lookup(file, cmd->handles[0]);
-+#else
- gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
-+#endif
- 
+  
  if (gem == NULL)
  {
-diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
 nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
-+++ nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
-@@ -27,6 +27,7 @@
- #include "nvidia-drm-priv.h"
- #include "nvidia-drm-ioctl.h"
- #include "nvidia-drm-gem.h"
-+#include 
- 
- static struct nvidia_drm_gem_object *nvidia_drm_gem_new
- (
-@@ -408,7 +409,11 @@
- 
+diff -u --recursive 
NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-gem.c 
patched_NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-gem.c
+--- NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-gem.c
2016-07-25 13:23:10.0 +0200
 patched_NVIDIA-Linux-x86_64-367.36.02/kernel/nvidia-drm/nvidia-drm-gem.c   
 2016-07-31 05:37:57.013950532 +0200
+@@ -408,7 +408,7 @@
+  
  mutex_lock(>struct_mutex);
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
+  
+-gem = drm_gem_object_lookup(dev, file, handle);
 +gem = drm_gem_object_lookup(file, handle);
-+#else
- gem = drm_gem_object_lookup(dev, file, handle);
-+#endif
- 
+  
  if (gem == NULL)
  {
-diff -u -r nvidia-367.35-orig/nvidia-uvm/uvm_linux.h 
nvidia-367.35/nvidia-uvm/uvm_linux.h
 nvidia-367.35-orig/nvidia-uvm/uvm_linux.h  2016-07-15 18:58:50.0 
+0200
-+++ nvidia-367.35/nvidia-uvm/uvm_linux.h   2016-08-06 00:27:09.796678527 
+0200
-@@ -554,12 +554,13 @@
- INIT_RADIX_TREE(tree, GFP_NOWAIT);
- }
- 
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4,7,0)
- static bool radix_tree_empty(struct radix_tree_root *tree)
- {
- void *dummy;
- return radix_tree_gang_lookup(tree, , 0, 1) == 0;
- }
--
-+#endif
- 
- #if !defined(NV_USLEEP_RANGE_PRESENT)
- static void __sched usleep_range(unsigned 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:50:38
  Author: svenstaro
Revision: 274582

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

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 274581, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 274581, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 274581, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 274581, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install

-+
 /PKGBUILD   |  112 ++
 /nvidia-lts.install |   30 ++
 extra-i686/PKGBUILD |   56 ---
 extra-i686/nvidia-lts.install   |   15 -
 extra-x86_64/PKGBUILD   |   56 ---
 extra-x86_64/nvidia-lts.install |   15 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 19:50:33 UTC (rev 274581)
+++ extra-i686/PKGBUILD 2016-08-22 19:50:38 UTC (rev 274582)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=367.35
-_extramodules=extramodules-4.4-lts
-pkgrel=2
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.19' 
'linux-lts-headers>=4.4.19')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('42db6f6485c3c337c7c756380ec64b7a')
-md5sums_x86_64=('24f1fc19fe10bcc6ff264fb5034c4ccc')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-export IGNORE_CC_MISMATCH=1
-
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-depends=('linux-lts>=4.4.13' "nvidia-utils=$pkgver" 'libgl')
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
-  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 274581, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-22 19:50:38 UTC (rev 274582)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=370.23
+_extramodules=extramodules-4.4-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.19' 
'linux-lts-headers>=4.4.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('7b7466e23ae6ffa97106c9749aee2628')
+md5sums_x86_64=('cbe2cee787e07f8775a3fd994c9263a9')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:50:33
  Author: svenstaro
Revision: 274581

upgpkg: nvidia-lts 370.23-1

upstream release 370.23

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 19:44:33 UTC (rev 274580)
+++ PKGBUILD2016-08-22 19:50:33 UTC (rev 274581)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=367.35
+pkgver=370.23
 _extramodules=extramodules-4.4-lts
-pkgrel=2
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -15,8 +15,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('42db6f6485c3c337c7c756380ec64b7a')
-md5sums_x86_64=('24f1fc19fe10bcc6ff264fb5034c4ccc')
+md5sums_i686=('7b7466e23ae6ffa97106c9749aee2628')
+md5sums_x86_64=('cbe2cee787e07f8775a3fd994c9263a9')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:46:30
  Author: svenstaro
Revision: 187338

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 187337, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  258 ++---
 1 file changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 19:46:22 UTC (rev 187337)
+++ PKGBUILD2016-08-22 19:46:30 UTC (rev 187338)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=367.35
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('42db6f6485c3c337c7c756380ec64b7a')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils' 'nvidia-libgl')
-replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
-optdepends=('lib32-opencl-nvidia')
-cd "${_pkg}"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
-ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-# OpenGL libraries
-install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
-
-# misc
-install -D -m755 "libnvidia-ifr.so.${pkgver}" 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:46:22
  Author: svenstaro
Revision: 187337

upgpkg: lib32-nvidia-utils 370.23-1

upstream release 370.23

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 19:42:49 UTC (rev 187336)
+++ PKGBUILD2016-08-22 19:46:22 UTC (rev 187337)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=367.35
+pkgver=370.23
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -16,7 +16,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('42db6f6485c3c337c7c756380ec64b7a')
+md5sums=('7b7466e23ae6ffa97106c9749aee2628')
 
 create_links() {
 # create soname links
@@ -52,8 +52,8 @@
 pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
 depends=('lib32-nvidia-utils' 'nvidia-libgl')
 replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
+conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
 cd "${_pkg}"
 
 mkdir -p "${pkgdir}/usr/lib32"


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:44:33
  Author: svenstaro
Revision: 274580

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 274579, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 274579, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 274579, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 274579, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  368 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  184 --
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  184 --
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 19:44:28 UTC (rev 274579)
+++ extra-i686/PKGBUILD 2016-08-22 19:44:33 UTC (rev 274580)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=367.35
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('42db6f6485c3c337c7c756380ec64b7a')
-md5sums_x86_64=('24f1fc19fe10bcc6ff264fb5034c4ccc')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils')
-conflicts=('libgl')
-provides=('libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
-
-ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
-
-ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
-}
-
-package_nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server' 'libglvnd')
-optdepends=('nvidia-settings: configuration tool'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-install="${pkgname}.install"
-   

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:44:28
  Author: svenstaro
Revision: 274579

upgpkg: nvidia-utils 370.23-1

upstream release 370.23

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 19:36:10 UTC (rev 274578)
+++ PKGBUILD2016-08-22 19:44:28 UTC (rev 274579)
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=367.35
+pkgver=370.23
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -13,8 +13,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('42db6f6485c3c337c7c756380ec64b7a')
-md5sums_x86_64=('24f1fc19fe10bcc6ff264fb5034c4ccc')
+md5sums_i686=('7b7466e23ae6ffa97106c9749aee2628')
+md5sums_x86_64=('cbe2cee787e07f8775a3fd994c9263a9')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -55,8 +55,8 @@
 package_nvidia-libgl() {
 pkgdesc="NVIDIA drivers libraries symlinks"
 depends=('nvidia-utils')
-conflicts=('libgl')
-provides=('libgl')
+conflicts=('libgl' 'libegl' 'libgles')
+provides=('libgl' 'libegl' 'libgles')
 cd "${_pkg}"
 
 mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:42:49
  Author: svenstaro
Revision: 187336

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

Added:
  oolite/repos/community-i686/PKGBUILD
(from rev 187335, oolite/trunk/PKGBUILD)
  oolite/repos/community-i686/lightdot-issue202-NSDate.patch
(from rev 187335, oolite/trunk/lightdot-issue202-NSDate.patch)
  oolite/repos/community-i686/oolite
(from rev 187335, oolite/trunk/oolite)
  oolite/repos/community-i686/spidermonkey185ff4-GCC6.patch
(from rev 187335, oolite/trunk/spidermonkey185ff4-GCC6.patch)
  oolite/repos/community-x86_64/PKGBUILD
(from rev 187335, oolite/trunk/PKGBUILD)
  oolite/repos/community-x86_64/lightdot-issue202-NSDate.patch
(from rev 187335, oolite/trunk/lightdot-issue202-NSDate.patch)
  oolite/repos/community-x86_64/oolite
(from rev 187335, oolite/trunk/oolite)
  oolite/repos/community-x86_64/spidermonkey185ff4-GCC6.patch
(from rev 187335, oolite/trunk/spidermonkey185ff4-GCC6.patch)
Deleted:
  oolite/repos/community-i686/lightdot-issue202-NSDate.patch
  oolite/repos/community-x86_64/lightdot-issue202-NSDate.patch

-+
 /lightdot-issue202-NSDate.patch |   48 
 community-i686/PKGBUILD |   52 ++
 community-i686/lightdot-issue202-NSDate.patch   |   24 --
 community-i686/oolite   |9 +++
 community-i686/spidermonkey185ff4-GCC6.patch|   11 
 community-x86_64/PKGBUILD   |   52 ++
 community-x86_64/lightdot-issue202-NSDate.patch |   24 --
 community-x86_64/oolite |9 +++
 community-x86_64/spidermonkey185ff4-GCC6.patch  |   11 
 9 files changed, 192 insertions(+), 48 deletions(-)

Copied: oolite/repos/community-i686/PKGBUILD (from rev 187335, 
oolite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 19:42:49 UTC (rev 187336)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lone_Wolf 
+pkgname=oolite
+pkgver=1.84
+pkgrel=2
+pkgdesc="A space-sim based on the classic Elite"
+arch=('i686' 'x86_64')
+url="http://www.oolite.org/;
+license=('GPL2')
+depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
+makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc5')
+#options=(makeflags)
+source=(oolite
+spidermonkey185ff4-GCC6.patch
+lightdot-issue202-NSDate.patch
+
"https://github.com/OoliteProject/oolite/releases/download/${pkgver}/oolite-source-${pkgver}.tar.bz2;)
+md5sums=('ade14e17fe9d52d16b35f2e97046362c'
+ '9e3ffab5a49afeebe7ba501161c8d4dc'
+ '09e27cd86792feef0125d47627df1e26'
+ '538e4249dbf4d3418216e0bdb7cbf408')
+
+prepare() {
+  cd ${srcdir}/oolite-source-${pkgver}
+  patch -Np1 -i ${srcdir}/lightdot-issue202-NSDate.patch
+  cd ${srcdir}/oolite-source-${pkgver}/deps/mozilla
+  patch -Np0 -i ${srcdir}/spidermonkey185ff4-GCC6.patch
+}
+
+build() {
+  cd oolite-source-${pkgver}
+  unset CPPFLAGS
+  #sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
+  sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile
+  CC=gcc-5 make -f Makefile release-deployment
+  # make -f Makefile release-deployment
+}
+
+package() {
+  cd oolite-source-${pkgver}
+
+  mkdir -p ${pkgdir}/usr/bin
+  mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
+
+  cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
+
+  install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
+  install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
+  install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
+  install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
+ }
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/lightdot-issue202-NSDate.patch
===
--- community-i686/lightdot-issue202-NSDate.patch   2016-08-22 19:41:05 UTC 
(rev 187335)
+++ community-i686/lightdot-issue202-NSDate.patch   2016-08-22 19:42:49 UTC 
(rev 187336)
@@ -1,24 +0,0 @@
-diff -aur oolite-source-1.84.pristine/src/SDL/main.m 
oolite-source-1.84.new/src/SDL/main.m
 oolite-source-1.84.pristine/src/SDL/main.m 2015-09-07 05:52:51.0 
+0200
-+++ oolite-source-1.84.new/src/SDL/main.m  2016-08-22 17:30:28.997554264 
+0200
-@@ -25,6 +25,9 @@
- 
- #ifdef GNUSTEP
- #import 
-+#if (GNUSTEP_BASE_MAJOR_VERSION == 1 && (GNUSTEP_BASE_MINOR_VERSION == 24 && 
GNUSTEP_BASE_SUBMINOR_VERSION >= 9) || (GNUSTEP_BASE_MINOR_VERSION > 24)) || 
(GNUSTEP_BASE_MAJOR_VERSION > 1)
-+#import 
-+#endif
- #import 
- 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:41:05
  Author: svenstaro
Revision: 187335

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

Deleted:
  oolite/repos/community-i686/PKGBUILD
  oolite/repos/community-i686/oolite
  oolite/repos/community-i686/spidermonkey185ff4-GCC6.patch
  oolite/repos/community-x86_64/PKGBUILD
  oolite/repos/community-x86_64/oolite
  oolite/repos/community-x86_64/spidermonkey185ff4-GCC6.patch

+
 community-i686/PKGBUILD|   52 ---
 community-i686/oolite  |9 ---
 community-i686/spidermonkey185ff4-GCC6.patch   |   11 
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/oolite|9 ---
 community-x86_64/spidermonkey185ff4-GCC6.patch |   11 
 6 files changed, 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 19:40:46 UTC (rev 187334)
+++ community-i686/PKGBUILD 2016-08-22 19:41:05 UTC (rev 187335)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lone_Wolf 
-pkgname=oolite
-pkgver=1.84
-pkgrel=1
-pkgdesc="A space-sim based on the classic Elite"
-arch=('i686' 'x86_64')
-url="http://www.oolite.org/;
-license=('GPL2')
-depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
-makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc5')
-#options=(makeflags)
-source=(oolite
-spidermonkey185ff4-GCC6.patch
-lightdot-issue202-NSDate.patch
-
"https://github.com/OoliteProject/oolite/releases/download/${pkgver}/oolite-source-${pkgver}.tar.bz2;)
-md5sums=('ade14e17fe9d52d16b35f2e97046362c'
- '9e3ffab5a49afeebe7ba501161c8d4dc'
- '09e27cd86792feef0125d47627df1e26'
- '538e4249dbf4d3418216e0bdb7cbf408')
-
-prepare() {
-  cd ${srcdir}/oolite-source-${pkgver}
-  patch -Np1 -i ${srcdir}/lightdot-issue202-NSDate.patch
-  cd ${srcdir}/oolite-source-${pkgver}/deps/mozilla
-  patch -Np0 -i ${srcdir}/spidermonkey185ff4-GCC6.patch
-}
-
-build() {
-  cd oolite-source-${pkgver}
-  unset CPPFLAGS
-  #sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
-  sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile
-  CC=gcc-5 make -f Makefile release-deployment
-  # make -f Makefile release-deployment
-}
-
-package() {
-  cd oolite-source-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin
-  mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
-
-  cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
-
-  install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
-  install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
-  install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
-  install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
- }
-# vim:set ts=2 sw=2 et:

Deleted: community-i686/oolite
===
--- community-i686/oolite   2016-08-22 19:40:46 UTC (rev 187334)
+++ community-i686/oolite   2016-08-22 19:41:05 UTC (rev 187335)
@@ -1,9 +0,0 @@
-#!/bin/bash
-source /usr/share/GNUstep/Makefiles/GNUstep.sh
-if [ ! -d ~/.Oolite/AddOns ]; then
-mkdir -p ~/.Oolite/AddOns
-fi
-if [ ! -d ~/~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns ]; then
-mkdir -p ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns
-fi
-/usr/share/oolite/oolite "$@"

Deleted: community-i686/spidermonkey185ff4-GCC6.patch
===
--- community-i686/spidermonkey185ff4-GCC6.patch2016-08-22 19:40:46 UTC 
(rev 187334)
+++ community-i686/spidermonkey185ff4-GCC6.patch2016-08-22 19:41:05 UTC 
(rev 187335)
@@ -1,11 +0,0 @@
 js/src/Makefile.in 2013-11-10 21:58:00.0 +0200
-+++ js/src/Makefile.GCC6.in2016-08-04 17:53:00.0 +0300
-@@ -914,7 +914,7 @@
- # Needed to "configure" it correctly.  Unfortunately these
- # flags wind up being applied to all code in js/src, not just
- # the code in js/src/assembler.
--CXXFLAGS += -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1
-+CXXFLAGS += -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 
-std=gnu++98
- 
- INCLUDES +=   -I$(srcdir)/assembler -I$(srcdir)/yarr
- 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-22 19:40:46 UTC (rev 187334)
+++ community-x86_64/PKGBUILD   2016-08-22 19:41:05 UTC (rev 187335)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lone_Wolf 
-pkgname=oolite
-pkgver=1.84
-pkgrel=1
-pkgdesc="A 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:40:46
  Author: svenstaro
Revision: 187334

upgpkg: oolite 1.84-2

Try to fix FS#50386

Modified:
  oolite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 19:35:27 UTC (rev 187333)
+++ PKGBUILD2016-08-22 19:40:46 UTC (rev 187334)
@@ -3,7 +3,7 @@
 # Contributor: Lone_Wolf 
 pkgname=oolite
 pkgver=1.84
-pkgrel=1
+pkgrel=2
 pkgdesc="A space-sim based on the classic Elite"
 arch=('i686' 'x86_64')
 url="http://www.oolite.org/;


[arch-commits] Commit in nvidia-340xx-utils/repos (12 files)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:36:10
  Author: svenstaro
Revision: 274578

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

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 274577, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 274577, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 274577, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 274577, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 274577, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 274577, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  382 +
 /nvidia-340xx-utils.install  |   20 +
 /nvidia-drm-outputclass.conf |   12 
 extra-i686/PKGBUILD  |  190 --
 extra-i686/nvidia-340xx-utils.install|   10 
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/PKGBUILD|  190 --
 extra-x86_64/nvidia-340xx-utils.install  |   10 
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 9 files changed, 414 insertions(+), 412 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 19:36:03 UTC (rev 274577)
+++ extra-i686/PKGBUILD 2016-08-22 19:36:10 UTC (rev 274578)
@@ -1,190 +0,0 @@
-# $Id: PKGBUILD 219666 2014-08-13 13:28:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.96
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('4ca2fbb2389d0bcb7a2c6f614860522d9ddf58ab')
-sha1sums_i686=('082e5218059b565f652236a69e61d8426696098c')
-sha1sums_x86_64=('49a1038f8f709a0a8855c7071db5923749d071e2')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-340xx-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-340xx-utils')
-conflicts=('libgl' 'nvidia-libgl')
-provides=('libgl' 'nvidia-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 

[arch-commits] Commit in nvidia-340xx-utils/trunk (PKGBUILD)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:36:03
  Author: svenstaro
Revision: 274577

upgpkg: nvidia-340xx-utils 340.96-2

Conflict with libglvnd

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 19:33:01 UTC (rev 274576)
+++ PKGBUILD2016-08-22 19:36:03 UTC (rev 274577)
@@ -6,11 +6,12 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
 pkgver=340.96
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
 options=('!strip')
+conflicts=('libglvnd')
 source=(nvidia-drm-outputclass.conf)
 
source_i686=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:35:27
  Author: svenstaro
Revision: 187333

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

Added:
  oolite/repos/community-i686/PKGBUILD
(from rev 187332, oolite/trunk/PKGBUILD)
  oolite/repos/community-i686/lightdot-issue202-NSDate.patch
(from rev 187332, oolite/trunk/lightdot-issue202-NSDate.patch)
  oolite/repos/community-i686/oolite
(from rev 187332, oolite/trunk/oolite)
  oolite/repos/community-i686/spidermonkey185ff4-GCC6.patch
(from rev 187332, oolite/trunk/spidermonkey185ff4-GCC6.patch)
  oolite/repos/community-x86_64/PKGBUILD
(from rev 187332, oolite/trunk/PKGBUILD)
  oolite/repos/community-x86_64/lightdot-issue202-NSDate.patch
(from rev 187332, oolite/trunk/lightdot-issue202-NSDate.patch)
  oolite/repos/community-x86_64/oolite
(from rev 187332, oolite/trunk/oolite)
  oolite/repos/community-x86_64/spidermonkey185ff4-GCC6.patch
(from rev 187332, oolite/trunk/spidermonkey185ff4-GCC6.patch)
Deleted:
  oolite/repos/community-i686/PKGBUILD
  oolite/repos/community-i686/oolite
  oolite/repos/community-i686/spidermonkey185ff4-GCC6.patch
  oolite/repos/community-x86_64/PKGBUILD
  oolite/repos/community-x86_64/oolite
  oolite/repos/community-x86_64/spidermonkey185ff4-GCC6.patch

-+
 /PKGBUILD   |  104 ++
 /oolite |   18 +++
 /spidermonkey185ff4-GCC6.patch  |   22 
 community-i686/PKGBUILD |   48 --
 community-i686/lightdot-issue202-NSDate.patch   |   24 +
 community-i686/oolite   |9 -
 community-i686/spidermonkey185ff4-GCC6.patch|   11 --
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/lightdot-issue202-NSDate.patch |   24 +
 community-x86_64/oolite |9 -
 community-x86_64/spidermonkey185ff4-GCC6.patch  |   11 --
 11 files changed, 192 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 19:35:04 UTC (rev 187332)
+++ community-i686/PKGBUILD 2016-08-22 19:35:27 UTC (rev 187333)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lone_Wolf 
-pkgname=oolite
-pkgver=1.84
-pkgrel=1
-pkgdesc="A space-sim based on the classic Elite"
-arch=('i686' 'x86_64')
-url="http://www.oolite.org/;
-license=('GPL2')
-depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
-makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc5')
-#options=(makeflags)
-source=(oolite
-spidermonkey185ff4-GCC6.patch
-
"https://github.com/OoliteProject/oolite/releases/download/${pkgver}/oolite-source-${pkgver}.tar.bz2;)
-md5sums=('ade14e17fe9d52d16b35f2e97046362c'
- '9e3ffab5a49afeebe7ba501161c8d4dc'
- '538e4249dbf4d3418216e0bdb7cbf408')
-
-prepare() {
-  cd oolite-source-${pkgver}/deps/mozilla
-  patch -Np0 -i ${srcdir}/spidermonkey185ff4-GCC6.patch
-}
-
-build() {
-  cd oolite-source-${pkgver}
-  unset CPPFLAGS
-  #sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
-  sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile
-  CC=gcc-5 make -f Makefile release-deployment
-  # make -f Makefile release-deployment
-}
-
-package() {
-  cd oolite-source-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin
-  mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
-
-  cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
-
-  install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
-  install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
-  install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
-  install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
- }
-# vim:set ts=2 sw=2 et:

Copied: oolite/repos/community-i686/PKGBUILD (from rev 187332, 
oolite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 19:35:27 UTC (rev 187333)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lone_Wolf 
+pkgname=oolite
+pkgver=1.84
+pkgrel=1
+pkgdesc="A space-sim based on the classic Elite"
+arch=('i686' 'x86_64')
+url="http://www.oolite.org/;
+license=('GPL2')
+depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
+makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc5')
+#options=(makeflags)
+source=(oolite
+spidermonkey185ff4-GCC6.patch
+lightdot-issue202-NSDate.patch
+

[arch-commits] Commit in oolite/trunk (PKGBUILD lightdot-issue202-NSDate.patch)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:35:04
  Author: svenstaro
Revision: 187332

upgpkg: oolite 1.84-1

Try to fix FS#50386

Added:
  oolite/trunk/lightdot-issue202-NSDate.patch
Modified:
  oolite/trunk/PKGBUILD

+
 PKGBUILD   |6 +-
 lightdot-issue202-NSDate.patch |   24 
 2 files changed, 29 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 19:32:14 UTC (rev 187331)
+++ PKGBUILD2016-08-22 19:35:04 UTC (rev 187332)
@@ -13,13 +13,17 @@
 #options=(makeflags)
 source=(oolite
 spidermonkey185ff4-GCC6.patch
+lightdot-issue202-NSDate.patch
 
"https://github.com/OoliteProject/oolite/releases/download/${pkgver}/oolite-source-${pkgver}.tar.bz2;)
 md5sums=('ade14e17fe9d52d16b35f2e97046362c'
  '9e3ffab5a49afeebe7ba501161c8d4dc'
+ '09e27cd86792feef0125d47627df1e26'
  '538e4249dbf4d3418216e0bdb7cbf408')
 
 prepare() {
-  cd oolite-source-${pkgver}/deps/mozilla
+  cd ${srcdir}/oolite-source-${pkgver}
+  patch -Np1 -i ${srcdir}/lightdot-issue202-NSDate.patch
+  cd ${srcdir}/oolite-source-${pkgver}/deps/mozilla
   patch -Np0 -i ${srcdir}/spidermonkey185ff4-GCC6.patch
 }
 

Added: lightdot-issue202-NSDate.patch
===
--- lightdot-issue202-NSDate.patch  (rev 0)
+++ lightdot-issue202-NSDate.patch  2016-08-22 19:35:04 UTC (rev 187332)
@@ -0,0 +1,24 @@
+diff -aur oolite-source-1.84.pristine/src/SDL/main.m 
oolite-source-1.84.new/src/SDL/main.m
+--- oolite-source-1.84.pristine/src/SDL/main.m 2015-09-07 05:52:51.0 
+0200
 oolite-source-1.84.new/src/SDL/main.m  2016-08-22 17:30:28.997554264 
+0200
+@@ -25,6 +25,9 @@
+ 
+ #ifdef GNUSTEP
+ #import 
++#if (GNUSTEP_BASE_MAJOR_VERSION == 1 && (GNUSTEP_BASE_MINOR_VERSION == 24 && 
GNUSTEP_BASE_SUBMINOR_VERSION >= 9) || (GNUSTEP_BASE_MINOR_VERSION > 24)) || 
(GNUSTEP_BASE_MAJOR_VERSION > 1)
++#import 
++#endif
+ #import 
+ 
+ #import "GameController.h"
+@@ -47,6 +50,10 @@
+ {
+ #ifdef GNUSTEP
+   int i;
++
++#if (GNUSTEP_BASE_MAJOR_VERSION == 1 && (GNUSTEP_BASE_MINOR_VERSION == 24 && 
GNUSTEP_BASE_SUBMINOR_VERSION >= 9) || (GNUSTEP_BASE_MINOR_VERSION > 24)) || 
(GNUSTEP_BASE_MAJOR_VERSION > 1)
++  [NSDate class]; // See github issue #202
++#endif
+   
+ #if OOLITE_WINDOWS
+ 


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

2016-08-22 Thread Jan Steffens
Date: Monday, August 22, 2016 @ 19:33:01
  Author: heftig
Revision: 274576

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-22 19:32:21 UTC (rev 274575)
+++ extra-i686/PKGBUILD 2016-08-22 19:33:01 UTC (rev 274576)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://wiki.gnome.org/Apps/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e860144795339fdbb2f1239c4db092ad12beb9acaa3f3f8aa1d935c36d86bc3f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/extra-i686/PKGBUILD (from rev 274575, 
gnome-maps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-22 19:33:01 UTC (rev 274576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://wiki.gnome.org/Apps/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection)
+groups=('gnome-extra')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('055dbe0847c3f1c8fbdbf93d63896f41204642704c2b730e0bf01b7b82f09929')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-22 19:32:21 UTC (rev 274575)
+++ extra-x86_64/PKGBUILD   2016-08-22 19:33:01 UTC (rev 274576)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://wiki.gnome.org/Apps/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e860144795339fdbb2f1239c4db092ad12beb9acaa3f3f8aa1d935c36d86bc3f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 274575, 
gnome-maps/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-22 19:33:01 UTC (rev 274576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://wiki.gnome.org/Apps/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection)
+groups=('gnome-extra')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('055dbe0847c3f1c8fbdbf93d63896f41204642704c2b730e0bf01b7b82f09929')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-22 Thread Jan Steffens
Date: Monday, August 22, 2016 @ 19:32:21
  Author: heftig
Revision: 274575

3.20.3-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 14:17:38 UTC (rev 274574)
+++ PKGBUILD2016-08-22 19:32:21 UTC (rev 274575)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection)
 groups=('gnome-extra')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e860144795339fdbb2f1239c4db092ad12beb9acaa3f3f8aa1d935c36d86bc3f')
+sha256sums=('055dbe0847c3f1c8fbdbf93d63896f41204642704c2b730e0bf01b7b82f09929')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 19:31:58
  Author: svenstaro
Revision: 187330

upgpkg: gitlab 8.11.0-1

upstream release 8.11.0

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 18:31:43 UTC (rev 187329)
+++ PKGBUILD2016-08-22 19:31:58 UTC (rev 187330)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.10.7
+pkgver=8.11.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('9aaafbe02e215dddb81801fbe65934aaa309c44897ab95b38a649b5a87b4291e'
+sha256sums=('8f78e05ad66e68383de198cfc20454675f3518732d609c88e6cc39f8a7c9806c'
 'becafe0f9811fea69a69b8e2739857ef007f0b7e89391229f123c79c285f34f3'
 'fbe5ec709ead1729e4de85f3f036f053b2b14041c540742315ff2d63a7bdd59a'
 'd21d8c961b2834115a1d9c646278782e0d1d1cde2357b58e67bad3a58527'


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

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 18:31:43
  Author: jelle
Revision: 187329

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 18:31:35 UTC (rev 187328)
+++ PKGBUILD2016-08-22 18:31:43 UTC (rev 187329)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Pierre Buard 
-# Contributor: Allan McRae 
-# Contributor: Sebastien Piccand 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=1.6.7
-pkgrel=1
-arch=('any')
-url="https://pypi.python.org/pypi/pyenchant;
-license=('LGPL')
-makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("https://pypi.python.org/packages/0a/57/df7e5339002d993da05aad093baa4307734bb6ac3f3d350eaa1ec41807c7/pyenchant-1.6.7.tar.gz;)
-
-build() {
-  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
-
-  cd ${srcdir}/pyenchant-${pkgver}
-
-  python3 setup.py build
-
-  cd ${srcdir}/pyenchant2-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-pyenchant() {
-  pkgdesc="PyEnchant is a spellchecking library for Python3 based on the 
Enchant library"
-  depends=('python' 'enchant')
-
-  cd pyenchant-${pkgver}
-  
-  python3 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-pyenchant() {
-  pkgdesc="PyEnchant is a spellchecking library for Python2 based on the 
Enchant library"
-  depends=('python2' 'enchant')
-
-  cd pyenchant2-${pkgver}
-  
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-md5sums=('0b8fe1743cea07a286c5adf641a00a12')

Copied: python-pyenchant/repos/community-any/PKGBUILD (from rev 187328, 
python-pyenchant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 18:31:43 UTC (rev 187329)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Pierre Buard 
+# Contributor: Allan McRae 
+# Contributor: Sebastien Piccand 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Jelle van der Waa 
+
+pkgname=('python-pyenchant' 'python2-pyenchant')
+pkgver=1.6.8
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/pyenchant;
+license=('LGPL')
+makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
+source=('https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz')
+
+build() {
+  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
+
+  cd ${srcdir}/pyenchant-${pkgver}
+
+  python3 setup.py build
+
+  cd ${srcdir}/pyenchant2-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pyenchant() {
+  pkgdesc="PyEnchant is a spellchecking library for Python3 based on the 
Enchant library"
+  depends=('python' 'enchant')
+
+  cd pyenchant-${pkgver}
+  
+  python3 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-pyenchant() {
+  pkgdesc="PyEnchant is a spellchecking library for Python2 based on the 
Enchant library"
+  depends=('python2' 'enchant')
+
+  cd pyenchant2-${pkgver}
+  
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+md5sums=('b59c06be2d6c7f79f521b569ee0e441b')


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

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 18:31:35
  Author: jelle
Revision: 187328

upgpkg: python-pyenchant 1.6.8-1

Modified:
  python-pyenchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 18:19:05 UTC (rev 187327)
+++ PKGBUILD2016-08-22 18:31:35 UTC (rev 187328)
@@ -6,13 +6,13 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=1.6.7
+pkgver=1.6.8
 pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/pyenchant;
 license=('LGPL')
 makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("https://pypi.python.org/packages/0a/57/df7e5339002d993da05aad093baa4307734bb6ac3f3d350eaa1ec41807c7/pyenchant-1.6.7.tar.gz;)
+source=('https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz')
 
 build() {
   cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
@@ -43,4 +43,4 @@
   
   python2 setup.py install --root=${pkgdir} --optimize=1
 }
-md5sums=('0b8fe1743cea07a286c5adf641a00a12')
+md5sums=('b59c06be2d6c7f79f521b569ee0e441b')


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

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 18:19:05
  Author: jelle
Revision: 187327

Add myself as maintainer

Modified:
  python-pyenchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 18:09:06 UTC (rev 187326)
+++ PKGBUILD2016-08-22 18:19:05 UTC (rev 187327)
@@ -2,7 +2,8 @@
 # Contributor: Pierre Buard 
 # Contributor: Allan McRae 
 # Contributor: Sebastien Piccand 
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Jelle van der Waa 
 
 pkgname=('python-pyenchant' 'python2-pyenchant')
 pkgver=1.6.7


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

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 18:09:06
  Author: jelle
Revision: 187326

Remove unrequired python makedep

Modified:
  mosquitto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 18:06:43 UTC (rev 187325)
+++ PKGBUILD2016-08-22 18:09:06 UTC (rev 187326)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://mosquitto.org/;
 depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('python' 'docbook-xsl' 'c-ares')
+makedepends=('docbook-xsl' 'c-ares')
 license=('BSD')
 source=(http://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
 install=$pkgname.install


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

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 18:06:43
  Author: jelle
Revision: 187325

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

Added:
  mosquitto/repos/community-i686/
  mosquitto/repos/community-i686/PKGBUILD
(from rev 187324, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.install
(from rev 187324, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 187324, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 187324, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.install
(from rev 187324, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 187324, mosquitto/trunk/mosquitto.service)

+
 community-i686/PKGBUILD|   40 +++
 community-i686/mosquitto.install   |4 +++
 community-i686/mosquitto.service   |   12 ++
 community-x86_64/PKGBUILD  |   40 +++
 community-x86_64/mosquitto.install |4 +++
 community-x86_64/mosquitto.service |   12 ++
 6 files changed, 112 insertions(+)

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 187324, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 18:06:43 UTC (rev 187325)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.10
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('python' 'docbook-xsl' 'c-ares')
+license=('BSD')
+source=(http://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
+install=$pkgname.install
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
+}

Copied: mosquitto/repos/community-i686/mosquitto.install (from rev 187324, 
mosquitto/trunk/mosquitto.install)
===
--- community-i686/mosquitto.install(rev 0)
+++ community-i686/mosquitto.install2016-08-22 18:06:43 UTC (rev 187325)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group mosquitto &> /dev/null || groupadd -g 567 mosquitto > /dev/null
+  getent passwd mosquitto &> /dev/null || useradd -u 567 -c 'Mosquitto MQTT 
Broker daemon' -d /etc/mosquitto -s /bin/false -g mosquitto mosquitto > 
/dev/null
+}

Copied: mosquitto/repos/community-i686/mosquitto.service (from rev 187324, 
mosquitto/trunk/mosquitto.service)
===
--- community-i686/mosquitto.service(rev 0)
+++ community-i686/mosquitto.service2016-08-22 18:06:43 UTC (rev 187325)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mosquitto MQTT Broker daemon
+Requires=network.target
+
+[Service]
+ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
+

Copied: mosquitto/repos/community-x86_64/PKGBUILD (from rev 187324, 
mosquitto/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-22 18:06:43 UTC (rev 187325)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.10
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('python' 'docbook-xsl' 'c-ares')
+license=('BSD')

[arch-commits] Commit in (6 files)

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 18:05:28
  Author: jelle
Revision: 187324

Initial commit

Added:
  mosquitto/
  mosquitto/repos/
  mosquitto/trunk/
  mosquitto/trunk/PKGBUILD
  mosquitto/trunk/mosquitto.install
  mosquitto/trunk/mosquitto.service

---+
 PKGBUILD  |   40 
 mosquitto.install |4 
 mosquitto.service |   12 
 3 files changed, 56 insertions(+)

Added: mosquitto/trunk/PKGBUILD
===
--- mosquitto/trunk/PKGBUILD(rev 0)
+++ mosquitto/trunk/PKGBUILD2016-08-22 18:05:28 UTC (rev 187324)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.10
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('python' 'docbook-xsl' 'c-ares')
+license=('BSD')
+source=(http://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
+install=$pkgname.install
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
+}


Property changes on: mosquitto/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mosquitto/trunk/mosquitto.install
===
--- mosquitto/trunk/mosquitto.install   (rev 0)
+++ mosquitto/trunk/mosquitto.install   2016-08-22 18:05:28 UTC (rev 187324)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group mosquitto &> /dev/null || groupadd -g 567 mosquitto > /dev/null
+  getent passwd mosquitto &> /dev/null || useradd -u 567 -c 'Mosquitto MQTT 
Broker daemon' -d /etc/mosquitto -s /bin/false -g mosquitto mosquitto > 
/dev/null
+}

Added: mosquitto/trunk/mosquitto.service
===
--- mosquitto/trunk/mosquitto.service   (rev 0)
+++ mosquitto/trunk/mosquitto.service   2016-08-22 18:05:28 UTC (rev 187324)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mosquitto MQTT Broker daemon
+Requires=network.target
+
+[Service]
+ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
+


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

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 18:03:50
  Author: jelle
Revision: 187323

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

Added:
  libwebsockets/repos/community-i686/
  libwebsockets/repos/community-i686/PKGBUILD
(from rev 187322, libwebsockets/trunk/PKGBUILD)
  libwebsockets/repos/community-x86_64/
  libwebsockets/repos/community-x86_64/PKGBUILD
(from rev 187322, libwebsockets/trunk/PKGBUILD)

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

Copied: libwebsockets/repos/community-i686/PKGBUILD (from rev 187322, 
libwebsockets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 18:03:50 UTC (rev 187323)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('i686' 'x86_64')
+url="https://libwebsockets.org;
+depends=('openssl')
+makedepends=('cmake')
+license=('LGPL')
+source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
+md5sums=('778c920a580fba1f943c84e9702e7b26')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ..
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libwebsockets/repos/community-x86_64/PKGBUILD (from rev 187322, 
libwebsockets/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-22 18:03:50 UTC (rev 187323)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('i686' 'x86_64')
+url="https://libwebsockets.org;
+depends=('openssl')
+makedepends=('cmake')
+license=('LGPL')
+source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
+md5sums=('778c920a580fba1f943c84e9702e7b26')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ..
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in (4 files)

2016-08-22 Thread Jelle van der Waa
Date: Monday, August 22, 2016 @ 17:37:42
  Author: jelle
Revision: 187322

Initial commit

Dependency of mosquitto

Added:
  libwebsockets/
  libwebsockets/repos/
  libwebsockets/trunk/
  libwebsockets/trunk/PKGBUILD

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

Added: libwebsockets/trunk/PKGBUILD
===
--- libwebsockets/trunk/PKGBUILD(rev 0)
+++ libwebsockets/trunk/PKGBUILD2016-08-22 17:37:42 UTC (rev 187322)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('i686' 'x86_64')
+url="https://libwebsockets.org;
+depends=('openssl')
+makedepends=('cmake')
+license=('LGPL')
+source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
+md5sums=('778c920a580fba1f943c84e9702e7b26')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ..
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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


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

2016-08-22 Thread Sergej Pupykin
Date: Monday, August 22, 2016 @ 16:49:07
  Author: spupykin
Revision: 187320

upgpkg: bmake 20160818-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 15:48:40 UTC (rev 187319)
+++ PKGBUILD2016-08-22 16:49:07 UTC (rev 187320)
@@ -3,7 +3,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20160604
+pkgver=20160818
 pkgrel=1
 pkgdesc="Portable version of the NetBSD 'make' build tool"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url="http://www.crufty.net/help/sjg/bmake.html;
 license=('BSD')
 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('ed2534c490e6c972d13a219cf77ac293')
+md5sums=('660793e497e7fbaf9daa5b4e678cac1e')
 
 prepare() {
 cd "$srcdir/$pkgname"


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

2016-08-22 Thread Sergej Pupykin
Date: Monday, August 22, 2016 @ 16:49:24
  Author: spupykin
Revision: 187321

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 16:49:07 UTC (rev 187320)
+++ community-i686/PKGBUILD 2016-08-22 16:49:24 UTC (rev 187321)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20160604
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('ed2534c490e6c972d13a219cf77ac293')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-install -dm0755 "$pkgdir/usr/share/man/cat1"
-install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
-sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
-head -n70 ../bmake/main.c >$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 187320, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 16:49:24 UTC (rev 187321)
@@ -0,0 +1,38 @@
+# Maintainer: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20160818
+pkgrel=1
+pkgdesc="Portable version of the NetBSD 'make' build tool"
+arch=('i686' 'x86_64')
+url="http://www.crufty.net/help/sjg/bmake.html;
+license=('BSD')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+md5sums=('660793e497e7fbaf9daa5b4e678cac1e')
+
+prepare() {
+cd "$srcdir/$pkgname"
+# Add missing bsd.*.mk symlinks
+_links_orig="dep doc init lib links man nls obj own prog subdir"
+_links_new="dep doc inc init lib links man nls obj own prog subdir"
+sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
+}
+
+build() {
+cd "$srcdir"
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd "$srcdir/bmake-build"
+# Fix directory permissions on install
+install -dm0755 "$pkgdir/usr/bin"
+install -dm0755 "$pkgdir/usr/share/man/cat1"
+install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
+sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
+head -n70 ../bmake/main.c >$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-22 16:49:07 UTC (rev 187320)
+++ community-x86_64/PKGBUILD   2016-08-22 16:49:24 UTC (rev 187321)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20160604
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('ed2534c490e6c972d13a219cf77ac293')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-install 

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

2016-08-22 Thread Jaroslav Lichtblau
Date: Monday, August 22, 2016 @ 15:28:29
  Author: jlichtblau
Revision: 187317

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 187316, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 187316, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   96 
 offlineimap.changelog |  191 
 2 files changed, 145 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 15:28:18 UTC (rev 187316)
+++ PKGBUILD2016-08-22 15:28:29 UTC (rev 187317)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six')
-makedepends=('asciidoc')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('76668c032d3e1c845addaf99b7f4dc61bbb2e06038a85322347d46d2233e9517')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/mail.target 
"${pkgdir}"/usr/lib/systemd/user/mail.target
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.timer
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 187316, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 15:28:29 UTC (rev 187317)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.0.6
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six')
+makedepends=('asciidoc')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('f50002d0760794f1190526b74e2010becc16d2ff541526aadc95ec11cb064fd7')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/mail.target 
"${pkgdir}"/usr/lib/systemd/user/mail.target
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.timer
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname@.timer 

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

2016-08-22 Thread Jaroslav Lichtblau
Date: Monday, August 22, 2016 @ 15:28:18
  Author: jlichtblau
Revision: 187316

upgpkg: offlineimap 7.0.6-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 14:06:45 UTC (rev 187315)
+++ PKGBUILD2016-08-22 15:28:18 UTC (rev 187316)
@@ -5,7 +5,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.0.5
+pkgver=7.0.6
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('asciidoc')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('76668c032d3e1c845addaf99b7f4dc61bbb2e06038a85322347d46d2233e9517')
+sha256sums=('f50002d0760794f1190526b74e2010becc16d2ff541526aadc95ec11cb064fd7')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2016-08-22 14:06:45 UTC (rev 187315)
+++ offlineimap.changelog   2016-08-22 15:28:18 UTC (rev 187316)
@@ -1,3 +1,6 @@
+2016-08-22 Jaroslav Lichtblau 
+   * offlineimap 7.0.6-1
+
 2016-08-10 Jaroslav Lichtblau 
* offlineimap 7.0.5-1
 


[arch-commits] Commit in python-os-client-config/repos/community-any (2 files)

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 14:06:45
  Author: felixonmars
Revision: 187315

archrelease: copy trunk to community-any

Added:
  python-os-client-config/repos/community-any/PKGBUILD
(from rev 187314, python-os-client-config/trunk/PKGBUILD)
Deleted:
  python-os-client-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 14:06:28 UTC (rev 187314)
+++ PKGBUILD2016-08-22 14:06:45 UTC (rev 187315)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-os-client-config
-pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.19.1
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Client Configuation Library'
-url='https://github.com/openstack/os-client-config'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
- 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-requestsexceptions' 'python2-requestsexceptions')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
-  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
-  'python-glanceclient' 'python2-glanceclient')
-source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a os-client-config{,-py2}
-}
-
-build() {
-  cd "$srcdir"/os-client-config
-  python setup.py build
-
-  cd "$srcdir"/os-client-config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/os-client-config
-  # One test failure in os_client_config.tests.test_config.TestConfig
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/os-client-config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-os-client-config() {
-  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
-
-  cd os-client-config
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-os-client-config() {
-  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
-
-  cd os-client-config-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-os-client-config/repos/community-any/PKGBUILD (from rev 187314, 
python-os-client-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 14:06:45 UTC (rev 187315)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-os-client-config
+pkgname=('python-os-client-config' 'python2-os-client-config')
+pkgver=1.20.0
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Client Configuation Library'
+url='https://github.com/openstack/os-client-config'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
+ 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-requestsexceptions' 'python2-requestsexceptions')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
+  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
+  'python-glanceclient' 'python2-glanceclient')
+source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a os-client-config{,-py2}
+}
+
+build() {
+  cd "$srcdir"/os-client-config
+  python setup.py build
+
+  cd "$srcdir"/os-client-config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/os-client-config
+  # One test failure in os_client_config.tests.test_config.TestConfig
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/os-client-config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-os-client-config() {
+  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
+
+  cd os-client-config
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-os-client-config() {
+  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
+
+  cd os-client-config-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-os-client-config/trunk (PKGBUILD)

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 14:06:28
  Author: felixonmars
Revision: 187314

upgpkg: python-os-client-config 1.20.0-1

Modified:
  python-os-client-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 14:03:37 UTC (rev 187313)
+++ PKGBUILD2016-08-22 14:06:28 UTC (rev 187314)
@@ -3,7 +3,7 @@
 
 pkgbase=python-os-client-config
 pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.19.1
+pkgver=1.20.0
 pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Client Configuation Library'


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

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 14:03:20
  Author: felixonmars
Revision: 187312

upgpkg: python-openstackclient 3.0.0-1

Modified:
  python-openstackclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 14:00:21 UTC (rev 187311)
+++ PKGBUILD2016-08-22 14:03:20 UTC (rev 187312)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstackclient
 pkgname=(python-openstackclient python2-openstackclient)
-pkgver=2.6.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="OpenStack Command-line Client"
 arch=('any')
@@ -12,14 +12,11 @@
 license=('Apache')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
  'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-oslo-utils'
+ 'python-keystoneclient' 'python2-keystoneclient' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-osc-lib' 'python2-osc-lib' 
'python-oslo-utils'
  'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
- 'python2-openstacksdk' 'python-os-client-config' 
'python2-os-client-config'
- 'python-oslo-config' 'python2-oslo-config' 'python-glanceclient'
- 'python2-glanceclient' 'python-novaclient' 'python2-novaclient'
- 'python-cinderclient' 'python2-cinderclient' 'python-stevedore' 
'python2-stevedore'
- 'python-simplejson' 'python2-simplejson')
+ 'python2-openstacksdk' 'python-glanceclient' 
'python2-glanceclient' 'python-novaclient'
+ 'python2-novaclient' 'python-cinderclient' 'python2-cinderclient')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
 
source=("git+https://git.openstack.org/openstack/python-openstackclient#tag=$pkgver;)
 md5sums=('SKIP')
@@ -46,10 +43,8 @@
 
 package_python-openstackclient() {
   depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
-   'python-requests' 'python-keystoneauth1' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-openstacksdk' 'python-os-client-config' 'python-oslo-config'
-   'python-glanceclient' 'python-novaclient' 'python-cinderclient' 
'python-stevedore'
-   'python-simplejson')
+   'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
+   'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
 
   cd "$srcdir"/python-openstackclient
   python setup.py install --root="$pkgdir/" --optimize=1
@@ -57,10 +52,9 @@
 
 package_python2-openstackclient() {
   depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
-   'python2-requests' 'python2-keystoneauth1' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-openstacksdk' 'python2-os-client-config' 
'python2-oslo-config'
-   'python2-glanceclient' 'python2-novaclient' 'python2-cinderclient' 
'python2-stevedore'
-   'python2-simplejson')
+   'python2-keystoneauth1' 'python-osc-lib' 'python2-oslo-utils' 
'python2-oslo-i18n'
+   'python2-openstacksdk' 'python2-glanceclient' 'python2-novaclient'
+   'python2-cinderclient')
 
   cd "$srcdir"/python-openstackclient-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1


[arch-commits] Commit in python-openstackclient/repos/community-any (2 files)

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 14:03:37
  Author: felixonmars
Revision: 187313

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  136 +
 1 file changed, 65 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 14:03:20 UTC (rev 187312)
+++ PKGBUILD2016-08-22 14:03:37 UTC (rev 187313)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstackclient
-pkgname=(python-openstackclient python2-openstackclient)
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="OpenStack Command-line Client"
-arch=('any')
-url="http://docs.openstack.org/developer/python-openstackclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
- 'python2-openstacksdk' 'python-os-client-config' 
'python2-os-client-config'
- 'python-oslo-config' 'python2-oslo-config' 'python-glanceclient'
- 'python2-glanceclient' 'python-novaclient' 'python2-novaclient'
- 'python-cinderclient' 'python2-cinderclient' 'python-stevedore' 
'python2-stevedore'
- 'python-simplejson' 'python2-simplejson')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
-source=("git+https://git.openstack.org/openstack/python-openstackclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstackclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstackclient
-  python setup.py build
-
-  cd "$srcdir"/python-openstackclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstackclient
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstackclient-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-openstackclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
-   'python-requests' 'python-keystoneauth1' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-openstacksdk' 'python-os-client-config' 'python-oslo-config'
-   'python-glanceclient' 'python-novaclient' 'python-cinderclient' 
'python-stevedore'
-   'python-simplejson')
-
-  cd "$srcdir"/python-openstackclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstackclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
-   'python2-requests' 'python2-keystoneauth1' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-openstacksdk' 'python2-os-client-config' 
'python2-oslo-config'
-   'python2-glanceclient' 'python2-novaclient' 'python2-cinderclient' 
'python2-stevedore'
-   'python2-simplejson')
-
-  cd "$srcdir"/python-openstackclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstackclient/repos/community-any/PKGBUILD (from rev 187312, 
python-openstackclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 14:03:37 UTC (rev 187313)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstackclient
+pkgname=(python-openstackclient python2-openstackclient)
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="OpenStack Command-line Client"
+arch=('any')
+url="http://docs.openstack.org/developer/python-openstackclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneclient' 'python2-keystoneclient' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-osc-lib' 'python2-osc-lib' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
+ 'python2-openstacksdk' 'python-glanceclient' 
'python2-glanceclient' 'python-novaclient'
+ 'python2-novaclient' 'python-cinderclient' 'python2-cinderclient')
+checkdepends=('python-oslotest' 'python2-oslotest' 

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

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 14:00:21
  Author: felixonmars
Revision: 187311

archrelease: copy trunk to community-any

Added:
  python-osc-lib/repos/community-any/
  python-osc-lib/repos/community-any/PKGBUILD
(from rev 187310, python-osc-lib/trunk/PKGBUILD)

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

Copied: python-osc-lib/repos/community-any/PKGBUILD (from rev 187310, 
python-osc-lib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-08-22 14:00:21 UTC (rev 187311)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-osc-lib
+pkgname=(python-osc-lib python2-osc-lib)
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="http://docs.openstack.org/developer/osc-lib;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/osc-lib#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a osc-lib{,-py2}
+}
+
+build() {
+  cd "$srcdir"/osc-lib
+  python setup.py build
+
+  cd "$srcdir"/osc-lib-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/osc-lib
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/osc-lib-py2
+  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+}
+
+package_python-osc-lib() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 
'python-stevedore'
+   'python-simplejson')
+
+  cd "$srcdir"/osc-lib
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-osc-lib() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-i18n' 'python2-oslo-utils' 
'python2-stevedore'
+   'python2-simplejson')
+
+  cd "$srcdir"/osc-lib-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 14:00:05
  Author: felixonmars
Revision: 187310

addpkg: python-osc-lib 1.0.2-1

Added:
  python-osc-lib/
  python-osc-lib/repos/
  python-osc-lib/trunk/
  python-osc-lib/trunk/PKGBUILD

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

Added: python-osc-lib/trunk/PKGBUILD
===
--- python-osc-lib/trunk/PKGBUILD   (rev 0)
+++ python-osc-lib/trunk/PKGBUILD   2016-08-22 14:00:05 UTC (rev 187310)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-osc-lib
+pkgname=(python-osc-lib python2-osc-lib)
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="http://docs.openstack.org/developer/osc-lib;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/osc-lib#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a osc-lib{,-py2}
+}
+
+build() {
+  cd "$srcdir"/osc-lib
+  python setup.py build
+
+  cd "$srcdir"/osc-lib-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/osc-lib
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/osc-lib-py2
+  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+}
+
+package_python-osc-lib() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 
'python-stevedore'
+   'python-simplejson')
+
+  cd "$srcdir"/osc-lib
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-osc-lib() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-i18n' 'python2-oslo-utils' 
'python2-stevedore'
+   'python2-simplejson')
+
+  cd "$srcdir"/osc-lib-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 13:27:28
  Author: svenstaro
Revision: 187309

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

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

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

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 187308, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 13:27:28 UTC (rev 187309)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.77a
+#_gitcommit=abf6f081c4cd5248e174caa8c1c765aa69b8cd96
+
+pkgname=blender
+pkgver=2.77.a
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=7
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+makedepends_x86_64=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/scons.git")
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build && cd build
+
+  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+
+  cmake -C../build_files/cmake/config/blender_full.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_CYCLES_PTEX=OFF \
+-DWITH_OPENSUBDIV=ON \
+-DPYTHON_VERSION=3.5 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.5m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
+  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
+
+  # PTEX is currently broken and experimental in blender anyway
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall "${pkgdir}/usr/share/blender"
+}

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 187308, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-22 13:27:28 UTC (rev 187309)
@@ -0,0 +1,99 @@
+# $Id$
+# 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 13:27:16
  Author: svenstaro
Revision: 187308

upgpkg: blender 17:2.77.a-7

boost 1.61 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 13:21:43 UTC (rev 187307)
+++ PKGBUILD2016-08-22 13:27:16 UTC (rev 187308)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.77.a
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=6
+pkgrel=7
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 13:21:43
  Author: felixonmars
Revision: 187307

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 13:21:27 UTC (rev 187306)
+++ PKGBUILD2016-08-22 13:21:43 UTC (rev 187307)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-glanceclient
-pkgname=(python-glanceclient python2-glanceclient)
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-glanceclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-glanceclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-glanceclient
-  python setup.py build
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-glanceclient
-  python setup.py testr
-
-  cd "$srcdir"/python-glanceclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-glanceclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-glanceclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-warlock' 'python2-oslo-utils' 
'python2-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/glance{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 187306, 
python-glanceclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 13:21:43 UTC (rev 187307)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-glanceclient
+pkgname=(python-glanceclient python2-glanceclient)
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-glanceclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-glanceclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py build
+
+  cd "$srcdir"/python-glanceclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py testr
+
+  cd "$srcdir"/python-glanceclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-glanceclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
+
+  cd "$srcdir"/python-glanceclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-glanceclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-warlock' 'python2-oslo-utils' 
'python2-oslo-i18n')
+
+  cd 

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

2016-08-22 Thread Felix Yan
Date: Monday, August 22, 2016 @ 13:21:27
  Author: felixonmars
Revision: 187306

upgpkg: python-glanceclient 2.5.0-1

Modified:
  python-glanceclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:56:12 UTC (rev 187305)
+++ PKGBUILD2016-08-22 13:21:27 UTC (rev 187306)
@@ -4,7 +4,7 @@
 
 pkgbase=python-glanceclient
 pkgname=(python-glanceclient python2-glanceclient)
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="OpenStack Image API Client Library"
 arch=('any')


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:56:12
  Author: svenstaro
Revision: 187305

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

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

+
 community-staging-i686/PKGBUILD|   72 +++
 community-staging-i686/mygui.install   |3 +
 community-staging-x86_64/PKGBUILD  |   72 +++
 community-staging-x86_64/mygui.install |3 +
 4 files changed, 150 insertions(+)

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 187304, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:56:12 UTC (rev 187305)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=7
+pkgdesc="A multilayer and overlappable GUI System for OGRE"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=TRUE
+
+  make
+  make api-docs
+}
+
+package_mygui() {
+  optdepends=('mygui-docs: documentation')
+
+  cd $srcdir/mygui-MyGUI$pkgver/build
+  
+  make DESTDIR="$pkgdir" install
+
+  # make demos work
+  install -Dm775 lib/libCommon.so ${pkgdir}/usr/lib/libCommon.so
+  chown root:users $pkgdir/opt/MYGUI
+  chmod 775 $pkgdir/opt/MYGUI
+}
+
+package_mygui-docs() {
+  pkgdesc="Documentation for mygui"
+  depends=()
+
+  cd $srcdir/mygui-MyGUI$pkgver/build
+  
+  # install docs
+  install -d $pkgdir/usr/share/doc/
+  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/mygui.install (from rev 187304, 
mygui/trunk/mygui.install)
===
--- community-staging-i686/mygui.install(rev 0)
+++ community-staging-i686/mygui.install2016-08-22 12:56:12 UTC (rev 
187305)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the MyGUI samples, go to /opt/MYGUI/ and run the samples 
individually"
+}

Copied: mygui/repos/community-staging-x86_64/PKGBUILD (from rev 187304, 
mygui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-22 12:56:12 UTC (rev 187305)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=7
+pkgdesc="A multilayer and overlappable GUI System for OGRE"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:56:08
  Author: svenstaro
Revision: 187304

upgpkg: mygui 3.2.2-7

boost 1.61 rebuild

Modified:
  mygui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:51:41 UTC (rev 187303)
+++ PKGBUILD2016-08-22 12:56:08 UTC (rev 187304)
@@ -4,7 +4,7 @@
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
 pkgver=3.2.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A multilayer and overlappable GUI System for OGRE"
 arch=('i686' 'x86_64')
 url="http://mygui.info/;


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:51:41
  Author: svenstaro
Revision: 187303

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 187302, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 187302, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 187302, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 187302, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 187302, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 187302, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 187302, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 187302, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 187302, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:51:41 UTC (rev 187303)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.6
+pkgrel=2
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
187302, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2016-08-22 12:51:41 UTC (rev 
187303)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:51:24
  Author: svenstaro
Revision: 187302

upgpkg: wesnoth 1.12.6-2

boost 1.61 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:47:12 UTC (rev 187301)
+++ PKGBUILD2016-08-22 12:51:24 UTC (rev 187302)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.12.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:47:12
  Author: svenstaro
Revision: 187301

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

Added:
  openshadinglanguage/repos/community-staging-i686/
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
(from rev 187300, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-i686/llvm-static-system-libs.patch
(from rev 187300, openshadinglanguage/trunk/llvm-static-system-libs.patch)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 187300, openshadinglanguage/trunk/PKGBUILD)
  
openshadinglanguage/repos/community-staging-x86_64/llvm-static-system-libs.patch
(from rev 187300, openshadinglanguage/trunk/llvm-static-system-libs.patch)

+
 community-staging-i686/PKGBUILD|   59 +++
 community-staging-i686/llvm-static-system-libs.patch   |   15 +++
 community-staging-x86_64/PKGBUILD  |   59 +++
 community-staging-x86_64/llvm-static-system-libs.patch |   15 +++
 4 files changed, 148 insertions(+)

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
187300, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:47:12 UTC (rev 187301)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.7.2
+pkgrel=3
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(i686 x86_64)
+url="https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
+makedepends=('boost' 'cmake' 'clang35' 'llvm35')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+llvm-static-system-libs.patch)
+md5sums=('f337bf8b973d38e5cea031c29175d93f'
+ 'b7c212b2549981ced03c091375f48122')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically link against LLVM
+  patch -Np1 < $srcdir/llvm-static-system-libs.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=1 \
+-DOSL_BUILD_CPP11=1 \
+-DCMAKE_CXX_FLAGS="\
+  -Wno-error=array-bounds \
+  -Wno-error=sign-compare \
+  -Wno-error=strict-aliasing \
+  -Wno-error=misleading-indentation"
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR="$pkgdir/" install
+
+  mkdir -p "$pkgdir"/usr/share/OSL/
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  mv "$pkgdir"/usr/LICENSE "$pkgdir"/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv "$pkgdir"/usr/{CHANGES,README.md,INSTALL} "$pkgdir"/usr/share/OSL/
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/OSL/doc
+  mv "$pkgdir"/usr/shaders "$pkgdir"/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
openshadinglanguage/repos/community-staging-i686/llvm-static-system-libs.patch 
(from rev 187300, openshadinglanguage/trunk/llvm-static-system-libs.patch)
===
--- community-staging-i686/llvm-static-system-libs.patch
(rev 0)
+++ community-staging-i686/llvm-static-system-libs.patch2016-08-22 
12:47:12 UTC (rev 187301)
@@ -0,0 +1,15 @@
+diff -upr 
OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake 
OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
+--- OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake   
2014-12-26 22:22:53.0 +0200
 OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
2015-03-16 03:12:56.052479730 +0200
+@@ -211,9 +211,10 @@ if ((LLVM_LIBRARY OR LLVM_STATIC) AND LL
+ # if static LLVM libraries were requested, use llvm-config to generate
+ # the list of what libraries we need, and substitute that in the right
+ # way for LLVM_LIBRARY.
+-execute_process (COMMAND ${LLVM_CONFIG} --libfiles
++execute_process (COMMAND ${LLVM_CONFIG} --libfiles --system-libs
+  OUTPUT_VARIABLE LLVM_LIBRARY
+  OUTPUT_STRIP_TRAILING_WHITESPACE)
++string (REPLACE "\n" " " LLVM_LIBRARY ${LLVM_LIBRARY})
+ string (REPLACE " " ";" LLVM_LIBRARY ${LLVM_LIBRARY})
+   endif ()
+   if (VERBOSE)

Copied: openshadinglanguage/repos/community-staging-x86_64/PKGBUILD (from rev 
187300, 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:47:08
  Author: svenstaro
Revision: 187300

upgpkg: openshadinglanguage 1.7.2-3

boost 1.61 rebuild

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:42:22 UTC (rev 187299)
+++ PKGBUILD2016-08-22 12:47:08 UTC (rev 187300)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage;


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:42:22
  Author: svenstaro
Revision: 187299

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

Added:
  openimageio/repos/community-staging-i686/
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 187298, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix-compiler-warning.patch
(from rev 187298, openimageio/trunk/fix-compiler-warning.patch)
  openimageio/repos/community-staging-i686/stdmath.patch
(from rev 187298, openimageio/trunk/stdmath.patch)
  openimageio/repos/community-staging-i686/ustring-cxx11-std-string.patch
(from rev 187298, openimageio/trunk/ustring-cxx11-std-string.patch)
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 187298, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix-compiler-warning.patch
(from rev 187298, openimageio/trunk/fix-compiler-warning.patch)
  openimageio/repos/community-staging-x86_64/stdmath.patch
(from rev 187298, openimageio/trunk/stdmath.patch)
  openimageio/repos/community-staging-x86_64/ustring-cxx11-std-string.patch
(from rev 187298, openimageio/trunk/ustring-cxx11-std-string.patch)

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/fix-compiler-warning.patch   |   22 ++
 community-staging-i686/stdmath.patch|   18 +
 community-staging-i686/ustring-cxx11-std-string.patch   |   35 ++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/fix-compiler-warning.patch |   22 ++
 community-staging-x86_64/stdmath.patch  |   18 +
 community-staging-x86_64/ustring-cxx11-std-string.patch |   35 ++
 8 files changed, 240 insertions(+)

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 187298, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:42:22 UTC (rev 187299)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.6.14
+pkgrel=3
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(i686 x86_64)
+url="http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  # Python is currently broken :(
+  cmake .. \
+  -DUSE_PYTHON=OFF \
+  -DUSE_PYTHON3=OFF \
+  -DUSE_OPENSSL=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: openimageio/repos/community-staging-i686/fix-compiler-warning.patch 
(from rev 187298, openimageio/trunk/fix-compiler-warning.patch)
===
--- community-staging-i686/fix-compiler-warning.patch   
(rev 0)
+++ community-staging-i686/fix-compiler-warning.patch   2016-08-22 12:42:22 UTC 
(rev 187299)
@@ -0,0 +1,22 @@
+From 4e3371d2e37512c5fa8b1f297ad9af52417fec9e Mon Sep 17 00:00:00 2001
+From: Larry Gritz 
+Date: Wed, 11 Feb 2015 15:27:40 -0800
+Subject: [PATCH] Fix compiler warning about unused variable
+
+---
+ src/ptex.imageio/ptex/PtexHalf.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ptex.imageio/ptex/PtexHalf.cpp 
b/src/ptex.imageio/ptex/PtexHalf.cpp
+index a880971..3c17369 100644
+--- a/src/ptex.imageio/ptex/PtexHalf.cpp
 b/src/ptex.imageio/ptex/PtexHalf.cpp
+@@ -80,7 +80,7 @@ static bool PtexHalfInit()
+ return 1;
+ }
+ 
+-static bool PtexHalfInitialized = PtexHalfInit();
++bool PtexHalfInitialized = PtexHalfInit();
+ 
+ 
+ /** Handle exceptional cases for half-to-float conversion */

Copied: openimageio/repos/community-staging-i686/stdmath.patch (from rev 
187298, openimageio/trunk/stdmath.patch)
===
--- community-staging-i686/stdmath.patch(rev 0)
+++ community-staging-i686/stdmath.patch2016-08-22 12:42:22 UTC (rev 
187299)
@@ -0,0 +1,18 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:42:17
  Author: svenstaro
Revision: 187298

upgpkg: openimageio 1.6.14-3

boost 1.61 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:33:06 UTC (rev 187297)
+++ PKGBUILD2016-08-22 12:42:17 UTC (rev 187298)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.6.14
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(i686 x86_64)
 url="http://www.openimageio.org/;


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:33:06
  Author: svenstaro
Revision: 187297

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 187296, gource/trunk/PKGBUILD)
  gource/repos/community-staging-i686/gource-gcc6.patch
(from rev 187296, gource/trunk/gource-gcc6.patch)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 187296, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/gource-gcc6.patch
(from rev 187296, gource/trunk/gource-gcc6.patch)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/gource-gcc6.patch   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/gource-gcc6.patch |   11 
 4 files changed, 94 insertions(+)

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 187296, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:33:06 UTC (rev 187297)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=10
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-i686/gource-gcc6.patch (from rev 187296, 
gource/trunk/gource-gcc6.patch)
===
--- community-staging-i686/gource-gcc6.patch(rev 0)
+++ community-staging-i686/gource-gcc6.patch2016-08-22 12:33:06 UTC (rev 
187297)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+ //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
+ 
+ //this->parent_radius = std::max(1.0, parent_circ / PI);
+-this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
++this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
+ }
+ 
+ float RDirNode::distanceToParent() const{

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 187296, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-22 12:33:06 UTC (rev 187297)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=10
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/gource-gcc6.patch (from rev 
187296, gource/trunk/gource-gcc6.patch)
===
--- community-staging-x86_64/gource-gcc6.patch  (rev 0)
+++ community-staging-x86_64/gource-gcc6.patch  2016-08-22 12:33:06 UTC (rev 
187297)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:33:02
  Author: svenstaro
Revision: 187296

upgpkg: gource 0.43-10

boost 1.61 rebuild

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:30:39 UTC (rev 187295)
+++ PKGBUILD2016-08-22 12:33:02 UTC (rev 187296)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat 
 pkgname=gource
 pkgver=0.43
-pkgrel=9
+pkgrel=10
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(i686 x86_64)


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:30:39
  Author: svenstaro
Revision: 187295

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

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

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

Copied: cegui/repos/community-staging-i686/PKGBUILD (from rev 187294, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:30:39 UTC (rev 187295)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Juergen Hoetzel  
+# Contributor: William Rea , 
+# Contributor: Bjorn Lindeijer 
+
+pkgname=cegui
+pkgver=0.8.7
+_tag=0-8-7
+pkgrel=3
+pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
+arch=('i686' 'x86_64')
+url="http://cegui.org.uk;
+license=("MIT")
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 
'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=("ogre: ogre module"
+"gtk2: gtk2 module"
+"irrlicht: irrlicht module")
+source=("hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/cegui"
+
+  sed -i "s/lib64/lib/g" CMakeLists.txt
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF \
+  # -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  # -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd "$srcdir/cegui"/build
+ 
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: cegui/repos/community-staging-x86_64/PKGBUILD (from rev 187294, 
cegui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-22 12:30:39 UTC (rev 187295)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Juergen Hoetzel  
+# Contributor: William Rea , 
+# Contributor: Bjorn Lindeijer 
+
+pkgname=cegui
+pkgver=0.8.7
+_tag=0-8-7
+pkgrel=3
+pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
+arch=('i686' 'x86_64')
+url="http://cegui.org.uk;
+license=("MIT")
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 
'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=("ogre: ogre module"
+"gtk2: gtk2 module"
+"irrlicht: irrlicht module")
+source=("hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/cegui"
+
+  sed -i "s/lib64/lib/g" CMakeLists.txt
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF \
+  # -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  # -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd "$srcdir/cegui"/build
+ 
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:30:35
  Author: svenstaro
Revision: 187294

upgpkg: cegui 0.8.7-3

boost 1.61 rebuild

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:30:10 UTC (rev 187293)
+++ PKGBUILD2016-08-22 12:30:35 UTC (rev 187294)
@@ -7,7 +7,7 @@
 pkgname=cegui
 pkgver=0.8.7
 _tag=0-8-7
-pkgrel=2
+pkgrel=3
 pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
 arch=('i686' 'x86_64')
 url="http://cegui.org.uk;


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:30:10
  Author: svenstaro
Revision: 187293

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

Added:
  spring/repos/community-staging-i686/
  spring/repos/community-staging-i686/0001-fix-build-with-curl-7.50.0.patch
(from rev 187292, spring/trunk/0001-fix-build-with-curl-7.50.0.patch)
  spring/repos/community-staging-i686/PKGBUILD
(from rev 187292, spring/trunk/PKGBUILD)
  spring/repos/community-staging-x86_64/
  spring/repos/community-staging-x86_64/0001-fix-build-with-curl-7.50.0.patch
(from rev 187292, spring/trunk/0001-fix-build-with-curl-7.50.0.patch)
  spring/repos/community-staging-x86_64/PKGBUILD
(from rev 187292, spring/trunk/PKGBUILD)

+
 community-staging-i686/0001-fix-build-with-curl-7.50.0.patch   |   49 +
 community-staging-i686/PKGBUILD|   51 
++
 community-staging-x86_64/0001-fix-build-with-curl-7.50.0.patch |   49 +
 community-staging-x86_64/PKGBUILD  |   51 
++
 4 files changed, 200 insertions(+)

Copied: 
spring/repos/community-staging-i686/0001-fix-build-with-curl-7.50.0.patch (from 
rev 187292, spring/trunk/0001-fix-build-with-curl-7.50.0.patch)
===
--- community-staging-i686/0001-fix-build-with-curl-7.50.0.patch
(rev 0)
+++ community-staging-i686/0001-fix-build-with-curl-7.50.0.patch
2016-08-22 12:30:10 UTC (rev 187293)
@@ -0,0 +1,49 @@
+From 3a4f9f6fcd3934840f12ea2637e13745b681 Mon Sep 17 00:00:00 2001
+From: Johan Rehnberg 
+Date: Wed, 27 Jul 2016 11:13:18 +0200
+Subject: [PATCH] fix build with curl 7.50.0
+
+See the following commits for some details:
+https://github.com/curl/curl/commit/9adf3c4
+https://github.com/curl/curl/commit/434f8d0
+---
+ src/Downloader/Http/HttpDownloader.cpp | 1 -
+ src/Downloader/Http/HttpDownloader.h   | 3 +--
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/src/Downloader/Http/HttpDownloader.cpp 
b/src/Downloader/Http/HttpDownloader.cpp
+index 6e13c12..dd33bba 100644
+--- a/src/Downloader/Http/HttpDownloader.cpp
 b/src/Downloader/Http/HttpDownloader.cpp
+@@ -22,7 +22,6 @@
+ #endif
+ 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/Downloader/Http/HttpDownloader.h 
b/src/Downloader/Http/HttpDownloader.h
+index 77bbcee..47e0e79 100644
+--- a/src/Downloader/Http/HttpDownloader.h
 b/src/Downloader/Http/HttpDownloader.h
+@@ -5,6 +5,7 @@
+ 
+ #include "../IDownloader.h"
+ 
++#include 
+ #include 
+ #include 
+ 
+@@ -13,8 +14,6 @@ class HashSHA1;
+ class CFile;
+ class FileData;
+ class DownloadData;
+-typedef void CURLM;
+-typedef void CURL;
+ 
+ class CHttpDownloader: public IDownloader
+ {
+-- 
+2.9.2
+

Copied: spring/repos/community-staging-i686/PKGBUILD (from rev 187292, 
spring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:30:10 UTC (rev 187293)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=spring
+pkgver=103.0
+pkgrel=3
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('i686' 'x86_64')
+url="http://springrts.com/;
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 
'libunwind'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'jdk8-openjdk' 
'mesa')
+optdepends=('python2: python-based bots'
+'java-runtime: java-based bots')
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+0001-fix-build-with-curl-7.50.0.patch)
+md5sums=('e71a3dc16262b06b159157ecd52bbbe5'
+ '8e4652c98c66016959fdd0dd1f6fc283')
+
+prepare() {
+  bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
+
+  cd spring_${pkgver}/tools/pr-downloader
+
+  patch -Np1 -i ${srcdir}/0001-fix-build-with-curl-7.50.0.patch 
+}
+
+build() {
+  cd spring_${pkgver}
+
+  cmake. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDATADIR=share/spring \
+-DJAVA_HOME=/usr/lib/jvm/java-8-openjdk \
+-DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd spring_${pkgver}
+
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/etc/spring"
+  echo '$HOME/.spring' > "$pkgdir/etc/spring/datadir"
+}
+
+# vim sw=2:ts=2 et:

Copied: 
spring/repos/community-staging-x86_64/0001-fix-build-with-curl-7.50.0.patch 
(from rev 187292, spring/trunk/0001-fix-build-with-curl-7.50.0.patch)
===
--- community-staging-x86_64/0001-fix-build-with-curl-7.50.0.patch

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:30:01
  Author: svenstaro
Revision: 187292

upgpkg: spring 103.0-3

boost 1.61 rebuild

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:08:30 UTC (rev 187291)
+++ PKGBUILD2016-08-22 12:30:01 UTC (rev 187292)
@@ -5,7 +5,7 @@
 
 pkgname=spring
 pkgver=103.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
 url="http://springrts.com/;


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:08:26
  Author: svenstaro
Revision: 187290

upgpkg: springlobby 0.249-3

boost 1.61 rebuild

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 12:01:21 UTC (rev 187289)
+++ PKGBUILD2016-08-22 12:08:26 UTC (rev 187290)
@@ -4,7 +4,7 @@
 
 pkgname=springlobby
 pkgver=0.249
-pkgrel=2
+pkgrel=3
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('i686' 'x86_64')
 url="http://springlobby.info/;


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:08:30
  Author: svenstaro
Revision: 187291

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

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

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

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 187290, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:08:30 UTC (rev 187291)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.249
+pkgrel=3
+pkgdesc="A free cross-platform lobby client for the Spring RTS project"
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-x86_64/PKGBUILD (from rev 187290, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-22 12:08:30 UTC (rev 187291)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.249
+pkgrel=3
+pkgdesc="A free cross-platform lobby client for the Spring RTS project"
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:01:14
  Author: svenstaro
Revision: 187288

upgpkg: ogre 1.9.0-14

boost 1.61 rebuild

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 11:20:28 UTC (rev 187287)
+++ PKGBUILD2016-08-22 12:01:14 UTC (rev 187288)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=13
+pkgrel=14
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:01:21
  Author: svenstaro
Revision: 187289

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

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

---+
 community-staging-i686/PKGBUILD   |   93 
 community-staging-i686/ogre.install   |4 +
 community-staging-x86_64/PKGBUILD |   93 
 community-staging-x86_64/ogre.install |4 +
 4 files changed, 194 insertions(+)

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 187288, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:01:21 UTC (rev 187289)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=14
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
+
ogre-template-fix.patch::https://bitbucket.org/sinbad/ogre/commits/a24ac4afbbb9dc5ff49a61634af50da11ba8fb97/raw/
+
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
+md5sums=('SKIP'
+ '3debee4514a33a0a642370aecdc41975'
+ '116fb8009c8d4b499f9a885052cc0ea6')
+
+prepare() {
+  cd ogre
+
+  patch -Np1 < $srcdir/ogre-template-fix.patch
+  patch -Np1 < $srcdir/ogre-cmake30.patch
+}
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # Silence warnings about deprecated declarations
+  CXXFLAGS+=' -Wno-deprecated-declarations'
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make DESTDIR=${pkgdir} install
+
+  # fix up samples
+  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+
+  # make sample launcher
+  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
+  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
+  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
+  
+  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  pkgdesc="Documentation for ogre"
+  depends=()
+
+  cd ogre/build
+
+  # move docs into this package
+  install -dm755 ${pkgdir}/usr/share/doc
+  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
+
+  # symlink for docs
+  install -dm755 ${pkgdir}/usr/share/OGRE/
+  cd ${pkgdir}/usr/share
+  ln -s /usr/share/doc/OGRE/ OGRE/docs
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/ogre.install (from rev 187288, 
ogre/trunk/ogre.install)
===
--- community-staging-i686/ogre.install (rev 0)
+++ community-staging-i686/ogre.install 2016-08-22 12:01:21 UTC (rev 187289)
@@ -0,0 +1,4 @@
+post_install() {
+echo "To view the OGRE samples just run OgreSampleBrowser or launch"
+echo "it directly in /opt/OGRE/samples/"
+}

Copied: ogre/repos/community-staging-x86_64/PKGBUILD (from rev 187288, 
ogre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-22 12:01:21 UTC (rev 187289)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=14

  1   2   >