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

2016-10-09 Thread Sven-Hendrik Haase
Date: Monday, October 10, 2016 @ 05:33:45
  Author: svenstaro
Revision: 191779

upgpkg: gitlab 8.12.4-1

upstream release 8.12.4

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 03:26:04 UTC (rev 191778)
+++ PKGBUILD2016-10-10 05:33:45 UTC (rev 191779)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.12.3
+pkgver=8.12.4
 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=('a1cc11003c08491df4143394cd9774d1a8ef114508af9afae0d67612bb21b710'
+sha256sums=('3a9b58bd4f1b3529df445287d4804afdb3baa0a2523a4a3b5adf0508430494c8'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


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

2016-10-09 Thread Kyle Keen
Date: Monday, October 10, 2016 @ 03:26:04
  Author: kkeen
Revision: 191778

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 191777, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |  269 ++---
 1 file changed, 116 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-10 03:25:49 UTC (rev 191777)
+++ PKGBUILD2016-10-10 03:26:04 UTC (rev 191778)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-pkgbase=ipython
-pkgname=(ipython ipython2)
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="http://ipython.org;
-license=('BSD')
-depends=('python' 'python-decorator' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-path' 'python-prompt_toolkit')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=("python-nose: for IPython's test suite")
-
-# some of these will update rapidly, others never
-# so _vars will be phased in as new updates are released
-_traitv=4.2.2
-_psharev=0.7.3
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
-
"https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$_traitv.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
-
"https://files.pythonhosted.org/packages/source/p/pickleshare/pickleshare-$_psharev.tar.gz;
-
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
-
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('7fc325d5872815e9efac229ffdd12037'
- 'd0725f9818bd9e112a6531da26d433b8'
- '9a8afbe0978adbcbfcb3b35b2d015a56'
- '0ccdd8e65737a92eec47888dae61ff95'
- 'f9c1fab00fd981be588fc32759f474e3'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# With 4.0 many previously bundled external libraries are no longer bundled
-# Most are written/maintained/used only by the ipython project
-# Since there are so many and they are so small, they get re-bundled here
-# Break them out if any non-ipython package ends up needing these
-
-# traitlets (depends on python-decorator)
-# ipython_genutils
-# "Pretend this doesn’t exist. Nobody should use it."
-# "Vestigial IPython utilities: DO NOT USE"
-# (still required for now though, but drop at first chance)
-# pickleshare (depends on path.py)
-# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
-# shutil_get_terminal_size ?
-
-# confirm that an update does not break sage?
-
-prepare() {
-  cd "$srcdir"
-  cp -r ipython-$pkgveripython2-$pkgver
-  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
-  cp -r pickleshare-$_psharev  python2-pickleshare-$_psharev
-  cp -r traitlets-$_traitv python2-traitlets-$_traitv
-  cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
-
-  # python 3.5 does not need a 3.3 backport hack
-  cd "$srcdir/ipython-$pkgver"
-  sed -i 's|backports.shutil_get_terminal_size|shutil|' 
IPython/utils/terminal.py
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_ipython() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/pickleshare-$_psharev"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/traitlets-$_traitv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/simplegeneric-0.8.1"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}
-
-package_ipython2() {
-  pkgdesc="An enhanced Interactive Python2 

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

2016-10-09 Thread Kyle Keen
Date: Monday, October 10, 2016 @ 03:25:49
  Author: kkeen
Revision: 191777

upgpkg: ipython 5.1.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 03:13:22 UTC (rev 191776)
+++ PKGBUILD2016-10-10 03:25:49 UTC (rev 191777)
@@ -7,32 +7,24 @@
 
 pkgbase=ipython
 pkgname=(ipython ipython2)
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org;
 license=('BSD')
-depends=('python' 'python-decorator' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-path' 'python-prompt_toolkit')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=("python-nose: for IPython's test suite")
 
 # some of these will update rapidly, others never
 # so _vars will be phased in as new updates are released
-_traitv=4.2.2
-_psharev=0.7.3
 
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
-
"https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$_traitv.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
-
"https://files.pythonhosted.org/packages/source/p/pickleshare/pickleshare-$_psharev.tar.gz;
 
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
 
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('7fc325d5872815e9efac229ffdd12037'
- 'd0725f9818bd9e112a6531da26d433b8'
- '9a8afbe0978adbcbfcb3b35b2d015a56'
- '0ccdd8e65737a92eec47888dae61ff95'
+md5sums=('44c98687e249adb08f8eb1928a5492a1'
  'f9c1fab00fd981be588fc32759f474e3'
  '2901d65f1b1fe354e72850085cd1c072')
 
@@ -41,12 +33,6 @@
 # Since there are so many and they are so small, they get re-bundled here
 # Break them out if any non-ipython package ends up needing these
 
-# traitlets (depends on python-decorator)
-# ipython_genutils
-# "Pretend this doesn’t exist. Nobody should use it."
-# "Vestigial IPython utilities: DO NOT USE"
-# (still required for now though, but drop at first chance)
-# pickleshare (depends on path.py)
 # simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
 # shutil_get_terminal_size ?
 
@@ -55,9 +41,6 @@
 prepare() {
   cd "$srcdir"
   cp -r ipython-$pkgveripython2-$pkgver
-  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
-  cp -r pickleshare-$_psharev  python2-pickleshare-$_psharev
-  cp -r traitlets-$_traitv python2-traitlets-$_traitv
   cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
 
   # python 3.5 does not need a 3.3 backport hack
@@ -76,16 +59,6 @@
   #export LC_ALL=en_US.UTF-8
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/pickleshare-$_psharev"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/traitlets-$_traitv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/simplegeneric-0.8.1"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
@@ -106,8 +79,8 @@
 
 package_ipython2() {
   pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'python2-decorator' 'python2-pexpect' 'sqlite'
-'python2-setuptools' 'python2-path' 'python2-pathlib'
+  depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
+'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
 'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit')
   optdepends=("wxpython: needed for ipython2 --gui=wx"
   "python2-nose: for IPython's test suite")
@@ -117,16 +90,6 @@
 
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  # TEMPORARY!
-  cd "$srcdir/ipython2_genutils-0.1.0"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-pickleshare-$_psharev"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-traitlets-$_traitv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/python2-simplegeneric-0.8.1"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 


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

2016-10-09 Thread Kyle Keen
Date: Monday, October 10, 2016 @ 03:13:22
  Author: kkeen
Revision: 191776

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-10 03:13:06 UTC (rev 191775)
+++ PKGBUILD2016-10-10 03:13:22 UTC (rev 191776)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-traitlets
-pkgname=(python-traitlets python2-traitlets)
-pkgver=4.3.1
-pkgrel=1
-pkgdesc="A configuration system for Python applications."
-arch=('any')
-url="https://traitlets.readthedocs.io/en/stable/;
-license=('BSD')
-depends=('python-decorator')
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;)
-md5sums=('dd0b1b6e5d31ce446d55a4b5e5083c98'
- '9a8afbe0978adbcbfcb3b35b2d015a56')
-
-
-# ipython_genutils does not deserve a package
-# "Pretend this doesn’t exist. Nobody should use it."
-# "Vestigial IPython utilities: DO NOT USE"
-# (still required for now though, but drop at first chance)
-
-prepare() {
-  cd "$srcdir"
-  cp -r traitlets-$pkgver  python2-traitlets-$pkgver
-  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_python-traitlets() {
-  # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/traitlets-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-traitlets() {
-  depends=('python2-decorator')
-
-  # TEMPORARY!
-  cd "$srcdir/ipython2_genutils-0.1.0"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-traitlets-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-traitlets/repos/community-any/PKGBUILD (from rev 191775, 
python-traitlets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-10 03:13:22 UTC (rev 191776)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-traitlets
+pkgname=(python-traitlets python2-traitlets)
+pkgver=4.3.1
+pkgrel=2
+pkgdesc="A configuration system for Python applications."
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/;
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;)
+md5sums=('dd0b1b6e5d31ce446d55a4b5e5083c98'
+ '9a8afbe0978adbcbfcb3b35b2d015a56')
+
+
+# ipython_genutils does not deserve a package
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+
+prepare() {
+  cd "$srcdir"
+  cp -r traitlets-$pkgver  python2-traitlets-$pkgver
+  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-traitlets() {
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-traitlets() {
+  depends=('python2-decorator' 'python2-enum34')
+
+  # TEMPORARY!
+  cd "$srcdir/ipython2_genutils-0.1.0"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/python2-traitlets-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-10-09 Thread Kyle Keen
Date: Monday, October 10, 2016 @ 03:13:06
  Author: kkeen
Revision: 191775

upgpkg: python-traitlets 4.3.1-2

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 02:40:05 UTC (rev 191774)
+++ PKGBUILD2016-10-10 03:13:06 UTC (rev 191775)
@@ -4,7 +4,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;
@@ -44,7 +44,7 @@
 }
 
 package_python2-traitlets() {
-  depends=('python2-decorator')
+  depends=('python2-decorator' 'python2-enum34')
 
   # TEMPORARY!
   cd "$srcdir/ipython2_genutils-0.1.0"


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

2016-10-09 Thread Kyle Keen
Date: Monday, October 10, 2016 @ 02:40:05
  Author: kkeen
Revision: 191774

archrelease: copy trunk to community-any

Added:
  python-pickleshare/repos/community-any/
  python-pickleshare/repos/community-any/PKGBUILD
(from rev 191773, python-pickleshare/trunk/PKGBUILD)

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

Copied: python-pickleshare/repos/community-any/PKGBUILD (from rev 191773, 
python-pickleshare/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-10-10 02:40:05 UTC (rev 191774)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-pickleshare
+pkgname=(python-pickleshare python2-pickleshare)
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="File system based database that uses python pickles"
+arch=('any')
+url="https://github.com/pickleshare/pickleshare;
+license=('MIT')
+depends=('python' 'python-path')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/p/pickleshare/pickleshare-$pkgver.tar.gz;)
+md5sums=('6a9e5dd8dfc023031f6b7b3f824cab12')
+
+prepare() {
+  cd "$srcdir"
+  cp -r pickleshare-$pkgver  python2-pickleshare-$pkgver
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-pickleshare() {
+  cd "$srcdir/pickleshare-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pickleshare() {
+  depends=('python2' 'python2-path')
+  cd "$srcdir/python2-pickleshare-$pkgver"
+  sed -i 's/env python$/env python2/' pickleshare.py
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in (4 files)

2016-10-09 Thread Kyle Keen
Date: Monday, October 10, 2016 @ 02:38:59
  Author: kkeen
Revision: 191773

pkginit: python-pickleshare-0.7.4

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

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

Added: python-pickleshare/trunk/PKGBUILD
===
--- python-pickleshare/trunk/PKGBUILD   (rev 0)
+++ python-pickleshare/trunk/PKGBUILD   2016-10-10 02:38:59 UTC (rev 191773)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-pickleshare
+pkgname=(python-pickleshare python2-pickleshare)
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="File system based database that uses python pickles"
+arch=('any')
+url="https://github.com/pickleshare/pickleshare;
+license=('MIT')
+depends=('python' 'python-path')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/p/pickleshare/pickleshare-$pkgver.tar.gz;)
+md5sums=('6a9e5dd8dfc023031f6b7b3f824cab12')
+
+prepare() {
+  cd "$srcdir"
+  cp -r pickleshare-$pkgver  python2-pickleshare-$pkgver
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-pickleshare() {
+  cd "$srcdir/pickleshare-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pickleshare() {
+  depends=('python2' 'python2-path')
+  cd "$srcdir/python2-pickleshare-$pkgver"
+  sed -i 's/env python$/env python2/' pickleshare.py
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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


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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 02:23:31
  Author: felixonmars
Revision: 278138

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-10 02:23:08 UTC (rev 278137)
+++ PKGBUILD2016-10-10 02:23:31 UTC (rev 278138)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Arvid Ephraim Picciani 
-# Contributor: Michael Krauss 
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.1.9
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com/'
-makedepends=('python-setuptools' 'python2-setuptools' 'subversion')
-license=('MIT')
-source=("svn://svn.code.sf.net/p/pyparsing/code/tags/pyparsing_$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a pyparsing_$pkgver{,-py2}
-
-  # :/
-  sed -i '1i#coding=utf-8' pyparsing_$pkgver-py2/src/unitTests.py
-}
-
-build() {
-  cd "$srcdir"/pyparsing_$pkgver/src
-  python setup.py build
-
-  cd "$srcdir"/pyparsing_$pkgver-py2/src
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/pyparsing_$pkgver/src
-  python unitTests.py
-
-  cd "$srcdir"/pyparsing_$pkgver-py2/src
-  python2 unitTests.py
-}
-
-package_python-pyparsing() {
-  depends=('python')
-
-  cd pyparsing_$pkgver/src
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-
-  cd pyparsing_$pkgver-py2/src
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/extra-any/PKGBUILD (from rev 278137, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-10 02:23:31 UTC (rev 278138)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.1.10
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+makedepends=('python-setuptools' 'python2-setuptools' 'subversion')
+license=('MIT')
+source=("svn://svn.code.sf.net/p/pyparsing/code/tags/pyparsing_$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a pyparsing_$pkgver{,-py2}
+
+  # :/
+  sed -i '1i#coding=utf-8' pyparsing_$pkgver-py2/src/unitTests.py
+}
+
+build() {
+  cd "$srcdir"/pyparsing_$pkgver/src
+  python setup.py build
+
+  cd "$srcdir"/pyparsing_$pkgver-py2/src
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/pyparsing_$pkgver/src
+  python unitTests.py
+
+  cd "$srcdir"/pyparsing_$pkgver-py2/src
+  python2 unitTests.py
+}
+
+package_python-pyparsing() {
+  depends=('python')
+
+  cd pyparsing_$pkgver/src
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+
+  cd pyparsing_$pkgver-py2/src
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 02:23:08
  Author: felixonmars
Revision: 278137

upgpkg: python-pyparsing 2.1.10-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 00:54:24 UTC (rev 278136)
+++ PKGBUILD2016-10-10 02:23:08 UTC (rev 278137)
@@ -8,7 +8,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')


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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 02:22:29
  Author: felixonmars
Revision: 191772

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-10 02:22:07 UTC (rev 191771)
+++ PKGBUILD2016-10-10 02:22:29 UTC (rev 191772)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.2.2
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
- 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
- 'python2-numpy')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('2f5870dc0c35d91fb0863fcf4819bf60c7e51c1c2645a43dd2e6dde3b3ddaa44248b1a2cb342976c50c0005f632a6efc9af0b6b77b7bb324b0c22ac843c3943f')
-
-prepare() {
-   cp -a pytools-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/pytools-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/pytools-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/pytools-$pkgver
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
-   cd "$srcdir"/pytools-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2-six' 'python2-decorator' 'python2-appdirs' 
'python2-numpy')
-   cd pytools-$pkgver-python2
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-   cd pytools-$pkgver
-   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 191771, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-10 02:22:29 UTC (rev 191772)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2016.2.4
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
+ 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
+ 'python2-numpy')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('40fc58a6fbc7bb8dfb02b3a648e14221a6d0e47516dc9f87dc3642491315fca11aad6f8171922c53dba290653f22a01ec4b6293d92949309fe6d7a579e47b2ac')
+
+prepare() {
+  cp -a pytools-$pkgver{,-python2}
+}
+
+build() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py ptr
+}
+
+package_python-pytools(){
+  depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+
+  cd pytools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python2-pytools() {
+  depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy')
+
+  cd pytools-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}


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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 02:22:07
  Author: felixonmars
Revision: 191771

upgpkg: python-pytools 2016.2.4-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 00:50:58 UTC (rev 191770)
+++ PKGBUILD2016-10-10 02:22:07 UTC (rev 191771)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.2.2
+pkgver=2016.2.4
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -13,39 +13,40 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
  'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
  'python2-numpy')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('2f5870dc0c35d91fb0863fcf4819bf60c7e51c1c2645a43dd2e6dde3b3ddaa44248b1a2cb342976c50c0005f632a6efc9af0b6b77b7bb324b0c22ac843c3943f')
+sha512sums=('40fc58a6fbc7bb8dfb02b3a648e14221a6d0e47516dc9f87dc3642491315fca11aad6f8171922c53dba290653f22a01ec4b6293d92949309fe6d7a579e47b2ac')
 
 prepare() {
-   cp -a pytools-$pkgver{,-python2}
+  cp -a pytools-$pkgver{,-python2}
 }
 
 build() {
-   cd "$srcdir"/pytools-$pkgver
-   python setup.py build
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py build
 
-   cd "$srcdir"/pytools-$pkgver-python2
-   python2 setup.py build
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py build
 }
 
 check() {
-   cd "$srcdir"/pytools-$pkgver
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py ptr
 
-   cd "$srcdir"/pytools-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+  cd "$srcdir"/pytools-$pkgver-python2
+  python2 setup.py ptr
 }
 
-package_python2-pytools() {
-   depends=('python2-six' 'python2-decorator' 'python2-appdirs' 
'python2-numpy')
-   cd pytools-$pkgver-python2
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+package_python-pytools(){
+  depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+
+  cd pytools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
 }
 
-package_python-pytools(){
-   depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-   cd pytools-$pkgver
-   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+package_python2-pytools() {
+  depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy')
+
+  cd pytools-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
 }
-


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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 00:54:24
  Author: felixonmars
Revision: 278136

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

Added:
  dhcp/repos/testing-i686/
  dhcp/repos/testing-i686/PKGBUILD
(from rev 278135, dhcp/trunk/PKGBUILD)
  dhcp/repos/testing-i686/arch_patch_over_lfs.patch
(from rev 278135, dhcp/trunk/arch_patch_over_lfs.patch)
  dhcp/repos/testing-i686/dhclient@.service
(from rev 278135, dhcp/trunk/dhclient@.service)
  dhcp/repos/testing-i686/dhcp-4.3.1-client_script-1.patch
(from rev 278135, dhcp/trunk/dhcp-4.3.1-client_script-1.patch)
  dhcp/repos/testing-i686/dhcp-4.3.1-missing_ipv6-1.patch
(from rev 278135, dhcp/trunk/dhcp-4.3.1-missing_ipv6-1.patch)
  dhcp/repos/testing-i686/dhcp-honor-expired.patch
(from rev 278135, dhcp/trunk/dhcp-honor-expired.patch)
  dhcp/repos/testing-i686/dhcp.install
(from rev 278135, dhcp/trunk/dhcp.install)
  dhcp/repos/testing-i686/dhcpd4.service
(from rev 278135, dhcp/trunk/dhcpd4.service)
  dhcp/repos/testing-i686/dhcpd6.service
(from rev 278135, dhcp/trunk/dhcpd6.service)
  dhcp/repos/testing-x86_64/
  dhcp/repos/testing-x86_64/PKGBUILD
(from rev 278135, dhcp/trunk/PKGBUILD)
  dhcp/repos/testing-x86_64/arch_patch_over_lfs.patch
(from rev 278135, dhcp/trunk/arch_patch_over_lfs.patch)
  dhcp/repos/testing-x86_64/dhclient@.service
(from rev 278135, dhcp/trunk/dhclient@.service)
  dhcp/repos/testing-x86_64/dhcp-4.3.1-client_script-1.patch
(from rev 278135, dhcp/trunk/dhcp-4.3.1-client_script-1.patch)
  dhcp/repos/testing-x86_64/dhcp-4.3.1-missing_ipv6-1.patch
(from rev 278135, dhcp/trunk/dhcp-4.3.1-missing_ipv6-1.patch)
  dhcp/repos/testing-x86_64/dhcp-honor-expired.patch
(from rev 278135, dhcp/trunk/dhcp-honor-expired.patch)
  dhcp/repos/testing-x86_64/dhcp.install
(from rev 278135, dhcp/trunk/dhcp.install)
  dhcp/repos/testing-x86_64/dhcpd4.service
(from rev 278135, dhcp/trunk/dhcpd4.service)
  dhcp/repos/testing-x86_64/dhcpd6.service
(from rev 278135, dhcp/trunk/dhcpd6.service)

-+
 testing-i686/PKGBUILD   |  113 +++
 testing-i686/arch_patch_over_lfs.patch  |   27 
 testing-i686/dhclient@.service  |   10 
 testing-i686/dhcp-4.3.1-client_script-1.patch   |  645 ++
 testing-i686/dhcp-4.3.1-missing_ipv6-1.patch|   48 +
 testing-i686/dhcp-honor-expired.patch   |   49 +
 testing-i686/dhcp.install   |   14 
 testing-i686/dhcpd4.service |   12 
 testing-i686/dhcpd6.service |   12 
 testing-x86_64/PKGBUILD |  113 +++
 testing-x86_64/arch_patch_over_lfs.patch|   27 
 testing-x86_64/dhclient@.service|   10 
 testing-x86_64/dhcp-4.3.1-client_script-1.patch |  645 ++
 testing-x86_64/dhcp-4.3.1-missing_ipv6-1.patch  |   48 +
 testing-x86_64/dhcp-honor-expired.patch |   49 +
 testing-x86_64/dhcp.install |   14 
 testing-x86_64/dhcpd4.service   |   12 
 testing-x86_64/dhcpd6.service   |   12 
 18 files changed, 1860 insertions(+)

Copied: dhcp/repos/testing-i686/PKGBUILD (from rev 278135, dhcp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-10 00:54:24 UTC (rev 278136)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Isenmann 
+
+pkgbase=dhcp
+pkgname=('dhcp' 'dhclient')
+
+# separate patch levels with a period to maintain proper versioning.
+pkgver=4.3.5
+_pkgver=4.3.5
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:isc-dhcp')
+url="https://www.isc.org/software/dhcp;
+makedepends=('bash' 'iproute2')
+source=(ftp://ftp.isc.org/isc/${pkgbase}/${_pkgver}/${pkgbase}-${_pkgver}.tar.gz{,.asc}
+dhcpd4.service
+dhcpd6.service
+dhclient@.service
+dhcp-4.3.1-client_script-1.patch
+dhcp-4.3.1-missing_ipv6-1.patch
+arch_patch_over_lfs.patch
+dhcp-honor-expired.patch)
+md5sums=('2b5e5b2fa31c2e27e487039d86f83d3f'
+ 'SKIP'
+ '33cceed7056fdceda845eef26934f30f'
+ '4db26ed8335b908ef8cdee55172a84ed'
+ '06aa2ae46f05fdc784275e6ae54a8f7f'
+ 'c02bddb6c6c33c5885e3dd072ee2ee40'
+ 'da655f02f1cf4d95b4708e84e69edbc8'
+ 'ea45057374098b8ff7e140ecedf7696a'
+ '10a2332307ad8ccc8993a18ffd7165cb')
+validpgpkeys=('ADBE9446286C794905F1E0756FA6EBC9911A4C02') # Internet Systems 
Consortium, Inc. 
+
+prepare() {
+  cd "${srcdir}/${pkgbase}-${_pkgver}"
+
+  # Define _GNU_SOURCE to fix IPV6.
+  sed '/^CFLAGS="$CFLAGS/ s/INGS"/INGS -D_GNU_SOURCE"/' -i configure
+
+  # Apply patches from LSF
+  # Make not having ipv6 non-fatal.
+  patch -Np1 -i ../dhcp-4.3.1-missing_ipv6-1.patch
+  # Make 

[arch-commits] Commit in jenkins/repos/community-any (14 files)

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 00:50:58
  Author: felixonmars
Revision: 191770

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 191769, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 191769, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 191769, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 191769, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 191769, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 191769, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 191769, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-10 00:50:11 UTC (rev 191769)
+++ PKGBUILD2016-10-10 00:50:58 UTC (rev 191770)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.23
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 00:50:42
  Author: felixonmars
Revision: 278135

upgpkg: dhcp 4.3.5-1

Modified:
  dhcp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 21:52:28 UTC (rev 278134)
+++ PKGBUILD2016-10-10 00:50:42 UTC (rev 278135)
@@ -6,9 +6,9 @@
 pkgname=('dhcp' 'dhclient')
 
 # separate patch levels with a period to maintain proper versioning.
-pkgver=4.3.4
-_pkgver=4.3.4
-pkgrel=2
+pkgver=4.3.5
+_pkgver=4.3.5
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom:isc-dhcp')
 url="https://www.isc.org/software/dhcp;
@@ -21,7 +21,7 @@
 dhcp-4.3.1-missing_ipv6-1.patch
 arch_patch_over_lfs.patch
 dhcp-honor-expired.patch)
-md5sums=('0138319fe2b788cf4bdf34fbeaf9ff54'
+md5sums=('2b5e5b2fa31c2e27e487039d86f83d3f'
  'SKIP'
  '33cceed7056fdceda845eef26934f30f'
  '4db26ed8335b908ef8cdee55172a84ed'


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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 00:50:11
  Author: felixonmars
Revision: 191769

upgpkg: jenkins 2.24-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 00:46:47 UTC (rev 191768)
+++ PKGBUILD2016-10-10 00:50:11 UTC (rev 191769)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.23
+pkgver=2.24
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('432f3f0a5b17833a4cb860e5e081632890fda15cfd99ce29a721450827369dd74f0330e4a6f40dfb363c9b6ffa36ce94018eab395eec526d0b76b34d7d067f91'
+sha512sums=('dc343689a0250a33fb29ad0990385430945febaac60f922ff9741dd41624d72518b2530b53c628a17ae921f69d4d30f3af5fd0c41274f2a9175da30f3f7b173f'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 00:46:47
  Author: felixonmars
Revision: 191768

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-10 00:45:40 UTC (rev 191767)
+++ community-i686/PKGBUILD 2016-10-10 00:46:47 UTC (rev 191768)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jiangxq 
-# Contributor: zh8 
-# Contributor: 4679kun 
-
-pkgname=shadowsocks-libev
-pkgver=2.5.3
-pkgrel=1
-pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
-arch=('i686' 'x86_64')
-url='https://github.com/shadowsocks/shadowsocks-libev'
-license=('GPL3')
-depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns' 'zlib' 'pcre')
-makedepends=('git' 'asciidoc' 'xmlto')
-install=${pkgname}.install
-source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver;
-'shadowsocks-libev@.service'
-'shadowsocks-libev-server@.service'
-'shadowsocks-libev-redir@.service'
-

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

2016-10-09 Thread Felix Yan
Date: Monday, October 10, 2016 @ 00:45:40
  Author: felixonmars
Revision: 191767

upgpkg: shadowsocks-libev 2.5.4-1

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 23:52:45 UTC (rev 191766)
+++ PKGBUILD2016-10-10 00:45:40 UTC (rev 191767)
@@ -5,7 +5,7 @@
 # Contributor: 4679kun 
 
 pkgname=shadowsocks-libev
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('i686' 'x86_64')


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

2016-10-09 Thread Kyle Keen
Date: Sunday, October 9, 2016 @ 23:52:45
  Author: kkeen
Revision: 191766

archrelease: copy trunk to community-any

Added:
  python-traitlets/repos/community-any/
  python-traitlets/repos/community-any/PKGBUILD
(from rev 191765, python-traitlets/trunk/PKGBUILD)

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

Copied: python-traitlets/repos/community-any/PKGBUILD (from rev 191765, 
python-traitlets/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-10-09 23:52:45 UTC (rev 191766)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-traitlets
+pkgname=(python-traitlets python2-traitlets)
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="A configuration system for Python applications."
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/;
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;)
+md5sums=('dd0b1b6e5d31ce446d55a4b5e5083c98'
+ '9a8afbe0978adbcbfcb3b35b2d015a56')
+
+
+# ipython_genutils does not deserve a package
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+
+prepare() {
+  cd "$srcdir"
+  cp -r traitlets-$pkgver  python2-traitlets-$pkgver
+  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-traitlets() {
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-traitlets() {
+  depends=('python2-decorator')
+
+  # TEMPORARY!
+  cd "$srcdir/ipython2_genutils-0.1.0"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/python2-traitlets-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in (4 files)

2016-10-09 Thread Kyle Keen
Date: Sunday, October 9, 2016 @ 23:51:59
  Author: kkeen
Revision: 191765

pkginit: python-traitlets

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

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

Added: python-traitlets/trunk/PKGBUILD
===
--- python-traitlets/trunk/PKGBUILD (rev 0)
+++ python-traitlets/trunk/PKGBUILD 2016-10-09 23:51:59 UTC (rev 191765)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-traitlets
+pkgname=(python-traitlets python2-traitlets)
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="A configuration system for Python applications."
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/;
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;)
+md5sums=('dd0b1b6e5d31ce446d55a4b5e5083c98'
+ '9a8afbe0978adbcbfcb3b35b2d015a56')
+
+
+# ipython_genutils does not deserve a package
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+
+prepare() {
+  cd "$srcdir"
+  cp -r traitlets-$pkgver  python2-traitlets-$pkgver
+  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-traitlets() {
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-traitlets() {
+  depends=('python2-decorator')
+
+  # TEMPORARY!
+  cd "$srcdir/ipython2_genutils-0.1.0"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/python2-traitlets-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:50:19
  Author: bpiotrowski
Revision: 191764

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 191763, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-i686/llvm-static-system-libs.patch
(from rev 191763, openshadinglanguage/trunk/llvm-static-system-libs.patch)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 191763, openshadinglanguage/trunk/PKGBUILD)
  
openshadinglanguage/repos/community-staging-x86_64/llvm-static-system-libs.patch
(from rev 191763, 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 
191763, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 22:50:19 UTC (rev 191764)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.7.2
+pkgrel=4
+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 191763, 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-10-09 
22:50:19 UTC (rev 191764)
@@ -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 
191763, 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:50:12
  Author: bpiotrowski
Revision: 191763

upgpkg: openshadinglanguage 1.7.2-4

rebuild against boost 1.62.0

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 22:45:34 UTC (rev 191762)
+++ PKGBUILD2016-10-09 22:50:12 UTC (rev 191763)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage;


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:45:34
  Author: bpiotrowski
Revision: 191762

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 191761, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-i686/mygui.install
(from rev 191761, mygui/trunk/mygui.install)
  mygui/repos/community-staging-x86_64/
  mygui/repos/community-staging-x86_64/PKGBUILD
(from rev 191761, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-x86_64/mygui.install
(from rev 191761, mygui/trunk/mygui.install)

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

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 191761, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 22:45:34 UTC (rev 191762)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=9
+pkgdesc="A multilayer and overlappable GUI System"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
+optdepends=('ogre: for the ogre plugin and some exaples')
+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 191761, 
mygui/trunk/mygui.install)
===
--- community-staging-i686/mygui.install(rev 0)
+++ community-staging-i686/mygui.install2016-10-09 22:45:34 UTC (rev 
191762)
@@ -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 191761, 
mygui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 22:45:34 UTC (rev 191762)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=9
+pkgdesc="A multilayer and overlappable GUI System"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
+optdepends=('ogre: for the ogre plugin and some exaples')
+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 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:45:27
  Author: bpiotrowski
Revision: 191761

upgpkg: mygui 3.2.2-9

rebuild against boost 1.62.0

Modified:
  mygui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 22:35:19 UTC (rev 191760)
+++ PKGBUILD2016-10-09 22:45:27 UTC (rev 191761)
@@ -4,7 +4,7 @@
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
 pkgver=3.2.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A multilayer and overlappable GUI System"
 arch=('i686' 'x86_64')
 url="http://mygui.info/;


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:35:13
  Author: bpiotrowski
Revision: 191759

upgpkg: cegui 0.8.7-4

rebuild against boost 1.62.0

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 22:28:12 UTC (rev 191758)
+++ PKGBUILD2016-10-09 22:35:13 UTC (rev 191759)
@@ -7,7 +7,7 @@
 pkgname=cegui
 pkgver=0.8.7
 _tag=0-8-7
-pkgrel=3
+pkgrel=4
 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 cegui/repos (4 files)

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:35:19
  Author: bpiotrowski
Revision: 191760

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 191759, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-x86_64/
  cegui/repos/community-staging-x86_64/PKGBUILD
(from rev 191759, 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 191759, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 22:35:19 UTC (rev 191760)
@@ -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=4
+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 191759, 
cegui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 22:35:19 UTC (rev 191760)
@@ -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=4
+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 openimageio/repos (10 files)

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:28:12
  Author: bpiotrowski
Revision: 191758

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 191757, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix-compiler-warning.patch
(from rev 191757, openimageio/trunk/fix-compiler-warning.patch)
  openimageio/repos/community-staging-i686/stdmath.patch
(from rev 191757, openimageio/trunk/stdmath.patch)
  openimageio/repos/community-staging-i686/ustring-cxx11-std-string.patch
(from rev 191757, openimageio/trunk/ustring-cxx11-std-string.patch)
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 191757, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix-compiler-warning.patch
(from rev 191757, openimageio/trunk/fix-compiler-warning.patch)
  openimageio/repos/community-staging-x86_64/stdmath.patch
(from rev 191757, openimageio/trunk/stdmath.patch)
  openimageio/repos/community-staging-x86_64/ustring-cxx11-std-string.patch
(from rev 191757, 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 191757, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 22:28:12 UTC (rev 191758)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.6.14
+pkgrel=4
+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 191757, openimageio/trunk/fix-compiler-warning.patch)
===
--- community-staging-i686/fix-compiler-warning.patch   
(rev 0)
+++ community-staging-i686/fix-compiler-warning.patch   2016-10-09 22:28:12 UTC 
(rev 191758)
@@ -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 
191757, openimageio/trunk/stdmath.patch)
===
--- community-staging-i686/stdmath.patch(rev 0)
+++ community-staging-i686/stdmath.patch2016-10-09 22:28:12 UTC (rev 
191758)
@@ -0,0 +1,18 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:28:01
  Author: bpiotrowski
Revision: 191757

upgpkg: openimageio 1.6.14-4

rebuild against boost 1.62.0

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 22:22:40 UTC (rev 191756)
+++ PKGBUILD2016-10-09 22:28:01 UTC (rev 191757)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.6.14
-pkgrel=3
+pkgrel=4
 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 ogre/repos (6 files)

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:22:40
  Author: bpiotrowski
Revision: 191756

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 191755, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 191755, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 191755, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 191755, 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 191755, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 22:22:40 UTC (rev 191756)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=15
+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 191755, 
ogre/trunk/ogre.install)
===
--- community-staging-i686/ogre.install (rev 0)
+++ community-staging-i686/ogre.install 2016-10-09 22:22:40 UTC (rev 191756)
@@ -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 191755, 
ogre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 22:22:40 UTC (rev 191756)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=15

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 22:22:31
  Author: bpiotrowski
Revision: 191755

upgpkg: ogre 1.9.0-15

rebuild against boost 1.62.0

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 22:20:08 UTC (rev 191754)
+++ PKGBUILD2016-10-09 22:22:31 UTC (rev 191755)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=14
+pkgrel=15
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'


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

2016-10-09 Thread Kyle Keen
Date: Sunday, October 9, 2016 @ 22:19:53
  Author: kkeen
Revision: 191753

upgpkg: python-mistune 0.7.3-1

Modified:
  python-mistune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 22:02:52 UTC (rev 191752)
+++ PKGBUILD2016-10-09 22:19:53 UTC (rev 191753)
@@ -5,7 +5,7 @@
 pkgbase=python-mistune
 _pkgname=mistune
 pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="The fastest markdown parser in pure Python with renderer feature."
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
-md5sums=('798a72534237c25e6349d24652d0a6bc')
+md5sums=('d1127006e9636c28e98ad5ff3c70dbab')
 
 prepare() {
   cd "$srcdir"


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

2016-10-09 Thread Kyle Keen
Date: Sunday, October 9, 2016 @ 22:20:08
  Author: kkeen
Revision: 191754

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-09 22:19:53 UTC (rev 191753)
+++ PKGBUILD2016-10-09 22:20:08 UTC (rev 191754)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: shmilee
-
-pkgbase=python-mistune
-_pkgname=mistune
-pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="The fastest markdown parser in pure Python with renderer feature."
-arch=('any')
-url="https://github.com/lepture/mistune;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
-md5sums=('798a72534237c25e6349d24652d0a6bc')
-
-prepare() {
-  cd "$srcdir"
-  cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
-}
-
-package_python-mistune() {
-  cd "$srcdir/${_pkgname}-$pkgver"
-  python setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
-}
-
-package_python2-mistune() {
-  depends=('python2')
-  cd "$srcdir/${_pkgname}2-$pkgver"
-  python2 setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mistune/repos/community-any/PKGBUILD (from rev 191753, 
python-mistune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-09 22:20:08 UTC (rev 191754)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: shmilee
+
+pkgbase=python-mistune
+_pkgname=mistune
+pkgname=('python-mistune' 'python2-mistune')
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="The fastest markdown parser in pure Python with renderer feature."
+arch=('any')
+url="https://github.com/lepture/mistune;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
+md5sums=('d1127006e9636c28e98ad5ff3c70dbab')
+
+prepare() {
+  cd "$srcdir"
+  cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
+}
+
+package_python-mistune() {
+  cd "$srcdir/${_pkgname}-$pkgver"
+  python setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
+}
+
+package_python2-mistune() {
+  depends=('python2')
+  cd "$srcdir/${_pkgname}2-$pkgver"
+  python2 setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-09 Thread Kyle Keen
Date: Sunday, October 9, 2016 @ 22:02:31
  Author: kkeen
Revision: 191751

upgpkg: jansson 2.9-1

Modified:
  jansson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 21:09:24 UTC (rev 191750)
+++ PKGBUILD2016-10-09 22:02:31 UTC (rev 191751)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=jansson
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 options=('staticlibs')
 source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('592e29db0903d3031ea5a4e5a22fe75c')
+md5sums=('4b9d8fe6690ae3f10a227165bc02b696')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-09 Thread Kyle Keen
Date: Sunday, October 9, 2016 @ 22:02:52
  Author: kkeen
Revision: 191752

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-09 22:02:31 UTC (rev 191751)
+++ community-i686/PKGBUILD 2016-10-09 22:02:52 UTC (rev 191752)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dave Reisner 
-
-pkgname=jansson
-pkgver=2.8
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('i686' 'x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('staticlibs')
-source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('592e29db0903d3031ea5a4e5a22fe75c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-i686/PKGBUILD (from rev 191751, 
jansson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-09 22:02:52 UTC (rev 191752)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dave Reisner 
+
+pkgname=jansson
+pkgver=2.9
+pkgrel=1
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('i686' 'x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
+md5sums=('4b9d8fe6690ae3f10a227165bc02b696')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-09 22:02:31 UTC (rev 191751)
+++ community-x86_64/PKGBUILD   2016-10-09 22:02:52 UTC (rev 191752)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dave Reisner 
-
-pkgname=jansson
-pkgver=2.8
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('i686' 'x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('staticlibs')
-source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('592e29db0903d3031ea5a4e5a22fe75c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-x86_64/PKGBUILD (from rev 191751, 
jansson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-09 22:02:52 UTC (rev 191752)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dave Reisner 
+
+pkgname=jansson
+pkgver=2.9
+pkgrel=1
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('i686' 'x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
+md5sums=('4b9d8fe6690ae3f10a227165bc02b696')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-09 Thread Jan Steffens
Date: Sunday, October 9, 2016 @ 21:52:11
  Author: heftig
Revision: 278133

0.34.1-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 20:38:57 UTC (rev 278132)
+++ PKGBUILD2016-10-09 21:52:11 UTC (rev 278133)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.34.0+10+gc6474a5
+pkgver=0.34.1
 pkgrel=1
 pkgdesc="Compiler for the GObject type system"
 url="https://wiki.gnome.org/Projects/Vala;
@@ -12,7 +12,7 @@
 depends=(glib2)
 makedepends=(libxslt git vala)
 checkdepends=(dbus libx11 gobject-introspection)
-_commit=c6474a50e942f1418bc9c6a58ea244b835197994
+_commit=e06c1524749862c2a3fd5b9e7a183f021116fa38  # tags/0.34.1^0
 source=("git://git.gnome.org/vala#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-10-09 Thread Jan Steffens
Date: Sunday, October 9, 2016 @ 21:52:28
  Author: heftig
Revision: 278134

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-10-09 21:52:11 UTC (rev 278133)
+++ testing-i686/PKGBUILD   2016-10-09 21:52:28 UTC (rev 278134)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.34.0+10+gc6474a5
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2)
-makedepends=(libxslt git vala)
-checkdepends=(dbus libx11 gobject-introspection)
-_commit=c6474a50e942f1418bc9c6a58ea244b835197994
-source=("git://git.gnome.org/vala#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-vapigen
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: vala/repos/testing-i686/PKGBUILD (from rev 278133, vala/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 21:52:28 UTC (rev 278134)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.34.1
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+url="https://wiki.gnome.org/Projects/Vala;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(libxslt git vala)
+checkdepends=(dbus libx11 gobject-introspection)
+_commit=e06c1524749862c2a3fd5b9e7a183f021116fa38  # tags/0.34.1^0
+source=("git://git.gnome.org/vala#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-vapigen
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-10-09 21:52:11 UTC (rev 278133)
+++ testing-x86_64/PKGBUILD 2016-10-09 21:52:28 UTC (rev 278134)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.34.0+10+gc6474a5
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2)
-makedepends=(libxslt git vala)
-checkdepends=(dbus libx11 gobject-introspection)
-_commit=c6474a50e942f1418bc9c6a58ea244b835197994
-source=("git://git.gnome.org/vala#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-vapigen
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: vala/repos/testing-x86_64/PKGBUILD (from rev 278133, 
vala/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 21:52:28 UTC (rev 278134)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.34.1
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+url="https://wiki.gnome.org/Projects/Vala;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(libxslt git vala)
+checkdepends=(dbus libx11 gobject-introspection)
+_commit=e06c1524749862c2a3fd5b9e7a183f021116fa38  # tags/0.34.1^0
+source=("git://git.gnome.org/vala#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr 

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

2016-10-09 Thread Antonio Rojas
Date: Sunday, October 9, 2016 @ 21:09:24
  Author: arojas
Revision: 191750

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-09 21:08:50 UTC (rev 191749)
+++ community-i686/PKGBUILD 2016-10-09 21:09:24 UTC (rev 191750)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=rsibreak
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
-url="https://userbase.kde.org/RSIBreak;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(knotifyconfig kidletime hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('a27ef8361c50c90efa05578a947563a8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: rsibreak/repos/community-i686/PKGBUILD (from rev 191749, 
rsibreak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-09 21:09:24 UTC (rev 191750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=rsibreak
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
+url="https://userbase.kde.org/RSIBreak;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(knotifyconfig kidletime hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('b723a38237efad7983647306ce4dd421')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-09 21:08:50 UTC (rev 191749)
+++ community-x86_64/PKGBUILD   2016-10-09 21:09:24 UTC (rev 191750)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=rsibreak
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
-url="https://userbase.kde.org/RSIBreak;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(knotifyconfig kidletime hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('a27ef8361c50c90efa05578a947563a8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: rsibreak/repos/community-x86_64/PKGBUILD (from rev 191749, 
rsibreak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-09 21:09:24 UTC (rev 191750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=rsibreak
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
+url="https://userbase.kde.org/RSIBreak;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(knotifyconfig kidletime hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('b723a38237efad7983647306ce4dd421')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2016-10-09 Thread Antonio Rojas
Date: Sunday, October 9, 2016 @ 21:08:50
  Author: arojas
Revision: 191749

Update to 0.12.4

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 21:02:10 UTC (rev 191748)
+++ PKGBUILD2016-10-09 21:08:50 UTC (rev 191749)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.3
+pkgver=0.12.4
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('a27ef8361c50c90efa05578a947563a8')
+md5sums=('b723a38237efad7983647306ce4dd421')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in kio-gdrive (5 files)

2016-10-09 Thread Antonio Rojas
Date: Sunday, October 9, 2016 @ 21:02:10
  Author: arojas
Revision: 191748

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

Added:
  kio-gdrive/repos/
  kio-gdrive/repos/community-i686/
  kio-gdrive/repos/community-i686/PKGBUILD
(from rev 191747, kio-gdrive/trunk/PKGBUILD)
  kio-gdrive/repos/community-x86_64/
  kio-gdrive/repos/community-x86_64/PKGBUILD
(from rev 191747, kio-gdrive/trunk/PKGBUILD)

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

Copied: kio-gdrive/repos/community-i686/PKGBUILD (from rev 191747, 
kio-gdrive/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-10-09 21:02:10 UTC (rev 191748)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.0.2
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://projects.kde.org/kio-gdrive;
+license=(GPL)
+depends=(libkgapi qtkeychain)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('da7260c12f30e456d021264baee1a73d'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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

Copied: kio-gdrive/repos/community-x86_64/PKGBUILD (from rev 191747, 
kio-gdrive/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-10-09 21:02:10 UTC (rev 191748)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.0.2
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://projects.kde.org/kio-gdrive;
+license=(GPL)
+depends=(libkgapi qtkeychain)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('da7260c12f30e456d021264baee1a73d'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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


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

2016-10-09 Thread Antonio Rojas
Date: Sunday, October 9, 2016 @ 21:01:36
  Author: arojas
Revision: 191747

Add kio-gdrive (11 votes)

Added:
  kio-gdrive/
  kio-gdrive/trunk/
  kio-gdrive/trunk/PKGBUILD

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

Added: kio-gdrive/trunk/PKGBUILD
===
--- kio-gdrive/trunk/PKGBUILD   (rev 0)
+++ kio-gdrive/trunk/PKGBUILD   2016-10-09 21:01:36 UTC (rev 191747)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.0.2
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://projects.kde.org/kio-gdrive;
+license=(GPL)
+depends=(libkgapi qtkeychain)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('da7260c12f30e456d021264baee1a73d'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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


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


[arch-commits] Commit in python-pycuda/repos (3 files)

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:51:55
  Author: bpiotrowski
Revision: 191746

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycuda/repos/community-staging-x86_64/
  python-pycuda/repos/community-staging-x86_64/LICENSE
(from rev 191745, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-staging-x86_64/PKGBUILD
(from rev 191745, python-pycuda/trunk/PKGBUILD)

--+
 LICENSE  |7 +
 PKGBUILD |   77 +
 2 files changed, 84 insertions(+)

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

Copied: python-pycuda/repos/community-staging-x86_64/PKGBUILD (from rev 191745, 
python-pycuda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 20:51:55 UTC (rev 191746)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2016.1.2
+pkgrel=4
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('x86_64')
+url="http://mathema.tician.de/software/pycuda;
+license=('MIT' 'Apache')
+source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
+LICENSE)
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+sha512sums=('7a1a9d6723651bdc6f584de884c46bbaa17970e622b4d800c7f36ff57817807a51c7e4aa0a40872e46fc1243087af6dda07489bb60b6a33f52740a4d7a9e69a7'
+
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
+
+build() {
+   cd "${srcdir}"
+  
+   _arch=''
+   [[ "$CARCH" = "x86_64" ]] && _arch='64'
+
+   cp -a pycuda-${pkgver}{,-python2}
+  
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include
+}
+
+package_python2-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include   
+}
+
+package_pycuda-headers() {
+   cd 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:51:51
  Author: bpiotrowski
Revision: 191745

upgpkg: python-pycuda 2016.1.2-4

rebuild against boost 1.62.0

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 20:30:37 UTC (rev 191744)
+++ PKGBUILD2016-10-09 20:51:51 UTC (rev 191745)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:30:37
  Author: bpiotrowski
Revision: 191744

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

Added:
  pingus/repos/community-staging-i686/
  pingus/repos/community-staging-i686/ChangeLog
(from rev 191743, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-i686/PKGBUILD
(from rev 191743, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(from rev 191743, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-i686/pingus.desktop
(from rev 191743, pingus/trunk/pingus.desktop)
  pingus/repos/community-staging-x86_64/
  pingus/repos/community-staging-x86_64/ChangeLog
(from rev 191743, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-x86_64/PKGBUILD
(from rev 191743, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 191743, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-x86_64/pingus.desktop
(from rev 191743, pingus/trunk/pingus.desktop)

+
 community-staging-i686/ChangeLog   |   21 
 community-staging-i686/PKGBUILD|   38 +++
 community-staging-i686/pingus-0.7.6-gcc470-udl.patch   |   22 
 community-staging-i686/pingus.desktop  |9 +++
 community-staging-x86_64/ChangeLog |   21 
 community-staging-x86_64/PKGBUILD  |   38 +++
 community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 
 community-staging-x86_64/pingus.desktop|9 +++
 8 files changed, 180 insertions(+)

Copied: pingus/repos/community-staging-i686/ChangeLog (from rev 191743, 
pingus/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-10-09 20:30:37 UTC (rev 191744)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-staging-i686/PKGBUILD (from rev 191743, 
pingus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 20:30:37 UTC (rev 191744)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=19
+pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
+arch=('i686' 'x86_64')
+url="http://pingus.seul.org;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
+source=("$pkgname-$pkgver.tgz::https://github.com/Pingus/pingus/archive/v$pkgver.tar.gz;
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch')
+sha1sums=('c888c277995bed84052b62d0eacbd77d0346a276'
+  '579a1144f161ce89e6e024cea37210149b89c0c0'
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}" PREFIX="/usr"
+
+  install -D -m644 "${srcdir}/pingus.desktop" 
"${pkgdir}/usr/share/applications/pingus.desktop"
+}

Copied: pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch (from 
rev 191743, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
===
--- community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(rev 0)
+++ community-staging-i686/pingus-0.7.6-gcc470-udl.patch2016-10-09 
20:30:37 UTC (rev 191744)
@@ -0,0 +1,22 @@
+--- src/pingus/pingus_main.cpp~2011-12-24 15:46:47.0 -0600
 src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600
+@@ -465,7 +465,7 @@
+ void
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = "Welcome to Pingus "VERSION;
++  std::string greeting = "Welcome to Pingus " VERSION;
+   greeting += "!";
+   std::cout <<  greeting << std::endl;
+   for (unsigned int i = 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:30:30
  Author: bpiotrowski
Revision: 191743

upgpkg: pingus 0.7.6-19

rebuild against boost 1.62.0

Modified:
  pingus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 20:23:57 UTC (rev 191742)
+++ PKGBUILD2016-10-09 20:30:30 UTC (rev 191743)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=18
+pkgrel=19
 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
 arch=('i686' 'x86_64')
 url="http://pingus.seul.org;
@@ -10,10 +10,10 @@
 license=('GPL')
 depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
 makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
-source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;
+source=("$pkgname-$pkgver.tgz::https://github.com/Pingus/pingus/archive/v$pkgver.tar.gz;
 'pingus.desktop'
 'pingus-0.7.6-gcc470-udl.patch')
-sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
+sha1sums=('c888c277995bed84052b62d0eacbd77d0346a276'
   '579a1144f161ce89e6e024cea37210149b89c0c0'
   '143dd9969e8d100d29ed4f5b2039dde627afeb06')
 


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:23:57
  Author: bpiotrowski
Revision: 191742

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 191741, gource/trunk/PKGBUILD)
  gource/repos/community-staging-i686/gource-gcc6.patch
(from rev 191741, gource/trunk/gource-gcc6.patch)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 191741, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/gource-gcc6.patch
(from rev 191741, 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 191741, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 20:23:57 UTC (rev 191742)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=11
+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 191741, 
gource/trunk/gource-gcc6.patch)
===
--- community-staging-i686/gource-gcc6.patch(rev 0)
+++ community-staging-i686/gource-gcc6.patch2016-10-09 20:23:57 UTC (rev 
191742)
@@ -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 191741, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 20:23:57 UTC (rev 191742)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=11
+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 
191741, gource/trunk/gource-gcc6.patch)
===
--- community-staging-x86_64/gource-gcc6.patch  (rev 0)
+++ community-staging-x86_64/gource-gcc6.patch  2016-10-09 20:23:57 UTC (rev 
191742)
@@ -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-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:23:52
  Author: bpiotrowski
Revision: 191741

upgpkg: gource 0.43-11

rebuild against boost 1.62.0

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 20:21:12 UTC (rev 191740)
+++ PKGBUILD2016-10-09 20:23:52 UTC (rev 191741)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat 
 pkgname=gource
 pkgver=0.43
-pkgrel=10
+pkgrel=11
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(i686 x86_64)


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:21:12
  Author: bpiotrowski
Revision: 191740

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

Added:
  libasl/repos/community-staging-i686/
  libasl/repos/community-staging-i686/PKGBUILD
(from rev 191739, libasl/trunk/PKGBUILD)
  
libasl/repos/community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
(from rev 191739, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
  libasl/repos/community-staging-i686/libasl-vtk7.patch
(from rev 191739, libasl/trunk/libasl-vtk7.patch)
  libasl/repos/community-staging-i686/suppress-deprecated-warnings.patch
(from rev 191739, libasl/trunk/suppress-deprecated-warnings.patch)
  libasl/repos/community-staging-x86_64/
  libasl/repos/community-staging-x86_64/PKGBUILD
(from rev 191739, libasl/trunk/PKGBUILD)
  
libasl/repos/community-staging-x86_64/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
(from rev 191739, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
  libasl/repos/community-staging-x86_64/libasl-vtk7.patch
(from rev 191739, libasl/trunk/libasl-vtk7.patch)
  libasl/repos/community-staging-x86_64/suppress-deprecated-warnings.patch
(from rev 191739, libasl/trunk/suppress-deprecated-warnings.patch)

--+
 community-staging-i686/PKGBUILD
  |   56 +
 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
   |   59 ++
 community-staging-i686/libasl-vtk7.patch   
  |   13 ++
 community-staging-i686/suppress-deprecated-warnings.patch  
  |   11 +
 community-staging-x86_64/PKGBUILD  
  |   56 +
 
community-staging-x86_64/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
 |   59 ++
 community-staging-x86_64/libasl-vtk7.patch 
  |   13 ++
 community-staging-x86_64/suppress-deprecated-warnings.patch
  |   11 +
 8 files changed, 278 insertions(+)

Copied: libasl/repos/community-staging-i686/PKGBUILD (from rev 191739, 
libasl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 20:21:12 UTC (rev 191740)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Andrejs Mivreņiks 
+
+pkgname=libasl
+pkgver=0.1.6
+pkgrel=7
+pkgdesc='Multiphysics simulation software package (Advanced Simulation 
Library)'
+arch=('i686' 'x86_64')
+url='http://asl.org.il/'
+license=('AGPL3')
+depends=('boost-libs' 'libcl' 'libmatio' 'vtk' 'libjpeg' 'libpng' 'libtiff'
+ 'freetype2' 'libgl')
+makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
+'suppress-deprecated-warnings.patch'
+'libasl-vtk7.patch'
+
'libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch')
+md5sums=('1f283d066d57e11d4602016148181420'
+ '972d7ed8037a35d32125773ae70f6360'
+ '583fff4d0e81579720e094ecb8729c2d'
+ '4747d00c048574f5722b4d9cfaa73676')
+
+prepare() {
+  rm -rf "build"
+  mkdir "build"
+
+  # patch to suppress 'deprecated' warning messages
+  # caused by 'opencl-headers' since update to 2.0
+  cd "ASL-${pkgver}"
+  patch -p1 -i "${srcdir}/suppress-deprecated-warnings.patch"
+
+  # patch cmakelists for newest vtk
+  patch -p1 -i "${srcdir}/libasl-vtk7.patch"
+
+  patch -p1 -i 
"${srcdir}/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch"
+}
+
+build() {
+  cd "build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_EXAMPLES=ON \
+-DWITH_MATIO=ON \
+-DWITH_API_DOC=OFF \
+-DWITH_TESTS=OFF \
+"../ASL-${pkgver}"
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: 
libasl/repos/community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
 (from rev 191739, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
===
--- 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
  (rev 0)
+++ 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
  2016-10-09 20:21:12 UTC 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:21:06
  Author: bpiotrowski
Revision: 191739

upgpkg: libasl 0.1.6-7

rebuild against boost 1.62.0

Modified:
  libasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 20:05:30 UTC (rev 191738)
+++ PKGBUILD2016-10-09 20:21:06 UTC (rev 191739)
@@ -4,7 +4,7 @@
 
 pkgname=libasl
 pkgver=0.1.6
-pkgrel=6
+pkgrel=7
 pkgdesc='Multiphysics simulation software package (Advanced Simulation 
Library)'
 arch=('i686' 'x86_64')
 url='http://asl.org.il/'


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:05:30
  Author: bpiotrowski
Revision: 191738

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

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 191737, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 191737, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 191737, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 191737, gqrx/trunk/gqrx.desktop)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   11 ++
 4 files changed, 130 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 191737, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 20:05:30 UTC (rev 191738)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.6
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.desktop")
+md5sums=('369809501f08ae13d56115e7491c3b20'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-i686/gqrx.desktop (from rev 191737, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2016-10-09 20:05:30 UTC (rev 191738)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Software Defined Radio
+Comment=Software defined radio receiver implemented using GNU Radio and the Qt 
GUI toolkit
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;Network;HamRadio;
+Keywords=SDR;Radio;HAM;
+StartupNotify=false

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 191737, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 20:05:30 UTC (rev 191738)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.6
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.desktop")
+md5sums=('369809501f08ae13d56115e7491c3b20'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:05:26
  Author: bpiotrowski
Revision: 191737

upgpkg: gqrx 2.6-2

rebuild against boost 1.62.0

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 19:58:34 UTC (rev 191736)
+++ PKGBUILD2016-10-09 20:05:26 UTC (rev 191737)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/;


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:58:28
  Author: bpiotrowski
Revision: 191735

upgpkg: gnuradio-osmosdr 0.1.4-19

rebuild against boost 1.62.0

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 19:55:49 UTC (rev 191734)
+++ PKGBUILD2016-10-09 19:58:28 UTC (rev 191735)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=18
+pkgrel=19
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/;
 arch=('i686' 'x86_64')


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:58:34
  Author: bpiotrowski
Revision: 191736

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

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 191735, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 191735, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
191735, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 19:58:34 UTC (rev 191736)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=19
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
191735, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 19:58:34 UTC (rev 191736)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=19
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:55:33
  Author: bpiotrowski
Revision: 191731

upgpkg: gnuradio-iqbal 0.37.2-21

rebuild against boost 1.62.0

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 19:51:41 UTC (rev 191730)
+++ PKGBUILD2016-10-09 19:55:33 UTC (rev 191731)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/;


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:55:44
  Author: bpiotrowski
Revision: 191733

upgpkg: gnuradio-fcdproplus 3.7.5-5

rebuild against boost 1.62.0

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 19:55:38 UTC (rev 191732)
+++ PKGBUILD2016-10-09 19:55:44 UTC (rev 191733)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.5
-pkgrel=4
+pkgrel=5
 _tag=fcdproplus-0.1.0
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:55:38
  Author: bpiotrowski
Revision: 191732

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 191731, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 191731, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 191731, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 19:55:38 UTC (rev 191732)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=21
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
191731, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 19:55:38 UTC (rev 191732)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=21
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:55:49
  Author: bpiotrowski
Revision: 191734

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

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 191733, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 191733, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 191733, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 191733, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 +
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-x86_64/88-fcdproplus.rules |9 +
 community-staging-x86_64/PKGBUILD|   41 +
 4 files changed, 100 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 191733, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2016-10-09 19:55:49 UTC (rev 
191734)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
191733, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 19:55:49 UTC (rev 191734)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=5
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 191733, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2016-10-09 19:55:49 UTC 
(rev 191734)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
191733, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 19:55:49 UTC (rev 191734)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=5
+_tag=fcdproplus-0.1.0

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:51:41
  Author: bpiotrowski
Revision: 191730

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 191729, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 191729, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 191729, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 191729, gnuradio/trunk/PKGBUILD)

---+
 community-staging-i686/21-fcd.rules   |9 ++
 community-staging-i686/PKGBUILD   |  107 
 community-staging-x86_64/21-fcd.rules |9 ++
 community-staging-x86_64/PKGBUILD |  107 
 4 files changed, 232 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 191729, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2016-10-09 19:51:41 UTC (rev 191730)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 191729, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 19:51:41 UTC (rev 191730)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.10.1
+pkgrel=2
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
+'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
+source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
+"21-fcd.rules")
+validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
+md5sums=('885d637669c2dfc2b005c24e16327c96'
+ 'SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  msg "Replacing filenames to use python2."
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py') \
+$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/scripts/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_INTERNAL_VOLK=OFF \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DENABLE_GR_QTGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  export PYTHON=python2
+  #make test
+}
+
+package_gnuradio() {
+  optdepends=('boost: gr_modtool'
+  'swig: gr_modtool'
+  'cmake: gr_modtool'
+  'pkgconfig: libuhd')
+  cd "$srcdir"
+  install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
+  cd "$srcdir/$pkgbase-$pkgver/grc/scripts/freedesktop"
+  install -Dm644 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 19:51:36
  Author: bpiotrowski
Revision: 191729

upgpkg: gnuradio 3.7.10.1-2

rebuild against boost 1.62.0

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:39:28 UTC (rev 191728)
+++ PKGBUILD2016-10-09 19:51:36 UTC (rev 191729)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org;
@@ -29,8 +29,11 @@
 # secret release directory
 #source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
 source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz.asc;
 "21-fcd.rules")
-md5sums=('c7bd3743b1c8f1c1d97c3d8085efbf74'
+validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2') # GNU Radio Project
+md5sums=('885d637669c2dfc2b005c24e16327c96'
+ 'SKIP'
  '465e12c454c6a22ebec9849181af7bdc')
 
 prepare() {


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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 19:12:00
  Author: alucryd
Revision: 278131

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

Added:
  mkvtoolnix/repos/staging-i686/PKGBUILD
(from rev 278130, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-x86_64/PKGBUILD
(from rev 278130, mkvtoolnix/trunk/PKGBUILD)
Deleted:
  mkvtoolnix/repos/staging-i686/PKGBUILD
  mkvtoolnix/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  122 ++
 staging-i686/PKGBUILD   |   61 ---
 staging-x86_64/PKGBUILD |   61 ---
 3 files changed, 122 insertions(+), 122 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-10-09 19:07:09 UTC (rev 278130)
+++ staging-i686/PKGBUILD   2016-10-09 19:12:00 UTC (rev 278131)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=9.4.2
-pkgrel=2
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('55c246e54ff0e0e8c9c61320f1730ef9')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-curl \
---disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 278130, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-09 19:12:00 UTC (rev 278131)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=9.4.2
+pkgrel=3
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('55c246e54ff0e0e8c9c61320f1730ef9')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl \
+--disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-10-09 19:07:09 UTC (rev 278130)
+++ 

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

2016-10-09 Thread Florian Pritz
Date: Sunday, October 9, 2016 @ 19:07:05
  Author: bluewind
Revision: 278129

upgpkg: pacman-mirrorlist 20161009-1

upstream update

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:57:09 UTC (rev 278128)
+++ PKGBUILD2016-10-09 19:07:05 UTC (rev 278129)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20161005
+pkgver=20161009
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('37dcc289853def0a2f8c176dbdcb7188')
-sha256sums=('5bbbab9f811641817f94cb037c0a2b13381169466913cdc098cb4507e6f30e6f')
+md5sums=('f5f8d13bca2eda02b1aa84a19959e8e8')
+sha256sums=('5651e6da887fc5051e020a8aab645c76642a2a0e8b1460259bb7f0b48a72cbc7')

Modified: mirrorlist
===
--- mirrorlist  2016-10-09 18:57:09 UTC (rev 278128)
+++ mirrorlist  2016-10-09 19:07:05 UTC (rev 278129)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-10-05
+## Generated on 2016-10-09
 ##
 
 ## Worldwide
@@ -182,8 +182,6 @@
 #Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch
 #Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
 #Server = https://mirror.michael-eckert.net/archlinux/$repo/os/$arch
-#Server = http://archlinux.my-universe.com/$repo/os/$arch
-#Server = https://archlinux.my-universe.com/$repo/os/$arch
 #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
 #Server = https://mirror.netcologne.de/archlinux/$repo/os/$arch
@@ -199,8 +197,6 @@
 #Server = http://archlinux.thaller.ws/$repo/os/$arch
 #Server = https://archlinux.thaller.ws/$repo/os/$arch
 #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
-#Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch
-#Server = https://ftp.tuxdroid.org/archlinux/$repo/os/$arch
 #Server = http://mirror.ubrco.de/archlinux/$repo/os/$arch
 #Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
 #Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch


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

2016-10-09 Thread Florian Pritz
Date: Sunday, October 9, 2016 @ 19:07:09
  Author: bluewind
Revision: 278130

archrelease: copy trunk to core-any

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

+
 PKGBUILD   |   62 ++--
 mirrorlist |  914 +--
 upgpkg |8 
 3 files changed, 490 insertions(+), 494 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-09 19:07:05 UTC (rev 278129)
+++ PKGBUILD2016-10-09 19:07:09 UTC (rev 278130)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <d...@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20161005
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('37dcc289853def0a2f8c176dbdcb7188')
-sha256sums=('5bbbab9f811641817f94cb037c0a2b13381169466913cdc098cb4507e6f30e6f')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 278129, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-09 19:07:09 UTC (rev 278130)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+
+pkgname=pacman-mirrorlist
+pkgver=20161009
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('f5f8d13bca2eda02b1aa84a19959e8e8')
+sha256sums=('5651e6da887fc5051e020a8aab645c76642a2a0e8b1460259bb7f0b48a72cbc7')

Deleted: mirrorlist
===
--- mirrorlist  2016-10-09 19:07:05 UTC (rev 278129)
+++ mirrorlist  2016-10-09 19:07:09 UTC (rev 278130)
@@ -1,459 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2016-10-05
-##
-
-## Worldwide
-#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
-#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Bosnia and Herzegovina
-#Server = http://burek.archlinux.ba/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.lasca.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo

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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:57:09
  Author: alucryd
Revision: 278128

boost rebuild: mkvtoolnix 9.4.2-3

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:51:38 UTC (rev 278127)
+++ PKGBUILD2016-10-09 18:57:09 UTC (rev 278128)
@@ -6,7 +6,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
 pkgver=9.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'


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

2016-10-09 Thread Christian Hesse
Date: Sunday, October 9, 2016 @ 18:48:22
  Author: eworm
Revision: 278126

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

Added:
  dnsmasq/repos/testing-i686/
  
dnsmasq/repos/testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch
(from rev 278125, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
  dnsmasq/repos/testing-i686/PKGBUILD
(from rev 278125, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-i686/dnsmasq-sysusers.conf
(from rev 278125, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-i686/dnsmasq.install
(from rev 278125, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/testing-i686/dnsmasq.service
(from rev 278125, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/testing-x86_64/
  
dnsmasq/repos/testing-x86_64/0001-Handle-binding-upstream-servers-to-an-interface.patch
(from rev 278125, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
  dnsmasq/repos/testing-x86_64/PKGBUILD
(from rev 278125, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-x86_64/dnsmasq-sysusers.conf
(from rev 278125, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-x86_64/dnsmasq.install
(from rev 278125, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/testing-x86_64/dnsmasq.service
(from rev 278125, dnsmasq/trunk/dnsmasq.service)

---+
 testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch   |  
123 ++
 testing-i686/PKGBUILD |   
65 +
 testing-i686/dnsmasq-sysusers.conf|
1 
 testing-i686/dnsmasq.install  |   
13 +
 testing-i686/dnsmasq.service  |   
14 +
 testing-x86_64/0001-Handle-binding-upstream-servers-to-an-interface.patch |  
123 ++
 testing-x86_64/PKGBUILD   |   
65 +
 testing-x86_64/dnsmasq-sysusers.conf  |
1 
 testing-x86_64/dnsmasq.install|   
13 +
 testing-x86_64/dnsmasq.service|   
14 +
 10 files changed, 432 insertions(+)

Copied: 
dnsmasq/repos/testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch
 (from rev 278125, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
===
--- testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch 
(rev 0)
+++ testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch 
2016-10-09 18:48:22 UTC (rev 278126)
@@ -0,0 +1,123 @@
+From f7fcfebdbc3c57570d2f6de35f38c72ce6c80143 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 31 Aug 2016 18:42:22 +0200
+Subject: [PATCH 1/1] Handle binding upstream servers to an interface
+
+upstream commits:
+
+* 2675f2061525bc954be14988d64384b74aa7bf8b
+* 16800ea072dd0cdf14d951c4bb8d2808b3dfe53d
+
+Signed-off-by: Christian Hesse 
+---
+ src/dnsmasq.h |  1 +
+ src/network.c | 32 ++--
+ 2 files changed, 31 insertions(+), 2 deletions(-)
+
+diff --git a/src/dnsmasq.h b/src/dnsmasq.h
+index 1896a64..aa5ec84 100644
+--- a/src/dnsmasq.h
 b/src/dnsmasq.h
+@@ -487,6 +487,7 @@ struct serverfd {
+   int fd;
+   union mysockaddr source_addr;
+   char interface[IF_NAMESIZE+1];
++  unsigned int ifindex, used;
+   struct serverfd *next;
+ };
+ 
+diff --git a/src/network.c b/src/network.c
+index e7722fd..d87d08f 100644
+--- a/src/network.c
 b/src/network.c
+@@ -1204,6 +1204,7 @@ int local_bind(int fd, union mysockaddr *addr, char 
*intname, int is_tcp)
+ static struct serverfd *allocate_sfd(union mysockaddr *addr, char *intname)
+ {
+   struct serverfd *sfd;
++  unsigned int ifindex = 0;
+   int errsave;
+ 
+   /* when using random ports, servers which would otherwise use
+@@ -1224,11 +1225,15 @@ static struct serverfd *allocate_sfd(union mysockaddr 
*addr, char *intname)
+   return NULL;
+ #endif
+ }
++
++  if (intname && strlen(intname) != 0)
++ifindex = if_nametoindex(intname); /* index == 0 when not binding to an 
interface */
+   
+   /* may have a suitable one already */
+   for (sfd = daemon->sfds; sfd; sfd = sfd->next )
+ if (sockaddr_isequal(>source_addr, addr) &&
+-  strcmp(intname, sfd->interface) == 0)
++  strcmp(intname, sfd->interface) == 0 &&
++  ifindex == sfd->ifindex) 
+   return sfd;
+   
+   /* need to make a new one. */
+@@ -1250,11 +1255,13 @@ static struct serverfd *allocate_sfd(union mysockaddr 
*addr, char *intname)
+   errno = errsave;
+   return NULL;
+ }
+-
++
+   strcpy(sfd->interface, intname); 
+   sfd->source_addr = *addr;
+   sfd->next = 

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

2016-10-09 Thread Christian Hesse
Date: Sunday, October 9, 2016 @ 18:48:12
  Author: eworm
Revision: 278125

upgpkg: dnsmasq 2.76-3

Link against recent nettle. (FS#51293) Dynamic linking was ok, but dnsmasq 
reported:

dnsmasq: Symbol `nettle_hashes' has different size in shared object, consider 
re-linking

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:25:55 UTC (rev 278124)
+++ PKGBUILD2016-10-09 18:48:12 UTC (rev 278125)
@@ -5,7 +5,7 @@
 
 pkgname=dnsmasq
 pkgver=2.76
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html;
 arch=('i686' 'x86_64')


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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:39:28
  Author: alucryd
Revision: 191728

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

Added:
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 191727, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 191727, aegisub/trunk/PKGBUILD)
Deleted:
  aegisub/repos/community-staging-i686/PKGBUILD
  aegisub/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-09 18:39:08 UTC (rev 191727)
+++ community-staging-i686/PKGBUILD 2016-10-09 18:39:28 UTC (rev 191728)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kozec 
-# Contributor: Limao Luo 
-
-pkgname=aegisub
-pkgver=3.2.2
-pkgrel=14
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
-sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
-
-prepare() {
-  cd aegisub-${pkgver}
-
-  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
-}
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 191727, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 18:39:28 UTC (rev 191728)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=15
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-09 18:39:08 UTC (rev 191727)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 18:39:28 UTC (rev 191728)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kozec 
-# Contributor: Limao Luo 
-
-pkgname=aegisub
-pkgver=3.2.2
-pkgrel=14
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
-sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
-
-prepare() {
-  cd aegisub-${pkgver}
-
-  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
-}
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 

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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:39:08
  Author: alucryd
Revision: 191727

boost rebuild: aegisub 3.2.2-15

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:23:53 UTC (rev 191726)
+++ PKGBUILD2016-10-09 18:39:08 UTC (rev 191727)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=14
+pkgrel=15
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:25:55
  Author: alucryd
Revision: 278124

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-09 18:25:45 UTC (rev 278123)
+++ extra-i686/PKGBUILD 2016-10-09 18:25:55 UTC (rev 278124)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.13.3
-pkgrel=1
-pkgdesc='A portable library for SSA/ASS subtitles rendering'
-arch=('i686' 'x86_64')
-url='https://github.com/libass/libass/'
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-provides=('libass.so')
-source=("https://github.com/libass/libass/releases/download/${pkgver}/libass-${pkgver}.tar.xz;)
-sha256sums=('a641b653d7c9f2f3b9d6a5e5a906a004ac3e110487ad485d9dd029e944bb3f6d')
-
-build() {
-  cd libass-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-harfbuzz \
---enable-fontconfig
-  make
-}
-
-package() {
-  cd libass-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libass/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libass/repos/extra-i686/PKGBUILD (from rev 278123, 
libass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-09 18:25:55 UTC (rev 278124)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.4
+pkgrel=1
+pkgdesc='A portable library for SSA/ASS subtitles rendering'
+arch=('i686' 'x86_64')
+url='https://github.com/libass/libass/'
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
+source=("https://github.com/libass/libass/releases/download/${pkgver}/libass-${pkgver}.tar.xz;)
+sha256sums=('d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6')
+
+build() {
+  cd libass-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-harfbuzz \
+--enable-fontconfig
+  make
+}
+
+package() {
+  cd libass-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libass/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-09 18:25:45 UTC (rev 278123)
+++ extra-x86_64/PKGBUILD   2016-10-09 18:25:55 UTC (rev 278124)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.13.3
-pkgrel=1
-pkgdesc='A portable library for SSA/ASS subtitles rendering'
-arch=('i686' 'x86_64')
-url='https://github.com/libass/libass/'
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-provides=('libass.so')
-source=("https://github.com/libass/libass/releases/download/${pkgver}/libass-${pkgver}.tar.xz;)
-sha256sums=('a641b653d7c9f2f3b9d6a5e5a906a004ac3e110487ad485d9dd029e944bb3f6d')
-
-build() {
-  cd libass-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-harfbuzz \
---enable-fontconfig
-  make
-}
-
-package() {
-  cd libass-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libass/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 278123, 
libass/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-09 18:25:55 UTC (rev 278124)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.4
+pkgrel=1
+pkgdesc='A portable library for SSA/ASS subtitles rendering'
+arch=('i686' 'x86_64')
+url='https://github.com/libass/libass/'
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')

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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:25:45
  Author: alucryd
Revision: 278123

upgpkg: libass 0.13.4-1

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:01:42 UTC (rev 278122)
+++ PKGBUILD2016-10-09 18:25:45 UTC (rev 278123)
@@ -4,7 +4,7 @@
 # Contributor: G_Syme 
 
 pkgname=libass
-pkgver=0.13.3
+pkgver=0.13.4
 pkgrel=1
 pkgdesc='A portable library for SSA/ASS subtitles rendering'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkg-config' 'yasm')
 provides=('libass.so')
 
source=("https://github.com/libass/libass/releases/download/${pkgver}/libass-${pkgver}.tar.xz;)
-sha256sums=('a641b653d7c9f2f3b9d6a5e5a906a004ac3e110487ad485d9dd029e944bb3f6d')
+sha256sums=('d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6')
 
 build() {
   cd libass-${pkgver}


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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:23:47
  Author: alucryd
Revision: 191725

upgpkg: lollypop 0.9.210-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:14:32 UTC (rev 191724)
+++ PKGBUILD2016-10-09 18:23:47 UTC (rev 191725)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.206
+pkgver=0.9.210
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -20,7 +20,7 @@
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('9f139bbad791ea5db50c9367f813b49c16ef8511f58cf5faa7779848c1a10648')
+sha256sums=('eba67bc40b6e8fd52fcdac8327dd376c1b3ccf465d1f14e2db0d0e625f8e5ae8')
 
 build() {
   cd lollypop-${pkgver}


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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:23:53
  Author: alucryd
Revision: 191726

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 191725, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-09 18:23:47 UTC (rev 191725)
+++ PKGBUILD2016-10-09 18:23:53 UTC (rev 191726)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.206
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('9f139bbad791ea5db50c9367f813b49c16ef8511f58cf5faa7779848c1a10648')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 191725, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-09 18:23:53 UTC (rev 191726)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.210
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('eba67bc40b6e8fd52fcdac8327dd376c1b3ccf465d1f14e2db0d0e625f8e5ae8')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:14:32
  Author: alucryd
Revision: 191724

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-09 18:13:47 UTC (rev 191723)
+++ community-i686/PKGBUILD 2016-10-09 18:14:32 UTC (rev 191724)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.12.1
-pkgrel=3
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 191723, 
hexchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-09 18:14:32 UTC (rev 191724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.12.2
+pkgrel=1
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'lua: Lua plugin'
+'perl: Perl plugin'
+'python: Python plugin')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6'
+'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
+
+build() {
+  cd hexchat-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-python='python3' \
+--enable-textfe
+  make
+}
+
+package() {
+  cd hexchat-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-09 18:13:47 UTC (rev 191723)
+++ community-x86_64/PKGBUILD   2016-10-09 18:14:32 UTC (rev 191724)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.12.1
-pkgrel=3
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 191723, 
hexchat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD 

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

2016-10-09 Thread Maxime Gauduin
Date: Sunday, October 9, 2016 @ 18:13:47
  Author: alucryd
Revision: 191723

upgpkg: hexchat 2.12.2-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 16:29:39 UTC (rev 191722)
+++ PKGBUILD2016-10-09 18:13:47 UTC (rev 191723)
@@ -3,8 +3,8 @@
 # Contributor: TingPing 
 
 pkgname=hexchat
-pkgver=2.12.1
-pkgrel=3
+pkgver=2.12.2
+pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
@@ -16,8 +16,10 @@
 'lua: Lua plugin'
 'perl: Perl plugin'
 'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6'
+'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
 
 build() {
   cd hexchat-${pkgver}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 18:01:42
  Author: felixonmars
Revision: 278122

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

Added:
  kross/repos/testing-i686/
  kross/repos/testing-i686/PKGBUILD
(from rev 278121, kross/trunk/PKGBUILD)
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 278121, kross/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kross/repos/testing-i686/PKGBUILD (from rev 278121, 
kross/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 18:01:42 UTC (rev 278122)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cdf0035dc5f4324a2083379f16ed10e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 278121, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 18:01:42 UTC (rev 278122)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cdf0035dc5f4324a2083379f16ed10e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 18:01:10
  Author: felixonmars
Revision: 278120

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

Added:
  kmediaplayer/repos/testing-i686/
  kmediaplayer/repos/testing-i686/PKGBUILD
(from rev 278119, kmediaplayer/trunk/PKGBUILD)
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 278119, kmediaplayer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kmediaplayer/repos/testing-i686/PKGBUILD (from rev 278119, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 18:01:10 UTC (rev 278120)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7681b3c4780e7d4c9ebf0c5d9cd45fa7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 278119, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 18:01:10 UTC (rev 278120)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7681b3c4780e7d4c9ebf0c5d9cd45fa7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 18:01:16
  Author: felixonmars
Revision: 278121

upgpkg: kross 5.27.0-1

Upstream release

Modified:
  kross/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:01:10 UTC (rev 278120)
+++ PKGBUILD2016-10-09 18:01:16 UTC (rev 278121)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kross
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Multi-language application scripting'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a90ac03e225b9cb20af537d694eda2c1')
+md5sums=('4cdf0035dc5f4324a2083379f16ed10e')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 18:00:43
  Author: felixonmars
Revision: 278119

upgpkg: kmediaplayer 5.27.0-1

Upstream release

Modified:
  kmediaplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 18:00:35 UTC (rev 278118)
+++ PKGBUILD2016-10-09 18:00:43 UTC (rev 278119)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kmediaplayer
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Plugin interface for media player features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e5cbccb1a1b9e68e8cff60b2f8c5bc31')
+md5sums=('7681b3c4780e7d4c9ebf0c5d9cd45fa7')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 18:00:35
  Author: felixonmars
Revision: 278118

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

Added:
  kjsembed/repos/testing-i686/
  kjsembed/repos/testing-i686/PKGBUILD
(from rev 278117, kjsembed/trunk/PKGBUILD)
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 278117, kjsembed/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kjsembed/repos/testing-i686/PKGBUILD (from rev 278117, 
kjsembed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 18:00:35 UTC (rev 278118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('09aa2aaaf346861d28a28e44c53b894a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 278117, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 18:00:35 UTC (rev 278118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('09aa2aaaf346861d28a28e44c53b894a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 18:00:08
  Author: felixonmars
Revision: 278117

upgpkg: kjsembed 5.27.0-1

Upstream release

Modified:
  kjsembed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:59:51 UTC (rev 278116)
+++ PKGBUILD2016-10-09 18:00:08 UTC (rev 278117)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kjsembed
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Embedded JS'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e9ba464861bf4f1c0b92b68326b2633a')
+md5sums=('09aa2aaaf346861d28a28e44c53b894a')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:59:51
  Author: felixonmars
Revision: 278116

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

Added:
  khtml/repos/testing-i686/
  khtml/repos/testing-i686/PKGBUILD
(from rev 278115, khtml/trunk/PKGBUILD)
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 278115, khtml/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: khtml/repos/testing-i686/PKGBUILD (from rev 278115, 
khtml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:59:51 UTC (rev 278116)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f4fb07014886189637f82604d3875b71')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 278115, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:59:51 UTC (rev 278116)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f4fb07014886189637f82604d3875b71')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:59:25
  Author: felixonmars
Revision: 278115

upgpkg: khtml 5.27.0-1

Upstream release

Modified:
  khtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:59:06 UTC (rev 278114)
+++ PKGBUILD2016-10-09 17:59:25 UTC (rev 278115)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=khtml
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='KHTML APIs'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('15f8e2d5d80379efb9d561e1822aab83')
+md5sums=('f4fb07014886189637f82604d3875b71')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:59:06
  Author: felixonmars
Revision: 278114

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

Added:
  kdelibs4support/repos/testing-i686/
  kdelibs4support/repos/testing-i686/PKGBUILD
(from rev 278113, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 278113, kdelibs4support/trunk/PKGBUILD)

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

Copied: kdelibs4support/repos/testing-i686/PKGBUILD (from rev 278113, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:59:06 UTC (rev 278114)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kunitconversion' 'kitemmodels' 'kemoticons' 'kded' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri' 'python' 'kdesignerplugin')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7b6d4e08c6a53f2a093792d6d7d7e469')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 278113, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:59:06 UTC (rev 278114)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kunitconversion' 'kitemmodels' 'kemoticons' 'kded' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri' 'python' 'kdesignerplugin')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7b6d4e08c6a53f2a093792d6d7d7e469')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:58:37
  Author: felixonmars
Revision: 278113

upgpkg: kdelibs4support 5.27.0-1

Upstream release

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:49:31 UTC (rev 278112)
+++ PKGBUILD2016-10-09 17:58:37 UTC (rev 278113)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdelibs4support
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Porting aid from KDELibs4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kde4support')
 conflicts=('kde4support')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('88d50371f1580070d4cc9dd3f1bdcdf9')
+md5sums=('7b6d4e08c6a53f2a093792d6d7d7e469')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:49:02
  Author: felixonmars
Revision: 278110

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

Added:
  networkmanager-qt/repos/testing-i686/
  networkmanager-qt/repos/testing-i686/PKGBUILD
(from rev 278109, networkmanager-qt/trunk/PKGBUILD)
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 278109, networkmanager-qt/trunk/PKGBUILD)

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

Copied: networkmanager-qt/repos/testing-i686/PKGBUILD (from rev 278109, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:49:02 UTC (rev 278110)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8dd2c399020bf7530e7a656cc2167f24')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 278109, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:49:02 UTC (rev 278110)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8dd2c399020bf7530e7a656cc2167f24')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:49:11
  Author: felixonmars
Revision: 278111

upgpkg: oxygen-icons 1:5.27.0-1

Upstream release

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:49:02 UTC (rev 278110)
+++ PKGBUILD2016-10-09 17:49:11 UTC (rev 278111)
@@ -6,7 +6,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=5.26.0
+pkgver=5.27.0
 epoch=1
 pkgrel=1
 pkgdesc="The Oxygen Icon Theme"
@@ -15,7 +15,7 @@
 license=('LGPL')
 makedepends=('extra-cmake-modules' 'qt5-base')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz;)
-sha1sums=('7ab2d0b4584ca3a25211042627e9800d1377f680')
+sha1sums=('40ca1845ac4d3d2e3e69bfd640957ed7daea94f7')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:49:31
  Author: felixonmars
Revision: 278112

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 278111, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 278111, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-10-09 17:49:31 UTC (rev 278112)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.27.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz;)
+sha1sums=('40ca1845ac4d3d2e3e69bfd640957ed7daea94f7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:48:01
  Author: felixonmars
Revision: 278107

upgpkg: modemmanager-qt 5.27.0-1

Upstream release

Modified:
  modemmanager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:47:54 UTC (rev 278106)
+++ PKGBUILD2016-10-09 17:48:01 UTC (rev 278107)
@@ -3,7 +3,7 @@
 # Mainrainer: Antonio Rojas 
 
 pkgname=modemmanager-qt
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Qt wrapper for ModemManager DBus API'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(kf5)
 conflicts=(libmm-qt5)
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('df873628817140e16a7c5f943f8a42a6')
+md5sums=('f5b61b28fa5a69813ab2edeca4f68386')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:48:28
  Author: felixonmars
Revision: 278108

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

Added:
  modemmanager-qt/repos/testing-i686/
  modemmanager-qt/repos/testing-i686/PKGBUILD
(from rev 278107, modemmanager-qt/trunk/PKGBUILD)
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 278107, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-i686/PKGBUILD (from rev 278107, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:48:28 UTC (rev 278108)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f5b61b28fa5a69813ab2edeca4f68386')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 278107, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:48:28 UTC (rev 278108)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f5b61b28fa5a69813ab2edeca4f68386')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:48:36
  Author: felixonmars
Revision: 278109

upgpkg: networkmanager-qt 5.27.0-1

Upstream release

Modified:
  networkmanager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:48:28 UTC (rev 278108)
+++ PKGBUILD2016-10-09 17:48:36 UTC (rev 278109)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=networkmanager-qt
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Qt wrapper for NetworkManager API'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('libnm-qt5')
 conflicts=('libnm-qt5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('44dbaa13999f909054cba031a5b37323')
+md5sums=('8dd2c399020bf7530e7a656cc2167f24')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:47:54
  Author: felixonmars
Revision: 278106

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

Added:
  kxmlrpcclient/repos/testing-i686/
  kxmlrpcclient/repos/testing-i686/PKGBUILD
(from rev 278105, kxmlrpcclient/trunk/PKGBUILD)
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 278105, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-i686/PKGBUILD (from rev 278105, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:47:54 UTC (rev 278106)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.27.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('plasma-workspace<5.2.95')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c9242129fad28f635abe448445e107a3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 278105, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:47:54 UTC (rev 278106)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.27.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('plasma-workspace<5.2.95')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c9242129fad28f635abe448445e107a3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:46:51
  Author: felixonmars
Revision: 278103

upgpkg: kwayland 5.27.0-1

Upstream release

Modified:
  kwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:46:34 UTC (rev 278102)
+++ PKGBUILD2016-10-09 17:46:51 UTC (rev 278103)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwayland
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('07635da514cfc3b4360b947717090725')
+md5sums=('3440e412f70face624c4abcdb341ec7a')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:47:26
  Author: felixonmars
Revision: 278105

upgpkg: kxmlrpcclient 5.27.0-1

Upstream release

Modified:
  kxmlrpcclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:47:18 UTC (rev 278104)
+++ PKGBUILD2016-10-09 17:47:26 UTC (rev 278105)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kxmlrpcclient
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc="XML-RPC client library for KDE"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 conflicts=('plasma-workspace<5.2.95')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('73e07356ad5a3c9a0aedb1bed8d33d06')
+md5sums=('c9242129fad28f635abe448445e107a3')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:46:34
  Author: felixonmars
Revision: 278102

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

Added:
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-i686/PKGBUILD
(from rev 278101, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 278101, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 278101, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 278101, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)

+
 testing-i686/PKGBUILD  |   40 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 testing-x86_64/PKGBUILD|   40 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 4 files changed, 102 insertions(+)

Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 278101, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:46:34 UTC (rev 278102)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('2388a9287023572beacabad74a50f1fd'
+ '6b11febc2766f2613cf29339a3dedf83')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch (from 
rev 278101, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2016-10-09 17:46:34 UTC 
(rev 278102)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:47:18
  Author: felixonmars
Revision: 278104

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

Added:
  kwayland/repos/testing-i686/
  kwayland/repos/testing-i686/PKGBUILD
(from rev 278103, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 278103, kwayland/trunk/PKGBUILD)

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

Copied: kwayland/repos/testing-i686/PKGBUILD (from rev 278103, 
kwayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:47:18 UTC (rev 278104)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for 
nvidia-libgl users
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('3440e412f70face624c4abcdb341ec7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 278103, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:47:18 UTC (rev 278104)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for 
nvidia-libgl users
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('3440e412f70face624c4abcdb341ec7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ktexteditor/trunk (PKGBUILD pkgbuild-syntax-highlight.patch)

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:46:07
  Author: felixonmars
Revision: 278101

upgpkg: ktexteditor 5.27.0-1

Upstream release

Modified:
  ktexteditor/trunk/PKGBUILD
  ktexteditor/trunk/pkgbuild-syntax-highlight.patch

-+
 PKGBUILD|6 +++---
 pkgbuild-syntax-highlight.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:46:00 UTC (rev 278100)
+++ PKGBUILD2016-10-09 17:46:07 UTC (rev 278101)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ktexteditor
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-md5sums=('3c44e3cdd5aeb599ebdcdf6d97c50489'
- '489275f1330fe43e4e24e9c5b3c842e1')
+md5sums=('2388a9287023572beacabad74a50f1fd'
+ '6b11febc2766f2613cf29339a3dedf83')
 
 prepare() {
   mkdir -p build

Modified: pkgbuild-syntax-highlight.patch
===
--- pkgbuild-syntax-highlight.patch 2016-10-09 17:46:00 UTC (rev 278100)
+++ pkgbuild-syntax-highlight.patch 2016-10-09 17:46:07 UTC (rev 278101)
@@ -4,8 +4,8 @@
  
   
  ]>
--
-+
+-
++
  
  

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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:45:28
  Author: felixonmars
Revision: 278098

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

Added:
  kpeople/repos/testing-i686/
  kpeople/repos/testing-i686/PKGBUILD
(from rev 278097, kpeople/trunk/PKGBUILD)
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 278097, kpeople/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kpeople/repos/testing-i686/PKGBUILD (from rev 278097, 
kpeople/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:45:28 UTC (rev 278098)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d27f8dbf99cf2bf8fce8c626b82d49b8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 278097, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:45:28 UTC (rev 278098)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d27f8dbf99cf2bf8fce8c626b82d49b8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:46:00
  Author: felixonmars
Revision: 278100

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

Added:
  krunner/repos/testing-i686/
  krunner/repos/testing-i686/PKGBUILD
(from rev 278099, krunner/trunk/PKGBUILD)
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 278099, krunner/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: krunner/repos/testing-i686/PKGBUILD (from rev 278099, 
krunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:46:00 UTC (rev 278100)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('aa5f404ecab3d5b2ede4b07ea47b383a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 278099, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:46:00 UTC (rev 278100)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('aa5f404ecab3d5b2ede4b07ea47b383a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:45:35
  Author: felixonmars
Revision: 278099

upgpkg: krunner 5.27.0-1

Upstream release

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:45:28 UTC (rev 278098)
+++ PKGBUILD2016-10-09 17:45:35 UTC (rev 278099)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=krunner
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Framework for providing different actions given a string query'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('plasma-framework' 'threadweaver')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fb68365d9cb051d5d2f7b0dd3853dd06')
+md5sums=('aa5f404ecab3d5b2ede4b07ea47b383a')
 
 prepare() {
   mkdir build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:45:01
  Author: felixonmars
Revision: 278097

upgpkg: kpeople 5.27.0-1

Upstream release

Modified:
  kpeople/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:44:55 UTC (rev 278096)
+++ PKGBUILD2016-10-09 17:45:01 UTC (rev 278097)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpeople
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='A library that provides access to all contacts and the people who 
hold them'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(extra-cmake-modules python mesa)
 groups=(kf5)
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('eb2c3076f7e744f3da557ed48b8471f7')
+md5sums=('d27f8dbf99cf2bf8fce8c626b82d49b8')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:44:28
  Author: felixonmars
Revision: 278095

upgpkg: knotifyconfig 5.27.0-1

Upstream release

Modified:
  knotifyconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:44:20 UTC (rev 278094)
+++ PKGBUILD2016-10-09 17:44:28 UTC (rev 278095)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=knotifyconfig
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Configuration system for KNotify'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('108bab8a15fb33312e8a9f21ebf61ffa')
+md5sums=('c9eee11a2c0c78abfb5985f9875a33d2')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:44:55
  Author: felixonmars
Revision: 278096

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

Added:
  knotifyconfig/repos/testing-i686/
  knotifyconfig/repos/testing-i686/PKGBUILD
(from rev 278095, knotifyconfig/trunk/PKGBUILD)
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 278095, knotifyconfig/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: knotifyconfig/repos/testing-i686/PKGBUILD (from rev 278095, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:44:55 UTC (rev 278096)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c9eee11a2c0c78abfb5985f9875a33d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 278095, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:44:55 UTC (rev 278096)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c9eee11a2c0c78abfb5985f9875a33d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:44:20
  Author: felixonmars
Revision: 278094

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

Added:
  knewstuff/repos/testing-i686/
  knewstuff/repos/testing-i686/PKGBUILD
(from rev 278093, knewstuff/trunk/PKGBUILD)
  knewstuff/repos/testing-x86_64/
  knewstuff/repos/testing-x86_64/PKGBUILD
(from rev 278093, knewstuff/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: knewstuff/repos/testing-i686/PKGBUILD (from rev 278093, 
knewstuff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-09 17:44:20 UTC (rev 278094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('faa5e23d2aa19e3834e874839e021ae6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 278093, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-09 17:44:20 UTC (rev 278094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('faa5e23d2aa19e3834e874839e021ae6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


  1   2   3   >