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

2017-07-25 Thread Felix Yan
Date: Wednesday, July 26, 2017 @ 05:51:21
  Author: felixonmars
Revision: 246383

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-26 05:51:03 UTC (rev 246382)
+++ PKGBUILD2017-07-26 05:51:21 UTC (rev 246383)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-softlayer
-pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.2.7
-pkgrel=1
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='http://github.com/softlayer/softlayer-python'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
- 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
- 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-testtools' 'python2-testtools')
-source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('f464dfc91a87dd4afedf176d4910bd8bd051bd93bba6c34f2064e1608f1f253492d758dc63f52f8ff2077d9be5ac0568ebc72e101833854171f4125265f54a46')
-
-prepare() {
-  cp -a softlayer-python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-softlayer() {
-  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
-   'python-prompt_toolkit' 'python-pygments')
-
-  cd softlayer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-softlayer() {
-  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
-   'python2-prompt_toolkit' 'python2-pygments')
-
-  cd softlayer-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 246382, 
python-softlayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-26 05:51:21 UTC (rev 246383)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-softlayer
+pkgname=('python-softlayer' 'python2-softlayer')
+pkgver=5.2.8
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='http://github.com/softlayer/softlayer-python'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
+ 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
+ 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-testtools' 'python2-testtools')
+source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
+sha512sums=('2b2ab9ef62d07f4fd443d77e624f02151635edf76a6307a829bfa968c8e3c179d45d3f3093ecc4d22c5352558f5947a3da85fef125c5f8ecb07bd33ff1a02773')
+
+prepare() {
+  cp -a softlayer-python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-softlayer() {
+  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
+   'python-prompt_toolkit' 'python-pygments')
+
+  cd softlayer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-softlayer() {
+  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
+   'python2-prompt_toolkit' 'python2-pygments')
+
+  cd softlayer-python-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE 

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

2017-07-25 Thread Felix Yan
Date: Wednesday, July 26, 2017 @ 05:51:03
  Author: felixonmars
Revision: 246382

upgpkg: python-softlayer 5.2.8-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-26 05:40:26 UTC (rev 246381)
+++ PKGBUILD2017-07-26 05:51:03 UTC (rev 246382)
@@ -3,7 +3,7 @@
 
 pkgbase=python-softlayer
 pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.2.7
+pkgver=5.2.8
 pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-testtools' 'python2-testtools')
 
source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('f464dfc91a87dd4afedf176d4910bd8bd051bd93bba6c34f2064e1608f1f253492d758dc63f52f8ff2077d9be5ac0568ebc72e101833854171f4125265f54a46')
+sha512sums=('2b2ab9ef62d07f4fd443d77e624f02151635edf76a6307a829bfa968c8e3c179d45d3f3093ecc4d22c5352558f5947a3da85fef125c5f8ecb07bd33ff1a02773')
 
 prepare() {
   cp -a softlayer-python-$pkgver{,-py2}


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

2017-07-25 Thread Felix Yan
Date: Wednesday, July 26, 2017 @ 05:42:31
  Author: felixonmars
Revision: 301270

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  190 ++---
 1 file changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-26 05:42:13 UTC (rev 301269)
+++ PKGBUILD2017-07-26 05:42:31 UTC (rev 301270)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=36.2.2
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
-  'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
-  'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('868d83224a6ed02278c2f8b19992f231ae2ad664c690479067a67494498a1ccf0426f6d3b13a21d2735114a5135bbe63f5e789fd90d11e5f4f811bc9db866f1b')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  rm -r setuptools-$pkgver/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Test failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -i '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 301269, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-26 05:42:31 UTC (rev 301270)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=36.2.3
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip')

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

2017-07-25 Thread Felix Yan
Date: Wednesday, July 26, 2017 @ 05:42:13
  Author: felixonmars
Revision: 301269

upgpkg: python-setuptools 1:36.2.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 23:31:15 UTC (rev 301268)
+++ PKGBUILD2017-07-26 05:42:13 UTC (rev 301269)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=36.2.2
+pkgver=36.2.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('868d83224a6ed02278c2f8b19992f231ae2ad664c690479067a67494498a1ccf0426f6d3b13a21d2735114a5135bbe63f5e789fd90d11e5f4f811bc9db866f1b')
+sha512sums=('6300c3728891e99ead7b3831b8414b8b57b3b612a34c7a3e75acfc27d26b2fee2a18dfebbe9ebd12e297abf820615ddf1a0c5381778d1f7a868a8cf35b254544')
 
 prepare() {
   # Don't download and install deps


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

2017-07-25 Thread Felix Yan
Date: Wednesday, July 26, 2017 @ 05:40:08
  Author: felixonmars
Revision: 246380

upgpkg: python-responses 0.6.0-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 20:26:11 UTC (rev 246379)
+++ PKGBUILD2017-07-26 05:40:08 UTC (rev 246380)
@@ -3,7 +3,7 @@
 
 pkgbase=python-responses
 pkgname=('python-responses' 'python2-responses')
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
   'python2-pytest-cov' 'flake8' 'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz;)
-sha512sums=('bd3dcd0cb97d46519371fbda11b42f2dae6c12e2492e6872f29cab31d5cc3942388d0d1d1d400ddd07bf810951edb75ee20f144b24750a3103a0d0d9ba2f78eb')
+sha512sums=('32d41be5850f0040a4f2ad82a057d6ef73f0f83f7d3c250fa223d5614470b0b8b58790667af76ecc6b0b7e8e2a0a069c46c7913e983730c968c603e2716dec0b')
 
 prepare() {
   cp -a responses-$pkgver{,-py2}


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

2017-07-25 Thread Felix Yan
Date: Wednesday, July 26, 2017 @ 05:40:26
  Author: felixonmars
Revision: 246381

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-26 05:40:08 UTC (rev 246380)
+++ PKGBUILD2017-07-26 05:40:26 UTC (rev 246381)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-responses
-pkgname=('python-responses' 'python2-responses')
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='A utility library for mocking out the `requests` Python library.'
-arch=('any')
-license=('Apache')
-url='https://github.com/getsentry/responses'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-cookies' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
-  'python2-pytest-cov' 'flake8' 'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz;)
-sha512sums=('bd3dcd0cb97d46519371fbda11b42f2dae6c12e2492e6872f29cab31d5cc3942388d0d1d1d400ddd07bf810951edb75ee20f144b24750a3103a0d0d9ba2f78eb')
-
-prepare() {
-  cp -a responses-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-responses() {
-  depends=('python-requests' 'python-cookies' 'python-six')
-
-  cd responses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-responses() {
-  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
-
-  cd responses-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-responses/repos/community-any/PKGBUILD (from rev 246380, 
python-responses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-26 05:40:26 UTC (rev 246381)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-responses
+pkgname=('python-responses' 'python2-responses')
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A utility library for mocking out the `requests` Python library.'
+arch=('any')
+license=('Apache')
+url='https://github.com/getsentry/responses'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-cookies' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
+  'python2-pytest-cov' 'flake8' 'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz;)
+sha512sums=('32d41be5850f0040a4f2ad82a057d6ef73f0f83f7d3c250fa223d5614470b0b8b58790667af76ecc6b0b7e8e2a0a069c46c7913e983730c968c603e2716dec0b')
+
+prepare() {
+  cp -a responses-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-responses() {
+  depends=('python-requests' 'python-cookies' 'python-six')
+
+  cd responses-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-responses() {
+  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
+
+  cd responses-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-07-25 Thread Gaƫtan Bisson
Date: Tuesday, July 25, 2017 @ 23:31:15
  Author: bisson
Revision: 301268

db-move: moved tcpdump from [testing] to [extra] (i686, x86_64)

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 301267, tcpdump/repos/testing-i686/PKGBUILD)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 301267, tcpdump/repos/testing-x86_64/PKGBUILD)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/testing-i686/
  tcpdump/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-25 19:49:17 UTC (rev 301267)
+++ extra-i686/PKGBUILD 2017-07-25 23:31:15 UTC (rev 301268)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.9.0
-pkgrel=2
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org;
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
-sha256sums=('eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 301267, 
tcpdump/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 23:31:15 UTC (rev 301268)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgname=tcpdump
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="A tool for network monitoring and data acquisition"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org;
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz)
+#validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
+sha256sums=('f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-25 19:49:17 UTC (rev 301267)
+++ extra-x86_64/PKGBUILD   2017-07-25 23:31:15 UTC (rev 301268)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.9.0
-pkgrel=2
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org;
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
-sha256sums=('eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
-}

Copied: tcpdump/repos/extra-x86_64/PKGBUILD (from rev 301267, 
tcpdump/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-25 23:31:15 UTC (rev 301268)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgname=tcpdump
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="A tool for network monitoring and data acquisition"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org;
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz)
+#validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group

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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:26:11
  Author: alucryd
Revision: 246379

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

Added:
  light-locker/repos/community-i686/PKGBUILD
(from rev 246378, light-locker/trunk/PKGBUILD)
  light-locker/repos/community-i686/light-locker-libsystemd-login.patch
(from rev 246378, light-locker/trunk/light-locker-libsystemd-login.patch)
  light-locker/repos/community-x86_64/PKGBUILD
(from rev 246378, light-locker/trunk/PKGBUILD)
  light-locker/repos/community-x86_64/light-locker-libsystemd-login.patch
(from rev 246378, light-locker/trunk/light-locker-libsystemd-login.patch)
Deleted:
  light-locker/repos/community-i686/PKGBUILD
  light-locker/repos/community-i686/light-locker-libsystemd-login.patch
  light-locker/repos/community-x86_64/PKGBUILD
  light-locker/repos/community-x86_64/light-locker-libsystemd-login.patch

--+
 /PKGBUILD|   98 +
 /light-locker-libsystemd-login.patch |   94 
 community-i686/PKGBUILD  |   49 
 community-i686/light-locker-libsystemd-login.patch   |   47 
 community-x86_64/PKGBUILD|   49 
 community-x86_64/light-locker-libsystemd-login.patch |   47 
 6 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 20:26:01 UTC (rev 246378)
+++ community-i686/PKGBUILD 2017-07-25 20:26:11 UTC (rev 246379)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=light-locker
-pkgver=1.6.0
-pkgrel=3
-pkgdesc='A simple session locker for LightDM'
-arch=('i686' 'x86_64')
-url='https://github.com/the-cavalry/light-locker'
-license=('GPL2')
-depends=('dbus-glib' 'gtk3' 'libxxf86misc' 'lightdm' 'libxss')
-makedepends=('gnome-common' 'intltool')
-source=("https://github.com/the-cavalry/light-locker/releases/download/v${pkgver}/light-locker-${pkgver}.tar.bz2;
-'light-locker-libsystemd-login.patch')
-sha256sums=('63e0cbcc7ceb8ad695b4bbe7eb9ba5fee32f47790ccde048748d8a47edd32ad0'
-'d5a4e9a97b491c17aa059863020ed5cbfaaf0c79e05130d36a58959438c85cf3')
-
-prepare() {
-  cd light-locker-${pkgver}
-
-  patch -Np1 -i ../light-locker-libsystemd-login.patch
-}
-
-build () {
-  cd light-locker-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---with-x \
---with-dpms-ext \
---with-mit-ext \
---with-xf86gamma-ext \
---with-systemd \
---without-console-kit \
---without-upower \
---disable-schemas-compile \
---disable-static
-  make
-}
-
-package() {
-  cd light-locker-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: light-locker/repos/community-i686/PKGBUILD (from rev 246378, 
light-locker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 20:26:11 UTC (rev 246379)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=light-locker
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A simple session locker for LightDM'
+arch=('i686' 'x86_64')
+url='https://github.com/the-cavalry/light-locker'
+license=('GPL2')
+depends=('dbus-glib' 'gtk3' 'libxxf86misc' 'lightdm' 'libxss')
+makedepends=('gnome-common' 'intltool')
+source=("https://github.com/the-cavalry/light-locker/releases/download/v${pkgver}/light-locker-${pkgver}.tar.bz2;
+'light-locker-libsystemd-login.patch')
+sha256sums=('3c76106f40a8efe67b462061e4c798e3e501b54356c8cdc1b67a3022d9d7dba1'
+'d5a4e9a97b491c17aa059863020ed5cbfaaf0c79e05130d36a58959438c85cf3')
+
+prepare() {
+  cd light-locker-${pkgver}
+
+#  patch -Np1 -i ../light-locker-libsystemd-login.patch
+}
+
+build () {
+  cd light-locker-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--with-x \
+--with-dpms-ext \
+--with-mit-ext \
+--with-xf86gamma-ext \
+--with-systemd \
+--without-console-kit \
+--without-upower \
+--disable-schemas-compile \
+--disable-static
+  make
+}
+
+package() {
+  cd light-locker-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/light-locker-libsystemd-login.patch
===
--- community-i686/light-locker-libsystemd-login.patch  2017-07-25 20:26:01 UTC 
(rev 246378)
+++ community-i686/light-locker-libsystemd-login.patch  2017-07-25 20:26:11 UTC 
(rev 246379)
@@ -1,47 +0,0 @@
-diff -rupN light-locker-1.6.0.orig/configure light-locker-1.6.0/configure
 light-locker-1.6.0.orig/configure  

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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:26:01
  Author: alucryd
Revision: 246378

upgpkg: light-locker 1.8.0-1

Modified:
  light-locker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 20:25:19 UTC (rev 246377)
+++ PKGBUILD2017-07-25 20:26:01 UTC (rev 246378)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=light-locker
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='A simple session locker for LightDM'
 arch=('i686' 'x86_64')
 url='https://github.com/the-cavalry/light-locker'
@@ -12,13 +12,13 @@
 makedepends=('gnome-common' 'intltool')
 
source=("https://github.com/the-cavalry/light-locker/releases/download/v${pkgver}/light-locker-${pkgver}.tar.bz2;
 'light-locker-libsystemd-login.patch')
-sha256sums=('63e0cbcc7ceb8ad695b4bbe7eb9ba5fee32f47790ccde048748d8a47edd32ad0'
+sha256sums=('3c76106f40a8efe67b462061e4c798e3e501b54356c8cdc1b67a3022d9d7dba1'
 'd5a4e9a97b491c17aa059863020ed5cbfaaf0c79e05130d36a58959438c85cf3')
 
 prepare() {
   cd light-locker-${pkgver}
 
-  patch -Np1 -i ../light-locker-libsystemd-login.patch
+#  patch -Np1 -i ../light-locker-libsystemd-login.patch
 }
 
 build () {


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:25:19
  Author: alucryd
Revision: 246377

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 20:25:08 UTC (rev 246376)
+++ PKGBUILD2017-07-25 20:25:19 UTC (rev 246377)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Colm Hickey 
-# Contributor: Kyle Keen 
-
-pkgname=lib32-zeromq
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='Distributed messaging'
-arch=('x86_64')
-url='http://www.zeromq.org'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libpgm' 'lib32-libsodium'
- 'zeromq')
-makedepends=('asciidoc' 'gcc-multilib' 'xmlto')
-source=("https://github.com/zeromq/libzmq/releases/download/v${pkgver}/zeromq-${pkgver}.tar.gz;)
-sha256sums=('27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03')
-
-prepare() {
-  cd zeromq-${pkgver}
-
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure
-}
-
-build() {
-  cd zeromq-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static \
---with-libsodium \
---with-pgm \
---without-documentation
-  make
-}
-
-package() {
-  cd zeromq-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zeromq/repos/multilib-x86_64/PKGBUILD (from rev 246376, 
lib32-zeromq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 20:25:19 UTC (rev 246377)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Colm Hickey 
+# Contributor: Kyle Keen 
+
+pkgname=lib32-zeromq
+pkgver=4.2.2
+pkgrel=1
+pkgdesc='Distributed messaging'
+arch=('x86_64')
+url='http://www.zeromq.org'
+license=('LGPL')
+depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libpgm' 'lib32-libsodium'
+ 'zeromq')
+makedepends=('asciidoc' 'gcc-multilib' 'xmlto')
+source=("https://github.com/zeromq/libzmq/releases/download/v${pkgver}/zeromq-${pkgver}.tar.gz;)
+sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b')
+
+prepare() {
+  cd zeromq-${pkgver}
+
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure
+}
+
+build() {
+  cd zeromq-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--with-libsodium \
+--with-pgm \
+--without-documentation
+  make
+}
+
+package() {
+  cd zeromq-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:25:08
  Author: alucryd
Revision: 246376

upgpkg: lib32-zeromq 4.2.2-1

Modified:
  lib32-zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 20:10:54 UTC (rev 246375)
+++ PKGBUILD2017-07-25 20:25:08 UTC (rev 246376)
@@ -4,7 +4,7 @@
 # Contributor: Kyle Keen 
 
 pkgname=lib32-zeromq
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc='Distributed messaging'
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'zeromq')
 makedepends=('asciidoc' 'gcc-multilib' 'xmlto')
 
source=("https://github.com/zeromq/libzmq/releases/download/v${pkgver}/zeromq-${pkgver}.tar.gz;)
-sha256sums=('27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03')
+sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b')
 
 prepare() {
   cd zeromq-${pkgver}


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:10:54
  Author: alucryd
Revision: 246375

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  276 ++---
 1 file changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 20:10:45 UTC (rev 246374)
+++ PKGBUILD2017-07-25 20:10:54 UTC (rev 246375)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=lib32-libnm
-pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.8.0
-pkgrel=1
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/NetworkManager'
-license=('GPL2' 'LGPL2.1')
-makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
- 'iptables' 'lib32-dbus' 'lib32-dbus-glib' 'lib32-jansson'
- 'lib32-libgudev' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
- 'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
- 'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
- 'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='9c3df9caa3296a55fe54e6aa02fe8a11b27deaba'
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/NetworkManager' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-wifi \
---disable-bluez5-dun \
---disable-concheck \
---disable-gtk-doc-html \
---disable-introspection \
---disable-ifcfg-rh \
---disable-ifcfg-suse \
---disable-ifnet \
---disable-ifupdown \
---disable-introspection \
---disable-lto \
---disable-more-warnings \
---disable-ppp \
---disable-static \
---disable-teamdctl \
---with-config-dhcp-default='dhclient' \
---with-config-dns-rc-manager-default='resolvconf' \
---with-config-logging-backend-default='journal' \
---with-config-plugins-default='keyfile' \
---with-crypto='nss' \
---with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
---with-dhclient='/usr/bin/dhclient' \
---with-dist-version="${pkgver}-${pkgrel}, Arch Linux" \
---with-dnsmasq='/usr/bin/dnsmasq' \
---with-dnssec-trigger='/usr/lib/dnssec-trigger' \
---with-hostname-persist='default' \
---with-iptables='/usr/bin/iptables' \
---with-modem-manager-1 \
---with-kernel-firmware-dir='/usr/lib/firmware' \
---with-libnm-glib \
---with-libsoup \
---with-modem-manager-1 \
---with-resolvconf='/usr/bin/resolvconf' \
---with-session-tracking='systemd' \
---with-suspend-resume='systemd' \
---with-system-ca-path='/etc/ssl/certs' \
---with-systemd-journal \
---with-systemd-logind \
---with-systemdsystemunitdir='/usr/lib/systemd/system' \
---with-udev-dir='/usr/lib/udev' \
---with-wext \
---without-consolekit \
---without-dhcpcd \
---without-libaudit \
---without-netconfig \
---without-nmcli \
---without-nmtui \
---without-ofono \
---without-selinux
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
-
-  make DESTDIR="${srcdir}"/install install
-}
-
-package_lib32-libnm() {
-  pkgdesc='NetworkManager client library'
-  depends=('lib32-glib2' 'lib32-glibc' 'lib32-jansson' 'lib32-libgudev'
-   'lib32-nspr' 'lib32-nss' 'lib32-util-linux' 'libnm')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-
-}
-
-package_lib32-libnm-glib() {
-  pkgdesc='NetworkManager client library (legacy)'
-  depends=('lib32-dbus' 'lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc'
-   'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux'
-   'libnm-glib')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp 

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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:10:45
  Author: alucryd
Revision: 246374

upgpkg: lib32-libnm 1.8.2-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 20:05:22 UTC (rev 246373)
+++ PKGBUILD2017-07-25 20:10:45 UTC (rev 246374)
@@ -9,7 +9,7 @@
 
 pkgbase=lib32-libnm
 pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 arch=('x86_64')
 url='https://wiki.gnome.org/Projects/NetworkManager'
@@ -20,7 +20,7 @@
  'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
  'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
  'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='9c3df9caa3296a55fe54e6aa02fe8a11b27deaba'
+_commit='9ed1921ce3b8f1b856d97128913b33c7d6e9'
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit};)
 sha256sums=('SKIP')
 


[arch-commits] Commit in elementary-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:05:22
  Author: alucryd
Revision: 246373

archrelease: copy trunk to community-any

Added:
  elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 246372, elementary-icon-theme/trunk/PKGBUILD)
Deleted:
  elementary-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 20:05:15 UTC (rev 246372)
+++ PKGBUILD2017-07-25 20:05:22 UTC (rev 246373)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Diego Principe 
-# Contributor: paterbrown 
-# Contributor: Josip 
-
-pkgname=elementary-icon-theme
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
-arch=('any')
-url='https://launchpad.net/elementaryicons'
-license=('GPL3')
-depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!emptydirs' '!strip')
-source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tar.xz;)
-sha256sums=('abd39e18a5782d05afc7a44de56802e1245e371cdbf9eab569e6111f39b86c44')
-
-prepare() {
-  cd elementary-icon-theme-${pkgver}
-
-  rm AUTHORS CONTRIBUTORS COPYING
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/icons
-  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
"${pkgdir}"/usr/share/icons/elementary
-
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-  find "${pkgdir}" -type f -exec chmod 644 {} +
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 246372, 
elementary-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 20:05:22 UTC (rev 246373)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Diego Principe 
+# Contributor: paterbrown 
+# Contributor: Josip 
+
+pkgname=elementary-icon-theme
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
+arch=('any')
+url='https://launchpad.net/elementaryicons'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
+options=('!emptydirs' '!strip')
+source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tar.xz;)
+sha256sums=('7505f498f712713415bc8a5468cd20fba9689cd7b42878659bad1118294c3470')
+
+prepare() {
+  cd elementary-icon-theme-${pkgver}
+
+  rm AUTHORS CONTRIBUTORS COPYING
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/icons
+  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
"${pkgdir}"/usr/share/icons/elementary
+
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+  find "${pkgdir}" -type f -exec chmod 644 {} +
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in elementary-icon-theme/trunk (PKGBUILD)

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:05:15
  Author: alucryd
Revision: 246372

upgpkg: elementary-icon-theme 4.2.0-1

Modified:
  elementary-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 20:03:11 UTC (rev 246371)
+++ PKGBUILD2017-07-25 20:05:15 UTC (rev 246372)
@@ -5,7 +5,7 @@
 # Contributor: Josip 
 
 pkgname=elementary-icon-theme
-pkgver=4.0.3
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
 options=('!emptydirs' '!strip')
 
source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tar.xz;)
-sha256sums=('abd39e18a5782d05afc7a44de56802e1245e371cdbf9eab569e6111f39b86c44')
+sha256sums=('7505f498f712713415bc8a5468cd20fba9689cd7b42878659bad1118294c3470')
 
 prepare() {
   cd elementary-icon-theme-${pkgver}


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:03:03
  Author: alucryd
Revision: 246370

upgpkg: python-pylast 1.9.0-1

Modified:
  python-pylast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 19:56:36 UTC (rev 246369)
+++ PKGBUILD2017-07-25 20:03:03 UTC (rev 246370)
@@ -7,7 +7,7 @@
 
 pkgbase=python-pylast
 pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='A Python interface to Last.fm and Libre.fm'
 arch=('any')
@@ -15,7 +15,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("python-pylast-${pkgver}.tar.gz::https://github.com/pylast/pylast/archive/${pkgver}.tar.gz;)
-sha256sums=('a84c1c3acd62a072205e545ea2550ffbb7b702e073793bfcfbc9f86a14149e7e')
+sha256sums=('4430f073201fd2f6fcdefa0ffab0d1b3432bfee3727fd3bacf7e7db52d32ab6a')
 
 prepare() {
   cp -r {,python-}pylast-${pkgver}


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 20:03:11
  Author: alucryd
Revision: 246371

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 20:03:03 UTC (rev 246370)
+++ PKGBUILD2017-07-25 20:03:11 UTC (rev 246371)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Steven Allen 
-# Contributor: Limao Luo 
-# Contributor: Wieland Hoffmann 
-# Contributor: Amr Hassan 
-
-pkgbase=python-pylast
-pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='A Python interface to Last.fm and Libre.fm'
-arch=('any')
-url='https://github.com/pylast/pylast'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-pylast-${pkgver}.tar.gz::https://github.com/pylast/pylast/archive/${pkgver}.tar.gz;)
-sha256sums=('a84c1c3acd62a072205e545ea2550ffbb7b702e073793bfcfbc9f86a14149e7e')
-
-prepare() {
-  cp -r {,python-}pylast-${pkgver}
-  mv {,python2-}pylast-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-pylast-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-pylast() {
-  depends=('python-six')
-
-  cd python-pylast-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-}
-
-package_python2-pylast() {
-  depends=('python2-six')
-
-  cd python2-pylast-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pylast/repos/community-any/PKGBUILD (from rev 246370, 
python-pylast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 20:03:11 UTC (rev 246371)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Steven Allen 
+# Contributor: Limao Luo 
+# Contributor: Wieland Hoffmann 
+# Contributor: Amr Hassan 
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-pylast-${pkgver}.tar.gz::https://github.com/pylast/pylast/archive/${pkgver}.tar.gz;)
+sha256sums=('4430f073201fd2f6fcdefa0ffab0d1b3432bfee3727fd3bacf7e7db52d32ab6a')
+
+prepare() {
+  cp -r {,python-}pylast-${pkgver}
+  mv {,python2-}pylast-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-pylast-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-pylast() {
+  depends=('python-six')
+
+  cd python-pylast-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+package_python2-pylast() {
+  depends=('python2-six')
+
+  cd python2-pylast-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:56:36
  Author: alucryd
Revision: 246369

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 246368, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 246368, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 246368, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 246368, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 246368, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 246368, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 246368, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 246368, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 246368, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 246368, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 246368, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 246368, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   36 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   18 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   18 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 19:56:18 UTC (rev 246368)
+++ community-i686/PKGBUILD 2017-07-25 19:56:36 UTC (rev 246369)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.2.25.0
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('15f1a1c4d27a40263f16a7806bec800fbf3230320d3ae46ada5d88dc84de37e6'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  

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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:56:18
  Author: alucryd
Revision: 246368

upgpkg: emby-server 3.2.26.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 19:40:07 UTC (rev 246367)
+++ PKGBUILD2017-07-25 19:56:18 UTC (rev 246368)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.2.25.0
+pkgver=3.2.26.0
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('15f1a1c4d27a40263f16a7806bec800fbf3230320d3ae46ada5d88dc84de37e6'
+sha256sums=('8d1ee6e5da6589dbdda52df13ffe9ef0a9a5025159e0efcb36334214f3c7246c'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in libva-intel-driver/repos (4 files)

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:49:17
  Author: alucryd
Revision: 301267

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

Added:
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 301266, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 301266, libva-intel-driver/trunk/PKGBUILD)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-25 19:49:06 UTC (rev 301266)
+++ extra-i686/PKGBUILD 2017-07-25 19:49:17 UTC (rev 301267)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=("https://github.com/01org/intel-vaapi-driver/releases/download/${pkgver}/intel-vaapi-driver-${pkgver}.tar.bz2;)
-sha256sums=('866cdf9974911e58b0d3a2cade29dbe7b5b68836e142cf092b99db68e366b702')
-
-prepare() {
-  cd intel-vaapi-driver-${pkgver}
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd intel-vaapi-driver-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd intel-vaapi-driver-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva-intel-driver
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 301266, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 19:49:17 UTC (rev 301267)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=("https://github.com/01org/intel-vaapi-driver/releases/download/${pkgver}/intel-vaapi-driver-${pkgver}.tar.bz2;)
+sha256sums=('54411d9e579300ed63f8b9b06152a1a9ec95b7699507d7ffa014cd7b2aeaff6f')
+
+prepare() {
+  cd intel-vaapi-driver-${pkgver}
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/&2/' src/shaders/gpp.py
+}
+
+build() {
+  cd intel-vaapi-driver-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd intel-vaapi-driver-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva-intel-driver
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-25 19:49:06 UTC (rev 301266)
+++ extra-x86_64/PKGBUILD   2017-07-25 19:49:17 UTC (rev 301267)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=("https://github.com/01org/intel-vaapi-driver/releases/download/${pkgver}/intel-vaapi-driver-${pkgver}.tar.bz2;)
-sha256sums=('866cdf9974911e58b0d3a2cade29dbe7b5b68836e142cf092b99db68e366b702')
-
-prepare() {
-  cd intel-vaapi-driver-${pkgver}
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd intel-vaapi-driver-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd intel-vaapi-driver-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva-intel-driver
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva-intel-driver/repos/extra-x86_64/PKGBUILD (from rev 301266, 

[arch-commits] Commit in libva-intel-driver/trunk (PKGBUILD)

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:49:06
  Author: alucryd
Revision: 301266

upgpkg: libva-intel-driver 1.8.3-1

Modified:
  libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 19:43:06 UTC (rev 301265)
+++ PKGBUILD2017-07-25 19:49:06 UTC (rev 301266)
@@ -4,7 +4,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=libva-intel-driver
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libva')
 replaces=('libva-driver-intel')
 
source=("https://github.com/01org/intel-vaapi-driver/releases/download/${pkgver}/intel-vaapi-driver-${pkgver}.tar.bz2;)
-sha256sums=('866cdf9974911e58b0d3a2cade29dbe7b5b68836e142cf092b99db68e366b702')
+sha256sums=('54411d9e579300ed63f8b9b06152a1a9ec95b7699507d7ffa014cd7b2aeaff6f')
 
 prepare() {
   cd intel-vaapi-driver-${pkgver}


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:42:56
  Author: alucryd
Revision: 301264

upgpkg: libva 1.8.3-1

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 19:31:56 UTC (rev 301263)
+++ PKGBUILD2017-07-25 19:42:56 UTC (rev 301264)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=libva
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
 'libva-intel-driver: backend for Intel cards')
 
source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
-sha256sums=('9ed3e3ddc8f47a715d4c6ec366beb21c83fc4e8a3d4d39a811baff76f0a0cede')
+sha256sums=('56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b')
 
 build() {
   cd libva-${pkgver}


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:43:06
  Author: alucryd
Revision: 301265

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

Added:
  libva/repos/extra-i686/PKGBUILD
(from rev 301264, libva/trunk/PKGBUILD)
  libva/repos/extra-i686/not-finding-wl-drm-interface-with-libglvnd.patch
(from rev 301264, 
libva/trunk/not-finding-wl-drm-interface-with-libglvnd.patch)
  libva/repos/extra-x86_64/PKGBUILD
(from rev 301264, libva/trunk/PKGBUILD)
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch
(from rev 301264, 
libva/trunk/not-finding-wl-drm-interface-with-libglvnd.patch)
Deleted:
  libva/repos/extra-i686/PKGBUILD
  libva/repos/extra-i686/not-finding-wl-drm-interface-with-libglvnd.patch
  libva/repos/extra-x86_64/PKGBUILD
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch

---+
 /PKGBUILD |   70 +++
 /not-finding-wl-drm-interface-with-libglvnd.patch |   96 ++
 extra-i686/PKGBUILD   |   35 ---
 extra-i686/not-finding-wl-drm-interface-with-libglvnd.patch   |   48 -
 extra-x86_64/PKGBUILD |   35 ---
 extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch |   48 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-25 19:42:56 UTC (rev 301264)
+++ extra-i686/PKGBUILD 2017-07-25 19:43:06 UTC (rev 301265)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('libdrm' 'libgl' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
-sha256sums=('9ed3e3ddc8f47a715d4c6ec366beb21c83fc4e8a3d4d39a811baff76f0a0cede')
-
-build() {
-  cd libva-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libva-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva/repos/extra-i686/PKGBUILD (from rev 301264, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 19:43:06 UTC (rev 301265)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('libdrm' 'libgl' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
+sha256sums=('56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b')
+
+build() {
+  cd libva-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libva-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-i686/not-finding-wl-drm-interface-with-libglvnd.patch
===
--- extra-i686/not-finding-wl-drm-interface-with-libglvnd.patch 2017-07-25 
19:42:56 UTC (rev 301264)
+++ extra-i686/not-finding-wl-drm-interface-with-libglvnd.patch 2017-07-25 
19:43:06 UTC (rev 301265)
@@ -1,48 +0,0 @@
-From b832b37c6a6f7ff69a4ea4656007827a1b7e67e8 Mon Sep 17 00:00:00 2001
-From: Hans de Goede 
-Date: Wed, 15 Feb 2017 15:18:44 +0100
-Subject: [PATCH] Wayland-drm: Fix not finding wl_drm_interface on systems with
- libglvnd
-
-We do not want just any libEGL.so.1 we want mesa's libEGL.so.1 as that
-is the only way which defines the wl_drm_interface symbol we need,
-one systems with libglvnd libEGL.so.1 is a dispatcher library provided
-by libglvnd and the actual mesa libEGL we want is named libEGL_mesa.so.0
-so try that first.
-
-Signed-off-by: Hans de Goede 

- va/wayland/va_wayland_drm.c | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/va/wayland/va_wayland_drm.c 

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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:40:07
  Author: alucryd
Revision: 246367

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 19:39:59 UTC (rev 246366)
+++ PKGBUILD2017-07-25 19:40:07 UTC (rev 246367)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: josephgbr 
-
-pkgname=lib32-libgusb
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-arch=('x86_64')
-url='https://github.com/hughsie/libgusb'
-license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
-makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
-source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('5c0442f5e00792bea939bbd16df09245740ae0d8b6ad9890d09189e1f4a3a17a')
-
-build() {
-  cd libgusb-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgusb/repos/multilib-x86_64/PKGBUILD (from rev 246366, 
lib32-libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 19:40:07 UTC (rev 246367)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+
+pkgname=lib32-libgusb
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
+makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc' 'python2')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
+source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd libgusb
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libgusb
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-gtk-doc \
+--disable-static
+  make
+}
+
+package() {
+  cd libgusb
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:39:59
  Author: alucryd
Revision: 246366

upgpkg: lib32-libgusb 0.2.11-1

Modified:
  lib32-libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 19:07:12 UTC (rev 246365)
+++ PKGBUILD2017-07-25 19:39:59 UTC (rev 246366)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libgusb
-pkgver=0.2.10
+pkgver=0.2.11
 pkgrel=1
 pkgdesc='GObject wrapper for libusb1'
 arch=('x86_64')
@@ -11,12 +11,25 @@
 url='https://github.com/hughsie/libgusb'
 license=('LGPL2.1')
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
-makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
-source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('5c0442f5e00792bea939bbd16df09245740ae0d8b6ad9890d09189e1f4a3a17a')
+makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc' 'python2')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
+source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd libgusb
+
+  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd libgusb
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd libgusb-${pkgver}
+  cd libgusb
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
@@ -25,12 +38,13 @@
   ./configure \
 --prefix='/usr' \
 --libdir='/usr/lib32' \
+--disable-gtk-doc \
 --disable-static
   make
 }
 
 package() {
-  cd libgusb-${pkgver}
+  cd libgusb
 
   make DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/{bin,include,share}


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:31:56
  Author: alucryd
Revision: 301263

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-25 19:31:41 UTC (rev 301262)
+++ extra-i686/PKGBUILD 2017-07-25 19:31:56 UTC (rev 301263)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
-_commit='4b7a850c64d1586f0cb3da16a8e5b8546ca50d41' # tags/gusb_0_2_10
-source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd libgusb
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libgusb
-
-  ./configure \
---prefix='/usr' \
---enable-gtk-doc \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 301262, 
libgusb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 19:31:56 UTC (rev 301263)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url='https://github.com/hughsie/libgusb'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
+source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd libgusb
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libgusb
+
+  ./configure \
+--prefix='/usr' \
+--enable-gtk-doc \
+--disable-static
+  make
+}
+
+package() {
+  cd libgusb
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-25 19:31:41 UTC (rev 301262)
+++ extra-x86_64/PKGBUILD   2017-07-25 19:31:56 UTC (rev 301263)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
-_commit='4b7a850c64d1586f0cb3da16a8e5b8546ca50d41' # tags/gusb_0_2_10
-source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd libgusb
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libgusb
-
-  ./configure \
---prefix='/usr' \
---enable-gtk-doc \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 301262, 
libgusb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-25 19:31:56 UTC (rev 301263)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url='https://github.com/hughsie/libgusb'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'

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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:31:41
  Author: alucryd
Revision: 301262

upgpkg: libgusb 0.2.11-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:47:39 UTC (rev 301261)
+++ PKGBUILD2017-07-25 19:31:41 UTC (rev 301262)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgusb
-pkgver=0.2.10
+pkgver=0.2.11
 pkgrel=1
 pkgdesc='GObject wrapper for libusb1'
 url='https://github.com/hughsie/libgusb'
@@ -11,7 +11,7 @@
 license=('LGPL2.1')
 depends=('glib2' 'glibc' 'libusb')
 makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
-_commit='4b7a850c64d1586f0cb3da16a8e5b8546ca50d41' # tags/gusb_0_2_10
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
 source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:07:12
  Author: alucryd
Revision: 246365

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 19:06:59 UTC (rev 246364)
+++ PKGBUILD2017-07-25 19:07:12 UTC (rev 246365)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: oi_wtf 
-# Contributor: Kyle Keen 
-# Contributor: Lex Black 
-# Contributor: Vladimir Kirillov 
-
-pkgname=lib32-libpgm
-pkgver=5.2.122
-pkgrel=3
-pkgdesc='An implementation of the PGM reliable multicast protocol'
-arch=('x86_64')
-url='http://code.google.com/p/openpgm'
-license=('LGPL2.1')
-depends=('lib32-glibc' 'libpgm')
-makedepends=('gcc-multilib' 'python2')
-options=('!strip')
-source=("http://openpgm.googlecode.com/files/libpgm-$pkgver.tar.gz;)
-sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c')
-
-prepare() {
-  cd libpgm-${pkgver}/openpgm/pgm
-
-  find . -type f -exec sed -i 's/python/python2/g' {} +
-}
-
-build() {
-  cd libpgm-${pkgver}/openpgm/pgm
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32'
-  make
-}
-
-package() {
-  cd libpgm-${pkgver}/openpgm/pgm
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libpgm/repos/multilib-x86_64/PKGBUILD (from rev 246364, 
lib32-libpgm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 19:07:12 UTC (rev 246365)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: oi_wtf 
+# Contributor: Kyle Keen 
+# Contributor: Lex Black 
+# Contributor: Vladimir Kirillov 
+
+pkgname=lib32-libpgm
+pkgver=5.2.122
+pkgrel=4
+pkgdesc='An implementation of the PGM reliable multicast protocol'
+arch=('x86_64')
+url='https://github.com/steve-o/openpgm'
+license=('LGPL2.1')
+depends=('lib32-glibc' 'libpgm')
+makedepends=('cmake' 'gcc-multilib' 'python2')
+options=('!strip')
+source=("libpgm-${pkgver}.tar.gz::https://github.com/steve-o/openpgm/archive/release-${pkgver//./-}.tar.gz;)
+sha256sums=('acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66')
+
+prepare() {
+  cd openpgm-release-${pkgver//./-}/openpgm/pgm
+
+  find . -type f -exec sed -i 's/python/python2/g' {} +
+  autoreconf -fiv
+}
+
+build() {
+  cd openpgm-release-${pkgver//./-}/openpgm/pgm \
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd openpgm-release-${pkgver//./-}/openpgm/pgm \
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-25 Thread Maxime Gauduin
Date: Tuesday, July 25, 2017 @ 19:06:59
  Author: alucryd
Revision: 246364

code.google.com retirement: lib32-libpgm 5.2.122-4

Modified:
  lib32-libpgm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 18:15:35 UTC (rev 246363)
+++ PKGBUILD2017-07-25 19:06:59 UTC (rev 246364)
@@ -7,25 +7,26 @@
 
 pkgname=lib32-libpgm
 pkgver=5.2.122
-pkgrel=3
+pkgrel=4
 pkgdesc='An implementation of the PGM reliable multicast protocol'
 arch=('x86_64')
-url='http://code.google.com/p/openpgm'
+url='https://github.com/steve-o/openpgm'
 license=('LGPL2.1')
 depends=('lib32-glibc' 'libpgm')
-makedepends=('gcc-multilib' 'python2')
+makedepends=('cmake' 'gcc-multilib' 'python2')
 options=('!strip')
-source=("http://openpgm.googlecode.com/files/libpgm-$pkgver.tar.gz;)
-sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c')
+source=("libpgm-${pkgver}.tar.gz::https://github.com/steve-o/openpgm/archive/release-${pkgver//./-}.tar.gz;)
+sha256sums=('acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66')
 
 prepare() {
-  cd libpgm-${pkgver}/openpgm/pgm
+  cd openpgm-release-${pkgver//./-}/openpgm/pgm
 
   find . -type f -exec sed -i 's/python/python2/g' {} +
+  autoreconf -fiv
 }
 
 build() {
-  cd libpgm-${pkgver}/openpgm/pgm
+  cd openpgm-release-${pkgver//./-}/openpgm/pgm \
 
   export CC='gcc -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
@@ -37,7 +38,7 @@
 }
 
 package() {
-  cd libpgm-${pkgver}/openpgm/pgm
+  cd openpgm-release-${pkgver//./-}/openpgm/pgm \
 
   make DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/{etc,usr/{bin,lib,include,share}}


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 18:15:35
  Author: arojas
Revision: 246363

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 18:15:06 UTC (rev 246362)
+++ community-i686/PKGBUILD 2017-07-25 18:15:35 UTC (rev 246363)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.4.5
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-optdepends=('ffmpegthumbnailer: support for video thumbnails')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
- 'python-gobject' 'python-polib' 'python2-gobject')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha512sums=('911dcc22bbf6e8810c7acab6e3e7ce9b587257549c3654a0808c61940ab2fe85879ff183583c3686d423af97588bc6e038f3167f43c13b4f8c92bc13c074f943')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile \
-  --disable-selinux
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 246362, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 18:15:35 UTC (rev 246363)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.4.6
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+ 'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha512sums=('754f166deafa8afd525ddf7f5c0345821473cbcc07a5342da8f40d3733fc0f37ecb116aeda9d4c973ca385957ed575dd8355efaf39140c3fe736699fac72db17')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile \
+  --disable-selinux
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-25 18:15:06 UTC (rev 246362)
+++ community-x86_64/PKGBUILD   

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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 18:15:06
  Author: arojas
Revision: 246362

Update to 3.4.6

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:55:15 UTC (rev 246361)
+++ PKGBUILD2017-07-25 18:15:06 UTC (rev 246362)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.4.5
+pkgver=3.4.6
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha512sums=('911dcc22bbf6e8810c7acab6e3e7ce9b587257549c3654a0808c61940ab2fe85879ff183583c3686d423af97588bc6e038f3167f43c13b4f8c92bc13c074f943')
+sha512sums=('754f166deafa8afd525ddf7f5c0345821473cbcc07a5342da8f40d3733fc0f37ecb116aeda9d4c973ca385957ed575dd8355efaf39140c3fe736699fac72db17')
 
 prepare() {
   cd linuxmint-nemo-*


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:55:15
  Author: arojas
Revision: 246361

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 246360, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 246360, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 246360, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 246360, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 246360, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 246360, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  194 +
 /default-theme.patch |   50 
 /set_wheel.patch |  112 +++
 community-i686/PKGBUILD  |   97 
 community-i686/default-theme.patch   |   25 
 community-i686/set_wheel.patch   |   56 -
 community-x86_64/PKGBUILD|   97 
 community-x86_64/default-theme.patch |   25 
 community-x86_64/set_wheel.patch |   56 -
 9 files changed, 356 insertions(+), 356 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 17:54:46 UTC (rev 246360)
+++ community-i686/PKGBUILD 2017-07-25 17:55:15 UTC (rev 246361)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.4.3
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('3ba0b77e2339d2565525ffcc31e147d31720d5790c9af8b313fa445df86693c8c68e6f1feb97664c6f98bf512e89bba1ba088869048d722a8f35784b30d46969'
-
'cff8fb42a81d71b929327df5d56a68b68a96e79d4b85125ea7de0ed2dca53c6b45d08deccafa4453a7471f52aa6bf7d39ed979d2a085906997969a63e7dd7a8c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for 

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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:54:46
  Author: arojas
Revision: 246360

Update to 3.4.4

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:49:28 UTC (rev 246359)
+++ PKGBUILD2017-07-25 17:54:46 UTC (rev 246360)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 "set_wheel.patch"
 "default-theme.patch")
-sha512sums=('3ba0b77e2339d2565525ffcc31e147d31720d5790c9af8b313fa445df86693c8c68e6f1feb97664c6f98bf512e89bba1ba088869048d722a8f35784b30d46969'
+sha512sums=('c6eb16498f219d1e17f5fb3db1fb6c510cfc98dc1b3a403aa81f3f43f207fbc84fae9b4af666d25f3b99358a2505366b5accd76c339ecf0567aee08d87847eb9'
 
'cff8fb42a81d71b929327df5d56a68b68a96e79d4b85125ea7de0ed2dca53c6b45d08deccafa4453a7471f52aa6bf7d39ed979d2a085906997969a63e7dd7a8c'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
 


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

2017-07-25 Thread Jaroslav Lichtblau
Date: Tuesday, July 25, 2017 @ 17:49:28
  Author: jlichtblau
Revision: 246359

archrelease: copy trunk to community-any

Added:
  colordiff/repos/community-any/PKGBUILD
(from rev 246358, colordiff/trunk/PKGBUILD)
Deleted:
  colordiff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:49:17 UTC (rev 246358)
+++ PKGBUILD2017-07-25 17:49:28 UTC (rev 246359)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric BĆ©langer 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=colordiff
-pkgver=1.0.16
-pkgrel=1
-pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
-arch=('any')
-url="http://www.colordiff.org/;
-license=('GPL')
-depends=('perl' 'diffutils')
-backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('eaf1cfe17dd0e820d38a0b24b0a402eba68b32e9bf9e7791ca2d1831029f138b'
-'SKIP')
-validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
-  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 246358, 
colordiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:49:28 UTC (rev 246359)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric BĆ©langer 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=colordiff
+pkgver=1.0.18
+pkgrel=1
+pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
+arch=('any')
+url="http://www.colordiff.org/;
+license=('GPL')
+depends=('perl' 'diffutils')
+backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
+source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0'
+'SKIP')
+validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
+  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
+}


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

2017-07-25 Thread Jaroslav Lichtblau
Date: Tuesday, July 25, 2017 @ 17:49:17
  Author: jlichtblau
Revision: 246358

upgpkg: colordiff 1.0.18-1 - new upstream release

Modified:
  colordiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:42:27 UTC (rev 246357)
+++ PKGBUILD2017-07-25 17:49:17 UTC (rev 246358)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=colordiff
-pkgver=1.0.16
+pkgver=1.0.18
 pkgrel=1
 pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl' 'diffutils')
 backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
 source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('eaf1cfe17dd0e820d38a0b24b0a402eba68b32e9bf9e7791ca2d1831029f138b'
+sha256sums=('29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0'
 'SKIP')
 validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

 


[arch-commits] Commit in python-requests/repos/testing-any (4 files)

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 17:47:39
  Author: felixonmars
Revision: 301261

archrelease: copy trunk to testing-any

Added:
  python-requests/repos/testing-any/PKGBUILD
(from rev 301260, python-requests/trunk/PKGBUILD)
  python-requests/repos/testing-any/certs.patch
(from rev 301260, python-requests/trunk/certs.patch)
Deleted:
  python-requests/repos/testing-any/PKGBUILD
  python-requests/repos/testing-any/certs.patch

-+
 PKGBUILD|  131 --
 certs.patch |   28 ++--
 2 files changed, 79 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:47:22 UTC (rev 301260)
+++ PKGBUILD2017-07-25 17:47:39 UTC (rev 301261)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-
-pkgbase=python-requests
-pkgname=('python-requests' 'python2-requests')
-pkgver=2.18.1
-pkgrel=2
-pkgdesc="Python HTTP for Humans"
-arch=('any')
-url="http://python-requests.org;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
- 'python-urllib3' 'python2-urllib3' 'python-idna' 'python2-idna')
-checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin' 
'python-pytest-mock'
-  'python2-pytest-mock' 'python-pysocks' 'python2-pysocks')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/kennethreitz/requests/archive/v$pkgver.tar.gz;
-certs.patch)
-sha512sums=('a80e0487b4b729e69522817bc2eec2a9c5f1df34df385581b3e937c2409e0fcb4e1f9b4794b198c8b8a57fc05b1bc513fc70d41b324ae251de0fa9bc7c9e6947'
-
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
-
-prepare() {
-  cd "$srcdir"/requests-$pkgver
-  sed -e '/certifi/d' \
-  -e 's/urllib3>=1.21.1,<1.22/urllib3>=1.21.1,<1.23/' \
-  -i setup.py
-  patch -p1 -i "$srcdir"/certs.patch
-
-  cd "$srcdir"
-  cp -a requests-$pkgver{,-py2}
-  find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
-}
-
-build() {
-  cd "$srcdir"/requests-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/requests-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-$pkgver
-  py.test tests
-
-  cd "$srcdir"/requests-$pkgver-py2
-  py.test2 tests
-}
-
-package_python-requests() {
-  depends=('python-urllib3' 'python-chardet' 'python-idna')
-  optdepends=('python-pysocks: SOCKS proxy support')
-
-  cd "$srcdir"/requests-$pkgver
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-}
-
-package_python2-requests() {
-  depends=('python2-urllib3' 'python2-chardet' 'python2-idna')
-  optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-  'python2-grequests: asynchronous requests with gevent'
-  'python2-pysocks: SOCKS proxy support')
-
-  cd "$srcdir"/requests-$pkgver-py2
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-}

Copied: python-requests/repos/testing-any/PKGBUILD (from rev 301260, 
python-requests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:47:39 UTC (rev 301261)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+
+pkgbase=python-requests
+pkgname=('python-requests' 'python2-requests')
+pkgver=2.18.2
+pkgrel=1
+pkgdesc="Python HTTP for Humans"
+arch=('any')
+url="http://python-requests.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
+ 'python-urllib3' 'python2-urllib3' 'python-idna' 'python2-idna')
+checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin' 
'python-pytest-mock'
+  'python2-pytest-mock' 'python-pysocks' 'python2-pysocks')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/kennethreitz/requests/archive/v$pkgver.tar.gz;
+certs.patch)
+sha512sums=('1fc7462409b6431a2b7867bb3d01ac08a896a0ca32600dab33bc6b631a8e6b10c0401f1280244a8cb93e3c0eb88ae3d6bea2055110663718651c8d68ffed9196'
+
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
+
+prepare() {
+  cd "$srcdir"/requests-$pkgver
+  sed -e '/certifi/d' \
+  -i setup.py
+  patch -p1 -i "$srcdir"/certs.patch
+
+  cd "$srcdir"
+  cp -a requests-$pkgver{,-py2}
+  find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+build() {
+  cd "$srcdir"/requests-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/requests-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-$pkgver
+  py.test tests
+

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 17:47:22
  Author: felixonmars
Revision: 301260

upgpkg: python-requests 2.18.2-1

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:21:00 UTC (rev 301259)
+++ PKGBUILD2017-07-25 17:47:22 UTC (rev 301260)
@@ -4,8 +4,8 @@
 
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
-pkgver=2.18.1
-pkgrel=2
+pkgver=2.18.2
+pkgrel=1
 pkgdesc="Python HTTP for Humans"
 arch=('any')
 url="http://python-requests.org;
@@ -16,13 +16,12 @@
   'python2-pytest-mock' 'python-pysocks' 'python2-pysocks')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/kennethreitz/requests/archive/v$pkgver.tar.gz;
 certs.patch)
-sha512sums=('a80e0487b4b729e69522817bc2eec2a9c5f1df34df385581b3e937c2409e0fcb4e1f9b4794b198c8b8a57fc05b1bc513fc70d41b324ae251de0fa9bc7c9e6947'
+sha512sums=('1fc7462409b6431a2b7867bb3d01ac08a896a0ca32600dab33bc6b631a8e6b10c0401f1280244a8cb93e3c0eb88ae3d6bea2055110663718651c8d68ffed9196'
 
'424a3bb01b23409284f6c9cd2bc22d92df31b85cfd96e1d1b16b5d68adeca670dfed4fff7977d8b10980102b0f780eacc465431021fcd661f3a17168a02a39a3')
 
 prepare() {
   cd "$srcdir"/requests-$pkgver
   sed -e '/certifi/d' \
-  -e 's/urllib3>=1.21.1,<1.22/urllib3>=1.21.1,<1.23/' \
   -i setup.py
   patch -p1 -i "$srcdir"/certs.patch
 


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

2017-07-25 Thread Jaroslav Lichtblau
Date: Tuesday, July 25, 2017 @ 17:42:27
  Author: jlichtblau
Revision: 246357

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

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

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


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

2017-07-25 Thread Jaroslav Lichtblau
Date: Tuesday, July 25, 2017 @ 17:42:17
  Author: jlichtblau
Revision: 246356

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:39:33 UTC (rev 246355)
+++ PKGBUILD2017-07-25 17:42:17 UTC (rev 246356)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.07.15
+pkgver=2017.07.23
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca'
+sha256sums=('950068234d9af63168bf1c53961638b78766d5f83f227d1e3f699d8e4f8d1241'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:39:33
  Author: arojas
Revision: 246355

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 17:39:05 UTC (rev 246354)
+++ community-i686/PKGBUILD 2017-07-25 17:39:33 UTC (rev 246355)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js38 dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha512sums=('209a0d025bbf2f56fa4d45497dcd655dda038dccdbb2d00c177f533f770531309e45b564a6bc4e7b8f76ffd560b5a9a63942207d112d8dc3a796f46efe4004ad')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cjs/repos/community-i686/PKGBUILD (from rev 246354, cjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 17:39:33 UTC (rev 246355)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js38 dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha512sums=('c26e49e55998d6a8309c69c3d173d06701829b0ec679b197fe123766c5dc60e40295e6d76532269d9557443539ee7dce6c29861ee9f4eebbf987e93a86ea1c5b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-25 17:39:05 UTC (rev 246354)
+++ community-x86_64/PKGBUILD   2017-07-25 17:39:33 UTC (rev 246355)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js38 dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha512sums=('209a0d025bbf2f56fa4d45497dcd655dda038dccdbb2d00c177f533f770531309e45b564a6bc4e7b8f76ffd560b5a9a63942207d112d8dc3a796f46efe4004ad')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  

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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:39:05
  Author: arojas
Revision: 246354

Update to 3.4.3

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:28:08 UTC (rev 246353)
+++ PKGBUILD2017-07-25 17:39:05 UTC (rev 246354)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha512sums=('209a0d025bbf2f56fa4d45497dcd655dda038dccdbb2d00c177f533f770531309e45b564a6bc4e7b8f76ffd560b5a9a63942207d112d8dc3a796f46efe4004ad')
+sha512sums=('c26e49e55998d6a8309c69c3d173d06701829b0ec679b197fe123766c5dc60e40295e6d76532269d9557443539ee7dce6c29861ee9f4eebbf987e93a86ea1c5b')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in poedit/repos/community-x86_64 (6 files)

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:28:08
  Author: spupykin
Revision: 246353

archrelease: copy trunk to community-x86_64

Added:
  poedit/repos/community-x86_64/PKGBUILD
(from rev 246352, poedit/trunk/PKGBUILD)
  poedit/repos/community-x86_64/icu59.patch
(from rev 246352, poedit/trunk/icu59.patch)
  
poedit/repos/community-x86_64/poedit-2.0.2_fix_drawroundedrectangle_assert.patch
(from rev 246352, 
poedit/trunk/poedit-2.0.2_fix_drawroundedrectangle_assert.patch)
Deleted:
  poedit/repos/community-x86_64/PKGBUILD
  poedit/repos/community-x86_64/icu59.patch
  
poedit/repos/community-x86_64/poedit-2.0.2_fix_drawroundedrectangle_assert.patch

+
 PKGBUILD   |   82 +--
 icu59.patch|   22 ++---
 poedit-2.0.2_fix_drawroundedrectangle_assert.patch |   58 ++---
 3 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:24:51 UTC (rev 246352)
+++ PKGBUILD2017-07-25 17:28:08 UTC (rev 246353)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-epoch=1
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/;
-license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxgtk3')
-makedepends=('boost')
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
-icu59.patch
-poedit-2.0.2_fix_drawroundedrectangle_assert.patch)
-sha256sums=('b88bc222d4215344d0eb87dda19aafcc0b2465718c4b556015330beb96f7b402'
-'4d2fcbc1ce5a8d8bab878687337c1f038ed1a83b37652e0a41d7f5c2b26b27bc'
-'721d81cebd32dd27d678d72f1ad527d7d3d74a49862cfa876cbd14f6b54d21d6')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-patch -Np1 -i ../icu59.patch
-patch -Np1 -i ../poedit-2.0.2_fix_drawroundedrectangle_assert.patch
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
-make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poedit/repos/community-x86_64/PKGBUILD (from rev 246352, 
poedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:28:08 UTC (rev 246353)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+epoch=1
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/;
+license=('MIT')
+depends=('gtkspell3' 'lucene++' 'wxgtk3')
+makedepends=('boost')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
+icu59.patch
+poedit-2.0.2_fix_drawroundedrectangle_assert.patch)
+sha256sums=('1ff4c7b3966946b2dc06ba8dda5d8861fa00a94d8387821db511f339092d9577'
+'4d2fcbc1ce5a8d8bab878687337c1f038ed1a83b37652e0a41d7f5c2b26b27bc'
+'721d81cebd32dd27d678d72f1ad527d7d3d74a49862cfa876cbd14f6b54d21d6')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#patch -Np1 -i ../icu59.patch
+#patch -Np1 -i ../poedit-2.0.2_fix_drawroundedrectangle_assert.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
+make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: icu59.patch
===
--- icu59.patch 2017-07-25 17:24:51 UTC (rev 246352)
+++ icu59.patch 2017-07-25 17:28:08 UTC (rev 246353)
@@ -1,11 +0,0 @@
-diff -upr poedit-2.0.1.orig/src/unicode_helpers.cpp 
poedit-2.0.1/src/unicode_helpers.cpp
 poedit-2.0.1.orig/src/unicode_helpers.cpp  2017-04-26 10:55:31.807183266 
+0300
-+++ poedit-2.0.1/src/unicode_helpers.cpp   2017-04-26 11:02:47.373899526 
+0300
-@@ -25,6 +25,7 @@
- 
- #include 

[arch-commits] Commit in poedit/repos/community-i686 (6 files)

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:24:51
  Author: spupykin
Revision: 246352

archrelease: copy trunk to community-i686

Added:
  poedit/repos/community-i686/PKGBUILD
(from rev 246351, poedit/trunk/PKGBUILD)
  poedit/repos/community-i686/icu59.patch
(from rev 246351, poedit/trunk/icu59.patch)
  poedit/repos/community-i686/poedit-2.0.2_fix_drawroundedrectangle_assert.patch
(from rev 246351, 
poedit/trunk/poedit-2.0.2_fix_drawroundedrectangle_assert.patch)
Deleted:
  poedit/repos/community-i686/PKGBUILD
  poedit/repos/community-i686/icu59.patch
  poedit/repos/community-i686/poedit-2.0.2_fix_drawroundedrectangle_assert.patch

+
 PKGBUILD   |   82 +--
 icu59.patch|   22 ++---
 poedit-2.0.2_fix_drawroundedrectangle_assert.patch |   58 ++---
 3 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:24:38 UTC (rev 246351)
+++ PKGBUILD2017-07-25 17:24:51 UTC (rev 246352)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-epoch=1
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/;
-license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxgtk3')
-makedepends=('boost')
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
-icu59.patch
-poedit-2.0.2_fix_drawroundedrectangle_assert.patch)
-sha256sums=('b88bc222d4215344d0eb87dda19aafcc0b2465718c4b556015330beb96f7b402'
-'4d2fcbc1ce5a8d8bab878687337c1f038ed1a83b37652e0a41d7f5c2b26b27bc'
-'721d81cebd32dd27d678d72f1ad527d7d3d74a49862cfa876cbd14f6b54d21d6')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-patch -Np1 -i ../icu59.patch
-patch -Np1 -i ../poedit-2.0.2_fix_drawroundedrectangle_assert.patch
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
-make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 246351, 
poedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:24:51 UTC (rev 246352)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+epoch=1
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/;
+license=('MIT')
+depends=('gtkspell3' 'lucene++' 'wxgtk3')
+makedepends=('boost')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
+icu59.patch
+poedit-2.0.2_fix_drawroundedrectangle_assert.patch)
+sha256sums=('1ff4c7b3966946b2dc06ba8dda5d8861fa00a94d8387821db511f339092d9577'
+'4d2fcbc1ce5a8d8bab878687337c1f038ed1a83b37652e0a41d7f5c2b26b27bc'
+'721d81cebd32dd27d678d72f1ad527d7d3d74a49862cfa876cbd14f6b54d21d6')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+#patch -Np1 -i ../icu59.patch
+#patch -Np1 -i ../poedit-2.0.2_fix_drawroundedrectangle_assert.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
+make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: icu59.patch
===
--- icu59.patch 2017-07-25 17:24:38 UTC (rev 246351)
+++ icu59.patch 2017-07-25 17:24:51 UTC (rev 246352)
@@ -1,11 +0,0 @@
-diff -upr poedit-2.0.1.orig/src/unicode_helpers.cpp 
poedit-2.0.1/src/unicode_helpers.cpp
 poedit-2.0.1.orig/src/unicode_helpers.cpp  2017-04-26 10:55:31.807183266 
+0300
-+++ poedit-2.0.1/src/unicode_helpers.cpp   2017-04-26 11:02:47.373899526 
+0300
-@@ -25,6 +25,7 @@
- 
- #include 

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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:24:38
  Author: spupykin
Revision: 246351

upgpkg: poedit 1:2.0.3-1

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:24:11 UTC (rev 246350)
+++ PKGBUILD2017-07-25 17:24:38 UTC (rev 246351)
@@ -7,8 +7,8 @@
 
 pkgname=poedit
 epoch=1
-pkgver=2.0.2
-pkgrel=3
+pkgver=2.0.3
+pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/;
@@ -18,14 +18,14 @@
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
 icu59.patch
 poedit-2.0.2_fix_drawroundedrectangle_assert.patch)
-sha256sums=('b88bc222d4215344d0eb87dda19aafcc0b2465718c4b556015330beb96f7b402'
+sha256sums=('1ff4c7b3966946b2dc06ba8dda5d8861fa00a94d8387821db511f339092d9577'
 '4d2fcbc1ce5a8d8bab878687337c1f038ed1a83b37652e0a41d7f5c2b26b27bc'
 '721d81cebd32dd27d678d72f1ad527d7d3d74a49862cfa876cbd14f6b54d21d6')
 
 prepare() {
 cd "${srcdir}/${pkgname}-${pkgver}"
-patch -Np1 -i ../icu59.patch
-patch -Np1 -i ../poedit-2.0.2_fix_drawroundedrectangle_assert.patch
+#patch -Np1 -i ../icu59.patch
+#patch -Np1 -i ../poedit-2.0.2_fix_drawroundedrectangle_assert.patch
 }
 
 build() {


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:24:11
  Author: spupykin
Revision: 246350

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 246349, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 246349, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 246349, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 246349, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 246349, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 246349, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 246349, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 246349, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 246349, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 246349, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 246349, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 246349, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   24 +++
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   44 ++
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   12 -
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   22 ---
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   12 -
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   22 ---
 18 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 17:23:42 UTC (rev 246349)
+++ community-i686/PKGBUILD 2017-07-25 17:24:11 UTC (rev 246350)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx 
-
-pkgname=redis
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-sha256sums=('d539ae309295721d5c3ed7298939645b6f86ab5d25fdf2a0352ab575c159df2d'
-'cceff2a097d9041a0c73caeb5c33e849af783c6a12db866f24b8417ac3ac9d11'
-'8b4c2caabb4f54157ad91ca472423112b1803685ad18ed11b60463d78494df13'
-'22cd3b9f7e9b17647a615d009b50603e7978b0af26c3e2c53560e57573b996ed'
-'b1d2802d7e459799565fb4660e97e57a23de0aa47689656ece4a00d1053dd919')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-#  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING 

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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:23:42
  Author: spupykin
Revision: 246349

upgpkg: redis 4.0.1-1

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:23:35 UTC (rev 246348)
+++ PKGBUILD2017-07-25 17:23:42 UTC (rev 246349)
@@ -5,7 +5,7 @@
 # Contributor: nofxx 
 
 pkgname=redis
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-sha256sums=('d539ae309295721d5c3ed7298939645b6f86ab5d25fdf2a0352ab575c159df2d'
+sha256sums=('2049cd6ae9167f258705081a6ef23bb80b7eff9ff3d0d7481e89510f27457591'
 'cceff2a097d9041a0c73caeb5c33e849af783c6a12db866f24b8417ac3ac9d11'
 '8b4c2caabb4f54157ad91ca472423112b1803685ad18ed11b60463d78494df13'
 '22cd3b9f7e9b17647a615d009b50603e7978b0af26c3e2c53560e57573b996ed'


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:23:35
  Author: spupykin
Revision: 246348

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:23:24 UTC (rev 246347)
+++ PKGBUILD2017-07-25 17:23:35 UTC (rev 246348)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-pyserial
-pkgname=('python-pyserial' 'python2-pyserial')
-pkgver=3.3
-pkgrel=1
-pkgdesc="Multiplatform Serial Port Module for Python"
-arch=('any')
-url="https://github.com/pyserial/pyserial;
-license=('custom:PYTHON')
-makedepends=('python2' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pyserial/pyserial/archive/v$pkgver.tar.gz;)
-sha256sums=('782ca7f4db762db9687d5e969b7be0fd69eb1653a309c8d23db12862342f9bbe')
-
-build() {
-  cp -a "$srcdir"/pyserial-${pkgver} "$srcdir"/py2serial-${pkgver}
-}
-
-package_python-pyserial() {
-  depends=('python')
-
-  cd "$srcdir"/pyserial-${pkgver}
-  python setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-pyserial() {
-  depends=('python2')
-
-  cd "$srcdir"/py2serial-${pkgver}
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  mv "$pkgdir"/usr/bin/miniterm.py "$pkgdir"/usr/bin/miniterm2.py
-}

Copied: python-pyserial/repos/community-any/PKGBUILD (from rev 246347, 
python-pyserial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:23:35 UTC (rev 246348)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-pyserial
+pkgname=('python-pyserial' 'python2-pyserial')
+pkgver=3.4
+pkgrel=1
+pkgdesc="Multiplatform Serial Port Module for Python"
+arch=('any')
+url="https://github.com/pyserial/pyserial;
+license=('custom:PYTHON')
+makedepends=('python2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyserial/pyserial/archive/v$pkgver.tar.gz;)
+sha256sums=('ca25c777d06ad0b4b129910642aaa75f724157c80e2898a8e3219adc5599a2a1')
+
+build() {
+  cp -a "$srcdir"/pyserial-${pkgver} "$srcdir"/py2serial-${pkgver}
+}
+
+package_python-pyserial() {
+  depends=('python')
+
+  cd "$srcdir"/pyserial-${pkgver}
+  python setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-pyserial() {
+  depends=('python2')
+
+  cd "$srcdir"/py2serial-${pkgver}
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  mv "$pkgdir"/usr/bin/miniterm.py "$pkgdir"/usr/bin/miniterm2.py
+}


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:23:16
  Author: spupykin
Revision: 246346

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:23:05 UTC (rev 246345)
+++ PKGBUILD2017-07-25 17:23:16 UTC (rev 246346)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('dd705377ab2bd7c23238a74b8bb54ee46ebf1247db224bd439ad058f7ee8e336')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 246345, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:23:16 UTC (rev 246346)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('ef9d75d4d117cb18b9c5e1aca971e342d942f0d20e49c5b7aa20beb98fff8fc2')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:23:24
  Author: spupykin
Revision: 246347

upgpkg: python-pyserial 3.4-1

Modified:
  python-pyserial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:23:16 UTC (rev 246346)
+++ PKGBUILD2017-07-25 17:23:24 UTC (rev 246347)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pyserial
 pkgname=('python-pyserial' 'python2-pyserial')
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="Multiplatform Serial Port Module for Python"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('custom:PYTHON')
 makedepends=('python2' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyserial/pyserial/archive/v$pkgver.tar.gz;)
-sha256sums=('782ca7f4db762db9687d5e969b7be0fd69eb1653a309c8d23db12862342f9bbe')
+sha256sums=('ca25c777d06ad0b4b129910642aaa75f724157c80e2898a8e3219adc5599a2a1')
 
 build() {
   cp -a "$srcdir"/pyserial-${pkgver} "$srcdir"/py2serial-${pkgver}


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:22:57
  Author: spupykin
Revision: 246344

archrelease: copy trunk to community-any

Added:
  proguard/repos/community-any/PKGBUILD
(from rev 246343, proguard/trunk/PKGBUILD)
Deleted:
  proguard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:22:46 UTC (rev 246343)
+++ PKGBUILD2017-07-25 17:22:57 UTC (rev 246344)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=proguard
-pkgver=5.3
-pkgrel=1
-pkgdesc="free Java class file shrinker, optimizer, obfuscator, and preverifier"
-arch=(any)
-url="http://proguard.sourceforge.net/;
-license=('GPL2')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-sha256sums=('8f185c343dcc4504b3c496bdbf870feba3523abe7cec060b44bbacd1fc2da955')
-
-package() {
-  cd "$srcdir/$pkgname$pkgver/lib"
-
-  mkdir -p "$pkgdir"/usr/bin
-  mkdir -p "$pkgdir"/usr/share/proguard
-  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
"$pkgdir"/usr/share/proguard/
-
-  cat >"$pkgdir"/usr/bin/proguardgui <"$pkgdir"/usr/bin/proguard <
+
+pkgname=proguard
+pkgver=5.3.3
+pkgrel=1
+pkgdesc="free Java class file shrinker, optimizer, obfuscator, and preverifier"
+arch=(any)
+url="http://proguard.sourceforge.net/;
+license=('GPL2')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
+sha256sums=('95bf9580107f00d0e26f01026dcfe9e7a772e5449488b03ba832836c3760b3af')
+
+package() {
+  cd "$srcdir/$pkgname$pkgver/lib"
+
+  mkdir -p "$pkgdir"/usr/bin
+  mkdir -p "$pkgdir"/usr/share/proguard
+  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
"$pkgdir"/usr/share/proguard/
+
+  cat >"$pkgdir"/usr/bin/proguardgui <"$pkgdir"/usr/bin/proguard <

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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:23:05
  Author: spupykin
Revision: 246345

upgpkg: python-docs 3.6.2-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:22:57 UTC (rev 246344)
+++ PKGBUILD2017-07-25 17:23:05 UTC (rev 246345)
@@ -3,7 +3,7 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('dd705377ab2bd7c23238a74b8bb54ee46ebf1247db224bd439ad058f7ee8e336')
+sha256sums=('ef9d75d4d117cb18b9c5e1aca971e342d942f0d20e49c5b7aa20beb98fff8fc2')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:22:46
  Author: spupykin
Revision: 246343

upgpkg: proguard 5.3.3-1

Modified:
  proguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:21:58 UTC (rev 246342)
+++ PKGBUILD2017-07-25 17:22:46 UTC (rev 246343)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=proguard
-pkgver=5.3
+pkgver=5.3.3
 pkgrel=1
 pkgdesc="free Java class file shrinker, optimizer, obfuscator, and preverifier"
 arch=(any)
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('java-runtime')
 source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-sha256sums=('8f185c343dcc4504b3c496bdbf870feba3523abe7cec060b44bbacd1fc2da955')
+sha256sums=('95bf9580107f00d0e26f01026dcfe9e7a772e5449488b03ba832836c3760b3af')
 
 package() {
   cd "$srcdir/$pkgname$pkgver/lib"


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:21:44
  Author: spupykin
Revision: 246341

upgpkg: phpmyadmin 4.7.3-1

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:21:03 UTC (rev 246340)
+++ PKGBUILD2017-07-25 17:21:44 UTC (rev 246341)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.7.2
+pkgver=4.7.3
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -16,7 +16,7 @@
 depends=('mariadb-clients' 'php')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('4f5e474d826ae2fcb704aaade9422592595a2b41046b13e625aa3d00d4d00eee')
+sha256sums=('ed51669043f62494dc3bc21a87423373164ff63865a6c6bceaee535ef785f33e')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:21:58
  Author: spupykin
Revision: 246342

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 246341, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:21:44 UTC (rev 246341)
+++ PKGBUILD2017-07-25 17:21:58 UTC (rev 246342)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.7.2
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('4f5e474d826ae2fcb704aaade9422592595a2b41046b13e625aa3d00d4d00eee')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 246341, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:21:58 UTC (rev 246342)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.7.3
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+sha256sums=('ed51669043f62494dc3bc21a87423373164ff63865a6c6bceaee535ef785f33e')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:21:00
  Author: arojas
Revision: 301259

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-25 17:20:24 UTC (rev 301258)
+++ extra-i686/PKGBUILD 2017-07-25 17:21:00 UTC (rev 301259)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Pierre Schmitz 
-# Contributor: Paul Mattal 
-
-pkgname=ddrescue
-pkgver=1.21
-pkgrel=1
-pkgdesc="GNU data recovery tool"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddrescue/ddrescue.html;
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;)
-#"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
-md5sums=('7801daa8db1fde557540d2cbfaeef416')
- #'SKIP')
-#validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  rm "$pkgdir"/usr/share/info/dir
-}

Copied: ddrescue/repos/extra-i686/PKGBUILD (from rev 301258, 
ddrescue/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 17:21:00 UTC (rev 301259)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Pierre Schmitz 
+# Contributor: Paul Mattal 
+
+pkgname=ddrescue
+pkgver=1.22
+pkgrel=1
+pkgdesc="GNU data recovery tool"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddrescue/ddrescue.html;
+license=('GPL3')
+depends=('gcc-libs')
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;)
+#"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
+md5sums=('49c845ed89d25b534842e40366154cb4')
+ #'SKIP')
+#validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-man
+  rm "$pkgdir"/usr/share/info/dir
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-25 17:20:24 UTC (rev 301258)
+++ extra-x86_64/PKGBUILD   2017-07-25 17:21:00 UTC (rev 301259)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Pierre Schmitz 
-# Contributor: Paul Mattal 
-
-pkgname=ddrescue
-pkgver=1.21
-pkgrel=1
-pkgdesc="GNU data recovery tool"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddrescue/ddrescue.html;
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;)
-#"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
-md5sums=('7801daa8db1fde557540d2cbfaeef416')
- #'SKIP')
-#validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  rm "$pkgdir"/usr/share/info/dir
-}

Copied: ddrescue/repos/extra-x86_64/PKGBUILD (from rev 301258, 
ddrescue/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-25 17:21:00 UTC (rev 301259)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Pierre Schmitz 
+# Contributor: Paul Mattal 
+
+pkgname=ddrescue
+pkgver=1.22
+pkgrel=1
+pkgdesc="GNU data recovery tool"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddrescue/ddrescue.html;
+license=('GPL3')
+depends=('gcc-libs')
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;)
+#"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
+md5sums=('49c845ed89d25b534842e40366154cb4')
+ #'SKIP')
+#validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
+
+build() {
+  cd 

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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:21:03
  Author: spupykin
Revision: 246340

archrelease: copy trunk to community-any

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 246339, elixir/trunk/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:20:46 UTC (rev 246339)
+++ PKGBUILD2017-07-25 17:21:03 UTC (rev 246340)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Old maintainer: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.4.5
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="http://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-sha256sums=('f76b067ee209c28fe358880d8e4aafc4d95c0d84a170c686e240a2dc4f16d6bf')
-
-build() {
-  cd "${srcdir}/"elixir-lang*
-  make
-}
-
-check() {
-  cd "${srcdir}/"elixir-lang*
-  make test_erlang
-}
-
-package() {
-  cd "${srcdir}/"elixir-lang*
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 246339, 
elixir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:21:03 UTC (rev 246340)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Old maintainer: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="http://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
+sha256sums=('f9f775be13fa0991d99f1927994d99900b1cf4ec8e66c04ca6e67305a712ad66')
+
+build() {
+  cd "${srcdir}/"elixir-lang*
+  make
+}
+
+check() {
+  cd "${srcdir}/"elixir-lang*
+  make test_erlang
+}
+
+package() {
+  cd "${srcdir}/"elixir-lang*
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:20:46
  Author: spupykin
Revision: 246339

upgpkg: elixir 1.5.0-1

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:05:55 UTC (rev 246338)
+++ PKGBUILD2017-07-25 17:20:46 UTC (rev 246339)
@@ -3,7 +3,7 @@
 # Old maintainer: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.4.5
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org;
@@ -11,7 +11,7 @@
 license=('Apache' 'custom:EPL')
 depends=('erlang-nox')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-sha256sums=('f76b067ee209c28fe358880d8e4aafc4d95c0d84a170c686e240a2dc4f16d6bf')
+sha256sums=('f9f775be13fa0991d99f1927994d99900b1cf4ec8e66c04ca6e67305a712ad66')
 
 build() {
   cd "${srcdir}/"elixir-lang*


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:20:24
  Author: arojas
Revision: 301258

Update to 1.22

Modified:
  ddrescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 16:54:59 UTC (rev 301257)
+++ PKGBUILD2017-07-25 17:20:24 UTC (rev 301258)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ddrescue
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc="GNU data recovery tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gcc-libs')
 source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;)
 #"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
-md5sums=('7801daa8db1fde557540d2cbfaeef416')
+md5sums=('49c845ed89d25b534842e40366154cb4')
  #'SKIP')
 #validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
 


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:05:55
  Author: arojas
Revision: 246338

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +++
 auctex.install |   16 ++---
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:05:36 UTC (rev 246337)
+++ PKGBUILD2017-07-25 17:05:55 UTC (rev 246338)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric BĆ©langer 
-
-pkgname=auctex
-pkgver=11.90
-pkgrel=1
-pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
-arch=('any') 
-url="http://www.gnu.org/software/auctex/;
-license=('GPL3')
-depends=('emacs' 'ghostscript' 'texlive-core')
-options=('!makeflags')
-install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('bf6de74404d1a926dc4e15a05ac1c405bc066159'
-  'SKIP')
-validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: auctex/repos/community-any/PKGBUILD (from rev 246337, 
auctex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:05:55 UTC (rev 246338)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric BĆ©langer 
+
+pkgname=auctex
+pkgver=11.91
+pkgrel=1
+pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
+arch=('any') 
+url="http://www.gnu.org/software/auctex/;
+license=('GPL3')
+depends=('emacs' 'ghostscript' 'texlive-core')
+options=('!makeflags')
+install=auctex.install
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('2c93e3f922faeba318f7ab28e06a15c0f58d05b0'
+  'SKIP')
+validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: auctex.install
===
--- auctex.install  2017-07-25 17:05:36 UTC (rev 246337)
+++ auctex.install  2017-07-25 17:05:55 UTC (rev 246338)
@@ -1,8 +0,0 @@
-post_install() {
-cat << EOF
-==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
-==> following lines to your ~/.emacs file:
-(load "auctex.el" nil t t)
-(load "preview-latex.el" nil t t)
-EOF
-}

Copied: auctex/repos/community-any/auctex.install (from rev 246337, 
auctex/trunk/auctex.install)
===
--- auctex.install  (rev 0)
+++ auctex.install  2017-07-25 17:05:55 UTC (rev 246338)
@@ -0,0 +1,8 @@
+post_install() {
+cat << EOF
+==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
+==> following lines to your ~/.emacs file:
+(load "auctex.el" nil t t)
+(load "preview-latex.el" nil t t)
+EOF
+}


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:05:36
  Author: arojas
Revision: 246337

Update to 11.91

Modified:
  auctex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 11:02:29 UTC (rev 246336)
+++ PKGBUILD2017-07-25 17:05:36 UTC (rev 246337)
@@ -2,7 +2,7 @@
 # Maintainer: Eric BĆ©langer 
 
 pkgname=auctex
-pkgver=11.90
+pkgver=11.91
 pkgrel=1
 pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
 arch=('any') 
@@ -12,7 +12,7 @@
 options=('!makeflags')
 install=auctex.install
 source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('bf6de74404d1a926dc4e15a05ac1c405bc066159'
+sha1sums=('2c93e3f922faeba318f7ab28e06a15c0f58d05b0'
   'SKIP')
 validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
 


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 16:54:59
  Author: arojas
Revision: 301257

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

Added:
  unrar/repos/extra-i686/PKGBUILD
(from rev 301256, unrar/trunk/PKGBUILD)
  unrar/repos/extra-i686/unrar-5.3.4-soname.patch
(from rev 301256, unrar/trunk/unrar-5.3.4-soname.patch)
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 301256, unrar/trunk/PKGBUILD)
  unrar/repos/extra-x86_64/unrar-5.3.4-soname.patch
(from rev 301256, unrar/trunk/unrar-5.3.4-soname.patch)
Deleted:
  unrar/repos/extra-i686/PKGBUILD
  unrar/repos/extra-i686/unrar-5.3.4-soname.patch
  unrar/repos/extra-x86_64/PKGBUILD
  unrar/repos/extra-x86_64/unrar-5.3.4-soname.patch

---+
 /PKGBUILD |   80 
 /unrar-5.3.4-soname.patch |   22 
 extra-i686/PKGBUILD   |   40 
 extra-i686/unrar-5.3.4-soname.patch   |   11 
 extra-x86_64/PKGBUILD |   40 
 extra-x86_64/unrar-5.3.4-soname.patch |   11 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-25 16:54:37 UTC (rev 301256)
+++ extra-i686/PKGBUILD 2017-07-25 16:54:59 UTC (rev 301257)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=(unrar libunrar)
-pkgver=5.5.6
-pkgrel=2
-epoch=1
-arch=(i686 x86_64)
-url="http://www.rarlab.com/rar_add.htm;
-license=(custom)
-source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('68a9d8f40c709b883bb15b21a9811907e56a07411d90aeaa992622ed9cf128c0')
-
-build() {
-  cp -a unrar libunrar
-  make -C libunrar lib CXXFLAGS="-fPIC ${CXXFLAGS}"
-  make -C unrar CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
-}
-
-package_unrar() {
-  pkgdesc="The RAR uncompression program"
-  depends=(gcc-libs)
-  cd unrar
-  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
-  depends=(gcc-libs)
-  cd libunrar
-  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
-  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 301256, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 16:54:59 UTC (rev 301257)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=(unrar libunrar)
+pkgver=5.5.7
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="http://www.rarlab.com/rar_add.htm;
+license=(custom)
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+sha256sums=('8aef0a0d91bf9c9ac48fab8a26049ac7ac49907e75a2dcbd511a4ba375322d8f')
+
+build() {
+  cp -a unrar libunrar
+  make -C libunrar lib
+  make -C unrar STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
+  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-i686/unrar-5.3.4-soname.patch
===
--- extra-i686/unrar-5.3.4-soname.patch 2017-07-25 16:54:37 UTC (rev 301256)
+++ extra-i686/unrar-5.3.4-soname.patch 2017-07-25 16:54:59 UTC (rev 301257)
@@ -1,11 +0,0 @@
 a/makefile 2013-04-29 16:27:05.0 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -146,7 +146,7 @@
- lib:  clean $(OBJECTS) $(LIB_OBJ)
-   @rm -f libunrar.so
-   @rm -f libunrar.a
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-   $(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)
-
- install-unrar:

Copied: unrar/repos/extra-i686/unrar-5.3.4-soname.patch (from rev 301256, 
unrar/trunk/unrar-5.3.4-soname.patch)
===

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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 16:54:37
  Author: arojas
Revision: 301256

Update to 5.5.7

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 16:50:22 UTC (rev 301255)
+++ PKGBUILD2017-07-25 16:54:37 UTC (rev 301256)
@@ -5,19 +5,19 @@
 
 pkgbase=unrar
 pkgname=(unrar libunrar)
-pkgver=5.5.6
-pkgrel=2
+pkgver=5.5.7
+pkgrel=1
 epoch=1
 arch=(i686 x86_64)
 url="http://www.rarlab.com/rar_add.htm;
 license=(custom)
 source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('68a9d8f40c709b883bb15b21a9811907e56a07411d90aeaa992622ed9cf128c0')
+sha256sums=('8aef0a0d91bf9c9ac48fab8a26049ac7ac49907e75a2dcbd511a4ba375322d8f')
 
 build() {
   cp -a unrar libunrar
-  make -C libunrar lib CXXFLAGS="-fPIC ${CXXFLAGS}"
-  make -C unrar CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
+  make -C libunrar lib
+  make -C unrar STRIP="true"
 }
 
 package_unrar() {


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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 16:50:22
  Author: arojas
Revision: 301255

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

Added:
  glpk/repos/extra-i686/PKGBUILD
(from rev 301254, glpk/trunk/PKGBUILD)
  glpk/repos/extra-x86_64/PKGBUILD
(from rev 301254, glpk/trunk/PKGBUILD)
Deleted:
  glpk/repos/extra-i686/PKGBUILD
  glpk/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 2017-07-25 16:49:51 UTC (rev 301254)
+++ extra-i686/PKGBUILD 2017-07-25 16:50:22 UTC (rev 301255)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: bzklrm 
-# Additional contributors Senjin, Xavier, dundee
-
-pkgname=glpk
-pkgver=4.62
-pkgrel=1
-pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/glpk/glpk.html;
-license=('GPL')
-depends=('gmp')
-source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('ad930abf40b5f900dd2646cee6e3721b5b159747'
-  'SKIP')
-validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --with-gmp
-
-  if [ "$CARCH" == "x86_64" ]; then
-make CFLAGS="$CFLAGS -fPIC"
-  else
-make
-  fi
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
-  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
-}

Copied: glpk/repos/extra-i686/PKGBUILD (from rev 301254, glpk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 16:50:22 UTC (rev 301255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.63
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('gmp')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('8552ecdde601f94552e981eabfb84aa450b82d36'
+  'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-gmp
+
+  if [ "$CARCH" == "x86_64" ]; then
+make CFLAGS="$CFLAGS -fPIC"
+  else
+make
+  fi
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
+  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-25 16:49:51 UTC (rev 301254)
+++ extra-x86_64/PKGBUILD   2017-07-25 16:50:22 UTC (rev 301255)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: bzklrm 
-# Additional contributors Senjin, Xavier, dundee
-
-pkgname=glpk
-pkgver=4.62
-pkgrel=1
-pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/glpk/glpk.html;
-license=('GPL')
-depends=('gmp')
-source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('ad930abf40b5f900dd2646cee6e3721b5b159747'
-  'SKIP')
-validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --with-gmp
-
-  if [ "$CARCH" == "x86_64" ]; then
-make CFLAGS="$CFLAGS -fPIC"
-  else
-make
-  fi
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
-  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
-}

Copied: glpk/repos/extra-x86_64/PKGBUILD (from rev 301254, glpk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-25 16:50:22 UTC (rev 301255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.63
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')

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

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 16:49:51
  Author: arojas
Revision: 301254

Update to 4.63

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 16:47:27 UTC (rev 301253)
+++ PKGBUILD2017-07-25 16:49:51 UTC (rev 301254)
@@ -4,7 +4,7 @@
 # Additional contributors Senjin, Xavier, dundee
 
 pkgname=glpk
-pkgver=4.62
+pkgver=4.63
 pkgrel=1
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gmp')
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('ad930abf40b5f900dd2646cee6e3721b5b159747'
+sha1sums=('8552ecdde601f94552e981eabfb84aa450b82d36'
   'SKIP')
 validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
 


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

2017-07-25 Thread Evangelos Foutras
Date: Tuesday, July 25, 2017 @ 11:02:29
  Author: foutrelis
Revision: 246336

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 246335, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 246335, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 246335, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 246335, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 246335, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 246335, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 246335, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 246335, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  188 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   93 ---
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   93 ---
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 234 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 11:02:14 UTC (rev 246335)
+++ community-i686/PKGBUILD 2017-07-25 11:02:29 UTC (rev 246336)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F RĆødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas JimƩnez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.0.1
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git'
- 'libxslt' 'fop' 'java-environment')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-20.0;
-"http://www.erlang.org/download/otp_doc_man_20.0.tar.gz;
-'epmd.service' 'epmd.socket' 'epmd.conf')
-sha256sums=('SKIP'
-'b7f1542a94a170f8791f5d80a85706f9e8838924ea65d4301032d0c0cfb845cc'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc 
--enable-builtin-zlib
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p 

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

2017-07-25 Thread Evangelos Foutras
Date: Tuesday, July 25, 2017 @ 11:02:14
  Author: foutrelis
Revision: 246335

upgpkg: erlang 20.0.1-2

Rebuild with correct git tag in source=().

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 10:45:25 UTC (rev 246334)
+++ PKGBUILD2017-07-25 11:02:14 UTC (rev 246335)
@@ -10,7 +10,7 @@
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=20.0.1
 _docver=20.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('Apache')


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 10:45:25
  Author: spupykin
Revision: 246334

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 246333, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 246333, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 246333, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/print-deps.sh
(from rev 246333, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 246333, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 246333, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 246333, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 246333, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 246333, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 246333, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/print-deps.sh
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  292 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /print-deps.sh  |   50 +
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  144 
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/print-deps.sh|   25 --
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  144 
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/print-deps.sh  |   25 --
 community-x86_64/sysuser.conf   |2 
 15 files changed, 400 insertions(+), 396 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 10:44:59 UTC (rev 246333)
+++ community-i686/PKGBUILD 2017-07-25 10:45:25 UTC (rev 246334)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander RĆødseth 
-
-pkgname=ejabberd
-pkgver=17.07
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=b6af49e8f71c69cedd044017e06d7e2022a3173e"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=0ead169d7f6a3f2d0b64cca282487e4fedfbffd9"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=fe18688ecdfe2d31da595f16a35e0d54a5e04b54"
-   
"ezlib::git://github.com/processone/ezlib#commit=e42ce61e60dd312ac60ef299d7f6f4522af577e5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=d0f8fc07657f4409e1d115cbf63e98015525913f"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=46c24036ff3c6150ad7dabb95e1aaff73a6437e6"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=a1649cd561a315ad40a1461f8a2038680cd146b2"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
-   
"iconv::git://github.com/processone/iconv#commit=888cbaa256bd8eff17ba73742a4b2f5706135cc6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"
-   

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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 10:44:59
  Author: spupykin
Revision: 246333

upgpkg: ejabberd 17.07-2: fix esip module

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 10:26:02 UTC (rev 246332)
+++ PKGBUILD2017-07-25 10:44:59 UTC (rev 246333)
@@ -5,7 +5,7 @@
 
 pkgname=ejabberd
 pkgver=17.07
-pkgrel=1
+pkgrel=2
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
 url="http://www.ejabberd.im/;
@@ -99,7 +99,9 @@
   done
 
   sed -i "s|git describe --tags 2>/dev/null|echo $pkgver|" configure.ac
+  sed -i "s|REQUIRE_ERLANG_MAX=\".*\"|REQUIRE_ERLANG_MAX=\"9.0.1\"|" 
configure.ac
   sed -i 's#R15|R16|17|18#&|19|20#' deps/riakc/rebar.config
+  sed -i 's|crypto:rand_bytes|crypto:strong_rand_bytes|g' 
deps/esip/src/esip.erl
 }
 
 build() {


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 10:26:02
  Author: spupykin
Revision: 246332

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 10:25:42 UTC (rev 246331)
+++ community-i686/PKGBUILD 2017-07-25 10:26:02 UTC (rev 246332)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stijn Segers 
-
-pkgname=freerdp
-epoch=1
-pkgver=1.2.0_20170201
-_commit=6001cb710dc67eb8811362b7bf383754257a902b
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=3
-pkgdesc="Free RDP client"
-arch=('i686' 'x86_64')
-url="http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl' 'git')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-  'libwinpr2.so')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
-source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSE=ON \
-   -DWITH_CUPS=ON \
-   -DWITH_CHANNELS=ON \
-   -DWITH_CLIENT_CHANNELS=ON \
-   -DWITH_SERVER_CHANNELS=ON \
-   -DWITH_WAYLAND=ON \
-   .
-  make
-}
-
-package() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freerdp/repos/community-i686/PKGBUILD (from rev 246331, 
freerdp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 10:26:02 UTC (rev 246332)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=2.0.0_rc0
+#_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=3
+pkgdesc="Free RDP client"
+arch=('i686' 'x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
+sha256sums=('b432d92f529646f3e914513c8202c66ce167405082ee5b9e6d15ba4321ff6664')
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-25 10:25:42 UTC (rev 246331)
+++ community-x86_64/PKGBUILD   2017-07-25 10:26:02 UTC (rev 246332)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stijn Segers 
-
-pkgname=freerdp
-epoch=1
-pkgver=1.2.0_20170201
-_commit=6001cb710dc67eb8811362b7bf383754257a902b
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=3
-pkgdesc="Free RDP client"
-arch=('i686' 'x86_64')
-url="http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs')
-makedepends=('krb5' 

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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 10:25:42
  Author: spupykin
Revision: 246331

upgpkg: freerdp 1:2.0.0_rc0-3

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 10:17:28 UTC (rev 246330)
+++ PKGBUILD2017-07-25 10:25:42 UTC (rev 246331)
@@ -4,8 +4,8 @@
 
 pkgname=freerdp
 epoch=1
-pkgver=1.2.0_20170201
-_commit=6001cb710dc67eb8811362b7bf383754257a902b
+pkgver=2.0.0_rc0
+#_commit=6001cb710dc67eb8811362b7bf383754257a902b
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
 pkgrel=3
@@ -20,9 +20,9 @@
 'xmlto' 'docbook-xsl' 'git')
 provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
   'libwinpr2.so')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
-source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-sha256sums=('SKIP')
+#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
+sha256sums=('b432d92f529646f3e914513c8202c66ce167405082ee5b9e6d15ba4321ff6664')
 
 build() {
   cd "$srcdir"/FreeRDP-${_pkgver}


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

2017-07-25 Thread Evangelos Foutras
Date: Tuesday, July 25, 2017 @ 10:17:28
  Author: foutrelis
Revision: 246330

docver

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 10:13:06 UTC (rev 246329)
+++ PKGBUILD2017-07-25 10:17:28 UTC (rev 246330)
@@ -8,6 +8,7 @@
 
 pkgname=erlang-nox
 pkgver=20.0.1
+_docver=20.0
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -21,7 +22,7 @@
 'lksctp-tools: for SCTP support')
 options=('staticlibs')
 source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
+"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')


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

2017-07-25 Thread Evangelos Foutras
Date: Tuesday, July 25, 2017 @ 10:13:06
  Author: foutrelis
Revision: 246329

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 246328, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 10:13:00 UTC (rev 246328)
+++ PKGBUILD2017-07-25 10:13:06 UTC (rev 246329)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.5
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899'
-'SKIP'
-'aac997b2e335ef8d5d041f2b2f791e4dc6abe537f7f009a7b2ac11aabf9391f2'
-'SKIP'
-'7ad44b91342538e10be438a2e2bfc987789191865ff57c61bb24e35bdb6b8301'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 246328, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 10:13:06 UTC (rev 246329)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.5.1
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('ef07733c45cbdde4a11b9ce1895f1aeeb36e69146282b8b943f6eda438694a8a'
+'SKIP'
+'15199281e09623b2e196062a07c3789a17c6b034fef6cf9501480681113227ef'
+'SKIP'
+

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

2017-07-25 Thread Evangelos Foutras
Date: Tuesday, July 25, 2017 @ 10:13:00
  Author: foutrelis
Revision: 246328

upgpkg: shorewall 5.1.5.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 09:07:05 UTC (rev 246327)
+++ PKGBUILD2017-07-25 10:13:00 UTC (rev 246328)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.5
+pkgver=5.1.5.1
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899'
+sha256sums=('ef07733c45cbdde4a11b9ce1895f1aeeb36e69146282b8b943f6eda438694a8a'
 'SKIP'
-'aac997b2e335ef8d5d041f2b2f791e4dc6abe537f7f009a7b2ac11aabf9391f2'
+'15199281e09623b2e196062a07c3789a17c6b034fef6cf9501480681113227ef'
 'SKIP'
-'7ad44b91342538e10be438a2e2bfc987789191865ff57c61bb24e35bdb6b8301'
+'8fe63431785ec1fa8c3ec5f9ba68647f4da9845168a84e410cf905804a6aae8a'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2017-07-25 Thread Massimiliano Torromeo
Date: Tuesday, July 25, 2017 @ 09:07:05
  Author: mtorromeo
Revision: 246327

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 09:06:39 UTC (rev 246326)
+++ community-i686/PKGBUILD 2017-07-25 09:07:05 UTC (rev 246327)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.4.7
-_boost_ver=1.59.0
-pkgrel=2
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
-optdepends=('qpress: for compressed backups')
-source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
-
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('261567a4f0bdde0df7eefeb4f651ad39b4752984bbaabd68245e0e5ee368871a'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DWITH_LIBEVENT=system \
--DWITH_EDITLINE=bundled \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_BOOST="../boost_${_boost_ver//./_}"
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd  "$pkgdir"
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 246326, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 09:07:05 UTC (rev 246327)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=xtrabackup
+pkgver=2.4.8
+_boost_ver=1.59.0
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
+optdepends=('qpress: for compressed backups')
+source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
+
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
+sha256sums=('66a9cb73ce03c8a0b125998d464190288cb400cc6c22a766798ed4b24cceab91'
+'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DWITH_LIBEVENT=system \
+-DWITH_EDITLINE=bundled \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_BOOST="../boost_${_boost_ver//./_}"
+  make
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd  "$pkgdir"
+  rm -rf usr/xtrabackup-test
+  install -dm755 usr/share
+  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
+  rm -rf build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-25 09:06:39 UTC (rev 246326)
+++ community-x86_64/PKGBUILD   2017-07-25 09:07:05 UTC (rev 246327)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.4.7
-_boost_ver=1.59.0
-pkgrel=2
-pkgdesc='Non-blocking backup tool for 

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

2017-07-25 Thread Massimiliano Torromeo
Date: Tuesday, July 25, 2017 @ 09:06:39
  Author: mtorromeo
Revision: 246326

upgpkg: xtrabackup 2.4.8-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:42:57 UTC (rev 246325)
+++ PKGBUILD2017-07-25 09:06:39 UTC (rev 246326)
@@ -3,9 +3,9 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.7
+pkgver=2.4.8
 _boost_ver=1.59.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('261567a4f0bdde0df7eefeb4f651ad39b4752984bbaabd68245e0e5ee368871a'
+sha256sums=('66a9cb73ce03c8a0b125998d464190288cb400cc6c22a766798ed4b24cceab91'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:42:57
  Author: felixonmars
Revision: 246325

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD (from rev 
246324, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-07-25 08:42:57 UTC (rev 246325)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=384.59
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+sha512sums=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"
+
+# GLX extension module for X - useless ?
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+# now in lib32-mesa driver
+#ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
+
+# Wayland stuff
+install -D -m755 "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1.0.1"
+ln -s "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+   

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:42:18
  Author: felixonmars
Revision: 301248

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 301247, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 301247, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 301247, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 301247, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   56 
 testing-i686/nvidia-lts.install   |   15 +
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/nvidia-lts.install |   15 +
 4 files changed, 142 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 301247, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-25 08:42:18 UTC (rev 301248)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric BĆ©langer 
+
+pkgname=nvidia-lts
+pkgver=384.59
+_extramodules=extramodules-4.9-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.36' 
'linux-lts-headers>=4.9.36')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_i686=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
+sha512sums_x86_64=('c57a6041f8abd12540208c04e18a80e648bfd9a45ae2f03d418ffa9a589f50aa93f1a9e4ddc4c728e49b3d55b9422641b2ca42e58c403cf23f7dbda843b45947')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.9.36' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 301247, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2017-07-25 08:42:18 UTC (rev 301248)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 301247, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-25 08:42:18 UTC (rev 301248)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric BĆ©langer 
+
+pkgname=nvidia-lts
+pkgver=384.59
+_extramodules=extramodules-4.9-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:42:42
  Author: felixonmars
Revision: 246324

upgpkg: lib32-nvidia-utils 384.59-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:09:49 UTC (rev 246323)
+++ PKGBUILD2017-07-25 08:42:42 UTC (rev 246324)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=381.22
+pkgver=384.59
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -16,7 +16,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-sha512sums=('15723bfa25b0f39224ad5098c784a292abe4bf1daafaeb2f1df910bbab466e666b848b12e50b0bdd45f83e2d81957425a63501550b3dc5eb8fe3e576a8a10d22')
+sha512sums=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
 
 create_links() {
 # create soname links


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:41:58
  Author: felixonmars
Revision: 301247

upgpkg: nvidia-lts 384.59-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:39:36 UTC (rev 301246)
+++ PKGBUILD2017-07-25 08:41:58 UTC (rev 301247)
@@ -2,9 +2,9 @@
 # Maintainer: Eric BĆ©langer 
 
 pkgname=nvidia-lts
-pkgver=381.22
+pkgver=384.59
 _extramodules=extramodules-4.9-lts
-pkgrel=3
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -15,8 +15,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('15723bfa25b0f39224ad5098c784a292abe4bf1daafaeb2f1df910bbab466e666b848b12e50b0bdd45f83e2d81957425a63501550b3dc5eb8fe3e576a8a10d22')
-sha512sums_x86_64=('c40214725d8b02dab2596fb5b8d22033fbd15b29ccb8d0c789a049e3251b301c5001b778b29958f8d424625b42d4dedf3f70a47493ea8c67c63060c0b54dc7b5')
+sha512sums_i686=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
+sha512sums_x86_64=('c57a6041f8abd12540208c04e18a80e648bfd9a45ae2f03d418ffa9a589f50aa93f1a9e4ddc4c728e49b3d55b9422641b2ca42e58c403cf23f7dbda843b45947')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:39:36
  Author: felixonmars
Revision: 301246

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 301245, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/fix-abi.patch
(from rev 301245, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 301245, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 301245, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/fix-abi.patch
(from rev 301245, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 301245, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/fix-abi.patch
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/fix-abi.patch
  nvidia/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |  168 
 /fix-abi.patch|   24 +
 /nvidia.install   |   26 ++
 testing-i686/PKGBUILD |   84 
 testing-i686/fix-abi.patch|   12 --
 testing-i686/nvidia.install   |   13 ---
 testing-x86_64/PKGBUILD   |   84 
 testing-x86_64/fix-abi.patch  |   12 --
 testing-x86_64/nvidia.install |   13 ---
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-25 08:39:05 UTC (rev 301245)
+++ testing-i686/PKGBUILD   2017-07-25 08:39:36 UTC (rev 301246)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=381.22
-_extramodules=extramodules-4.12-ARCH
-pkgrel=8
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.12' 'linux-headers<4.13')
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('8825cec1640739521689bd80121d1425')
-md5sums_x86_64=('0e9590d48703c8baa034b6f0f8bbf1e5')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.12' 'linux<4.13' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-echo 'blacklist nouveau' > 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:39:05
  Author: felixonmars
Revision: 301245

upgpkg: nvidia 384.59-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:37:59 UTC (rev 301244)
+++ PKGBUILD2017-07-25 08:39:05 UTC (rev 301245)
@@ -5,9 +5,9 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=381.22
+pkgver=384.59
 _extramodules=extramodules-4.12-ARCH
-pkgrel=8
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -16,8 +16,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('8825cec1640739521689bd80121d1425')
-md5sums_x86_64=('0e9590d48703c8baa034b6f0f8bbf1e5')
+md5sums_i686=('8d2a2049d0509875c5dc0d9a0275aee4')
+md5sums_x86_64=('778318b0fd2d5d511474a8987cc7dbe5')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-07-25 Thread Evangelos Foutras
Date: Tuesday, July 25, 2017 @ 08:37:59
  Author: foutrelis
Revision: 301244

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-25 08:37:43 UTC (rev 301243)
+++ extra-i686/PKGBUILD 2017-07-25 08:37:59 UTC (rev 301244)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.11.4
-pkgrel=1
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('54fc6d26eff4ca0525aed8484af822ac561cd26adad4a2a13a282b2d9f349d84')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-i686/PKGBUILD (from rev 301243, exo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-25 08:37:59 UTC (rev 301244)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.11.5
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8e8629f33783eba1ce6d092a42c28217458a0cc3d1ad7474097b9187054955c1')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-25 08:37:43 UTC (rev 301243)
+++ extra-x86_64/PKGBUILD   2017-07-25 08:37:59 UTC (rev 301244)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.11.4
-pkgrel=1
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('54fc6d26eff4ca0525aed8484af822ac561cd26adad4a2a13a282b2d9f349d84')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 301243, exo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-25 08:37:59 UTC (rev 301244)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.11.5
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)

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

2017-07-25 Thread Evangelos Foutras
Date: Tuesday, July 25, 2017 @ 08:37:43
  Author: foutrelis
Revision: 301243

upgpkg: exo 0.11.5-1

New upstream release.

Modified:
  exo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:32:34 UTC (rev 301242)
+++ PKGBUILD2017-07-25 08:37:43 UTC (rev 301243)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=exo
-pkgver=0.11.4
+pkgver=0.11.5
 pkgrel=1
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
 makedepends=('intltool' 'gtk-doc')
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('54fc6d26eff4ca0525aed8484af822ac561cd26adad4a2a13a282b2d9f349d84')
+sha256sums=('8e8629f33783eba1ce6d092a42c28217458a0cc3d1ad7474097b9187054955c1')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:32:04
  Author: felixonmars
Revision: 301241

upgpkg: nvidia-utils 384.59-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:16:27 UTC (rev 301240)
+++ PKGBUILD2017-07-25 08:32:04 UTC (rev 301241)
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=381.22
+pkgver=384.59
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -15,8 +15,11 @@
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
 md5sums=('a433deeb5f9cc661e537f42bde2f1df7')
-md5sums_i686=('8825cec1640739521689bd80121d1425')
-md5sums_x86_64=('0e9590d48703c8baa034b6f0f8bbf1e5')
+md5sums_i686=('8d2a2049d0509875c5dc0d9a0275aee4')
+md5sums_x86_64=('778318b0fd2d5d511474a8987cc7dbe5')
+sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
+sha512sums_i686=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
+sha512sums_x86_64=('c57a6041f8abd12540208c04e18a80e648bfd9a45ae2f03d418ffa9a589f50aa93f1a9e4ddc4c728e49b3d55b9422641b2ca42e58c403cf23f7dbda843b45947')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -35,6 +38,8 @@
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+sed -i 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' nvidia_icd.json.template
 }
 
 package_opencl-nvidia() {
@@ -104,7 +109,7 @@
 install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}"
 
 # Vulkan ICD
-install -D -m644 "nvidia_icd.json" 
"${pkgdir}/usr/share/vulkan/icd.d/nvidia_icd.json"
+install -D -m644 "nvidia_icd.json.template" 
"${pkgdir}/usr/share/vulkan/icd.d/nvidia_icd.json"
 
 # VDPAU
 install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}"


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:32:34
  Author: felixonmars
Revision: 301242

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

Added:
  nvidia-utils/repos/testing-i686/
  nvidia-utils/repos/testing-i686/PKGBUILD
(from rev 301241, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 301241, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/testing-i686/nvidia-utils.install
(from rev 301241, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/testing-x86_64/
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 301241, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 301241, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install
(from rev 301241, nvidia-utils/trunk/nvidia-utils.install)

+
 testing-i686/PKGBUILD  |  176 +++
 testing-i686/nvidia-drm-outputclass.conf   |   14 ++
 testing-i686/nvidia-utils.install  |   10 +
 testing-x86_64/PKGBUILD|  176 +++
 testing-x86_64/nvidia-drm-outputclass.conf |   14 ++
 testing-x86_64/nvidia-utils.install|   10 +
 6 files changed, 400 insertions(+)

Copied: nvidia-utils/repos/testing-i686/PKGBUILD (from rev 301241, 
nvidia-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-25 08:32:34 UTC (rev 301242)
@@ -0,0 +1,176 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgver=384.59
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=('nvidia-drm-outputclass.conf')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('a433deeb5f9cc661e537f42bde2f1df7')
+md5sums_i686=('8d2a2049d0509875c5dc0d9a0275aee4')
+md5sums_x86_64=('778318b0fd2d5d511474a8987cc7dbe5')
+sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
+sha512sums_i686=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
+sha512sums_x86_64=('c57a6041f8abd12540208c04e18a80e648bfd9a45ae2f03d418ffa9a589f50aa93f1a9e4ddc4c728e49b3d55b9422641b2ca42e58c403cf23f7dbda843b45947')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+sed -i 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' nvidia_icd.json.template
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+replaces=('nvidia-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:16:06
  Author: felixonmars
Revision: 301239

upgpkg: nvidia-settings 384.59-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 05:01:49 UTC (rev 301238)
+++ PKGBUILD2017-07-25 08:16:06 UTC (rev 301239)
@@ -3,8 +3,8 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=381.22
-pkgrel=2
+pkgver=384.59
+pkgrel=1
 pkgdesc="Tool for configuring the NVIDIA graphics driver"
 url='https://github.com/NVIDIA/nvidia-settings'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('79cd41b9c0e63b69574caddb62437132810ecb4cd07b90899976ae8535948f28d72021fc9a6969559909cf0f7a5d411b0202782970d64a82c636e7738c9d5681'
+sha512sums=('5556858f02f5d2b7a5b2fb6073902e98dc7d39267186cc47b810f07463e8507162bdffdf20f15e569766f05b411376a9002796979fc35a01b30aed821f0c3c47'
 
'ed4b609de9691fbb4421eea340399331e7a5c5f47b9de8eade40ca8f78ac39a6f76cc106928cd0d79825f248a3a0eb563a10f68b7b6991cf3e28db0dde2a0f8d')
 
 prepare() {


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:16:27
  Author: felixonmars
Revision: 301240

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

Added:
  nvidia-settings/repos/testing-i686/
  nvidia-settings/repos/testing-i686/PKGBUILD
(from rev 301239, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/testing-i686/libxnvctrl_so.patch
(from rev 301239, nvidia-settings/trunk/libxnvctrl_so.patch)
  nvidia-settings/repos/testing-x86_64/
  nvidia-settings/repos/testing-x86_64/PKGBUILD
(from rev 301239, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch
(from rev 301239, nvidia-settings/trunk/libxnvctrl_so.patch)

+
 testing-i686/PKGBUILD  |   61 +++
 testing-i686/libxnvctrl_so.patch   |   67 +++
 testing-x86_64/PKGBUILD|   61 +++
 testing-x86_64/libxnvctrl_so.patch |   67 +++
 4 files changed, 256 insertions(+)

Copied: nvidia-settings/repos/testing-i686/PKGBUILD (from rev 301239, 
nvidia-settings/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-25 08:16:27 UTC (rev 301240)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=384.59
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('5556858f02f5d2b7a5b2fb6073902e98dc7d39267186cc47b810f07463e8507162bdffdf20f15e569766f05b411376a9002796979fc35a01b30aed821f0c3c47'
+
'ed4b609de9691fbb4421eea340399331e7a5c5f47b9de8eade40ca8f78ac39a6f76cc106928cd0d79825f248a3a0eb563a10f68b7b6991cf3e28db0dde2a0f8d')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
+  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
+  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
+  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/testing-i686/libxnvctrl_so.patch (from rev 
301239, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- testing-i686/libxnvctrl_so.patch(rev 0)
+++ testing-i686/libxnvctrl_so.patch2017-07-25 08:16:27 UTC (rev 301240)
@@ -0,0 +1,67 @@
+--- a/src/Makefile
 b/src/Makefile
+@@ -106,6 +106,8 @@
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_MAKEFILE?= Makefile
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -280,15 +282,18 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $< $(BINDIR)/$(notdir $<)
+ 
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
+ $(eval $(call DEBUG_INFO_RULES, $(NVIDIA_SETTINGS)))
+-$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_ARCHIVE)
++$(NVIDIA_SETTINGS).unstripped: $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) 

[arch-commits] Commit in mitmproxy/repos (5 files)

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:09:49
  Author: felixonmars
Revision: 246323

archrelease: copy trunk to community-testing-any

Added:
  mitmproxy/repos/community-testing-any/
  mitmproxy/repos/community-testing-any/PKGBUILD
(from rev 246322, mitmproxy/trunk/PKGBUILD)
  mitmproxy/repos/community-testing-any/fix-test.patch
(from rev 246322, mitmproxy/trunk/fix-test.patch)
  mitmproxy/repos/community-testing-any/h2-3.0.patch
(from rev 246322, mitmproxy/trunk/h2-3.0.patch)
  mitmproxy/repos/community-testing-any/kaitai-0.7.patch
(from rev 246322, mitmproxy/trunk/kaitai-0.7.patch)

--+
 PKGBUILD |   59 +++
 fix-test.patch   |   23 +++
 h2-3.0.patch |   81 ++
 kaitai-0.7.patch |  406 +
 4 files changed, 569 insertions(+)

Copied: mitmproxy/repos/community-testing-any/PKGBUILD (from rev 246322, 
mitmproxy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-07-25 08:09:49 UTC (rev 246323)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-construct' 
'python-cryptography'
+ 'python-cssutils' 'python-h2' 'python-html2text' 'python-hyperframe' 
'python-jsbeautifier'
+ 'python-kaitaistruct' 'python-passlib' 'python-pyasn1' 
'python-pyopenssl'
+ 'python-pyparsing' 'python-pyperclip' 'python-requests' 
'python-ruamel-yaml'
+ 'python-setuptools' 'python-sortedcontainers' 'python-tornado' 
'python-urwid'
+ 'python-watchdog')
+optdepends=('protobuf: Contentviews - Extended content decoding')
+checkdepends=('python-beautifulsoup4' 'python-flask' 'python-pytz' 
'python-pytest-runner'
+  'protobuf')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz;
+fix-test.patch kaitai-0.7.patch h2-3.0.patch)
+sha512sums=('8a38340b3b1dd73c99c9e9b06a59bff78a23b2a851e1032ee0b7354ac46c834a3d005a67dc5238030570719eb5f842cb2a8ce64ffc7c5a01cbfa9a9511c08e66'
+
'7cd8f430779df708e0a923bba43c29fcd94b1dc4e40b2cd7a5f878475911e12917e1cb130ffabc2d1f4a1dfe9883dfe6d9c2ff9cdcd5210a8a0480830d33b5a6'
+
'a0fa449ddec32478123966845863f11e9dc3589e08be21e8fa6f5b89765a01fb03de689b84c82d5d44f84ad72ba7766587273fb4413a09950f06e388d57fb45d'
+
'859147363b1686a042923c5df8481c7078327e9e3715993ce81b68b63002f8a8bd071a17ca080268c7a0d8211b1a2bbb64a8e78250778693b1fcb6a558d3ec46')
+
+prepare() {
+  cd mitmproxy-$pkgver
+
+  # https://github.com/mitmproxy/mitmproxy/pull/2170
+  patch -p1 -i ../fix-test.patch
+
+  patch -p1 -i ../kaitai-0.7.patch
+
+  patch -p1 -i ../h2-3.0.patch
+
+  # Let's remove all the upper bounds and use system certificate store
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tcp.py
+}
+
+check() {
+  cd mitmproxy-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py pytest
+}
+
+package() {
+  cd mitmproxy-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}

Copied: mitmproxy/repos/community-testing-any/fix-test.patch (from rev 246322, 
mitmproxy/trunk/fix-test.patch)
===
--- community-testing-any/fix-test.patch(rev 0)
+++ community-testing-any/fix-test.patch2017-07-25 08:09:49 UTC (rev 
246323)
@@ -0,0 +1,23 @@
+From b3525570929ba47c10d9d08696876c39487f7000 Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Thu, 16 Mar 2017 16:48:21 +0800
+Subject: [PATCH] Fix test_format_xml with dot in path
+
+When the path contains dot ".", replacing all dots will generate a non-exist 
result and raises a FileNotFoundError. Replacing only the last dot fixes this.
+---
+ test/mitmproxy/contentviews/test_xml_html.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/mitmproxy/contentviews/test_xml_html.py 
b/test/mitmproxy/contentviews/test_xml_html.py
+index 899ecfd..2b0aee4 100644
+--- a/test/mitmproxy/contentviews/test_xml_html.py
 b/test/mitmproxy/contentviews/test_xml_html.py
+@@ -23,7 +23,7 @@ def test_format_xml(filename):
+ path = data.path(filename)
+ with open(path) as f:
+ input = f.read()
+-with open(path.replace(".", "-formatted.")) as f:
++with open("-formatted.".join(path.rsplit(".", 1))) as f:
+ expected = 

[arch-commits] Commit in mitmproxy/trunk (PKGBUILD h2-3.0.patch)

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:09:28
  Author: felixonmars
Revision: 246322

upgpkg: mitmproxy 2.0.2-2

fix with h2-3.0+

Added:
  mitmproxy/trunk/h2-3.0.patch
Modified:
  mitmproxy/trunk/PKGBUILD

--+
 PKGBUILD |9 --
 h2-3.0.patch |   81 +
 2 files changed, 87 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:08:47 UTC (rev 246321)
+++ PKGBUILD2017-07-25 08:09:28 UTC (rev 246322)
@@ -5,7 +5,7 @@
 
 pkgname=mitmproxy
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/;
@@ -23,10 +23,11 @@
 conflicts=('pathod')
 replaces=('pathod')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz;
-fix-test.patch kaitai-0.7.patch)
+fix-test.patch kaitai-0.7.patch h2-3.0.patch)
 
sha512sums=('8a38340b3b1dd73c99c9e9b06a59bff78a23b2a851e1032ee0b7354ac46c834a3d005a67dc5238030570719eb5f842cb2a8ce64ffc7c5a01cbfa9a9511c08e66'
 
'7cd8f430779df708e0a923bba43c29fcd94b1dc4e40b2cd7a5f878475911e12917e1cb130ffabc2d1f4a1dfe9883dfe6d9c2ff9cdcd5210a8a0480830d33b5a6'
-
'a0fa449ddec32478123966845863f11e9dc3589e08be21e8fa6f5b89765a01fb03de689b84c82d5d44f84ad72ba7766587273fb4413a09950f06e388d57fb45d')
+
'a0fa449ddec32478123966845863f11e9dc3589e08be21e8fa6f5b89765a01fb03de689b84c82d5d44f84ad72ba7766587273fb4413a09950f06e388d57fb45d'
+
'859147363b1686a042923c5df8481c7078327e9e3715993ce81b68b63002f8a8bd071a17ca080268c7a0d8211b1a2bbb64a8e78250778693b1fcb6a558d3ec46')
 
 prepare() {
   cd mitmproxy-$pkgver
@@ -36,6 +37,8 @@
 
   patch -p1 -i ../kaitai-0.7.patch
 
+  patch -p1 -i ../h2-3.0.patch
+
   # Let's remove all the upper bounds and use system certificate store
   sed -e '/certifi/d' \
   -e 's/, *<[0-9=.]*//' \

Added: h2-3.0.patch
===
--- h2-3.0.patch(rev 0)
+++ h2-3.0.patch2017-07-25 08:09:28 UTC (rev 246322)
@@ -0,0 +1,81 @@
+From ef9f0e22ea31745a91a131c193051d8df7a9eccf Mon Sep 17 00:00:00 2001
+From: Thomas Kriechbaumer 
+Date: Fri, 24 Mar 2017 19:24:28 +0100
+Subject: [PATCH] bump h2
+
+---
+ mitmproxy/proxy/protocol/http2.py   |  6 +++---
+ setup.py|  4 ++--
+ test/mitmproxy/proxy/protocol/test_http2.py | 14 +++---
+ 3 files changed, 16 insertions(+), 8 deletions(-)
+
+diff --git a/mitmproxy/proxy/protocol/http2.py 
b/mitmproxy/proxy/protocol/http2.py
+index a6e8a4dd9..c1812b3da 100644
+--- a/mitmproxy/proxy/protocol/http2.py
 b/mitmproxy/proxy/protocol/http2.py
+@@ -188,7 +188,7 @@ def _handle_data_received(self, eid, event, source_conn):
+ self.streams[eid].kill()
+ self.connections[source_conn].safe_reset_stream(
+ event.stream_id,
+-h2.errors.REFUSED_STREAM
++h2.errors.ErrorCodes.REFUSED_STREAM
+ )
+ self.log("HTTP body too large. Limit is {}.".format(bsl), "info")
+ else:
+@@ -207,7 +207,7 @@ def _handle_stream_ended(self, eid):
+ 
+ def _handle_stream_reset(self, eid, event, is_server, other_conn):
+ self.streams[eid].kill()
+-if eid in self.streams and event.error_code == h2.errors.CANCEL:
++if eid in self.streams and event.error_code == 
h2.errors.ErrorCodes.CANCEL:
+ if is_server:
+ other_stream_id = self.streams[eid].client_stream_id
+ else:
+@@ -228,7 +228,7 @@ def _handle_connection_terminated(self, event, is_server):
+ event.last_stream_id,
+ event.additional_data), "info")
+ 
+-if event.error_code != h2.errors.NO_ERROR:
++if event.error_code != h2.errors.ErrorCodes.NO_ERROR:
+ # Something terrible has happened - kill everything!
+ self.connections[self.client_conn].close_connection(
+ error_code=event.error_code,
+diff --git a/test/mitmproxy/proxy/protocol/test_http2.py 
b/test/mitmproxy/proxy/protocol/test_http2.py
+index 1f695cc5f..23027c242 100644
+--- a/test/mitmproxy/proxy/protocol/test_http2.py
 b/test/mitmproxy/proxy/protocol/test_http2.py
+@@ -36,7 +36,11 @@ class _Http2ServerBase(net_tservers.ServerTestBase):
+ class handler(mitmproxy.net.tcp.BaseHandler):
+ 
+ def handle(self):
+-h2_conn = h2.connection.H2Connection(client_side=False, 
header_encoding=False)
++config = h2.config.H2Configuration(
++client_side=False,
++validate_outbound_headers=False,
++validate_inbound_headers=False)
++h2_conn = h2.connection.H2Connection(config)
+ 
+ preamble = self.rfile.read(24)
+ 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:08:47
  Author: felixonmars
Revision: 246321

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

Added:
  deepin-system-monitor/repos/community-i686/PKGBUILD
(from rev 246320, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-i686/deepin-system-monitor.install
(from rev 246320, deepin-system-monitor/trunk/deepin-system-monitor.install)
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 246320, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install
(from rev 246320, deepin-system-monitor/trunk/deepin-system-monitor.install)
Deleted:
  deepin-system-monitor/repos/community-i686/PKGBUILD
  deepin-system-monitor/repos/community-i686/deepin-system-monitor.install
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install

+
 /PKGBUILD  |   70 +++
 /deepin-system-monitor.install |   14 
 community-i686/PKGBUILD|   35 ---
 community-i686/deepin-system-monitor.install   |7 --
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/deepin-system-monitor.install |7 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 08:08:19 UTC (rev 246320)
+++ community-i686/PKGBUILD 2017-07-25 08:08:47 UTC (rev 246321)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-system-monitor
-pkgver=0.1.7
-pkgrel=1
-pkgdesc='A more user-friendly system monitor'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor;
-license=('GPL3')
-depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
-makedepends=('qt5-tools')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
-sha512sums=('f8af44eafb5935864f1b8594e1356ea6f8151c56e8aa7a9c4c149401e54153fe7f5945c2be42b9a31d1ccb2bfa457e0215ad8c8acac8c0b68e2954effb0b8f05')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  rm -r nethogs
-  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-system-monitor/repos/community-i686/PKGBUILD (from rev 246320, 
deepin-system-monitor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 08:08:47 UTC (rev 246321)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-system-monitor
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor;
+license=('GPL3')
+depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
+makedepends=('qt5-tools')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
+sha512sums=('63981c52215cf2771b32ac29eed3496576ccf8362cba620d11ff75c5c42d519532e12647c05688e45c94f552f9ed44d0de0bf3fbf404a6547d117f3075965459')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  rm -r nethogs
+  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
+}
+
+build() {
+  cd deepin-system-monitor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-system-monitor-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/deepin-system-monitor.install
===
--- community-i686/deepin-system-monitor.install2017-07-25 08:08:19 UTC 
(rev 246320)
+++ community-i686/deepin-system-monitor.install2017-07-25 08:08:47 UTC 
(rev 246321)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep 
usr/bin/deepin-system-monitor
-}
-
-post_upgrade() {
-  post_install
-}

Copied: 
deepin-system-monitor/repos/community-i686/deepin-system-monitor.install (from 
rev 246320, deepin-system-monitor/trunk/deepin-system-monitor.install)
===
--- 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:08:19
  Author: felixonmars
Revision: 246320

upgpkg: deepin-system-monitor 0.2.0-1

Modified:
  deepin-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:04:54 UTC (rev 246319)
+++ PKGBUILD2017-07-25 08:08:19 UTC (rev 246320)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-system-monitor
-pkgver=0.1.7
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='A more user-friendly system monitor'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('deepin')
 install=deepin-system-monitor.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
-sha512sums=('f8af44eafb5935864f1b8594e1356ea6f8151c56e8aa7a9c4c149401e54153fe7f5945c2be42b9a31d1ccb2bfa457e0215ad8c8acac8c0b68e2954effb0b8f05')
+sha512sums=('63981c52215cf2771b32ac29eed3496576ccf8362cba620d11ff75c5c42d519532e12647c05688e45c94f552f9ed44d0de0bf3fbf404a6547d117f3075965459')
 
 prepare() {
   cd deepin-system-monitor-$pkgver


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

2017-07-25 Thread Massimiliano Torromeo
Date: Tuesday, July 25, 2017 @ 08:04:54
  Author: mtorromeo
Revision: 246319

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

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

-+
 /PKGBUILD   |   92 ++
 /sysdig.install |   42 +
 community-i686/PKGBUILD |   47 ---
 community-i686/sysdig.install   |   21 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/sysdig.install |   21 
 6 files changed, 134 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 08:04:33 UTC (rev 246318)
+++ community-i686/PKGBUILD 2017-07-25 08:04:54 UTC (rev 246319)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.16.0
-pkgrel=2
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-
"unified-cgroup-fix.patch::https://github.com/draios/sysdig/commit/2044108ef1f863f77735aa05ccd930ed462aa09c.patch;)
-sha256sums=('73a0190c973e4a591013d0c73ff2ea9f623ab50b78ff78f7a33fe31460ba24a1'
-'3d8dc29f3d69a4befa8dd3939ccf831ef2c46c56c2bcd3500f41f1eceacb7bba')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-  -i scripts/CMakeLists.txt
-
-  patch -p1 -i "$srcdir"/unified-cgroup-fix.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 246318, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 08:04:54 UTC (rev 246319)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f009acc32f2b15fcb0d2267bde6f6de9b3445179003c979ba61a8836abdb78f9')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
+  scripts/CMakeLists.txt
+  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
+  userspace/libsinsp/marathon_http.cpp \
+  userspace/libsinsp/mesos_http.cpp
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2017-07-25 08:04:33 UTC (rev 246318)
+++ community-i686/sysdig.install   2017-07-25 08:04:54 UTC (rev 246319)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this 

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

2017-07-25 Thread Massimiliano Torromeo
Date: Tuesday, July 25, 2017 @ 08:04:33
  Author: mtorromeo
Revision: 246318

upgpkg: sysdig 0.17.0-1

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:02:06 UTC (rev 246317)
+++ PKGBUILD2017-07-25 08:04:33 UTC (rev 246318)
@@ -4,8 +4,8 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
 url="http://www.sysdig.org/;
@@ -12,18 +12,17 @@
 license=('GPL2')
 depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
 makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-
"unified-cgroup-fix.patch::https://github.com/draios/sysdig/commit/2044108ef1f863f77735aa05ccd930ed462aa09c.patch;)
-sha256sums=('73a0190c973e4a591013d0c73ff2ea9f623ab50b78ff78f7a33fe31460ba24a1'
-'3d8dc29f3d69a4befa8dd3939ccf831ef2c46c56c2bcd3500f41f1eceacb7bba')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f009acc32f2b15fcb0d2267bde6f6de9b3445179003c979ba61a8836abdb78f9')
 install=$pkgname.install
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-  -i scripts/CMakeLists.txt
-
-  patch -p1 -i "$srcdir"/unified-cgroup-fix.patch
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
+  scripts/CMakeLists.txt
+  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
+  userspace/libsinsp/marathon_http.cpp \
+  userspace/libsinsp/mesos_http.cpp
 }
 
 build() {


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:02:06
  Author: felixonmars
Revision: 246317

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 08:01:38 UTC (rev 246316)
+++ community-i686/PKGBUILD 2017-07-25 08:02:06 UTC (rev 246317)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings' 
'gsettings-qt')
-makedepends=('qt5-tools')
-replaces=('libdui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz;)
-sha512sums=('f3a81325a80c11d012f9d9f6018543b1b983688eb3315edb175269c16966147ca4aaec0afe3e7ea4f960ba178210986a952e423c5d7a7c44c7d6cd83a1cd77ac')
-
-build() {
-  cd deepin-tool-kit-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-i686/PKGBUILD (from rev 246316, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 08:02:06 UTC (rev 246317)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings' 
'gsettings-qt')
+makedepends=('qt5-tools')
+replaces=('libdui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz;)
+sha512sums=('f320ac97bbdb58f4269dabb4928ddfa9c32a270f7d27eff400c1c43563b3a260d43c7889569b9c351617e6d70300c746bae160330864a76f884b0d330e83ecf0')
+
+build() {
+  cd deepin-tool-kit-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-25 08:01:38 UTC (rev 246316)
+++ community-x86_64/PKGBUILD   2017-07-25 08:02:06 UTC (rev 246317)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings' 
'gsettings-qt')
-makedepends=('qt5-tools')
-replaces=('libdui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz;)
-sha512sums=('f3a81325a80c11d012f9d9f6018543b1b983688eb3315edb175269c16966147ca4aaec0afe3e7ea4f960ba178210986a952e423c5d7a7c44c7d6cd83a1cd77ac')
-
-build() {
-  cd deepin-tool-kit-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-x86_64/PKGBUILD (from rev 246316, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-25 08:02:06 UTC (rev 246317)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='Base 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 08:01:38
  Author: felixonmars
Revision: 246316

upgpkg: deepin-tool-kit 0.3.3-1

Modified:
  deepin-tool-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 07:58:51 UTC (rev 246315)
+++ PKGBUILD2017-07-25 08:01:38 UTC (rev 246316)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-tool-kit
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 replaces=('libdui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz;)
-sha512sums=('f3a81325a80c11d012f9d9f6018543b1b983688eb3315edb175269c16966147ca4aaec0afe3e7ea4f960ba178210986a952e423c5d7a7c44c7d6cd83a1cd77ac')
+sha512sums=('f320ac97bbdb58f4269dabb4928ddfa9c32a270f7d27eff400c1c43563b3a260d43c7889569b9c351617e6d70300c746bae160330864a76f884b0d330e83ecf0')
 
 build() {
   cd deepin-tool-kit-$pkgver


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 07:58:51
  Author: felixonmars
Revision: 246315

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

Added:
  deepin-system-monitor/repos/community-i686/PKGBUILD
(from rev 246314, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-i686/deepin-system-monitor.install
(from rev 246314, deepin-system-monitor/trunk/deepin-system-monitor.install)
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 246314, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install
(from rev 246314, deepin-system-monitor/trunk/deepin-system-monitor.install)
Deleted:
  deepin-system-monitor/repos/community-i686/PKGBUILD
  deepin-system-monitor/repos/community-i686/deepin-system-monitor.install
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install

+
 /PKGBUILD  |   70 +++
 /deepin-system-monitor.install |   14 
 community-i686/PKGBUILD|   35 ---
 community-i686/deepin-system-monitor.install   |7 --
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/deepin-system-monitor.install |7 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 07:58:23 UTC (rev 246314)
+++ community-i686/PKGBUILD 2017-07-25 07:58:51 UTC (rev 246315)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-system-monitor
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='A more user-friendly system monitor'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor;
-license=('GPL3')
-depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
-makedepends=('qt5-tools')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
-sha512sums=('b6b56e10f688466e8f223f0ffdc3d124bf846908855b37abb79a1298193d5d187d2492ca4bfd865a3136594852a0154c91326d465dfc2082c5eab7fe1d0caec1')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  rm -r nethogs
-  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-system-monitor/repos/community-i686/PKGBUILD (from rev 246314, 
deepin-system-monitor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 07:58:51 UTC (rev 246315)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-system-monitor
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor;
+license=('GPL3')
+depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
+makedepends=('qt5-tools')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
+sha512sums=('f8af44eafb5935864f1b8594e1356ea6f8151c56e8aa7a9c4c149401e54153fe7f5945c2be42b9a31d1ccb2bfa457e0215ad8c8acac8c0b68e2954effb0b8f05')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  rm -r nethogs
+  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
+}
+
+build() {
+  cd deepin-system-monitor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-system-monitor-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/deepin-system-monitor.install
===
--- community-i686/deepin-system-monitor.install2017-07-25 07:58:23 UTC 
(rev 246314)
+++ community-i686/deepin-system-monitor.install2017-07-25 07:58:51 UTC 
(rev 246315)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep 
usr/bin/deepin-system-monitor
-}
-
-post_upgrade() {
-  post_install
-}

Copied: 
deepin-system-monitor/repos/community-i686/deepin-system-monitor.install (from 
rev 246314, deepin-system-monitor/trunk/deepin-system-monitor.install)
===
--- 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 07:58:23
  Author: felixonmars
Revision: 246314

upgpkg: deepin-system-monitor 0.1.7-1

Modified:
  deepin-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 07:56:14 UTC (rev 246313)
+++ PKGBUILD2017-07-25 07:58:23 UTC (rev 246314)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-system-monitor
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc='A more user-friendly system monitor'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('deepin')
 install=deepin-system-monitor.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
-sha512sums=('b6b56e10f688466e8f223f0ffdc3d124bf846908855b37abb79a1298193d5d187d2492ca4bfd865a3136594852a0154c91326d465dfc2082c5eab7fe1d0caec1')
+sha512sums=('f8af44eafb5935864f1b8594e1356ea6f8151c56e8aa7a9c4c149401e54153fe7f5945c2be42b9a31d1ccb2bfa457e0215ad8c8acac8c0b68e2954effb0b8f05')
 
 prepare() {
   cd deepin-system-monitor-$pkgver


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 07:56:14
  Author: felixonmars
Revision: 246313

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-25 07:55:46 UTC (rev 246312)
+++ community-i686/PKGBUILD 2017-07-25 07:56:14 UTC (rev 246313)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.1.13
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'git')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('d5f9cd2aacc662511f3e4ed867e9fb4d35b5afbc697a7686927c4f36a5a13f5c0278e1e2f9f88e5588220889657f5777d8c50f5f5a0b0c004a33fa646aff3d5f')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 246312, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-25 07:56:14 UTC (rev 246313)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.1.14
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go' 'python2' 'git')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('955b2fd83c9a116c897072afe8f2e27351e98055678e280b0885aabbee182201fdebfc8829a3e2580de64e11300589bbb42d8eb500d4eb750209bb0bceed2ffc')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+  rmdir "$pkgdir"/lib
+  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-25 07:55:46 UTC (rev 246312)
+++ community-x86_64/PKGBUILD   2017-07-25 07:56:14 UTC (rev 246313)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.1.13
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'git')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('d5f9cd2aacc662511f3e4ed867e9fb4d35b5afbc697a7686927c4f36a5a13f5c0278e1e2f9f88e5588220889657f5777d8c50f5f5a0b0c004a33fa646aff3d5f')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 

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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 07:55:46
  Author: felixonmars
Revision: 246312

upgpkg: startdde 3.1.14-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 07:54:49 UTC (rev 246311)
+++ PKGBUILD2017-07-25 07:55:46 UTC (rev 246312)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.1.13
+pkgver=3.1.14
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'deepin-api' 'go' 'python2' 'git')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('d5f9cd2aacc662511f3e4ed867e9fb4d35b5afbc697a7686927c4f36a5a13f5c0278e1e2f9f88e5588220889657f5777d8c50f5f5a0b0c004a33fa646aff3d5f')
+sha512sums=('955b2fd83c9a116c897072afe8f2e27351e98055678e280b0885aabbee182201fdebfc8829a3e2580de64e11300589bbb42d8eb500d4eb750209bb0bceed2ffc')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


[arch-commits] Commit in deepin-daemon/repos (16 files)

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 07:54:49
  Author: felixonmars
Revision: 246311

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 246310, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 246310, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 246310, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 246310, deepin-daemon/trunk/launcher.patch)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 246310, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 246310, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 246310, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 246310, deepin-daemon/trunk/launcher.patch)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch

-+
 /PKGBUILD   |  114 
 /deepin-daemon.install  |6 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 ++
 community-i686/PKGBUILD |   57 
 community-i686/deepin-daemon.install|3 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 ---
 community-x86_64/PKGBUILD   |   57 
 community-x86_64/deepin-daemon.install  |3 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 ---
 12 files changed, 11476 insertions(+), 11476 deletions(-)

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


  1   2   >