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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:23:48
  Author: demize
Revision: 217211

Removed community-any for python-pycryptodomex

Deleted:
  python-pycryptodomex/repos/community-any/


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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:23:43
  Author: demize
Revision: 217210

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

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

---+
 community-i686/PKGBUILD   |   49 
 community-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: python-pycryptodomex/repos/community-i686/PKGBUILD (from rev 217209, 
python-pycryptodomex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-19 00:23:43 UTC (rev 217210)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pycryptodomex
+pkgname=(python-pycryptodomex python2-pycryptodomex)
+pkgver=3.4.5
+pkgrel=2
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='http://www.pycryptodome.org/'
+arch=('x86_64' 'i686')
+license=('BSD')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
+
+md5sums=('5dc0ecb2ad2d5d7eb103081733fe1793')
+
+prepare() {
+   cp -a pycryptodomex-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pycryptodomex-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pycryptodomex() {
+   depends=('python')
+
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pycryptodomex() {
+   depends=('python2')
+
+   cd pycryptodomex-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}

Copied: python-pycryptodomex/repos/community-x86_64/PKGBUILD (from rev 217209, 
python-pycryptodomex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-19 00:23:43 UTC (rev 217210)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pycryptodomex
+pkgname=(python-pycryptodomex python2-pycryptodomex)
+pkgver=3.4.5
+pkgrel=2
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='http://www.pycryptodome.org/'
+arch=('x86_64' 'i686')
+license=('BSD')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
+
+md5sums=('5dc0ecb2ad2d5d7eb103081733fe1793')
+
+prepare() {
+   cp -a pycryptodomex-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pycryptodomex-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pycryptodomex() {
+   depends=('python')
+
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pycryptodomex() {
+   depends=('python2')
+
+   cd pycryptodomex-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:24:29
  Author: demize
Revision: 217213

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-19 00:24:24 UTC (rev 217212)
+++ PKGBUILD2017-03-19 00:24:29 UTC (rev 217213)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: eolianoe 
-# Contributor: Romain Schmitz 
-
-pkgbase=python-sphinx_rtd_theme
-pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.2.2
-pkgrel=1
-
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/snide/sphinx_rtd_theme'
-arch=('any')
-license=('MIT')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
-
-sha256sums=('0b038fa8e6214eb1502cd39452744bd4503452a077e206aef60ff6ebfee9808c')
-
-build() {
-  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
-
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-${pkgver}-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 217212, 
python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-19 00:24:29 UTC (rev 217213)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
+pkgver=0.2.4
+pkgrel=1
+
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/rtfd/sphinx_rtd_theme/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
+
+sha256sums=('2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417')
+
+build() {
+  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
+
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in (16 files)

2017-03-18 Thread Antonio Rojas
Date: Sunday, March 19, 2017 @ 00:26:18
  Author: arojas
Revision: 291058

Update to 5.1.0

Added:
  kdevelop-php/trunk/
  kdevelop-python/trunk/
  kdevelop/trunk/
  kdevplatform/trunk/
Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD
  kdevplatform/trunk/PKGBUILD
Deleted:
  kdevelop-php/kde-unstable/
  kdevelop-php/trunk/
  kdevelop-python/kde-unstable/
  kdevelop-python/trunk/
  kdevelop/kde-unstable/
  kdevelop/trunk/
  kdevplatform/kde-unstable/
  kdevplatform/trunk/

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

Modified: kdevelop/trunk/PKGBUILD
===
--- kdevelop/kde-unstable/PKGBUILD  2017-03-18 21:30:56 UTC (rev 291057)
+++ kdevelop/trunk/PKGBUILD 2017-03-19 00:26:18 UTC (rev 291058)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.0.80
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
@@ -26,8 +26,8 @@
 'cppcheck: code analyzer')
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('ceed877fb181f10231973093e00b760d9cd31368'
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('493b917063ae3f52f7b487e6e719d2c250dcc155'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 

Modified: kdevelop-php/trunk/PKGBUILD
===
--- kdevelop-php/kde-unstable/PKGBUILD  2017-03-18 21:30:56 UTC (rev 291057)
+++ kdevelop-php/trunk/PKGBUILD 2017-03-19 00:26:18 UTC (rev 291058)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.0.80
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 license=(GPL)
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
-sha1sums=('638a4c228ea74d921a26a5a3eefe94ca7c2d8d4a'
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
+sha1sums=('1e0446b6bb59029bc8d04ba0005d04dece97e0cc'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 

Modified: kdevelop-python/trunk/PKGBUILD
===
--- kdevelop-python/kde-unstable/PKGBUILD   2017-03-18 21:30:56 UTC (rev 
291057)
+++ kdevelop-python/trunk/PKGBUILD  2017-03-19 00:26:18 UTC (rev 291058)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.0.80
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 license=(GPL)
 depends=(kdevelop python)
 makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
-sha1sums=('f05b6e41fa3a7532e28dae6061e63f868a1d73fc'
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
+sha1sums=('f9e6cc78c23c43e3c557d6d48cb00af075aa1ce9'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 

Modified: kdevplatform/trunk/PKGBUILD
===
--- kdevplatform/kde-unstable/PKGBUILD  2017-03-18 21:30:56 UTC (rev 291057)
+++ kdevplatform/trunk/PKGBUILD 2017-03-19 00:26:18 UTC (rev 291058)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevplatform
-pkgver=5.0.80
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='A C/C++ development platform for KDE'
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
 makedepends=(extra-cmake-modules boost subversion python)
 optdepends=('subversion: Subversion plugin')
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('2c8fea60bca929c93771e407abfe22aa297110f7'
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('a17f9e105ff43131d83cf6e60b2f2dc0224ef41e'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2017-03-18 Thread Antonio Rojas
Date: Sunday, March 19, 2017 @ 00:27:39
  Author: arojas
Revision: 291059

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

Added:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
(from rev 291058, kdevplatform/trunk/PKGBUILD)
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291058, kdevplatform/trunk/PKGBUILD)
Deleted:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2017-03-19 00:26:18 UTC (rev 291058)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:27:39 UTC (rev 291059)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=5.0.80
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
-makedepends=(extra-cmake-modules boost subversion python)
-optdepends=('subversion: Subversion plugin')
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('2c8fea60bca929c93771e407abfe22aa297110f7'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 291058, 
kdevplatform/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:27:39 UTC (rev 291059)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
+makedepends=(extra-cmake-modules boost subversion python)
+optdepends=('subversion: Subversion plugin')
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('a17f9e105ff43131d83cf6e60b2f2dc0224ef41e'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-03-19 00:26:18 UTC (rev 291058)
+++ kde-unstable-x86_64/PKGBUILD2017-03-19 00:27:39 UTC (rev 291059)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=5.0.80
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
-makedepends=(extra-cmake-modules boost subversion python)
-optdepends=('subversion: Subversion plugin')
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('2c8fea60bca929c93771e407abfe22aa297110f7'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make 

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

2017-03-18 Thread Antonio Rojas
Date: Sunday, March 19, 2017 @ 00:28:06
  Author: arojas
Revision: 291060

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

Added:
  kdevelop/repos/kde-unstable-i686/PKGBUILD
(from rev 291059, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291059, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/kde-unstable-i686/PKGBUILD
  kdevelop/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|  102 +
 kde-unstable-i686/PKGBUILD   |   49 ---
 kde-unstable-x86_64/PKGBUILD |   49 ---
 3 files changed, 102 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2017-03-19 00:27:39 UTC (rev 291059)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:28:06 UTC (rev 291060)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.0.80
-pkgrel=1
-pkgdesc='A C/C++ development environment for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(kdevplatform clang libksysguard)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa)
-optdepends=('konsole: embedded terminal'
-   'git: Git support'
-   'subversion: SVN support'
-   'cvs: CVS support'
-   'gdb: GNU Debugger support'
-   'qt5-doc: Qt documentation integration'
-   'cmake: cmake integration'
-   'qt5-tools: qthelp plugin'
-   'okteta: hex editor integration'
-   'plasma-framework: for the plasma addons')
-conflicts=(kdevelop-qmljs)
-replaces=(kdevelop-qmljs)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('ceed877fb181f10231973093e00b760d9cd31368'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop/repos/kde-unstable-i686/PKGBUILD (from rev 291059, 
kdevelop/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:28:06 UTC (rev 291060)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='A C/C++ development environment for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(kdevplatform clang libksysguard)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa)
+optdepends=('konsole: embedded terminal'
+   'git: Git support'
+   'subversion: SVN support'
+   'cvs: CVS support'
+   'gdb: GNU debugger support'
+'lldb: LLDB debugger support'
+   'qt5-doc: Qt documentation integration'
+   'cmake: cmake integration'
+   'qt5-tools: qthelp plugin'
+   'okteta: hex editor integration'
+   'plasma-framework: for the plasma addons'
+'cppcheck: code analyzer')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('493b917063ae3f52f7b487e6e719d2c250dcc155'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-03-19 00:27:39 UTC (rev 291059)
+++ kde-unstable-x86_64/PKGBUILD2017-03-19 00:28:06 UTC (rev 291060)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.0.80
-pkgrel=1
-pkgdesc='A C/C++ development environment for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(kdevplatform clang libksysguard)

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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:22:52
  Author: demize
Revision: 217209

upgpkg: python-pycryptodomex 3.4.5-2

Modified:
  python-pycryptodomex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 00:16:13 UTC (rev 217208)
+++ PKGBUILD2017-03-19 00:22:52 UTC (rev 217209)
@@ -4,11 +4,11 @@
 pkgbase=python-pycryptodomex
 pkgname=(python-pycryptodomex python2-pycryptodomex)
 pkgver=3.4.5
-pkgrel=1
+pkgrel=2
 
 pkgdesc='A self-contained Python package of low-level cryptographic primitives'
 url='http://www.pycryptodome.org/'
-arch=('any')
+arch=('x86_64' 'i686')
 license=('BSD')
 
 makedepends=('python-setuptools'


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

2017-03-18 Thread Antonio Rojas
Date: Sunday, March 19, 2017 @ 00:28:54
  Author: arojas
Revision: 291062

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

Added:
  kdevelop-python/repos/kde-unstable-i686/PKGBUILD
(from rev 291061, kdevelop-python/trunk/PKGBUILD)
  kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291061, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/kde-unstable-i686/PKGBUILD
  kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2017-03-19 00:28:33 UTC (rev 291061)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:28:54 UTC (rev 291062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.0.80
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
-sha1sums=('f05b6e41fa3a7532e28dae6061e63f868a1d73fc'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop-python/repos/kde-unstable-i686/PKGBUILD (from rev 291061, 
kdevelop-python/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:28:54 UTC (rev 291062)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
+sha1sums=('f9e6cc78c23c43e3c557d6d48cb00af075aa1ce9'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-03-19 00:28:33 UTC (rev 291061)
+++ kde-unstable-x86_64/PKGBUILD2017-03-19 00:28:54 UTC (rev 291062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.0.80
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
-sha1sums=('f05b6e41fa3a7532e28dae6061e63f868a1d73fc'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 291061, 
kdevelop-python/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-03-19 00:28:54 UTC (rev 291062)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)

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

2017-03-18 Thread Antonio Rojas
Date: Sunday, March 19, 2017 @ 00:28:33
  Author: arojas
Revision: 291061

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

Added:
  kdevelop-php/repos/kde-unstable-i686/PKGBUILD
(from rev 291060, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291060, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/kde-unstable-i686/PKGBUILD
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2017-03-19 00:28:06 UTC (rev 291060)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:28:33 UTC (rev 291061)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.0.80
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
-sha1sums=('638a4c228ea74d921a26a5a3eefe94ca7c2d8d4a'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop-php/repos/kde-unstable-i686/PKGBUILD (from rev 291060, 
kdevelop-php/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-03-19 00:28:33 UTC (rev 291061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
+source=("http://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
+sha1sums=('1e0446b6bb59029bc8d04ba0005d04dece97e0cc'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-03-19 00:28:06 UTC (rev 291060)
+++ kde-unstable-x86_64/PKGBUILD2017-03-19 00:28:33 UTC (rev 291061)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.0.80
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
-sha1sums=('638a4c228ea74d921a26a5a3eefe94ca7c2d8d4a'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD (from rev 291060, 
kdevelop-php/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-03-19 00:28:33 UTC (rev 291061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 

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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:28:43
  Author: demize
Revision: 217214

upgpkg: python-pylibmc 1.5.2-1

Modified:
  python-pylibmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 00:24:29 UTC (rev 217213)
+++ PKGBUILD2017-03-19 00:28:43 UTC (rev 217214)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pylibmc
 pkgname=(python-pylibmc python2-pylibmc)
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 
 pkgdesc='Quick and small memcached client for Python'
 url='http://pypi.python.org/pypi/pylibmc'
@@ -13,9 +13,9 @@
 depends=('libmemcached')
 makedepends=('python' 'python2' 'gcc' 'zlib')
 
-source=("https://pypi.python.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
+source=("https://pypi.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
 
-md5sums=('9077704e34afc8b6c7b0b686ae9579de')
+md5sums=('fe80621781aede8c0dbe7f5a08a1ad7f')
 
 package_python-pylibmc() {
depends+=('python')


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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:28:51
  Author: demize
Revision: 217215

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-19 00:28:43 UTC (rev 217214)
+++ community-i686/PKGBUILD 2017-03-19 00:28:51 UTC (rev 217215)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgbase=python-pylibmc
-pkgname=(python-pylibmc python2-pylibmc)
-pkgver=1.5.1
-pkgrel=2
-
-pkgdesc='Quick and small memcached client for Python'
-url='http://pypi.python.org/pypi/pylibmc'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('libmemcached')
-makedepends=('python' 'python2' 'gcc' 'zlib')
-
-source=("https://pypi.python.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
-
-md5sums=('9077704e34afc8b6c7b0b686ae9579de')
-
-package_python-pylibmc() {
-   depends+=('python')
-
-   cd pylibmc-"$pkgver"
-   python setup.py install --root="$pkgdir"
-}
-
-package_python2-pylibmc() {
-   depends+=('python2')
-
-   cd pylibmc-"$pkgver"
-   python2 setup.py install --root="$pkgdir"
-}

Copied: python-pylibmc/repos/community-i686/PKGBUILD (from rev 217214, 
python-pylibmc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-19 00:28:51 UTC (rev 217215)
@@ -0,0 +1,32 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-pylibmc
+pkgname=(python-pylibmc python2-pylibmc)
+pkgver=1.5.2
+pkgrel=1
+
+pkgdesc='Quick and small memcached client for Python'
+url='http://pypi.python.org/pypi/pylibmc'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('libmemcached')
+makedepends=('python' 'python2' 'gcc' 'zlib')
+
+source=("https://pypi.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
+
+md5sums=('fe80621781aede8c0dbe7f5a08a1ad7f')
+
+package_python-pylibmc() {
+   depends+=('python')
+
+   cd pylibmc-"$pkgver"
+   python setup.py install --root="$pkgdir"
+}
+
+package_python2-pylibmc() {
+   depends+=('python2')
+
+   cd pylibmc-"$pkgver"
+   python2 setup.py install --root="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-19 00:28:43 UTC (rev 217214)
+++ community-x86_64/PKGBUILD   2017-03-19 00:28:51 UTC (rev 217215)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgbase=python-pylibmc
-pkgname=(python-pylibmc python2-pylibmc)
-pkgver=1.5.1
-pkgrel=2
-
-pkgdesc='Quick and small memcached client for Python'
-url='http://pypi.python.org/pypi/pylibmc'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('libmemcached')
-makedepends=('python' 'python2' 'gcc' 'zlib')
-
-source=("https://pypi.python.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
-
-md5sums=('9077704e34afc8b6c7b0b686ae9579de')
-
-package_python-pylibmc() {
-   depends+=('python')
-
-   cd pylibmc-"$pkgver"
-   python setup.py install --root="$pkgdir"
-}
-
-package_python2-pylibmc() {
-   depends+=('python2')
-
-   cd pylibmc-"$pkgver"
-   python2 setup.py install --root="$pkgdir"
-}

Copied: python-pylibmc/repos/community-x86_64/PKGBUILD (from rev 217214, 
python-pylibmc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-19 00:28:51 UTC (rev 217215)
@@ -0,0 +1,32 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-pylibmc
+pkgname=(python-pylibmc python2-pylibmc)
+pkgver=1.5.2
+pkgrel=1
+
+pkgdesc='Quick and small memcached client for Python'
+url='http://pypi.python.org/pypi/pylibmc'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('libmemcached')
+makedepends=('python' 'python2' 'gcc' 'zlib')
+
+source=("https://pypi.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
+
+md5sums=('fe80621781aede8c0dbe7f5a08a1ad7f')
+
+package_python-pylibmc() {
+   depends+=('python')
+
+   cd pylibmc-"$pkgver"
+   python setup.py install --root="$pkgdir"
+}
+
+package_python2-pylibmc() {
+   depends+=('python2')
+
+   cd pylibmc-"$pkgver"
+   python2 setup.py install 

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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:24:24
  Author: demize
Revision: 217212

upgpkg: python-sphinx_rtd_theme 0.2.4-1

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 00:23:48 UTC (rev 217211)
+++ PKGBUILD2017-03-19 00:24:24 UTC (rev 217212)
@@ -5,11 +5,11 @@
 
 pkgbase=python-sphinx_rtd_theme
 pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.2.2
+pkgver=0.2.4
 pkgrel=1
 
 pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/snide/sphinx_rtd_theme'
+url='https://github.com/rtfd/sphinx_rtd_theme/'
 arch=('any')
 license=('MIT')
 
@@ -17,7 +17,7 @@
 
 
source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
 
-sha256sums=('0b038fa8e6214eb1502cd39452744bd4503452a077e206aef60ff6ebfee9808c')
+sha256sums=('2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417')
 
 build() {
   cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2


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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:32:16
  Author: demize
Revision: 217217

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-19 00:32:06 UTC (rev 217216)
+++ community-i686/PKGBUILD 2017-03-19 00:32:16 UTC (rev 217217)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pynacl
-pkgname=(python-pynacl python2-pynacl)
-pkgver=1.0.1
-pkgrel=3
-
-pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
-url='https://pypi.python.org/pypi/PyNaCl'
-arch=('i686' 'x86_64')
-license=('Apache')
-
-depends=('libsodium')
-makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
- 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
-
-source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
-
-md5sums=('12fd03d8ce64e0318cb1c69272f17704')
-
-prepare() {
-   cp -a PyNaCl-$pkgver{,-python2}
-}
-
-build() {
-   export SODIUM_INSTALL=system
-
-   cd "$srcdir"/PyNaCl-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/PyNaCl-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-pynacl() {
-   depends=('libsodium' 'python' 'python-six')
-
-   export SODIUM_INSTALL=system
-
-   cd PyNaCl-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-pynacl() {
-   depends=('libsodium' 'python2' 'python2-six')
-
-   export SODIUM_INSTALL=system
-
-   cd PyNaCl-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-pynacl/repos/community-i686/PKGBUILD (from rev 217216, 
python-pynacl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-19 00:32:16 UTC (rev 217217)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.1.0
+pkgrel=1
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('i686' 'x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
+
+md5sums=('ae1650b91da29c59af7dafb6d1bd7979')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-19 00:32:06 UTC (rev 217216)
+++ community-x86_64/PKGBUILD   2017-03-19 00:32:16 UTC (rev 217217)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pynacl
-pkgname=(python-pynacl python2-pynacl)
-pkgver=1.0.1
-pkgrel=3
-
-pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
-url='https://pypi.python.org/pypi/PyNaCl'
-arch=('i686' 'x86_64')
-license=('Apache')
-
-depends=('libsodium')
-makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
- 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
-

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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:32:06
  Author: demize
Revision: 217216

upgpkg: python-pynacl 1.1.0-1

Modified:
  python-pynacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 00:28:51 UTC (rev 217215)
+++ PKGBUILD2017-03-19 00:32:06 UTC (rev 217216)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pynacl
 pkgname=(python-pynacl python2-pynacl)
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 
 pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
 url='https://pypi.python.org/pypi/PyNaCl'
@@ -17,7 +17,7 @@
 
 source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
 
-md5sums=('12fd03d8ce64e0318cb1c69272f17704')
+md5sums=('ae1650b91da29c59af7dafb6d1bd7979')
 
 prepare() {
cp -a PyNaCl-$pkgver{,-python2}


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

2017-03-18 Thread Jelle van der Waa
Date: Saturday, March 18, 2017 @ 14:20:22
  Author: jelle
Revision: 217088

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-18 14:19:47 UTC (rev 217087)
+++ community-i686/PKGBUILD 2017-03-18 14:20:22 UTC (rev 217088)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.81.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('9ab2a6c40b6ca18a2fe9bc9bfe177558da80678403cdb85b888e98de95eb9445'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 217087, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-18 14:20:22 UTC (rev 217088)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.82.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 

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

2017-03-18 Thread Jan de Groot
Date: Saturday, March 18, 2017 @ 14:23:10
  Author: jgc
Revision: 217089

upgpkg: squid 3.5.24-2

OpenSSL 1.1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 14:20:22 UTC (rev 217088)
+++ PKGBUILD2017-03-18 14:23:10 UTC (rev 217089)
@@ -6,13 +6,12 @@
 
 pkgname=squid
 pkgver=3.5.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
+depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls')
+makedepends=('krb5')
 license=('GPL')
 options=('emptydirs')
 backup=('etc/squid/squid.conf'
@@ -44,6 +43,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
@@ -62,7 +62,7 @@
 --enable-storeio="aufs,ufs,diskd" \
 --enable-delay-pools \
 --enable-arp-acl \
---with-openssl=/usr \
+--with-openssl \
 --enable-snmp \
 --enable-linux-netfilter \
 --enable-ident-lookups \


[arch-commits] Commit in squid/repos (18 files)

2017-03-18 Thread Jan de Groot
Date: Saturday, March 18, 2017 @ 14:23:19
  Author: jgc
Revision: 217090

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

Added:
  squid/repos/community-staging-i686/
  squid/repos/community-staging-i686/PKGBUILD
(from rev 217089, squid/trunk/PKGBUILD)
  squid/repos/community-staging-i686/squid-rotate.service
(from rev 217089, squid/trunk/squid-rotate.service)
  squid/repos/community-staging-i686/squid-rotate.timer
(from rev 217089, squid/trunk/squid-rotate.timer)
  squid/repos/community-staging-i686/squid.install
(from rev 217089, squid/trunk/squid.install)
  squid/repos/community-staging-i686/squid.pam
(from rev 217089, squid/trunk/squid.pam)
  squid/repos/community-staging-i686/squid.service
(from rev 217089, squid/trunk/squid.service)
  squid/repos/community-staging-i686/squid.sysusers
(from rev 217089, squid/trunk/squid.sysusers)
  squid/repos/community-staging-i686/squid.tmpfiles
(from rev 217089, squid/trunk/squid.tmpfiles)
  squid/repos/community-staging-x86_64/
  squid/repos/community-staging-x86_64/PKGBUILD
(from rev 217089, squid/trunk/PKGBUILD)
  squid/repos/community-staging-x86_64/squid-rotate.service
(from rev 217089, squid/trunk/squid-rotate.service)
  squid/repos/community-staging-x86_64/squid-rotate.timer
(from rev 217089, squid/trunk/squid-rotate.timer)
  squid/repos/community-staging-x86_64/squid.install
(from rev 217089, squid/trunk/squid.install)
  squid/repos/community-staging-x86_64/squid.pam
(from rev 217089, squid/trunk/squid.pam)
  squid/repos/community-staging-x86_64/squid.service
(from rev 217089, squid/trunk/squid.service)
  squid/repos/community-staging-x86_64/squid.sysusers
(from rev 217089, squid/trunk/squid.sysusers)
  squid/repos/community-staging-x86_64/squid.tmpfiles
(from rev 217089, squid/trunk/squid.tmpfiles)

---+
 community-staging-i686/PKGBUILD   |  108 
 community-staging-i686/squid-rotate.service   |9 ++
 community-staging-i686/squid-rotate.timer |   10 ++
 community-staging-i686/squid.install  |   14 +++
 community-staging-i686/squid.pam  |4 
 community-staging-i686/squid.service  |   13 ++
 community-staging-i686/squid.sysusers |1 
 community-staging-i686/squid.tmpfiles |2 
 community-staging-x86_64/PKGBUILD |  108 
 community-staging-x86_64/squid-rotate.service |9 ++
 community-staging-x86_64/squid-rotate.timer   |   10 ++
 community-staging-x86_64/squid.install|   14 +++
 community-staging-x86_64/squid.pam|4 
 community-staging-x86_64/squid.service|   13 ++
 community-staging-x86_64/squid.sysusers   |1 
 community-staging-x86_64/squid.tmpfiles   |2 
 16 files changed, 322 insertions(+)

Copied: squid/repos/community-staging-i686/PKGBUILD (from rev 217089, 
squid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-18 14:23:19 UTC (rev 217090)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Mark Coolen 
+# Contributor: Tom Newsom 
+# Contributor: Kevin Piche 
+
+pkgname=squid
+pkgver=3.5.24
+pkgrel=2
+pkgdesc='Full-featured Web proxy cache server'
+arch=('x86_64' 'i686')
+url='http://www.squid-cache.org'
+depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls')
+makedepends=('krb5')
+license=('GPL')
+options=('emptydirs')
+backup=('etc/squid/squid.conf'
+   'etc/squid/cachemgr.conf'
+   'etc/squid/errorpage.css'
+   'etc/squid/mime.conf')
+install=$pkgname.install
+validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463')
+source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz"{,.asc}
+'squid.pam'
+'squid.service'
+'squid.tmpfiles'
+'squid.sysusers'
+'squid-rotate.service'
+'squid-rotate.timer')
+sha256sums=('4fe29f582eef357faa541a53835b6885e24e6f28b80a3abcdf3b57f5393bbdb2'
+'SKIP'
+'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
+'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
+'0d7db4e078a2a6d8d8e46537054aa84523efdf95dd92a78189e81606200f48a5'
+'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
+'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
+'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+  

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

2017-03-18 Thread Jelle van der Waa
Date: Saturday, March 18, 2017 @ 15:09:02
  Author: jelle
Revision: 217091

archrelease: copy trunk to community-i686

Added:
  python-scipy/repos/community-i686/PKGBUILD
(from rev 217090, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 14:23:19 UTC (rev 217090)
+++ PKGBUILD2017-03-18 15:09:02 UTC (rev 217091)
@@ -1,91 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.18.1
-pkgrel=2
-pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
-arch=('i686' 'x86_64')
-url="http://www.scipy.org/;
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
-md5sums=('ed8394c19d8445f16ae068b03df0ca23')
-
-build() {
-  export LDFLAGS="-Wall -shared"
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.6/site-packages
-  cd ${srcdir}
-  python -c "from scipy import test; test('full')"
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c "from scipy import test; test('full')"
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS="-Wall -shared"
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy<0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS="-Wall -shared"
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-i686/PKGBUILD (from rev 217090, 
python-scipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-18 15:09:02 UTC (rev 217091)
@@ -0,0 +1,91 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.19.0
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('i686' 'x86_64')
+url="http://www.scipy.org/;
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
+md5sums=('b21466e87a642940fb9ba35be74940a3')
+
+build() {
+  export LDFLAGS="-Wall -shared"
+
+  # 2 builds
+  cp -r scipy-${pkgver} scipy-${pkgver}-py2
+
+  # build for python3
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 build
+
+  # build for 

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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 13:11:47
  Author: andyrtr
Revision: 291031

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/99-linux.hook
(from rev 291030, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 291030, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 291030, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 291030, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 291030, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 291030, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 291030, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/99-linux.hook
(from rev 291030, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 291030, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 291030, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 291030, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 291030, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 291030, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 291030, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8211 +
 testing-i686/config.x86_64   | 7976 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8211 +
 testing-x86_64/config.x86_64 | 7976 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33112 insertions(+)

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


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 13:11:20
  Author: andyrtr
Revision: 291030

upgpkg: linux-lts 4.9.16-1

upstream update 4.9.16

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 10:54:30 UTC (rev 291029)
+++ PKGBUILD2017-03-18 13:11:20 UTC (rev 291030)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.15
+pkgver=4.9.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'797894a11d534a0f825e53bde29819960083e0300b2ea7f6f9b69bf84f165930'
+'4b4a4dfa81d559f40516676c22bab00e1876538bb507b42606d7a39dc5b0055a'
 'SKIP'
 'd577759532f56b0df073cdc0f2aa3975f1325b8a91851050bb678e18ace6700c'
 '521943d91f3e2a42b9848c429063db2b554e4433366fa8341ab9186a1151d0ca'


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

2017-03-18 Thread Alexander Rødseth
Date: Saturday, March 18, 2017 @ 13:18:49
  Author: arodseth
Revision: 217078

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 13:17:52 UTC (rev 217077)
+++ PKGBUILD2017-03-18 13:18:49 UTC (rev 217078)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-pkgbase=python-mechanize
-pkgname=python2-mechanize
-pkgver=0.2.5
-pkgrel=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="http://wwwsearch.sourceforge.net/mechanize/;
-license=('BSD' 'ZPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://github.com/jjlee/mechanize/archive/$pkgver.tar.gz;)
-sha256sums=('8f16a5f1832a0497d427bdb6a169e02b3cedc299b6331cba844c21cefc074929')
-
-package_python2-mechanize() {
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 217077, 
python-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-18 13:18:49 UTC (rev 217078)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+pkgbase=python-mechanize
+pkgname=python2-mechanize
+pkgver=0.2.5
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="http://wwwsearch.sourceforge.net/mechanize/;
+license=('BSD' 'ZPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("https://github.com/jjlee/mechanize/archive/$pkgver.tar.gz;)
+sha256sums=('8f16a5f1832a0497d427bdb6a169e02b3cedc299b6331cba844c21cefc074929')
+
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-18 Thread Alexander Rødseth
Date: Saturday, March 18, 2017 @ 13:17:52
  Author: arodseth
Revision: 217077

upgpkg: python-mechanize 1:0.2.5-1

Modified:
  python-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 10:50:18 UTC (rev 217076)
+++ PKGBUILD2017-03-18 13:17:52 UTC (rev 217077)
@@ -8,6 +8,7 @@
 pkgname=python2-mechanize
 pkgver=0.2.5
 pkgrel=1
+epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
 arch=('any')
 url="http://wwwsearch.sourceforge.net/mechanize/;


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

2017-03-18 Thread Sven-Hendrik Haase
Date: Saturday, March 18, 2017 @ 13:23:25
  Author: svenstaro
Revision: 217079

upgpkg: wine 2.4-1

upstream release 2.4

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 13:18:49 UTC (rev 217078)
+++ PKGBUILD2017-03-18 13:23:25 UTC (rev 217079)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 0001-winhlp32-Workaround-a-bug-in-Flex.patch)
-sha512sums=('bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171'
+sha512sums=('15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'a6c099fced12271f6ba14f3f93b322f50bc2ecf5cb0b8b7ed0cc1884269569fdd084fe8531dff8db71484f80e62cbd5b69a1a2d04100e9d7485de5b53b9a4bb5')


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

2017-03-18 Thread Sven-Hendrik Haase
Date: Saturday, March 18, 2017 @ 13:23:42
  Author: svenstaro
Revision: 217080

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

Added:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 217079, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 217079, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 217079, wine/trunk/PKGBUILD)
  wine/repos/community-x86_64/
  wine/repos/community-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 217079, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/community-x86_64/30-win32-aliases.conf
(from rev 217079, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-x86_64/PKGBUILD
(from rev 217079, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 /0001-winhlp32-Workaround-a-bug-in-Flex.patch |   33 +
 /30-win32-aliases.conf|   20 +
 /PKGBUILD |  183 ++
 community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch   |   33 -
 community-i686/30-win32-aliases.conf  |   20 -
 community-i686/PKGBUILD   |  183 --
 community-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch |   33 +
 community-x86_64/30-win32-aliases.conf|   20 +
 community-x86_64/PKGBUILD |  183 ++
 9 files changed, 472 insertions(+), 236 deletions(-)

Deleted: community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 2017-03-18 
13:23:25 UTC (rev 217079)
+++ community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 2017-03-18 
13:23:42 UTC (rev 217080)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 217079, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(rev 0)
+++ community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 2017-03-18 
13:23:42 UTC (rev 217080)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: community-i686/30-win32-aliases.conf
===
--- community-i686/30-win32-aliases.conf2017-03-18 13:23:25 UTC (rev 
217079)
+++ community-i686/30-win32-aliases.conf2017-03-18 13:23:42 UTC (rev 
217080)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS 

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

2017-03-18 Thread Sven-Hendrik Haase
Date: Saturday, March 18, 2017 @ 13:25:01
  Author: svenstaro
Revision: 217082

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 217081, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 217081, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 217081, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-03-18 13:24:16 UTC 
(rev 217081)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-03-18 13:25:01 UTC 
(rev 217082)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 217081, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-03-18 13:25:01 UTC 
(rev 217082)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-03-18 13:24:16 UTC (rev 217081)
+++ 30-win32-aliases.conf   2017-03-18 13:25:01 UTC (rev 217082)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 217081, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-03-18 13:25:01 UTC (rev 217082)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 13:24:16 UTC (rev 217081)
+++ PKGBUILD2017-03-18 13:25:01 UTC (rev 217082)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 

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

2017-03-18 Thread Sven-Hendrik Haase
Date: Saturday, March 18, 2017 @ 13:24:16
  Author: svenstaro
Revision: 217081

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 217080, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 217080, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 217080, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-03-18 13:23:42 UTC 
(rev 217080)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-03-18 13:24:16 UTC 
(rev 217081)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 217080, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-03-18 13:24:16 UTC 
(rev 217081)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-03-18 13:23:42 UTC (rev 217080)
+++ 30-win32-aliases.conf   2017-03-18 13:24:16 UTC (rev 217081)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 217080, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-03-18 13:24:16 UTC (rev 217081)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 13:23:42 UTC (rev 217080)
+++ PKGBUILD2017-03-18 13:24:16 UTC (rev 217081)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# 

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

2017-03-18 Thread Kyle Keen
Date: Saturday, March 18, 2017 @ 13:28:27
  Author: kkeen
Revision: 217084

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

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

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

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

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

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

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


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

2017-03-18 Thread Kyle Keen
Date: Saturday, March 18, 2017 @ 13:28:02
  Author: kkeen
Revision: 217083

upgpkg: jansson 2.10-1

Modified:
  jansson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 13:25:01 UTC (rev 217082)
+++ PKGBUILD2017-03-18 13:28:02 UTC (rev 217083)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=jansson
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 options=('staticlibs')
 source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('4b9d8fe6690ae3f10a227165bc02b696')
+md5sums=('8f85f653fba3ac8220ad8f2f47646ef1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-03-18 Thread Kyle Keen
Date: Saturday, March 18, 2017 @ 13:56:50
  Author: kkeen
Revision: 217085

upgpkg: mbedtls 2.4.2-1

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 13:28:27 UTC (rev 217084)
+++ PKGBUILD2017-03-18 13:56:50 UTC (rev 217085)
@@ -4,7 +4,7 @@
 # Contributor: carstene1ns 
 
 pkgname=mbedtls
-pkgver=2.4.0
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 #source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
 source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
 #source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('b1baeb963df2e05672bb29eb679f2405edb898c0')
+sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
 depends=('glibc')
 options=('staticlibs')
 


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

2017-03-18 Thread Kyle Keen
Date: Saturday, March 18, 2017 @ 13:57:10
  Author: kkeen
Revision: 217086

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-18 13:56:50 UTC (rev 217085)
+++ community-i686/PKGBUILD 2017-03-18 13:57:10 UTC (rev 217086)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('b1baeb963df2e05672bb29eb679f2405edb898c0')
-depends=('glibc')
-options=('staticlibs')
-
-# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
-# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
-# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # enable flags for non-embedded systems
-  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
-  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
-
-  # FS#49914 (2.3.0-2)
-  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make SHARED=1 check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" install
-}

Copied: mbedtls/repos/community-i686/PKGBUILD (from rev 217085, 
mbedtls/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-18 13:57:10 UTC (rev 217086)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('i686' 'x86_64')
+url="https://tls.mbed.org;
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
+sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
+depends=('glibc')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-18 13:56:50 UTC (rev 217085)
+++ community-x86_64/PKGBUILD   2017-03-18 13:57:10 UTC (rev 217086)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;

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

2017-03-18 Thread Jelle van der Waa
Date: Saturday, March 18, 2017 @ 14:19:47
  Author: jelle
Revision: 217087

upgpkg: calibre 2.82.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 13:57:10 UTC (rev 217086)
+++ PKGBUILD2017-03-18 14:19:47 UTC (rev 217087)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.81.0
+pkgver=2.82.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('9ab2a6c40b6ca18a2fe9bc9bfe177558da80678403cdb85b888e98de95eb9445'
+sha256sums=('137995abe467fcb951c1d42583305ebec7b8ca403c44895e70f82a2d6156711c'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:26:53
  Author: andyrtr
Revision: 217097

upgpkg: acpi_call-lts 1.1.0-40

kernel upstream update 4.9.16 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 16:58:47 UTC (rev 217096)
+++ PKGBUILD2017-03-18 17:26:53 UTC (rev 217097)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=39
+pkgrel=40
 _extramodules=extramodules-4.9-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux-lts>=4.9.13')
-makedepends=('linux-lts-headers>=4.9.13')
+depends=('linux-lts>=4.9.16')
+makedepends=('linux-lts-headers>=4.9.16')
 provides=('acpi_call')
 install='acpi_call.install'
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:27:02
  Author: andyrtr
Revision: 217098

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 217097, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 217097, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 217097, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 217097, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   48 +++
 community-testing-i686/acpi_call.install   |   14 +++
 community-testing-x86_64/PKGBUILD  |   48 +++
 community-testing-x86_64/acpi_call.install |   14 +++
 4 files changed, 124 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 217097, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 17:27:02 UTC (rev 217098)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=40
+_extramodules=extramodules-4.9-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.9.16')
+makedepends=('linux-lts-headers>=4.9.16')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
217097, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2017-03-18 17:27:02 UTC (rev 
217098)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.9-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 217097, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 17:27:02 UTC (rev 217098)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=40
+_extramodules=extramodules-4.9-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.9.16')
+makedepends=('linux-lts-headers>=4.9.16')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 

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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 18:30:56
  Author: andyrtr
Revision: 217099

upgpkg: bbswitch-lts 0.8-29

kernel upstream update 4.9.16 rebuild

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 17:27:02 UTC (rev 217098)
+++ PKGBUILD2017-03-18 18:30:56 UTC (rev 217099)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=28
+pkgrel=29
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-depends=('linux-lts>=4.9.13' 'linux-lts<4.10')
-makedepends=('linux-lts-headers>=4.9.13' 'linux-lts-headers<4.10')
+depends=('linux-lts>=4.9.16' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.16' 'linux-lts-headers<4.10')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 18:31:18
  Author: andyrtr
Revision: 217100

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

Added:
  bbswitch-lts/repos/community-testing-i686/
  bbswitch-lts/repos/community-testing-i686/PKGBUILD
(from rev 217099, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install
(from rev 217099, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-testing-x86_64/
  bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 217099, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
(from rev 217099, bbswitch-lts/trunk/bbswitch-lts.install)

---+
 community-testing-i686/PKGBUILD   |   34 
 community-testing-i686/bbswitch-lts.install   |   12 
 community-testing-x86_64/PKGBUILD |   34 
 community-testing-x86_64/bbswitch-lts.install |   12 
 4 files changed, 92 insertions(+)

Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 217099, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 18:31:18 UTC (rev 217100)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=29
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.9.16' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.16' 'linux-lts-headers<4.10')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 217099, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2017-03-18 18:31:18 UTC (rev 
217100)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 217099, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 18:31:18 UTC (rev 217100)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=29
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.9.16' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.16' 'linux-lts-headers<4.10')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 217099, bbswitch-lts/trunk/bbswitch-lts.install)
===

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

2017-03-18 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 18:43:33
  Author: heftig
Revision: 291044

4.10.4-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 17:46:17 UTC (rev 291043)
+++ PKGBUILD2017-03-18 18:43:33 UTC (rev 291044)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-_zenpatch=zen-4.10.3-90d342a9b29f2e045dea21d7c76272cab4b83c8a.diff
-pkgver=4.10.3
+_zenpatch=zen-4.10.4-4079aef1da2dee4ad57591b673431ad685b9451e.diff
+pkgver=4.10.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -29,9 +29,9 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
-'17459007bae81a8cda00f0ce74dfbc70c1afc5b99133649e664045e34c5d63b5'
+'68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d'
 'SKIP'
-'ed4d404b16d743cad0c8f92020a4fe0896036841df699cb260a730de90a2c7d8'
+'47555b5b6ef586cd4c6ac72afb0b65e0f1c907dd4da5553d6567fc2e6401330a'
 'SKIP'
 'fd7f5a3f4c1fe8f481bebacfccca7fdfc9e677e8bc730ba1101cfb628f3dadd4'
 '6f1a6d768d6730172f3e7e88ad018e060dd4449f6aff83cf3a340ab2a7f29b46'


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 20:24:26
  Author: tpowa
Revision: 291053

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

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

--+
 testing-i686/PKGBUILD|   88 
 testing-i686/fix-abi.patch   |   12 +
 testing-i686/kernel_4.10.patch   |  382 +
 testing-i686/nvidia.install  |   13 +
 testing-x86_64/PKGBUILD  |   88 
 testing-x86_64/fix-abi.patch |   12 +
 testing-x86_64/kernel_4.10.patch |  382 +
 testing-x86_64/nvidia.install|   13 +
 8 files changed, 990 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 291052, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-18 20:24:26 UTC (rev 291053)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=378.13
+_extramodules=extramodules-4.10-ARCH
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.10' 'linux-headers<4.11')
+license=('custom')
+options=('!strip')
+source=('kernel_4.10.patch')
+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=('e81769b830b7a1e60c635e3bbe559f59')
+md5sums_i686=('dd1077750af9a067739ec291fb24175f')
+md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
+
+[[ "$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}"
+
+patch -Np1 --no-backup-if-mismatch -i ../kernel_4.10.patch
+
+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.10' 'linux<4.11' "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 

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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 20:23:55
  Author: tpowa
Revision: 291052

upgpkg: nvidia 378.13-4

rebuild against 4.10.4

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 20:11:46 UTC (rev 291051)
+++ PKGBUILD2017-03-18 20:23:55 UTC (rev 291052)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=378.13
 _extramodules=extramodules-4.10-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:30:45
  Author: tpowa
Revision: 217193

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 217192, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 217192, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 217192, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 217192, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   53 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   53 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 132 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 217192, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 22:30:45 UTC (rev 217193)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.10-ARCH
+pkgrel=14
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
217192, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2017-03-18 22:30:45 UTC (rev 
217193)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.10-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 217192, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 22:30:45 UTC (rev 217193)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.10-ARCH
+pkgrel=14
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C 

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

2017-03-18 Thread Johannes Löthberg
Date: Saturday, March 18, 2017 @ 23:35:05
  Author: demize
Revision: 217200

upgpkg: python-bleach 2.0.0-1

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 23:12:03 UTC (rev 217199)
+++ PKGBUILD2017-03-18 23:35:05 UTC (rev 217200)
@@ -2,8 +2,8 @@
 
 pkgbase=python-bleach
 pkgname=(python-bleach python2-bleach)
-pkgver=1.5.0
-pkgrel=5
+pkgver=2.0.0
+pkgrel=1
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
 url="http://pypi.python.org/pypi/bleach;
@@ -15,18 +15,11 @@
  'python2'
  'python2-setuptools')
 
-source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz;
-
"html5lib-python-0.999.tar.gz::https://github.com/html5lib/html5lib-python/archive/0.999.tar.gz;
-"0001-Make-bleach-allow-for-vendored-html5lib-version.patch")
+source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-2.0.0.tar.gz;)
 
-md5sums=('b663300efdf421b3b727b19d7be9c7e7'
- '2ca78b1ec5852779bc121a97da6e8d4d'
- 'c7f318607346ce3f151bebd73f15864e')
+md5sums=('a263ed1c7b16ea10d3b20278852b65d7')
 
 prepare() {
-   (cd bleach-$pkgver
-   patch -p1 
<"$srcdir"/0001-Make-bleach-allow-for-vendored-html5lib-version.patch)
-
cp -a bleach-$pkgver{,-python2}
 }
 
@@ -39,17 +32,11 @@
 }
 
 package_python-bleach() {
-   cd "$srcdir"/html5lib-python-0.999
-   python setup.py install 
--root="$pkgdir"/usr/lib/python3.6/site-packages --install-purelib=bleach 
--optimize=1
-
cd "$srcdir"/bleach-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-bleach() {
-   cd "$srcdir"/html5lib-python-0.999
-   python2 setup.py install 
--root="$pkgdir"/usr/lib/python2.7/site-packages --install-purelib=bleach 
--optimize=1
-
cd "$srcdir"/bleach-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 18:34:10
  Author: andyrtr
Revision: 217101

upgpkg: r8168-lts 8.044.02-4

kernel upstream update 4.9.16 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 18:31:18 UTC (rev 217100)
+++ PKGBUILD2017-03-18 18:34:10 UTC (rev 217101)
@@ -4,13 +4,13 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.044.02
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.9.13" "linux-lts<4.10")
-makedepends=("linux-lts-headers>=4.9.13" "linux-lts-headers<4.10")
+depends=('glibc' "linux-lts>=4.9.16" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.16" "linux-lts-headers<4.10")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 18:38:51
  Author: andyrtr
Revision: 217104

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 217103, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 217103, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 217103, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 217103, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   50 
 community-testing-i686/tp_smapi-lts.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   50 
 community-testing-x86_64/tp_smapi-lts.install |   13 ++
 4 files changed, 126 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 217103, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 18:38:51 UTC (rev 217104)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+__pkgname=tp-smapi
+pkgver=0.42
+_extramodules=/usr/lib/modules/extramodules-4.9-lts
+pkgrel=10
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.9.16' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.16' 'linux-lts-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$_pkgname-$__pkgname-$pkgver"
+
+  _kernver=$(< "${_extramodules}/version")
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="$srcdir/$_pkgname-$__pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 217103, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2017-03-18 18:38:51 UTC (rev 
217104)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.9-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 217103, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 18:38:51 UTC (rev 217104)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+__pkgname=tp-smapi
+pkgver=0.42
+_extramodules=/usr/lib/modules/extramodules-4.9-lts
+pkgrel=10
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.9.16' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.16' 'linux-lts-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$_pkgname-$__pkgname-$pkgver"
+
+  _kernver=$(< "${_extramodules}/version")
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver=$(< 

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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 18:38:42
  Author: andyrtr
Revision: 217103

upgpkg: tp_smapi-lts 0.42-10

kernel upstream update 4.9.16 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 18:34:19 UTC (rev 217102)
+++ PKGBUILD2017-03-18 18:38:42 UTC (rev 217103)
@@ -12,13 +12,13 @@
 __pkgname=tp-smapi
 pkgver=0.42
 _extramodules=/usr/lib/modules/extramodules-4.9-lts
-pkgrel=9
+pkgrel=10
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.9.13' 'linux-lts<4.10')
-makedepends=('linux-lts-headers>=4.9.13' 'linux-lts-headers<4.10')
+depends=('linux-lts>=4.9.16' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.16' 'linux-lts-headers<4.10')
 install="${pkgname}.install"
 
source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 21:11:40
  Author: tpowa
Revision: 291055

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/4.10.0_kernel.patch
(from rev 291054, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 291054, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/fs52243.patch
(from rev 291054, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 291054, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/4.10.0_kernel.patch
(from rev 291054, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 291054, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/fs52243.patch
(from rev 291054, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 291054, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 testing-i686/4.10.0_kernel.patch|  131 ++
 testing-i686/PKGBUILD   |   74 +++
 testing-i686/fs52243.patch  |   14 +++
 testing-i686/nvidia-340xx.install   |   13 +++
 testing-x86_64/4.10.0_kernel.patch  |  131 ++
 testing-x86_64/PKGBUILD |   74 +++
 testing-x86_64/fs52243.patch|   14 +++
 testing-x86_64/nvidia-340xx.install |   13 +++
 8 files changed, 464 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/4.10.0_kernel.patch (from rev 291054, 
nvidia-340xx/trunk/4.10.0_kernel.patch)
===
--- testing-i686/4.10.0_kernel.patch(rev 0)
+++ testing-i686/4.10.0_kernel.patch2017-03-18 21:11:40 UTC (rev 291055)
@@ -0,0 +1,131 @@
+From 983a2ca221a371e08bb5ad11758a729cfa5aa88c Mon Sep 17 00:00:00 2001
+From: Alberto Milone 
+Date: Wed, 15 Feb 2017 17:05:55 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.10
+
+---
+ nv-linux.h|  7 +++
+ nv-pat.c  | 40 
+ uvm/nvidia_uvm_lite.c |  4 
+ 3 files changed, 51 insertions(+)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index e7068e3..2d62492 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -2082,6 +2082,8 @@ static inline NvU64 nv_node_end_pfn(int nid)
+  *2016 Dec 14:5b56d49fc31dbb0487e14ead790fc81ca9fb2c99
+  */
+ 
++#include 
++
+ #if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
+ #if defined(NV_GET_USER_PAGES_HAS_WRITE_AND_FORCE_ARGS)
+ #define NV_GET_USER_PAGES   get_user_pages
+@@ -2129,8 +2131,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
+ 
+ #else
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
+ pages, vmas);
++#else
++   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
++pages, vmas, NULL);
++#endif
+ 
+ #endif
+ 
+diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
+index a725533..cec6f3f 100644
+--- a/kernel/nv-pat.c
 b/kernel/nv-pat.c
+@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
+ }
+ 
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ static int
+ nvidia_cpu_callback(struct notifier_block *nfb, unsigned long action, void 
*hcpu)
+ {
+@@ -234,6 +235,34 @@ static struct notifier_block nv_hotcpu_nfb = {
+ .notifier_call = nvidia_cpu_callback,
+ .priority = 0
+ };
++#else
++static int nvidia_cpu_online(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_setup_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_setup_pat_entries, (void *)(long int)hcpu, 1);
++
++put_cpu();
++
++return 0;
++}
++
++static int nvidia_cpu_down_prep(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_restore_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_restore_pat_entries, (void *)(long int)hcpu, 
1);
++
++put_cpu();
++
++return 0;
++}
++#endif
++
+ #endif
+ 
+ int nv_init_pat_support(nv_stack_t *sp)
+@@ -255,7 +284,14 @@ int nv_init_pat_support(nv_stack_t *sp)
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
+ if (nv_pat_mode == NV_PAT_MODE_BUILTIN)
+ {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ if (register_hotcpu_notifier(_hotcpu_nfb) != 0)
++#else
++if (cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
++  "gpu/nvidia:online",
++  

[arch-commits] Commit in bbswitch/repos (testing-i686 testing-x86_64)

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:21:08
  Author: tpowa
Revision: 217189

remove from wrong repo

Deleted:
  bbswitch/repos/testing-i686/
  bbswitch/repos/testing-x86_64/


[arch-commits] Commit in acpi_call/repos (testing-i686 testing-x86_64)

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:20:45
  Author: tpowa
Revision: 217188

remove from wrong repo

Deleted:
  acpi_call/repos/testing-i686/
  acpi_call/repos/testing-x86_64/


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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:07:18
  Author: demize
Revision: 217205

upgpkg: python-bleach 2.0.0-2

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 23:52:14 UTC (rev 217204)
+++ PKGBUILD2017-03-19 00:07:18 UTC (rev 217205)
@@ -3,13 +3,12 @@
 pkgbase=python-bleach
 pkgname=(python-bleach python2-bleach)
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
 url="http://pypi.python.org/pypi/bleach;
 arch=('any')
 license=('Apache')
-
 makedepends=('python'
  'python-setuptools'
  'python2'
@@ -32,11 +31,13 @@
 }
 
 package_python-bleach() {
+   depends=("python-html5lib")
cd "$srcdir"/bleach-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-bleach() {
+   depends=("python2-html5lib")
cd "$srcdir"/bleach-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 21:30:29
  Author: tpowa
Revision: 291056

upgpkg: nvidia-304xx 304.135-3

rebuild against 4.10.4

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 21:11:40 UTC (rev 291055)
+++ PKGBUILD2017-03-18 21:30:29 UTC (rev 291056)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.135
 _extramodules=extramodules-4.10-ARCH
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('linux' 'linux-headers>=4.10' 'linux-headers<4.11')


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:18:35
  Author: tpowa
Revision: 217184

upgpkg: bbswitch 0.8-65

rebuild against 4.10.4

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 21:37:54 UTC (rev 217183)
+++ PKGBUILD2017-03-18 22:18:35 UTC (rev 217184)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
-pkgrel=64
+pkgrel=65
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:19:29
  Author: tpowa
Revision: 217186

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 217185, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 217185, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 217185, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 217185, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   45 
 community-testing-i686/bbswitch.install   |   12 +++
 community-testing-x86_64/PKGBUILD |   45 
 community-testing-x86_64/bbswitch.install |   12 +++
 4 files changed, 114 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 217185, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 22:19:29 UTC (rev 217186)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=65
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
217185, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2017-03-18 22:19:29 UTC (rev 
217186)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.10-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 217185, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 22:19:29 UTC (rev 217186)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=65
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install 

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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:18:56
  Author: tpowa
Revision: 217185

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

Added:
  bbswitch/repos/testing-i686/
  bbswitch/repos/testing-i686/PKGBUILD
(from rev 217184, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/testing-i686/bbswitch.install
(from rev 217184, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/testing-x86_64/
  bbswitch/repos/testing-x86_64/PKGBUILD
(from rev 217184, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/testing-x86_64/bbswitch.install
(from rev 217184, bbswitch/trunk/bbswitch.install)

-+
 testing-i686/PKGBUILD   |   45 ++
 testing-i686/bbswitch.install   |   12 ++
 testing-x86_64/PKGBUILD |   45 ++
 testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 114 insertions(+)

Copied: bbswitch/repos/testing-i686/PKGBUILD (from rev 217184, 
bbswitch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-18 22:18:56 UTC (rev 217185)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=65
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/testing-i686/bbswitch.install (from rev 217184, 
bbswitch/trunk/bbswitch.install)
===
--- testing-i686/bbswitch.install   (rev 0)
+++ testing-i686/bbswitch.install   2017-03-18 22:18:56 UTC (rev 217185)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.10-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/testing-x86_64/PKGBUILD (from rev 217184, 
bbswitch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-18 22:18:56 UTC (rev 217185)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=65
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: 

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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:19:51
  Author: tpowa
Revision: 217187

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

Added:
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 217186, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 217186, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 217186, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 217186, acpi_call/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   47 +++
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 +++
 community-testing-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 217186, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 22:19:51 UTC (rev 217187)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=60
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
217186, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2017-03-18 22:19:51 UTC (rev 
217187)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.10-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 217186, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 22:19:51 UTC (rev 217187)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=60
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  

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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:30:32
  Author: tpowa
Revision: 217192

upgpkg: tp_smapi 0.42-14

rebuild against 4.10.4

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 22:23:47 UTC (rev 217191)
+++ PKGBUILD2017-03-18 22:30:32 UTC (rev 217192)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.10-ARCH
-pkgrel=13
+pkgrel=14
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-03-18 Thread Johannes Löthberg
Date: Saturday, March 18, 2017 @ 23:12:03
  Author: demize
Revision: 217199

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

Added:
  go-ipfs/repos/community-i686/PKGBUILD
(from rev 217198, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-i686/ipfs.service
(from rev 217198, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 217198, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 217198, go-ipfs/trunk/ipfs.service)
Deleted:
  go-ipfs/repos/community-i686/PKGBUILD
  go-ipfs/repos/community-i686/ipfs.service
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service

---+
 /PKGBUILD |  100 
 /ipfs.service |   18 +++
 community-i686/PKGBUILD   |   50 
 community-i686/ipfs.service   |9 ---
 community-x86_64/PKGBUILD |   50 
 community-x86_64/ipfs.service |9 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-18 22:56:53 UTC (rev 217198)
+++ community-i686/PKGBUILD 2017-03-18 23:12:03 UTC (rev 217199)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.6
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service)
-sha512sums=('ae38084f8116444b36f878f620d279ead6ad3a3c49b25150f5c7f9e321a443b074167d6b4159f3d46a41fd5de51efb592a7df4932e6e14779e0ae6718970f4a7'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make deps
-}
-
-build() {
-  export PATH="$PATH":"$PWD"/.gopath/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-i686/PKGBUILD (from rev 217198, 
go-ipfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-18 23:12:03 UTC (rev 217199)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.7
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ipfs.service)
+sha512sums=('3289cd06087e7fefc92a5c61425515baa31b12ee99bce17cbb8f46186166f12e992b4cba8e268a15e8bc39c05c9adcd552d6799537d9a2624ea418cbfb64ef53'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs
+  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+  make deps
+}
+
+build() {
+  export PATH="$PATH":"$PWD"/.gopath/bin
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make build
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}


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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:08:53
  Author: demize
Revision: 217206

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-19 00:07:18 UTC (rev 217205)
+++ PKGBUILD2017-03-19 00:08:53 UTC (rev 217206)
@@ -1,42 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgbase=python-bleach
-pkgname=(python-bleach python2-bleach)
-pkgver=2.0.0
-pkgrel=1
-
-pkgdesc="An easy whitelist-based HTML-sanitizing tool"
-url="http://pypi.python.org/pypi/bleach;
-arch=('any')
-license=('Apache')
-
-makedepends=('python'
- 'python-setuptools'
- 'python2'
- 'python2-setuptools')
-
-source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-2.0.0.tar.gz;)
-
-md5sums=('a263ed1c7b16ea10d3b20278852b65d7')
-
-prepare() {
-   cp -a bleach-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-bleach() {
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-bleach() {
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-bleach/repos/community-any/PKGBUILD (from rev 217205, 
python-bleach/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-19 00:08:53 UTC (rev 217206)
@@ -0,0 +1,43 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-bleach
+pkgname=(python-bleach python2-bleach)
+pkgver=2.0.0
+pkgrel=2
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="http://pypi.python.org/pypi/bleach;
+arch=('any')
+license=('Apache')
+makedepends=('python'
+ 'python-setuptools'
+ 'python2'
+ 'python2-setuptools')
+
+source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-2.0.0.tar.gz;)
+
+md5sums=('a263ed1c7b16ea10d3b20278852b65d7')
+
+prepare() {
+   cp -a bleach-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-bleach() {
+   depends=("python-html5lib")
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-bleach() {
+   depends=("python2-html5lib")
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-03-18 Thread Alexander Rødseth
Date: Saturday, March 18, 2017 @ 16:46:20
  Author: arodseth
Revision: 217092

upgpkg: python-mechanize 1:0.3.1-1

Modified:
  python-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 15:09:02 UTC (rev 217091)
+++ PKGBUILD2017-03-18 16:46:20 UTC (rev 217092)
@@ -6,23 +6,23 @@
 
 pkgbase=python-mechanize
 pkgname=python2-mechanize
-pkgver=0.2.5
+pkgver=0.3.1
 pkgrel=1
 epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
 arch=('any')
-url="http://wwwsearch.sourceforge.net/mechanize/;
+url="https://github.com/python-mechanize/mechanize;
 license=('BSD' 'ZPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=("https://github.com/jjlee/mechanize/archive/$pkgver.tar.gz;)
-sha256sums=('8f16a5f1832a0497d427bdb6a169e02b3cedc299b6331cba844c21cefc074929')
+source=("https://github.com/python-mechanize/mechanize/archive/v$pkgver.tar.gz;)
+sha256sums=('0f14880646fc96da91440712546fd136896b151228366cdc0604534e0687036c')
 
 package_python2-mechanize() {
   cd "mechanize-$pkgver"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:11:42
  Author: andyrtr
Revision: 291036

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 291035, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 291035, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 291035, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 291035, 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 291035, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-18 17:11:42 UTC (rev 291036)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=378.13
+_extramodules=extramodules-4.9-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.16' 
'linux-lts-headers>=4.9.16')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('dd1077750af9a067739ec291fb24175f')
+md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.4.16' "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 291035, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2017-03-18 17:11:42 UTC (rev 291036)
@@ -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 291035, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-18 17:11:42 UTC (rev 291036)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=378.13
+_extramodules=extramodules-4.9-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.16' 
'linux-lts-headers>=4.9.16')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install

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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:11:20
  Author: andyrtr
Revision: 291035

upgpkg: nvidia-lts 378.13-4

kernel upstream update 4.9.16 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 17:08:39 UTC (rev 291034)
+++ PKGBUILD2017-03-18 17:11:20 UTC (rev 291035)
@@ -4,11 +4,11 @@
 pkgname=nvidia-lts
 pkgver=378.13
 _extramodules=extramodules-4.9-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.13' 
'linux-lts-headers>=4.9.13')
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.16' 
'linux-lts-headers>=4.9.16')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install
@@ -34,7 +34,7 @@
 }
 
 package() {
-depends=('linux-lts>=4.4.13' "nvidia-utils=$pkgver" 'libgl')
+depends=('linux-lts>=4.4.16' "nvidia-utils=$pkgver" 'libgl')
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
   
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:24:21
  Author: andyrtr
Revision: 291039

upgpkg: nvidia-340xx-lts 340.102-5

kernel upstream update 4.9.16 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 17:16:34 UTC (rev 291038)
+++ PKGBUILD2017-03-18 17:24:21 UTC (rev 291039)
@@ -4,11 +4,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.102
 _extramodules=extramodules-4.9-lts
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.9.13' 'linux-lts-headers>=4.9.13' 
"nvidia-340xx-utils=$pkgver")
+makedepends=('linux-lts>=4.9.16' 'linux-lts-headers>=4.9.16' 
"nvidia-340xx-utils=$pkgver")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -42,7 +42,7 @@
 }
 
 package() {
-  depends=('linux-lts>=4.4.40' "nvidia-340xx-utils=$pkgver" 'libgl')
+  depends=('linux-lts>=4.9.16' "nvidia-340xx-utils=$pkgver" 'libgl')
 
   install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:24:32
  Author: andyrtr
Revision: 291040

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 291039, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/fs52243.patch
(from rev 291039, nvidia-340xx-lts/trunk/fs52243.patch)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 291039, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 291039, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/fs52243.patch
(from rev 291039, nvidia-340xx-lts/trunk/fs52243.patch)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 291039, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   56 ++
 testing-i686/fs52243.patch  |   14 +++
 testing-i686/nvidia-340xx-lts.install   |   15 
 testing-x86_64/PKGBUILD |   56 ++
 testing-x86_64/fs52243.patch|   14 +++
 testing-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 170 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 291039, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-18 17:24:32 UTC (rev 291040)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.102
+_extramodules=extramodules-4.9-lts
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.9.16' 'linux-lts-headers>=4.9.16' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=('fs52243.patch')
+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=('4b9b61bbcaaea4a99a6abe4a13309016')
+md5sums_i686=('61aad6a98238bc61466e6a9e392cfd08')
+md5sums_x86_64=('81e720487caa2823586b32659da9acc1')
+
+[[ "$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}"
+# patches here
+
+patch -Np0 < "${srcdir}"/fs52243.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  depends=('linux-lts>=4.9.16' "nvidia-340xx-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/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  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-340xx-lts/repos/testing-i686/fs52243.patch (from rev 291039, 
nvidia-340xx-lts/trunk/fs52243.patch)
===
--- testing-i686/fs52243.patch  (rev 0)
+++ testing-i686/fs52243.patch  2017-03-18 17:24:32 UTC (rev 291040)
@@ -0,0 +1,14 @@
+--- kernel/nv-drm.c2016-12-15 12:41:26.0 +0100
 kernel/nv-drm.c2016-12-15 12:58:48.0 +0100
+@@ -115,7 +115,11 @@
+ };
+ 
+ static struct drm_driver nv_drm_driver = {
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
++.driver_features = DRIVER_GEM | DRIVER_PRIME | DRIVER_LEGACY,
++#else
+ .driver_features = DRIVER_GEM | DRIVER_PRIME,
++#endif
+ .load = nv_drm_load,
+ .unload = nv_drm_unload,
+ .fops = _drm_fops,

Copied: nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
291039, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   

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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 18:34:19
  Author: andyrtr
Revision: 217102

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 217101, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 217101, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 217101, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 217101, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   33 +++
 community-testing-i686/r8168-lts.install   |   17 +
 community-testing-x86_64/PKGBUILD  |   33 +++
 community-testing-x86_64/r8168-lts.install |   17 +
 4 files changed, 100 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 217101, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 18:34:19 UTC (rev 217102)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.044.02
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.9.16" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.16" "linux-lts-headers<4.10")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+_extramodules=extramodules-4.9-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
217101, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2017-03-18 18:34:19 UTC (rev 
217102)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.9-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 217101, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 18:34:19 UTC (rev 217102)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.044.02
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.9.16" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.16" "linux-lts-headers<4.10")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+_extramodules=extramodules-4.9-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: 

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

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 19:14:22
  Author: arojas
Revision: 217175

Kill mate-gtk3 group

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 19:13:49 UTC (rev 217174)
+++ PKGBUILD2017-03-18 19:14:22 UTC (rev 217175)
@@ -14,7 +14,7 @@
 'gtk-engine-murrine: for gtk2 themes'
 'mate-icon-theme: default icon theme')
 options=('!emptydirs')
-groups=('mate' 'mate-gtk3')
+groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('e5c8b7a9fa1166c03bbbacbfcfc78254183a6152')
 


[arch-commits] Commit in (17 files)

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 19:13:49
  Author: arojas
Revision: 217174

Drop obsolete mate-gtk3 packages

Deleted:
  atril-gtk3/
  caja-extensions-gtk3/
  caja-gtk3/
  eom-gtk3/
  marco-gtk3/
  mate-applets-gtk3/
  mate-control-center-gtk3/
  mate-media-gtk3/
  mate-netbook-gtk3/
  mate-panel-gtk3/
  mate-power-manager-gtk3/
  mate-screensaver-gtk3/
  mate-sensors-applet-gtk3/
  mate-settings-daemon-gtk3/
  mate-user-share-gtk3/
  mate-utils-gtk3/
  pluma-gtk3/


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 21:37:54
  Author: tpowa
Revision: 217183

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

Added:
  acpi_call/repos/testing-i686/
  acpi_call/repos/testing-i686/PKGBUILD
(from rev 217182, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/testing-i686/acpi_call.install
(from rev 217182, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/testing-x86_64/
  acpi_call/repos/testing-x86_64/PKGBUILD
(from rev 217182, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/testing-x86_64/acpi_call.install
(from rev 217182, acpi_call/trunk/acpi_call.install)

--+
 testing-i686/PKGBUILD|   47 +
 testing-i686/acpi_call.install   |   14 +++
 testing-x86_64/PKGBUILD  |   47 +
 testing-x86_64/acpi_call.install |   14 +++
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/testing-i686/PKGBUILD (from rev 217182, 
acpi_call/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-18 21:37:54 UTC (rev 217183)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=60
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/testing-i686/acpi_call.install (from rev 217182, 
acpi_call/trunk/acpi_call.install)
===
--- testing-i686/acpi_call.install  (rev 0)
+++ testing-i686/acpi_call.install  2017-03-18 21:37:54 UTC (rev 217183)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.10-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/testing-x86_64/PKGBUILD (from rev 217182, 
acpi_call/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-18 21:37:54 UTC (rev 217183)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=60
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 

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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 21:37:45
  Author: tpowa
Revision: 217182

upgpkg: acpi_call 1.1.0-60

rebuild against 4.10.4

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 20:00:02 UTC (rev 217181)
+++ PKGBUILD2017-03-18 21:37:45 UTC (rev 217182)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=59
+pkgrel=60
 _extramodules=extramodules-4.10-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2017-03-18 Thread Johannes Löthberg
Date: Saturday, March 18, 2017 @ 23:35:53
  Author: demize
Revision: 217201

archrelease: copy trunk to community-any

Deleted:
  
python-bleach/repos/community-any/0001-Make-bleach-allow-for-vendored-html5lib-version.patch
  python-bleach/repos/community-any/PKGBUILD

+
 0001-Make-bleach-allow-for-vendored-html5lib-version.patch |   46 -
 PKGBUILD   |   56 ---
 2 files changed, 102 deletions(-)

Deleted: 0001-Make-bleach-allow-for-vendored-html5lib-version.patch
===
--- 0001-Make-bleach-allow-for-vendored-html5lib-version.patch  2017-03-18 
23:35:05 UTC (rev 217200)
+++ 0001-Make-bleach-allow-for-vendored-html5lib-version.patch  2017-03-18 
23:35:53 UTC (rev 217201)
@@ -1,46 +0,0 @@
-From 51294ef3e472aee3008583750f6e2dbe4c8c5adb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Sat, 21 Jan 2017 20:08:12 +0100
-Subject: [PATCH] Make bleach allow for vendored html5lib version
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- bleach/__init__.py | 4 
- setup.py   | 3 ---
- 2 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/bleach/__init__.py b/bleach/__init__.py
-index 09dad63..c6f5929 100644
 a/bleach/__init__.py
-+++ b/bleach/__init__.py
-@@ -3,6 +3,10 @@
- from __future__ import unicode_literals
- import logging
- import re
-+import os
-+import sys
-+
-+sys.path.insert(0, os.path.dirname(__file__))
- 
- import html5lib
- from html5lib.sanitizer import HTMLSanitizer
-diff --git a/setup.py b/setup.py
-index 908928e..bdcecf6 100644
 a/setup.py
-+++ b/setup.py
-@@ -15,9 +15,6 @@ tests_require = [
- 
- install_requires = [
- 'six',
--# 3 9s up to but not including 8 9s, but not 4 9s or 5 9s because they're
--# busted
--'html5lib>=0.999,!=0.,!=0.9,<0.',
- ]
- 
- 
--- 
-2.11.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 23:35:05 UTC (rev 217200)
+++ PKGBUILD2017-03-18 23:35:53 UTC (rev 217201)
@@ -1,56 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgbase=python-bleach
-pkgname=(python-bleach python2-bleach)
-pkgver=1.5.0
-pkgrel=5
-
-pkgdesc="An easy whitelist-based HTML-sanitizing tool"
-url="http://pypi.python.org/pypi/bleach;
-arch=('any')
-license=('Apache')
-
-makedepends=('python-setuptools'
- 'python-html5lib-7-9s'
- 'python2-setuptools'
- 'python2-html5lib-7-9s')
-
-source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz;
-
"html5lib-python-0.999.tar.gz::https://github.com/html5lib/html5lib-python/archive/0.999.tar.gz;
-"0001-Make-bleach-allow-for-vendored-html5lib-version.patch")
-
-md5sums=('b663300efdf421b3b727b19d7be9c7e7'
- '2ca78b1ec5852779bc121a97da6e8d4d'
- 'c7f318607346ce3f151bebd73f15864e')
-
-prepare() {
-   (cd bleach-$pkgver
-   patch -p1 
<"$srcdir"/0001-Make-bleach-allow-for-vendored-html5lib-version.patch)
-
-   cp -a bleach-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py build
-
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-bleach() {
-   cd "$srcdir"/html5lib-python-0.999
-   python setup.py install 
--root="$pkgdir"/usr/lib/python3.6/site-packages --install-purelib=bleach 
--optimize=1
-
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-bleach() {
-   cd "$srcdir"/html5lib-python-0.999
-   python2 setup.py install 
--root="$pkgdir"/usr/lib/python2.7/site-packages --install-purelib=bleach 
--optimize=1
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}


[arch-commits] Commit in python-bleach/trunk (1 file)

2017-03-18 Thread Johannes Löthberg
Date: Saturday, March 18, 2017 @ 23:52:06
  Author: demize
Revision: 217203

upgpkg: python-bleach 2.0.0-1

Deleted:
  python-bleach/trunk/0001-Make-bleach-allow-for-vendored-html5lib-version.patch

+
 0001-Make-bleach-allow-for-vendored-html5lib-version.patch |   46 ---
 1 file changed, 46 deletions(-)

Deleted: 0001-Make-bleach-allow-for-vendored-html5lib-version.patch
===
--- 0001-Make-bleach-allow-for-vendored-html5lib-version.patch  2017-03-18 
23:49:29 UTC (rev 217202)
+++ 0001-Make-bleach-allow-for-vendored-html5lib-version.patch  2017-03-18 
23:52:06 UTC (rev 217203)
@@ -1,46 +0,0 @@
-From 51294ef3e472aee3008583750f6e2dbe4c8c5adb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Sat, 21 Jan 2017 20:08:12 +0100
-Subject: [PATCH] Make bleach allow for vendored html5lib version
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- bleach/__init__.py | 4 
- setup.py   | 3 ---
- 2 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/bleach/__init__.py b/bleach/__init__.py
-index 09dad63..c6f5929 100644
 a/bleach/__init__.py
-+++ b/bleach/__init__.py
-@@ -3,6 +3,10 @@
- from __future__ import unicode_literals
- import logging
- import re
-+import os
-+import sys
-+
-+sys.path.insert(0, os.path.dirname(__file__))
- 
- import html5lib
- from html5lib.sanitizer import HTMLSanitizer
-diff --git a/setup.py b/setup.py
-index 908928e..bdcecf6 100644
 a/setup.py
-+++ b/setup.py
-@@ -15,9 +15,6 @@ tests_require = [
- 
- install_requires = [
- 'six',
--# 3 9s up to but not including 8 9s, but not 4 9s or 5 9s because they're
--# busted
--'html5lib>=0.999,!=0.,!=0.9,<0.',
- ]
- 
- 
--- 
-2.11.0
-


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

2017-03-18 Thread Johannes Löthberg
Date: Saturday, March 18, 2017 @ 23:52:14
  Author: demize
Revision: 217204

archrelease: copy trunk to community-any

Added:
  python-bleach/repos/community-any/PKGBUILD
(from rev 217203, python-bleach/trunk/PKGBUILD)

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

Copied: python-bleach/repos/community-any/PKGBUILD (from rev 217203, 
python-bleach/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-18 23:52:14 UTC (rev 217204)
@@ -0,0 +1,42 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-bleach
+pkgname=(python-bleach python2-bleach)
+pkgver=2.0.0
+pkgrel=1
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="http://pypi.python.org/pypi/bleach;
+arch=('any')
+license=('Apache')
+
+makedepends=('python'
+ 'python-setuptools'
+ 'python2'
+ 'python2-setuptools')
+
+source=("python-bleach-$pkgver.tar.gz::https://pypi.org/packages/source/b/bleach/bleach-2.0.0.tar.gz;)
+
+md5sums=('a263ed1c7b16ea10d3b20278852b65d7')
+
+prepare() {
+   cp -a bleach-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-bleach() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-bleach() {
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 17:08:39
  Author: arojas
Revision: 291034

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 291033, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 291033, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 291033, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 291033, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-18 17:08:00 UTC (rev 291033)
+++ extra-i686/PKGBUILD 2017-03-18 17:08:39 UTC (rev 291034)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('613cc1502edc9ffde43f80887776cc3fcc1fac71'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   

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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:37:38
  Author: tpowa
Revision: 217196

upgpkg: virtualbox-modules-arch 5.1.18-2

rebuild against 4.10.4

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 22:35:29 UTC (rev 217195)
+++ PKGBUILD2017-03-18 22:37:38 UTC (rev 217196)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.18
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:37:51
  Author: tpowa
Revision: 217197

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

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

--+
 community-testing-i686/PKGBUILD  |   74 +
 community-testing-i686/virtualbox-modules-arch.install   |   23 
 community-testing-x86_64/PKGBUILD|   74 +
 community-testing-x86_64/virtualbox-modules-arch.install |   23 
 4 files changed, 194 insertions(+)

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

Copied: 
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
 (from rev 217196, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
===
--- community-testing-i686/virtualbox-modules-arch.install  
(rev 0)
+++ community-testing-i686/virtualbox-modules-arch.install  2017-03-18 
22:37:51 UTC (rev 217197)
@@ -0,0 +1,23 @@
+_depmod() {
+  EXTRAMODULES=extramodules-4.10-ARCH
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  cat << EOF
+==> Virtualbox kernel modules will be loaded at boot time by 
systemd-modules-load.
+==> In order to use them right now, you may want to load them manually.

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

2017-03-18 Thread Johannes Löthberg
Date: Saturday, March 18, 2017 @ 22:56:53
  Author: demize
Revision: 217198

upgpkg: go-ipfs 0.4.7-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 22:37:51 UTC (rev 217197)
+++ PKGBUILD2017-03-18 22:56:53 UTC (rev 217198)
@@ -6,7 +6,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.6
+pkgver=0.4.7
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -20,7 +20,7 @@
 
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
 ipfs.service)
-sha512sums=('ae38084f8116444b36f878f620d279ead6ad3a3c49b25150f5c7f9e321a443b074167d6b4159f3d46a41fd5de51efb592a7df4932e6e14779e0ae6718970f4a7'
+sha512sums=('3289cd06087e7fefc92a5c61425515baa31b12ee99bce17cbb8f46186166f12e992b4cba8e268a15e8bc39c05c9adcd552d6799537d9a2624ea418cbfb64ef53'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
 
 prepare() {


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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:16:13
  Author: demize
Revision: 217208

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

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

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

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

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

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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:16:23
  Author: andyrtr
Revision: 291037

upgpkg: nvidia-304xx-lts 304.135-3

kernel upstream update 4.9.16 rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 17:11:42 UTC (rev 291036)
+++ PKGBUILD2017-03-18 17:16:23 UTC (rev 291037)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.135
 _extramodules=extramodules-4.9-lts
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.9.13' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=4.9.13')
+depends=('linux-lts>=4.9.16' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.9.16')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2017-03-18 Thread Andreas Radke
Date: Saturday, March 18, 2017 @ 17:16:34
  Author: andyrtr
Revision: 291038

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 291037, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/disable-mtrr.patch
(from rev 291037, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 291037, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 291037, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/disable-mtrr.patch
(from rev 291037, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 291037, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/disable-mtrr.patch |   24 +++
 testing-i686/nvidia-304xx-lts.install   |   15 +++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/disable-mtrr.patch   |   24 +++
 testing-x86_64/nvidia-304xx-lts.install |   15 +++
 6 files changed, 206 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 291037, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-18 17:16:34 UTC (rev 291038)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.135
+_extramodules=extramodules-4.9-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.9.16' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.9.16')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-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=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+#sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
+sha512sums=('c2645cc9a6f23641d8b6da51e72e203980068c05e365fcc73b32322a6875ce95e81f4e0d893276e14e84e93464488539c16db6b3be04f5324cf7d7a12bb557f8'
+
'a5aa48baa75eb267bd193e59328aa5fbc15d41045bb7e97aa1b96b918b9e68a1c1bf95624d9d494336256e0af2c41e188d30fe91be4967084de3387f50d3805c'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+#(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/disable-mtrr.patch (from rev 
291037, nvidia-304xx-lts/trunk/disable-mtrr.patch)
===
--- testing-i686/disable-mtrr.patch (rev 0)
+++ testing-i686/disable-mtrr.patch 2017-03-18 

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

2017-03-18 Thread Johannes Löthberg
Date: Saturday, March 18, 2017 @ 23:49:29
  Author: demize
Revision: 217202

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

Added:
  go-ipfs/repos/community-i686/PKGBUILD
(from rev 217201, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-i686/ipfs.service
(from rev 217201, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 217201, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 217201, go-ipfs/trunk/ipfs.service)
Deleted:
  go-ipfs/repos/community-i686/PKGBUILD
  go-ipfs/repos/community-i686/ipfs.service
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service

---+
 /PKGBUILD |  100 
 /ipfs.service |   18 +++
 community-i686/PKGBUILD   |   50 
 community-i686/ipfs.service   |9 ---
 community-x86_64/PKGBUILD |   50 
 community-x86_64/ipfs.service |9 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-18 23:35:53 UTC (rev 217201)
+++ community-i686/PKGBUILD 2017-03-18 23:49:29 UTC (rev 217202)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.7
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service)
-sha512sums=('3289cd06087e7fefc92a5c61425515baa31b12ee99bce17cbb8f46186166f12e992b4cba8e268a15e8bc39c05c9adcd552d6799537d9a2624ea418cbfb64ef53'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make deps
-}
-
-build() {
-  export PATH="$PATH":"$PWD"/.gopath/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-i686/PKGBUILD (from rev 217201, 
go-ipfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-18 23:49:29 UTC (rev 217202)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.7
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ipfs.service)
+sha512sums=('3289cd06087e7fefc92a5c61425515baa31b12ee99bce17cbb8f46186166f12e992b4cba8e268a15e8bc39c05c9adcd552d6799537d9a2624ea418cbfb64ef53'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs
+  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+  make deps
+}
+
+build() {
+  export PATH="$PATH":"$PWD"/.gopath/bin
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make build
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}


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

2017-03-18 Thread Alexander Rødseth
Date: Saturday, March 18, 2017 @ 16:47:02
  Author: arodseth
Revision: 217093

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 16:46:20 UTC (rev 217092)
+++ PKGBUILD2017-03-18 16:47:02 UTC (rev 217093)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-pkgbase=python-mechanize
-pkgname=python2-mechanize
-pkgver=0.2.5
-pkgrel=1
-epoch=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="http://wwwsearch.sourceforge.net/mechanize/;
-license=('BSD' 'ZPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://github.com/jjlee/mechanize/archive/$pkgver.tar.gz;)
-sha256sums=('8f16a5f1832a0497d427bdb6a169e02b3cedc299b6331cba844c21cefc074929')
-
-package_python2-mechanize() {
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 217092, 
python-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-18 16:47:02 UTC (rev 217093)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+pkgbase=python-mechanize
+pkgname=python2-mechanize
+pkgver=0.3.1
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="https://github.com/python-mechanize/mechanize;
+license=('BSD' 'ZPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("https://github.com/python-mechanize/mechanize/archive/v$pkgver.tar.gz;)
+sha256sums=('0f14880646fc96da91440712546fd136896b151228366cdc0604534e0687036c')
+
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-18 Thread Bartłomiej Piotrowski
Date: Saturday, March 18, 2017 @ 16:58:37
  Author: bpiotrowski
Revision: 217095

upgpkg: xmms2 0.8DrO_o.949.gca15e830-1

rebuild against openssl 1.1.0

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 16:58:13 UTC (rev 217094)
+++ PKGBUILD2017-03-18 16:58:37 UTC (rev 217095)
@@ -8,7 +8,7 @@
 # Contributor: Xilon 
 
 pkgname=xmms2
-pkgver=0.8DrO_o.919.gece0baf0
+pkgver=0.8DrO_o.949.gca15e830
 _commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
 pkgrel=1
 pkgdesc="X-platform Music Multiplexing System 2"


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

2017-03-18 Thread Bartłomiej Piotrowski
Date: Saturday, March 18, 2017 @ 16:58:47
  Author: bpiotrowski
Revision: 217096

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

Added:
  xmms2/repos/community-staging-i686/
  xmms2/repos/community-staging-i686/PKGBUILD
(from rev 217095, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-i686/install.sh
(from rev 217095, xmms2/trunk/install.sh)
  xmms2/repos/community-staging-i686/system.service
(from rev 217095, xmms2/trunk/system.service)
  xmms2/repos/community-staging-i686/tmpfiles.conf
(from rev 217095, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-i686/user.service
(from rev 217095, xmms2/trunk/user.service)
  xmms2/repos/community-staging-x86_64/
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 217095, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/install.sh
(from rev 217095, xmms2/trunk/install.sh)
  xmms2/repos/community-staging-x86_64/system.service
(from rev 217095, xmms2/trunk/system.service)
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
(from rev 217095, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-x86_64/user.service
(from rev 217095, xmms2/trunk/user.service)

-+
 community-staging-i686/PKGBUILD |  120 ++
 community-staging-i686/install.sh   |   10 ++
 community-staging-i686/system.service   |   17 
 community-staging-i686/tmpfiles.conf|2 
 community-staging-i686/user.service |   13 +++
 community-staging-x86_64/PKGBUILD   |  120 ++
 community-staging-x86_64/install.sh |   10 ++
 community-staging-x86_64/system.service |   17 
 community-staging-x86_64/tmpfiles.conf  |2 
 community-staging-x86_64/user.service   |   13 +++
 10 files changed, 324 insertions(+)

Copied: xmms2/repos/community-staging-i686/PKGBUILD (from rev 217095, 
xmms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-18 16:58:47 UTC (rev 217096)
@@ -0,0 +1,120 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Storm Dragon 
+# Contributor: Aaron 'venisonslurpee' Laursen 
+# Contributor: Christopher Rosell 
+# Contributor: lh 
+# Contributor: Sebastian Schwarz 
+# Contributor: Sergej Pupykin 
+# Contributor: Xilon 
+
+pkgname=xmms2
+pkgver=0.8DrO_o.949.gca15e830
+_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
+pkgrel=1
+pkgdesc="X-platform Music Multiplexing System 2"
+arch=(i686 x86_64)
+url="https://xmms2.org/;
+license=(GPL LGPL)
+_depends=('alsa-lib: ALSA output'
+  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
+  'boost: C++ bindings'
+  'curl: play HTTP streams'
+  'cython: Python bindings'
+  'faad2: AAC support'
+  'ffmpeg: WMA, avcodec & avformat support'
+  'fftw: visualization'
+  'flac: FLAC support'
+  'fluidsynth: MIDI support'
+  'jack: JACK output'
+  'libao: libao output'
+  'libcdio-paranoia: CDDA support'
+  'libdiscid: CDDA support'
+  'libgme: support for various video game music formats'
+  'libmad: MP3 support'
+  'libmms: play MMS streams'
+  'libmodplug: MOD support'
+  'libmpcdec: Musepack support'
+  'libofa: MusicDNS fingerprinting'
+  'libsamplerate: vocoder support'
+  'libshout: Icecast output'
+  'libvorbis: Ogg Vorbis support'
+  'libxml2: XSPF and podcast support'
+  'mac: APE support'
+  'mpg123: alternative MP3 support'
+  'opusfile: Opus support'
+  'perl: Perl bindings'
+  'ruby: Ruby bindings'
+#  'sidplay2-libs: support for C64 music files'
+# we do not have sidplay 2 series in repos; also it's
+# somehow connected with resid i guess(not in repos also)
+  'smbclient: direct CIFS/SMB access'
+  'speex: Speex support'
+  'wavpack: WavPack support')
+depends=(glib2 readline)
+makedepends=("${_depends[@]%%:*}" libpulse python2 git)
+optdepends=("${_depends[@]}" 'oss: OSS output' 'pulseaudio: PulseAudio output')
+provides=(xmms2)
+conflicts=(xmms2 xmms2-devel)
+install=install.sh
+source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
+tmpfiles.conf
+system.service
+user.service)
+md5sums=('SKIP'
+ 'd3ab09ed8d1cf982468d1ceb141d4a9d'
+ '4b026ab80e853f24b5cf13b310afb83c'
+ 'f773f674882946065c02e36e9548eb00')
+
+pkgver() {
+cd "$srcdir/xmms2-devel"
+git describe --always | sed 's/-/./g'
+}
+
+prepare() {
+cd "$srcdir/xmms2-devel"
+git submodule update --init
+

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

2017-03-18 Thread Bartłomiej Piotrowski
Date: Saturday, March 18, 2017 @ 16:58:13
  Author: bpiotrowski
Revision: 217094

upgpkg: xmms2 0.8DrO_o.919.gece0baf0-1

rebuild against openssl 1.1.0

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 16:47:02 UTC (rev 217093)
+++ PKGBUILD2017-03-18 16:58:13 UTC (rev 217094)
@@ -9,8 +9,8 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o.919.gece0baf0
-_commit=ece0baf0f56f705bdf9a3d174ac170d194bfe0b0
-pkgrel=7
+_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
+pkgrel=1
 pkgdesc="X-platform Music Multiplexing System 2"
 arch=(i686 x86_64)
 url="https://xmms2.org/;


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 19:41:52
  Author: tpowa
Revision: 291049

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/99-linux.hook
(from rev 291048, linux/trunk/99-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 291048, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 291048, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 291048, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 291048, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 291048, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/99-linux.hook
(from rev 291048, linux/trunk/99-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 291048, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 291048, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 291048, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 291048, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 291048, linux/trunk/linux.preset)

--+
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  289 +
 testing-i686/config.i686 | 8331 +
 testing-i686/config.x86_64   | 8084 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  289 +
 testing-x86_64/config.i686   | 8331 +
 testing-x86_64/config.x86_64 | 8084 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33512 insertions(+)

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


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 19:41:21
  Author: tpowa
Revision: 291048

upgpkg: linux 4.10.4-1

bump to latest release

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 19:03:27 UTC (rev 291047)
+++ PKGBUILD2017-03-18 19:41:21 UTC (rev 291048)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-pkgver=4.10.3
+pkgver=4.10.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
-'17459007bae81a8cda00f0ce74dfbc70c1afc5b99133649e664045e34c5d63b5'
+'68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d'
 'SKIP'
 '386051f19482672c871e7865fc62f5e2c8010d857729134ba13044734962e42c'
 '12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c'


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 21:01:55
  Author: tpowa
Revision: 291054

upgpkg: nvidia-340xx 340.102-5

rebuild against 4.10.4

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 20:24:26 UTC (rev 291053)
+++ PKGBUILD2017-03-18 21:01:55 UTC (rev 291054)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.102
 _extramodules=extramodules-4.10-ARCH
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.10' 
'linux-headers<4.11')


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

2017-03-18 Thread Jan Steffens
Date: Saturday, March 18, 2017 @ 18:58:45
  Author: heftig
Revision: 291045

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/99-linux.hook
(from rev 291044, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 291044, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/config.i686
(from rev 291044, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 291044, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 291044, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 291044, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/99-linux.hook
(from rev 291044, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 291044, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config.i686
(from rev 291044, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 291044, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 291044, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 291044, linux-zen/trunk/linux.preset)

--+
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  299 +
 testing-i686/config.i686 | 8365 +
 testing-i686/config.x86_64   | 8118 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  299 +
 testing-x86_64/config.i686   | 8365 +
 testing-x86_64/config.x86_64 | 8118 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33668 insertions(+)

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


[arch-commits] Commit in (libunique3)

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 20:00:02
  Author: arojas
Revision: 217181

obsolete

Deleted:
  libunique3/


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 21:30:56
  Author: tpowa
Revision: 291057

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 291056, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
(from rev 291056, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-i686/drm-driver-legacy.patch
(from rev 291056, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/testing-i686/kernel_4.10.patch
(from rev 291056, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 291056, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 291056, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
(from rev 291056, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-x86_64/drm-driver-legacy.patch
(from rev 291056, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/testing-x86_64/kernel_4.10.patch
(from rev 291056, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 291056, nvidia-304xx/trunk/nvidia-304xx.install)

+
 testing-i686/PKGBUILD  |   78 +++
 testing-i686/disable-mtrr.patch|   24 +++
 testing-i686/drm-driver-legacy.patch   |   20 +
 testing-i686/kernel_4.10.patch |  105 +++
 testing-i686/nvidia-304xx.install  |   13 +++
 testing-x86_64/PKGBUILD|   78 +++
 testing-x86_64/disable-mtrr.patch  |   24 +++
 testing-x86_64/drm-driver-legacy.patch |   20 +
 testing-x86_64/kernel_4.10.patch   |  105 +++
 testing-x86_64/nvidia-304xx.install|   13 +++
 10 files changed, 480 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 291056, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-18 21:30:56 UTC (rev 291057)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.135
+_extramodules=extramodules-4.10-ARCH
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux' 'linux-headers>=4.10' 'linux-headers<4.11')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=('disable-mtrr.patch'
+'drm-driver-legacy.patch'
+'kernel_4.10.patch')
+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=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d'
+
'68dabbf6ad889c46bd0c01ebb697b80f4aa526ef1cdc53de008343a243adefc6ce7f2778be7005f2d79f3d23c0a3ff69f67ecdb9f97c0feb0ec99405a0c1046a')
+sha512sums_i686=('c2645cc9a6f23641d8b6da51e72e203980068c05e365fcc73b32322a6875ce95e81f4e0d893276e14e84e93464488539c16db6b3be04f5324cf7d7a12bb557f8')
+sha512sums_x86_64=('a5aa48baa75eb267bd193e59328aa5fbc15d41045bb7e97aa1b96b918b9e68a1c1bf95624d9d494336256e0af2c41e188d30fe91be4967084de3387f50d3805c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+patch -Np1 --no-backup-if-mismatch -i ../kernel_4.10.patch
+
+# FS#47092
+#(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/drm-driver-legacy.patch)
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.10' 'linux<4.11' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  

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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:23:39
  Author: tpowa
Revision: 217190

upgpkg: r8168 8.044.02-5

rebuild against 4.10.4

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 22:21:08 UTC (rev 217189)
+++ PKGBUILD2017-03-18 22:23:39 UTC (rev 217190)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.044.02
-pkgrel=4
+pkgrel=5
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:23:47
  Author: tpowa
Revision: 217191

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 217190, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 217190, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 217190, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 217190, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   44 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   44 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 217190, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 22:23:47 UTC (rev 217191)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 217190, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2017-03-18 22:23:47 UTC (rev 
217191)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.10-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 217190, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-18 22:23:47 UTC (rev 217191)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 

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

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 17:08:00
  Author: arojas
Revision: 291033

Update to 6.9.8.1

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 15:15:40 UTC (rev 291032)
+++ PKGBUILD2017-03-18 17:08:00 UTC (rev 291033)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.8.0
+pkgver=6.9.8.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('613cc1502edc9ffde43f80887776cc3fcc1fac71'
+sha1sums=('e6b131ec7008347b39a5ecf45b10dae7fed65318'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in (python2-caja-gtk3)

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 19:16:34
  Author: arojas
Revision: 217178

Drop obsolete mate-gtk3 packages

Deleted:
  python2-caja-gtk3/


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:35:18
  Author: tpowa
Revision: 217194

upgpkg: vhba-module 20161009-11

rebuild against 4.10.4

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 22:30:45 UTC (rev 217193)
+++ PKGBUILD2017-03-18 22:35:18 UTC (rev 217194)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20161009
 _extramodules=extramodules-4.10-ARCH
-pkgrel=10
+pkgrel=11
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2017-03-18 Thread Tobias Powalowski
Date: Saturday, March 18, 2017 @ 22:35:29
  Author: tpowa
Revision: 217195

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 217194, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 217194, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 217194, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 217194, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 217194, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 217194, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
217194, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2017-03-18 22:35:29 UTC (rev 
217195)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 217194, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-18 22:35:29 UTC (rev 217195)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20161009
+_extramodules=extramodules-4.10-ARCH
+pkgrel=11
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
217194, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2017-03-18 22:35:29 UTC (rev 
217195)
@@ -0,0 +1,21 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
217194, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2017-03-18 22:35:29 UTC (rev 
217195)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 217194, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   

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

2017-03-18 Thread Johannes Löthberg
Date: Sunday, March 19, 2017 @ 00:15:34
  Author: demize
Revision: 217207

upgpkg: haproxy 1.7.3-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 00:08:53 UTC (rev 217206)
+++ PKGBUILD2017-03-19 00:15:34 UTC (rev 217207)
@@ -3,8 +3,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='http://haproxy.org/'
@@ -20,7 +20,7 @@
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
 
-md5sums=('7330b36f3764ebe409e9305803dc30e2'
+md5sums=('fe529c240c08e4004c6e9dcf3fd6b3ab'
  '27941f31d25d5629f4bdef6bc4b2555a')
 
 prepare() {


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

2017-03-18 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 10:45:48
  Author: felixonmars
Revision: 217072

upgpkg: stack 1.4.0-2

rebuild with store,0.4.1 store-core,0.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 09:46:26 UTC (rev 217071)
+++ PKGBUILD2017-03-18 10:45:48 UTC (rev 217072)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")
@@ -32,9 +32,16 @@
  "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
  "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
  "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
-sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
 
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 


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

2017-03-18 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 10:46:12
  Author: felixonmars
Revision: 217073

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

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

+
 community-staging-i686/PKGBUILD|   87 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   87 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 182 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 217072, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-18 10:46:12 UTC (rev 217073)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r 

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

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 10:54:30
  Author: arojas
Revision: 291029

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

Added:
  audacity/repos/extra-i686/PKGBUILD
(from rev 291028, audacity/trunk/PKGBUILD)
  audacity/repos/extra-x86_64/PKGBUILD
(from rev 291028, audacity/trunk/PKGBUILD)
Deleted:
  audacity/repos/extra-i686/PKGBUILD
  audacity/repos/extra-i686/audacity-ffmpeg.patch
  audacity/repos/extra-x86_64/PKGBUILD
  audacity/repos/extra-x86_64/audacity-ffmpeg.patch

+
 /PKGBUILD  |   56 +++
 extra-i686/PKGBUILD|   34 -
 extra-i686/audacity-ffmpeg.patch   |   30 --
 extra-x86_64/PKGBUILD  |   34 -
 extra-x86_64/audacity-ffmpeg.patch |   30 --
 5 files changed, 56 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-18 10:53:57 UTC (rev 291028)
+++ extra-i686/PKGBUILD 2017-03-18 10:54:30 UTC (rev 291029)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=audacity
-pkgver=2.1.2
-pkgrel=3
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')
-url="http://audacityteam.org;
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'lilv' 'soundtouch'
- 'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
-makedepends=('cmake' 'python2')
-options=('!makeflags')
-source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
-audacity-ffmpeg.patch)
-sha1sums=('ced07f7401bef12d7ec0bc033409c9baa956c5c5'
-  '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61')
-
-prepare() {
-  cd audacity-Audacity-${pkgver}
-  patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
-}
-
-build() {
-  cd audacity-Audacity-${pkgver}
-  ./configure --prefix=/usr --with-libsamplerate
-  make
-}
-
-package() {
-  cd audacity-Audacity-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: audacity/repos/extra-i686/PKGBUILD (from rev 291028, 
audacity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-18 10:54:30 UTC (rev 291029)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=audacity
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('i686' 'x86_64')
+url="http://audacityteam.org;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'lilv' 'soundtouch'
+ 'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
+makedepends=('cmake' 'python2')
+options=('!makeflags')
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
+sha1sums=('616097deb29d3883ca2d858fcefda1550cdfbdf2')
+
+build() {
+  cd audacity-Audacity-${pkgver}
+  autoreconf -vi # use system libraries
+  ./configure --prefix=/usr --with-libsamplerate
+  make
+}
+
+package() {
+  cd audacity-Audacity-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/audacity-ffmpeg.patch
===
--- extra-i686/audacity-ffmpeg.patch2017-03-18 10:53:57 UTC (rev 291028)
+++ extra-i686/audacity-ffmpeg.patch2017-03-18 10:54:30 UTC (rev 291029)
@@ -1,30 +0,0 @@
-diff -Naur audacity-src-2.0.6-orig/src/FFmpeg.h audacity-src-2.0.6/src/FFmpeg.h
 audacity-src-2.0.6-orig/src/FFmpeg.h   2014-09-28 21:54:55.159636208 
-0400
-+++ audacity-src-2.0.6/src/FFmpeg.h2014-09-28 21:55:11.246276766 -0400
-@@ -688,7 +688,7 @@
-FFMPEG_FUNCTION_WITH_RETURN(
-   AVOutputFormat*,
-   av_oformat_next,
--  (AVOutputFormat *f),
-+  (const AVOutputFormat *f),
-   (f)
-);
-FFMPEG_FUNCTION_WITH_RETURN(
-@@ -755,7 +755,7 @@
-FFMPEG_FUNCTION_WITH_RETURN(
-   int,
-   av_fifo_size,
--  (AVFifoBuffer *f),
-+  (const AVFifoBuffer *f),
-   (f)
-);
-FFMPEG_FUNCTION_WITH_RETURN(
-@@ -801,7 +801,7 @@
-FFMPEG_FUNCTION_WITH_RETURN(
-   AVDictionaryEntry *,
-   av_dict_get,
--  (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int 
flags),
-+  (const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, 
int flags),
-   (m, key, prev, flags)
-);
-FFMPEG_FUNCTION_WITH_RETURN(

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-18 10:53:57 UTC (rev 291028)
+++ extra-x86_64/PKGBUILD   2017-03-18 10:54:30 UTC (rev 291029)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=audacity
-pkgver=2.1.2
-pkgrel=3
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')

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

2017-03-18 Thread Antonio Rojas
Date: Saturday, March 18, 2017 @ 10:53:57
  Author: arojas
Revision: 291028

Update to 2.1.3

Modified:
  audacity/trunk/PKGBUILD
Deleted:
  audacity/trunk/audacity-ffmpeg.patch

---+
 PKGBUILD  |   16 +---
 audacity-ffmpeg.patch |   30 --
 2 files changed, 5 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 09:40:10 UTC (rev 291027)
+++ PKGBUILD2017-03-18 10:53:57 UTC (rev 291028)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=audacity
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.1.3
+pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
 url="http://audacityteam.org;
@@ -12,18 +12,12 @@
  'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
 makedepends=('cmake' 'python2')
 options=('!makeflags')
-source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
-audacity-ffmpeg.patch)
-sha1sums=('ced07f7401bef12d7ec0bc033409c9baa956c5c5'
-  '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61')
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
+sha1sums=('616097deb29d3883ca2d858fcefda1550cdfbdf2')
 
-prepare() {
-  cd audacity-Audacity-${pkgver}
-  patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
-}
-
 build() {
   cd audacity-Audacity-${pkgver}
+  autoreconf -vi # use system libraries
   ./configure --prefix=/usr --with-libsamplerate
   make
 }

Deleted: audacity-ffmpeg.patch
===
--- audacity-ffmpeg.patch   2017-03-18 09:40:10 UTC (rev 291027)
+++ audacity-ffmpeg.patch   2017-03-18 10:53:57 UTC (rev 291028)
@@ -1,30 +0,0 @@
-diff -Naur audacity-src-2.0.6-orig/src/FFmpeg.h audacity-src-2.0.6/src/FFmpeg.h
 audacity-src-2.0.6-orig/src/FFmpeg.h   2014-09-28 21:54:55.159636208 
-0400
-+++ audacity-src-2.0.6/src/FFmpeg.h2014-09-28 21:55:11.246276766 -0400
-@@ -688,7 +688,7 @@
-FFMPEG_FUNCTION_WITH_RETURN(
-   AVOutputFormat*,
-   av_oformat_next,
--  (AVOutputFormat *f),
-+  (const AVOutputFormat *f),
-   (f)
-);
-FFMPEG_FUNCTION_WITH_RETURN(
-@@ -755,7 +755,7 @@
-FFMPEG_FUNCTION_WITH_RETURN(
-   int,
-   av_fifo_size,
--  (AVFifoBuffer *f),
-+  (const AVFifoBuffer *f),
-   (f)
-);
-FFMPEG_FUNCTION_WITH_RETURN(
-@@ -801,7 +801,7 @@
-FFMPEG_FUNCTION_WITH_RETURN(
-   AVDictionaryEntry *,
-   av_dict_get,
--  (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int 
flags),
-+  (const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, 
int flags),
-   (m, key, prev, flags)
-);
-FFMPEG_FUNCTION_WITH_RETURN(


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

2017-03-18 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 07:25:16
  Author: felixonmars
Revision: 217059

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

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

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

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

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

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

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 217058, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-18 07:25:16 UTC (rev 217059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2017-03-18 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 07:24:46
  Author: felixonmars
Revision: 217058

upgpkg: deepin-terminal 2.2.6-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-18 04:35:44 UTC (rev 217057)
+++ PKGBUILD2017-03-18 07:24:46 UTC (rev 217058)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
  
 pkgname=deepin-terminal
-pkgver=2.2.5
+pkgver=2.2.6
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')


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

2017-03-18 Thread Felix Yan
Date: Saturday, March 18, 2017 @ 08:13:15
  Author: felixonmars
Revision: 217063

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

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

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 168 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 217062, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-18 08:13:15 UTC (rev 217063)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"

  1   2   >