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

2017-12-25 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 26, 2017 @ 04:25:43
  Author: svenstaro
Revision: 276087

upgpkg: pypy3 5.10.0-1

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 04:03:25 UTC (rev 276086)
+++ PKGBUILD2017-12-26 04:25:43 UTC (rev 276087)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=pypy3
-pkgver=5.9.0
+pkgver=5.10.0
 pkgrel=1
 pkgdesc="A Python3 implementation written in Python, JIT enabled"
 url="http://pypy.org;
@@ -14,7 +14,7 @@
 options=(!buildflags)
 license=('custom:MIT')
 
source=("https://bitbucket.org/pypy/pypy/downloads/pypy3-v${pkgver}-src.tar.bz2;)
-sha512sums=('3d5384d644fdd1bc8b95f5747dbd1771ae06eb2cfc7b57be359b8bf40177676afd097620d0cb9d9000c40d8cce075cfa6bfd92de987d3dd927c04d7d595dc5bd')
+sha512sums=('69a373c18dbad9dd617f994ad885c8d8975f0c484ba9dd547e6e892c9a3030a43e9e3ee668aee5f4969403883de1311cef97a0a5e5701921172ee6c2119b771b')
 
 prepare() {
   cd pypy3-v${pkgver}-src


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

2017-12-25 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 26, 2017 @ 04:25:47
  Author: svenstaro
Revision: 276088

archrelease: copy trunk to community-x86_64

Added:
  pypy3/repos/community-x86_64/PKGBUILD
(from rev 276087, pypy3/trunk/PKGBUILD)
Deleted:
  pypy3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-26 04:25:43 UTC (rev 276087)
+++ PKGBUILD2017-12-26 04:25:47 UTC (rev 276088)
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=pypy3
-pkgver=5.9.0
-pkgrel=1
-pkgdesc="A Python3 implementation written in Python, JIT enabled"
-url="http://pypy.org;
-arch=('x86_64')
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('python2' 'sqlite' 'tk' 'python2-pycparser')
-optdepends=('sqlite: sqlite module'
-'tk: tk module')
-options=(!buildflags)
-license=('custom:MIT')
-source=("https://bitbucket.org/pypy/pypy/downloads/pypy3-v${pkgver}-src.tar.bz2;)
-sha512sums=('3d5384d644fdd1bc8b95f5747dbd1771ae06eb2cfc7b57be359b8bf40177676afd097620d0cb9d9000c40d8cce075cfa6bfd92de987d3dd927c04d7d595dc5bd')
-
-prepare() {
-  cd pypy3-v${pkgver}-src
-}
-
-build() {
-  cd pypy3-v${pkgver}-src/pypy/goal
-
-  python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
-
-  # Compile binary modules
-  PYTHONPATH=../.. ./pypy3-c ../tool/build_cffi_imports.py
-}
-
-package() {
-  cd pypy3-v${pkgver}-src
-
-  # Prepare installation
-  python2 pypy/tool/release/package.py --archive-name pypy --targetdir .
-  mkdir unpacked
-  tar xf pypy.tar.bz2 -C unpacked
-
-  # Install pypy
-  cd unpacked
-  install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
-  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
-  cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
-  cd ..
-
-  # Install symlink
-  mkdir -p "${pkgdir}"/usr/bin
-  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
-
-  # Install misc stuff
-  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
-  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
-}
-# vim: ts=2 sw=2 et:

Copied: pypy3/repos/community-x86_64/PKGBUILD (from rev 276087, 
pypy3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-26 04:25:47 UTC (rev 276088)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=pypy3
+pkgver=5.10.0
+pkgrel=1
+pkgdesc="A Python3 implementation written in Python, JIT enabled"
+url="http://pypy.org;
+arch=('x86_64')
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('python2' 'sqlite' 'tk' 'python2-pycparser')
+optdepends=('sqlite: sqlite module'
+'tk: tk module')
+options=(!buildflags)
+license=('custom:MIT')
+source=("https://bitbucket.org/pypy/pypy/downloads/pypy3-v${pkgver}-src.tar.bz2;)
+sha512sums=('69a373c18dbad9dd617f994ad885c8d8975f0c484ba9dd547e6e892c9a3030a43e9e3ee668aee5f4969403883de1311cef97a0a5e5701921172ee6c2119b771b')
+
+prepare() {
+  cd pypy3-v${pkgver}-src
+}
+
+build() {
+  cd pypy3-v${pkgver}-src/pypy/goal
+
+  python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
+
+  # Compile binary modules
+  PYTHONPATH=../.. ./pypy3-c ../tool/build_cffi_imports.py
+}
+
+package() {
+  cd pypy3-v${pkgver}-src
+
+  # Prepare installation
+  python2 pypy/tool/release/package.py --archive-name pypy --targetdir .
+  mkdir unpacked
+  tar xf pypy.tar.bz2 -C unpacked
+
+  # Install pypy
+  cd unpacked
+  install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
+  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
+  cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
+  cd ..
+
+  # Install symlink
+  mkdir -p "${pkgdir}"/usr/bin
+  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
+
+  # Install misc stuff
+  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
+}
+# vim: ts=2 sw=2 et:


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

2017-12-25 Thread Eli Schwartz via arch-commits
Date: Tuesday, December 26, 2017 @ 04:03:25
  Author: eschwartz
Revision: 276086

copy trunk/ to repos/ for FTBFS fixes

Modified:
  python2-iniparse/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 03:23:30 UTC (rev 276085)
+++ PKGBUILD2017-12-26 04:03:25 UTC (rev 276086)
@@ -11,16 +11,16 @@
 license=('MIT')
 url='http://code.google.com/p/iniparse'
 depends=('python2')
-source=("http://iniparse.googlecode.com/files/iniparse-${pkgver}.tar.gz;)
+source=("https://pypi.python.org/packages/source/i/iniparse/iniparse-${pkgver}.tar.gz;)
 sha1sums=('2b2af8a19f3e5c212c27d7c524cd748fa0b38650')
 
 build() {
-  cd ${srcdir}/iniparse-${pkgver}
+  cd "${srcdir}/iniparse-${pkgver}"
   python2 ./setup.py build
 }
 
 package() {
-  cd ${srcdir}/iniparse-${pkgver}
-  python2 ./setup.py install --root=${pkgdir} --optimize=1
+  cd "${srcdir}/iniparse-${pkgver}"
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2017-12-25 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 26, 2017 @ 03:23:21
  Author: svenstaro
Revision: 276084

upgpkg: dwarffortress 0.44.03-1

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 02:24:37 UTC (rev 276083)
+++ PKGBUILD2017-12-26 03:23:21 UTC (rev 276084)
@@ -3,9 +3,9 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.44.02
-_pkgver=44_02
-pkgrel=2
+pkgver=0.44.03
+_pkgver=44_03
+pkgrel=1
 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
 arch=(x86_64)
 url="http://www.bay12games.com/dwarves/;
@@ -28,7 +28,7 @@
 '211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
 '83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-sha256sums_x86_64=('504d0d9ea7d11d64cae0444ee2589bc4afdda7fbb5bb1276ddacac2ebb364bf0')
+sha256sums_x86_64=('0851678f775f7beda568a3d00ef8d62673c928c2bce13c4d828cc3d7189ff92d')
 
 build() {
   ls


[arch-commits] Commit in dwarffortress/repos/community-x86_64 (10 files)

2017-12-25 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 26, 2017 @ 03:23:30
  Author: svenstaro
Revision: 276085

archrelease: copy trunk to community-x86_64

Added:
  dwarffortress/repos/community-x86_64/PKGBUILD
(from rev 276084, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-x86_64/dwarffortress
(from rev 276084, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
(from rev 276084, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-x86_64/dwarffortress.install
(from rev 276084, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-x86_64/dwarffortress.png
(from rev 276084, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-x86_64/PKGBUILD
  dwarffortress/repos/community-x86_64/dwarffortress
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
  dwarffortress/repos/community-x86_64/dwarffortress.install
  dwarffortress/repos/community-x86_64/dwarffortress.png

---+
 PKGBUILD  |  135 +++-
 dwarffortress |   40 +++---
 dwarffortress.desktop |   18 +++---
 dwarffortress.install |   18 +++---
 4 files changed, 105 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-26 03:23:21 UTC (rev 276084)
+++ PKGBUILD2017-12-26 03:23:30 UTC (rev 276085)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.44.02
-_pkgver=44_02
-pkgrel=2
-pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
-arch=(x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
-makedepends=(git cmake)
-optdepends=('nvidia-utils: If you have nvidia graphics'
-'alsa-lib: for alsa sound'
-'libpulse: for pulse sound')
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-source_i686=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux32.tar.bz2)
-source_x86_64=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2)
-sha256sums=('SKIP'
-'211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-sha256sums_x86_64=('504d0d9ea7d11d64cae0444ee2589bc4afdda7fbb5bb1276ddacac2ebb364bf0')
-
-build() {
-  ls
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-x86_64/PKGBUILD (from rev 276084, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-26 03:23:30 UTC (rev 276085)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: djnm 
+pkgname=dwarffortress
+pkgver=0.44.03
+_pkgver=44_03
+pkgrel=1
+pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer 

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

2017-12-25 Thread Eli Schwartz via arch-commits
Date: Tuesday, December 26, 2017 @ 02:24:37
  Author: eschwartz
Revision: 276083

Fix failing to build from source.

The source download has disappeared, but the github archive seems to have the
same contents even though the checksum has changed. At least, the built package
is identical.

Modified:
  python-minidb/repos/community-any/PKGBUILD
  python-minidb/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |4 ++--
 trunk/PKGBUILD   |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2017-12-26 02:22:10 UTC (rev 276082)
+++ repos/community-any/PKGBUILD2017-12-26 02:24:37 UTC (rev 276083)
@@ -10,8 +10,8 @@
 url="https://thp.io/2010/minidb/;
 license=('ISC')
 depends=('python')
-source=("https://thp.io/2010/minidb/$_pkgname-$pkgver.tar.gz;)
-md5sums=('b0253f6e8a288fd8f2e476a25dac51ce')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/thp/$_pkgname/archive/$pkgver.tar.gz;)
+md5sums=('1aa7b7afa9c51507a595895d162ad12f')
 
 build() {
   cd $_pkgname-$pkgver

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2017-12-26 02:22:10 UTC (rev 276082)
+++ trunk/PKGBUILD  2017-12-26 02:24:37 UTC (rev 276083)
@@ -10,8 +10,8 @@
 url="https://thp.io/2010/minidb/;
 license=('ISC')
 depends=('python')
-source=("https://thp.io/2010/minidb/$_pkgname-$pkgver.tar.gz;)
-md5sums=('b0253f6e8a288fd8f2e476a25dac51ce')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/thp/$_pkgname/archive/$pkgver.tar.gz;)
+md5sums=('1aa7b7afa9c51507a595895d162ad12f')
 
 build() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in (49 files)

2017-12-25 Thread Eli Schwartz via arch-commits
Date: Tuesday, December 26, 2017 @ 02:22:10
  Author: eschwartz
Revision: 276082

Fix several packages failing to build from source.

ALso update urls to HTTPS where possible, and general cleanliness.

Added:
  pyrss/repos/community-any/dont-import-psyco.patch
  pyrss/trunk/dont-import-psyco.patch
Modified:
  pyrss/repos/community-any/PKGBUILD
  pyrss/trunk/PKGBUILD
  python-anyjson/repos/community-any/PKGBUILD
  python-anyjson/trunk/PKGBUILD
  python-apipkg/repos/community-any/PKGBUILD
  python-apipkg/trunk/PKGBUILD
  python-blinker/repos/community-any/PKGBUILD
  python-blinker/trunk/PKGBUILD
  python-characteristic/repos/community-any/PKGBUILD
  python-characteristic/trunk/PKGBUILD
  python-d2to1/repos/community-any/PKGBUILD
  python-d2to1/trunk/PKGBUILD
  python-ecdsa/repos/community-any/PKGBUILD
  python-ecdsa/trunk/PKGBUILD
  python-levenshtein/repos/community-x86_64/PKGBUILD
  python-levenshtein/trunk/PKGBUILD
  python-librabbitmq/repos/community-x86_64/PKGBUILD
  python-librabbitmq/trunk/PKGBUILD
  python-mock/repos/community-any/PKGBUILD
  python-mock/trunk/PKGBUILD
  python-paste/repos/community-any/PKGBUILD
  python-paste/trunk/PKGBUILD
  python-prettytable/repos/community-any/PKGBUILD
  python-prettytable/trunk/PKGBUILD
  python-pyamf/repos/community-x86_64/PKGBUILD
  python-pyamf/trunk/PKGBUILD
  python2-iniparse/trunk/PKGBUILD
  python2-oauth/repos/community-any/PKGBUILD
  python2-oauth/trunk/PKGBUILD
  python2-openid/repos/community-any/PKGBUILD
  python2-openid/trunk/PKGBUILD
  python2-pam/repos/community-any/PKGBUILD
  python2-pam/trunk/PKGBUILD
  python2-pathlib/repos/community-any/PKGBUILD
  python2-pathlib/trunk/PKGBUILD
  python2-tagpy/repos/community-x86_64/PKGBUILD
  python2-tagpy/trunk/PKGBUILD
  wput/repos/community-x86_64/PKGBUILD
  wput/trunk/PKGBUILD
  xchm/repos/community-x86_64/PKGBUILD
  xchm/trunk/PKGBUILD
  xfe/repos/community-x86_64/PKGBUILD
  xfe/trunk/PKGBUILD
  xmpppy/repos/community-any/PKGBUILD
  xmpppy/trunk/PKGBUILD
  yagf/repos/community-x86_64/PKGBUILD
  yagf/trunk/PKGBUILD

+
 pyrss/repos/community-any/PKGBUILD |   43 ++-
 pyrss/repos/community-any/dont-import-psyco.patch  |   14 ++
 pyrss/trunk/PKGBUILD   |   27 +++
 pyrss/trunk/dont-import-psyco.patch|   14 ++
 python-anyjson/repos/community-any/PKGBUILD|2 
 python-anyjson/trunk/PKGBUILD  |4 -
 python-apipkg/repos/community-any/PKGBUILD |5 --
 python-apipkg/trunk/PKGBUILD   |5 --
 python-blinker/repos/community-any/PKGBUILD|2 
 python-blinker/trunk/PKGBUILD  |4 -
 python-characteristic/repos/community-any/PKGBUILD |   12 ++---
 python-characteristic/trunk/PKGBUILD   |4 -
 python-d2to1/repos/community-any/PKGBUILD  |2 
 python-d2to1/trunk/PKGBUILD|2 
 python-ecdsa/repos/community-any/PKGBUILD  |2 
 python-ecdsa/trunk/PKGBUILD|2 
 python-levenshtein/repos/community-x86_64/PKGBUILD |2 
 python-levenshtein/trunk/PKGBUILD  |4 -
 python-librabbitmq/repos/community-x86_64/PKGBUILD |2 
 python-librabbitmq/trunk/PKGBUILD  |4 -
 python-mock/repos/community-any/PKGBUILD   |2 
 python-mock/trunk/PKGBUILD |2 
 python-paste/repos/community-any/PKGBUILD  |2 
 python-paste/trunk/PKGBUILD|2 
 python-prettytable/repos/community-any/PKGBUILD|2 
 python-prettytable/trunk/PKGBUILD  |8 +--
 python-pyamf/repos/community-x86_64/PKGBUILD   |2 
 python-pyamf/trunk/PKGBUILD|2 
 python2-iniparse/trunk/PKGBUILD|   10 ++--
 python2-oauth/repos/community-any/PKGBUILD |2 
 python2-oauth/trunk/PKGBUILD   |4 -
 python2-openid/repos/community-any/PKGBUILD|2 
 python2-openid/trunk/PKGBUILD  |4 -
 python2-pam/repos/community-any/PKGBUILD   |4 -
 python2-pam/trunk/PKGBUILD |6 --
 python2-pathlib/repos/community-any/PKGBUILD   |4 -
 python2-pathlib/trunk/PKGBUILD |6 +-
 python2-tagpy/repos/community-x86_64/PKGBUILD  |4 -
 python2-tagpy/trunk/PKGBUILD   |4 -
 wput/repos/community-x86_64/PKGBUILD   |   16 +++
 wput/trunk/PKGBUILD|2 
 xchm/repos/community-x86_64/PKGBUILD   |4 -
 xchm/trunk/PKGBUILD|2 
 xfe/repos/community-x86_64/PKGBUILD|   10 ++--
 xfe/trunk/PKGBUILD |2 
 xmpppy/repos/community-any/PKGBUILD|   12 ++---
 xmpppy/trunk/PKGBUILD 

[arch-commits] Commit in thunderbird/repos/extra-x86_64 (16 files)

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:55:49
  Author: heftig
Revision: 313647

archrelease: copy trunk to extra-x86_64

Added:
  
thunderbird/repos/extra-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
(from rev 313646, 
thunderbird/trunk/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 313646, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/fix-wifi-scanner.diff
(from rev 313646, thunderbird/trunk/fix-wifi-scanner.diff)
  thunderbird/repos/extra-x86_64/glibc-2.26-fix.diff
(from rev 313646, thunderbird/trunk/glibc-2.26-fix.diff)
  thunderbird/repos/extra-x86_64/no-crmf.diff
(from rev 313646, thunderbird/trunk/no-crmf.diff)
  thunderbird/repos/extra-x86_64/rust-i686.patch
(from rev 313646, thunderbird/trunk/rust-i686.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 313646, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 313646, thunderbird/trunk/thunderbird.desktop)
Deleted:
  
thunderbird/repos/extra-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/fix-wifi-scanner.diff
  thunderbird/repos/extra-x86_64/glibc-2.26-fix.diff
  thunderbird/repos/extra-x86_64/no-crmf.diff
  thunderbird/repos/extra-x86_64/rust-i686.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop

-+
 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch |   96 -
 PKGBUILD|  362 +++
 fix-wifi-scanner.diff   |   32 
 glibc-2.26-fix.diff |  516 
+-
 no-crmf.diff|   78 -
 rust-i686.patch |   32 
 thunderbird-install-dir.patch   |   24 
 thunderbird.desktop |  346 +++---
 8 files changed, 743 insertions(+), 743 deletions(-)

Deleted: 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
===
--- 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
2017-12-26 01:53:15 UTC (rev 313646)
+++ 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
2017-12-26 01:55:49 UTC (rev 313647)
@@ -1,48 +0,0 @@
-From bbd48a5613c872883616884cfaf41665b0e4ec9b Mon Sep 17 00:00:00 2001
-From: Ralph Giles 
-Date: Fri, 10 Feb 2017 12:58:18 -0800
-Subject: [PATCH] Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj
-
-We use the cheddar crate to generate a C header file
-for our mp4parse_capi wrapper crate. Currently we
-do this at code check-in time via update-rust.sh.
-
-Cargo 0.18 and later will try to execute a build.rs
-file in the crate source tree regardless of whether
-it's specified in Cargo.toml so patching out that
-line just results in 'crate cheddar not found'.
-
-This change restores the old behaviour by substituting
-a 'build = false' line instead.
-
-We do have syntex vendored, but we don't currently build
-it by default, so I prefer this solution to just vendoring
-cheddar and generating the header at build time. The syntex
-crate is quite large and adds significantly to our compile
-time.
-
-MozReview-Commit-ID: InJRRODWAdP
-
---HG--
-extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e

- media/libstagefright/binding/mp4parse-cargo.patch | 5 +++--
- media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/media/libstagefright/binding/mp4parse_capi/Cargo.toml 
b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-index aee7ee947151a27c..d7e3f55119d3f4b6 100644
 a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-+++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-@@ -18,6 +18,8 @@ exclude = [
-   "*.mp4",
- ]
- 
-+build = false
-+
- [dependencies]
- byteorder = "1.0.0"
- "mp4parse" = {version = "0.6.0", path = "../mp4parse"}
--- 
-2.12.2
-

Copied: 
thunderbird/repos/extra-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
 (from rev 313646, 
thunderbird/trunk/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch)
===
--- 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
(rev 0)
+++ 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
2017-12-26 01:55:49 UTC (rev 313647)
@@ -0,0 +1,48 @@
+From bbd48a5613c872883616884cfaf41665b0e4ec9b Mon Sep 17 00:00:00 2001
+From: Ralph 

[arch-commits] Commit in thunderbird-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:53:15
  Author: heftig
Revision: 313646

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 313645, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-26 01:43:58 UTC (rev 313645)
+++ PKGBUILD2017-12-26 01:53:15 UTC (rev 313646)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=52.5.0
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta-LK  "Tamil (Sri Lanka)"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha256sums=('0e0b7f56a2423908bf8b955c79b2834be01b278c40370a76eb33bbb7c8d91288'
-'e63212a8b45661609cdba50ce7c6546dd8c843fc8573cbfd3ffd99f6f63ee548'
-'ad60b7728a0f5e168e0fde4b15b3db15145577d78361855678591f1fc5d5e8f8'
-'b8a0c2c9510e5ed0db024fe4d3c93f9800ca3821e38f12ef955f909fed148dd5'
-'602742c53ca47490fcc7c6739e5ac55cd810507d64a7197869cfdcf0a3cf38c6'
-'ff3db99a4bbccf2260db06bdf1338f9fc5e7738ca425eb49f5bc0f2a81e09c96'
-'e381077092de1febf51fc314a38eb18918ee7dbfc3d0dce25c6570d7f727289a'
-'f0121e767536ec5bfb180894026fc123e7517069883ad8ec64ae257253a75777'
-'0636a1dbd920490a5c79dc99bed9da4a878c3cc6b6f83ac59ed18b372407b5bb'
-'89ab726735ded22e7b866882a8d6658285f7f5f5c271fce82e5a72826fc14eda'
-'c5c5f6dc7b64470760252bac71cf7d237c52372761d672d355f13af78978c93c'
-'f510b370b6c4b2bfa90002a3b66b747c4f3cc36b29502d4f6c18be1109d9cb88'
-'dac4b706f308c25d4a0b5d185ad045d0e1641e95856456e98f4e7c972b7b965a'
-'501f5497be3b9ced345e106d90fe6a0ff3f29151be988ea4fa00b099beb749e3'
-'c6eaf83141cc92e50ea239af69470b87f389f13b398d659c99812c0725a2f52f'
-'2cf8af9f69b43babc0434026f02f7b6323fc68e7f5ffa754ceca899f962217b8'
-'aaa0a9c5c268160dad9def19b719f3b4017f60131a98e9b90401b9cf80c39dc8'
-'7d7ce32e58ea15e2a3b350de7eb51c2ed53d2fe29c3f0b3c5ff6946c176d0f5b'
-'4fe34db7dee5602327e3b04c611e5864e11b2113834ac637e81ed462158f3d7a'
-'3d6c0c9dfe0e36bdcfb68ce4466ea4b57e075180b8444c3ce947bcf6bcac95bd'
-'7ffeab82cbc745699e4ebc11b16e105232c4e3ba618e07917ea6700eaa926768'
-'c5337fbb7f30216815d4a841a62baec666be00ee102e775de8f5642ce63b589e'
-'989642c287371550f1bba03db9d1cdb5314d7a7c0307e3158100fb9ebe565935'
-

[arch-commits] Commit in linux-hardened/repos/community-x86_64 (25 files)

2017-12-25 Thread Levente Polyak via arch-commits
Date: Tuesday, December 26, 2017 @ 01:49:01
  Author: anthraxx
Revision: 276081

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/60-linux.hook
(from rev 276080, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 276080, linux-hardened/trunk/90-linux.hook)
  
linux-hardened/repos/community-x86_64/ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch
(from rev 276080, 
linux-hardened/trunk/ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch)
  
linux-hardened/repos/community-x86_64/CVE-2017-17448-netfilter-nfnetlink_cthelper-Add-missing-permission-checks.patch
(from rev 276080, 
linux-hardened/trunk/CVE-2017-17448-netfilter-nfnetlink_cthelper-Add-missing-permission-checks.patch)
  
linux-hardened/repos/community-x86_64/CVE-2017-17449-netlink-Add-netns-check-on-taps.patch
(from rev 276080, 
linux-hardened/trunk/CVE-2017-17449-netlink-Add-netns-check-on-taps.patch)
  
linux-hardened/repos/community-x86_64/CVE-2017-17450-netfilter-xt_osf-Add-missing-permission-checks.patch
(from rev 276080, 
linux-hardened/trunk/CVE-2017-17450-netfilter-xt_osf-Add-missing-permission-checks.patch)
  
linux-hardened/repos/community-x86_64/CVE-2017-17712-net-ipv4-fix-for-a-race-condition-in-raw_sendmsg.patch
(from rev 276080, 
linux-hardened/trunk/CVE-2017-17712-net-ipv4-fix-for-a-race-condition-in-raw_sendmsg.patch)
  
linux-hardened/repos/community-x86_64/CVE-2017-17741-KVM-Fix-stack-out-of-bounds-read-in-write_mmio.patch
(from rev 276080, 
linux-hardened/trunk/CVE-2017-17741-KVM-Fix-stack-out-of-bounds-read-in-write_mmio.patch)
  
linux-hardened/repos/community-x86_64/CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch
(from rev 276080, 
linux-hardened/trunk/CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 276080, linux-hardened/trunk/PKGBUILD)
  
linux-hardened/repos/community-x86_64/Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_state_find.patch
(from rev 276080, 
linux-hardened/trunk/Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_state_find.patch)
  
linux-hardened/repos/community-x86_64/cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch
(from rev 276080, 
linux-hardened/trunk/cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 276080, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/community-x86_64/e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
(from rev 276080, 
linux-hardened/trunk/e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 276080, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 276080, linux-hardened/trunk/linux.preset)
  
linux-hardened/repos/community-x86_64/xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch
(from rev 276080, 
linux-hardened/trunk/xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch)
Deleted:
  
linux-hardened/repos/community-x86_64/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
  
linux-hardened/repos/community-x86_64/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
  linux-hardened/repos/community-x86_64/60-linux.hook
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

-+
 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
 |   73 
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch  
 |   57 
 60-linux.hook  
 |   24 
 90-linux.hook  
 |   22 
 ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch 
 |   76 
 
CVE-2017-17448-netfilter-nfnetlink_cthelper-Add-missing-permission-checks.patch 
|   78 
 CVE-2017-17449-netlink-Add-netns-check-on-taps.patch   
 |   43 
 CVE-2017-17450-netfilter-xt_osf-Add-missing-permission-checks.patch
 |   60 
 CVE-2017-17712-net-ipv4-fix-for-a-race-condition-in-raw_sendmsg.patch  
 |   74 
 CVE-2017-17741-KVM-Fix-stack-out-of-bounds-read-in-write_mmio.patch
 |  161 
 CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch   
 |   42 
 PKGBUILD   
 |  647 
 Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_state_find.patch  
 |   71 
 cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch 

[arch-commits] Commit in linux-hardened/trunk (15 files)

2017-12-25 Thread Levente Polyak via arch-commits
Date: Tuesday, December 26, 2017 @ 01:48:41
  Author: anthraxx
Revision: 276080

upgpkg: linux-hardened 4.14.9.a-1

disable CONFIG_FB_UDL duo conflict with CONFIG_DRM_UDL

Added:
  
linux-hardened/trunk/ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch
  
linux-hardened/trunk/CVE-2017-17448-netfilter-nfnetlink_cthelper-Add-missing-permission-checks.patch
  linux-hardened/trunk/CVE-2017-17449-netlink-Add-netns-check-on-taps.patch
  
linux-hardened/trunk/CVE-2017-17450-netfilter-xt_osf-Add-missing-permission-checks.patch
  
linux-hardened/trunk/CVE-2017-17712-net-ipv4-fix-for-a-race-condition-in-raw_sendmsg.patch
  
linux-hardened/trunk/CVE-2017-17741-KVM-Fix-stack-out-of-bounds-read-in-write_mmio.patch
  linux-hardened/trunk/CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch
  
linux-hardened/trunk/Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_state_find.patch
  
linux-hardened/trunk/cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch
  
linux-hardened/trunk/e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
  
linux-hardened/trunk/xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch
Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64
Deleted:
  
linux-hardened/trunk/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
  linux-hardened/trunk/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch

-+
 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
 |   73 
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch  
 |   57 ---
 ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch 
 |   76 
 
CVE-2017-17448-netfilter-nfnetlink_cthelper-Add-missing-permission-checks.patch 
|   78 
 CVE-2017-17449-netlink-Add-netns-check-on-taps.patch   
 |   43 ++
 CVE-2017-17450-netfilter-xt_osf-Add-missing-permission-checks.patch
 |   60 +++
 CVE-2017-17712-net-ipv4-fix-for-a-race-condition-in-raw_sendmsg.patch  
 |   74 
 CVE-2017-17741-KVM-Fix-stack-out-of-bounds-read-in-write_mmio.patch
 |  161 ++
 CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch   
 |   42 ++
 PKGBUILD   
 |   59 ++-
 Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_state_find.patch  
 |   71 
 cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch 
 |  132 
 config.x86_64  
 |8 
 e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch 
 |   73 
 xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch
 |   53 +++
 15 files changed, 911 insertions(+), 149 deletions(-)

Deleted: 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
===
--- 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch 
2017-12-26 01:23:32 UTC (rev 276079)
+++ 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch 
2017-12-26 01:48:41 UTC (rev 276080)
@@ -1,73 +0,0 @@
-From c3c1af44db713ac6624e729ea4832d0ce70685e0 Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: Benjamin Poirier 
-Date: Mon, 11 Dec 2017 16:26:40 +0900
-Subject: [PATCH 1/2] e1000e: Fix e1000_check_for_copper_link_ich8lan return
- value.
-
-e1000e_check_for_copper_link() and e1000_check_for_copper_link_ich8lan()
-are the two functions that may be assigned to mac.ops.check_for_link when
-phy.media_type == e1000_media_type_copper. Commit 19110cfbb34d ("e1000e:
-Separate signaling for link check/link up") changed the meaning of the
-return value of check_for_link for copper media but only adjusted the first
-function. This patch adjusts the second function likewise.
-
-Reported-by: Christian Hesse 
-Reported-by: Gabriel C 
-Link: https://bugzilla.kernel.org/show_bug.cgi?id=198047
-Fixes: 19110cfbb34d ("e1000e: Separate signaling for link check/link up")
-Tested-by: Christian Hesse 
-Signed-off-by: Benjamin Poirier 

- drivers/net/ethernet/intel/e1000e/ich8lan.c | 11 ---
- 1 file changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/drivers/net/ethernet/intel/e1000e/ich8lan.c 
b/drivers/net/ethernet/intel/e1000e/ich8lan.c
-index d6d4ed7acf031172..31277d3bb7dc1241 100644
 a/drivers/net/ethernet/intel/e1000e/ich8lan.c
-+++ b/drivers/net/ethernet/intel/e1000e/ich8lan.c
-@@ -1367,22 +1367,25 @@ static s32 e1000_disable_ulp_lpt_lp(struct e1000_hw 
*hw, bool force)
-  *  Checks to see of the link status of the hardware has changed.  If a
-  *  change in link status 

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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:43:48
  Author: heftig
Revision: 313644

52.5.2-1

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 01:03:30 UTC (rev 313643)
+++ PKGBUILD2017-12-26 01:43:48 UTC (rev 313644)
@@ -6,7 +6,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=52.5.0
+pkgver=52.5.2
 pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=(x86_64)
@@ -22,7 +22,7 @@
 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
 no-crmf.diff rust-i686.patch glibc-2.26-fix.diff fix-wifi-scanner.diff
 $pkgname.desktop thunderbird-install-dir.patch)
-sha256sums=('7f169d1110db6d184a1be750a59734cbe639fb304bd76553aeaa1bde3bb7f779'
+sha256sums=('7772e1865cd4cbaac82ea05374d0ae51f754f47c6160c9b83919da483d620ee5'
 '413cd6d366d78f325d80ebebccfd0afa0d266b40b2e54b66ba2fa03c15f3ea67'
 'a7317caba56e89932bd9e3b9352d94701dd9a419685057f238b1ded8dc0adcd7'
 'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:43:58
  Author: heftig
Revision: 313645

52.5.2-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 01:43:48 UTC (rev 313644)
+++ PKGBUILD2017-12-26 01:43:58 UTC (rev 313645)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=52.5.0
+pkgver=52.5.2
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('0e0b7f56a2423908bf8b955c79b2834be01b278c40370a76eb33bbb7c8d91288'
-'e63212a8b45661609cdba50ce7c6546dd8c843fc8573cbfd3ffd99f6f63ee548'
-'ad60b7728a0f5e168e0fde4b15b3db15145577d78361855678591f1fc5d5e8f8'
-'b8a0c2c9510e5ed0db024fe4d3c93f9800ca3821e38f12ef955f909fed148dd5'
-'602742c53ca47490fcc7c6739e5ac55cd810507d64a7197869cfdcf0a3cf38c6'
-'ff3db99a4bbccf2260db06bdf1338f9fc5e7738ca425eb49f5bc0f2a81e09c96'
-'e381077092de1febf51fc314a38eb18918ee7dbfc3d0dce25c6570d7f727289a'
-'f0121e767536ec5bfb180894026fc123e7517069883ad8ec64ae257253a75777'
-'0636a1dbd920490a5c79dc99bed9da4a878c3cc6b6f83ac59ed18b372407b5bb'
-'89ab726735ded22e7b866882a8d6658285f7f5f5c271fce82e5a72826fc14eda'
-'c5c5f6dc7b64470760252bac71cf7d237c52372761d672d355f13af78978c93c'
-'f510b370b6c4b2bfa90002a3b66b747c4f3cc36b29502d4f6c18be1109d9cb88'
-'dac4b706f308c25d4a0b5d185ad045d0e1641e95856456e98f4e7c972b7b965a'
-'501f5497be3b9ced345e106d90fe6a0ff3f29151be988ea4fa00b099beb749e3'
-'c6eaf83141cc92e50ea239af69470b87f389f13b398d659c99812c0725a2f52f'
-'2cf8af9f69b43babc0434026f02f7b6323fc68e7f5ffa754ceca899f962217b8'
-'aaa0a9c5c268160dad9def19b719f3b4017f60131a98e9b90401b9cf80c39dc8'
-'7d7ce32e58ea15e2a3b350de7eb51c2ed53d2fe29c3f0b3c5ff6946c176d0f5b'
-'4fe34db7dee5602327e3b04c611e5864e11b2113834ac637e81ed462158f3d7a'
-'3d6c0c9dfe0e36bdcfb68ce4466ea4b57e075180b8444c3ce947bcf6bcac95bd'
-'7ffeab82cbc745699e4ebc11b16e105232c4e3ba618e07917ea6700eaa926768'
-'c5337fbb7f30216815d4a841a62baec666be00ee102e775de8f5642ce63b589e'
-'989642c287371550f1bba03db9d1cdb5314d7a7c0307e3158100fb9ebe565935'
-'b9fc9d6b6a8a9bc2de9ffabb4c3242eba5537cdfa4d5120f90eb172820fd1dc8'
-'adb845ecba559ba24d4f83fa43a9c9958ac332660283b9b581dd15a0633bd172'
-'21b1ab1a42ee71ac81abfa154148cb78130eccef749b0714dc6aff5ad29fe70b'
-'0c6d4698b3d5e8f891f2225c5ae624f5bee2726363c0130d56c4e9aada675705'
-'d77cd8f59a3da93ff1f46da5cc3bb53073b349f7eb32f24132bb8164a8dfa717'
-'903bc6e737d558dad64cb9fdbdeedd5a6d40eb2d707c9ba161bcac7d46b4f028'
-'57d4088b77c0eef84432d362bb95cc3be60a5d7f20155aa3a35a8fc5d3e4a091'
-'034fc0bae38ac6e7086bde0be1ca38f9c3ddc0364049cd7ffb48665c0fb64dc3'
-'7ea938162cbcdf0013823ccbd34f91a9160d8a8343c734253d6b4d46a50126b7'
-'5152521ee4b30c28caf7de657a66afda77560f852c134f3770c4645a0b374a8e'
-'0700b4cbf29b9c82f65818516c8fa9d714e2b7c0db19abb26fbaf23df8f98bc4'
-'0d0d48e352527df52b3fa1cba94b88e7d73b73d1a255360ad7955a614475a21f'
-'91e8fc3d74dcfafef6f25f6e7a0393e8f0294582ba45c73d2dfc98caa9a7f184'
-'f590f9f3b05863791e76fd08f81ee550be495b05646d0d5fda07c38549621eaa'
-'4aa321fbce68b67f8e4e0371821caab8eda99c4cd185d64f02e4c60f71dfadd3'
-'158b074340e5d1f4a90674ce353aeef6a0f4e2c9a3d0cec6cd9a5ece4e8811cb'
-'a40f4bdb4fbdb5382d0c07d194456de4b22b2248de3cf9783e2d5620769a6ac3'
-'caaf3b31ef3d58c12c5f3d9131df440975cb3dcdf4c054103cc11fdbd97af26b'
-'cb4d9c4bba6b48cc3a19aa70d4bfbe6488c625f8430516e18af00fcfbd666752'
-'6746b18f1bcebee956e4534f3ce35e27463c8c5695857b4cfa3c6f7a94f200d5'
-'bfc22f3fecc0276a61ff5a5caa8e2d8df6163b5b44274c253b76fa9f7620fd03'
-'3f833b5ab550d78a1742f0ede383ef2f8b805fbcef932f418e68d8feeb041b01'
-'cd006b0f06a0f00637c53fd672f957ccc0ef83e3e0a6991c7bc6d2e57be558b5'
-'e186af9039fdeaa3ce67ef25f459d818c34c58774f1915198024ad2188b9088e'
-'603f4edaf71587f47325a069e81c36df3b87ac48d657f9ccdbe1ec284d2ef620'
-'33122aa1bff13fdf68a913a17a29d8b9d3ee7c775ddb6e4b1f67be6417079556'
-'918b0bdea1840eceb1042c8f7e87e2b3a703412bc38c76a34b86f66235da'
-'46d831ac2588bfc1619852330b9294270244405eb386b76856e32265063c49ab'
-'4fe46c39efe4bf2bbdb95b1c028d432a0a53845ae30ce09192107bbbe3217e50'
-

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

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 01:23:17
  Author: felixonmars
Revision: 276078

upgpkg: python-jsonschema 2.6.0-2

fix dependencies and enable tests

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 01:17:45 UTC (rev 276077)
+++ PKGBUILD2017-12-26 01:23:17 UTC (rev 276078)
@@ -1,38 +1,66 @@
 # $Id$
-# Maintainer: Daniel Wallace 
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
 # Contributor: Bogdan Szczurek 
 # Contributor: Ismo Toijala 
 
 pkgbase=python-jsonschema
-_pkgname=jsonschema
-pkgname=(python-jsonschema python2-jsonschema)
+pkgname=('python-jsonschema' 'python2-jsonschema')
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of JSON Schema validation for Python"
-arch=(any)
+arch=('any')
 url="http://pypi.python.org/pypi/jsonschema;
 license=('MIT')
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.io/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
-md5sums=('50c6b69a373a8b55ff1e0ec6e78f13f4')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-functools32' 
'python-vcversioner'
+ 'python2-vcversioner')
+checkdepends=('python-twisted' 'python2-twisted' 'python-mock' 'python2-mock'
+  'python-strict-rfc3339' 'python2-strict-rfc3339' 
'python-rfc3987' 'python2-rfc3987'
+  'python-webcolors' 'python2-webcolors')
+source=("$pkgbase-$pkgver.tar.bz2::https://github.com/Julian/jsonschema/archive/v$pkgver.tar.gz;)
+sha512sums=('863888fa70d7ae000530dcb405455d370a42c75b1e72970724d56397a1364da9198adb655ddebb6e8570b4bcf6ee17d26b712db86ddad15f65132dc9774e7255')
 
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+prepare() {
+  echo -n "$pkgver-0-UNKNOWN" > jsonschema-$pkgver/version.txt
+  cp -a jsonschema-$pkgver{,-py2}
+  find jsonschema-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
 }
 
+build() {
+  cd "$srcdir"/jsonschema-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/jsonschema-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/jsonschema-$pkgver
+  PYTHONPATH="$PWD/build/lib" JSON_SCHEMA_TEST_SUITE=json trial3 jsonschema
+  python -m doctest README.rst
+
+  cd "$srcdir"/jsonschema-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib" JSON_SCHEMA_TEST_SUITE=json trial jsonschema
+  # TODO: figure out why
+  rm -r build/lib/jsonschema/__pycache__
+  python2 -m doctest README.rst
+}
+
 package_python-jsonschema() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  depends=(python)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  depends=('python-setuptools')
+
+  cd jsonschema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 json/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-jsonschema() {
-  cd "$srcdir/$_pkgname-$pkgver-2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  depends=(python2-functools32)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  mv $pkgdir/usr/bin/jsonschema{,2}
+  depends=('python2-setuptools' 'python2-functools32')
+
+  cd jsonschema-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 json/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/jsonschema{,2}
 }
 


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

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 01:23:32
  Author: felixonmars
Revision: 276079

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-26 01:23:17 UTC (rev 276078)
+++ PKGBUILD2017-12-26 01:23:32 UTC (rev 276079)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Bogdan Szczurek 
-# Contributor: Ismo Toijala 
-
-pkgbase=python-jsonschema
-_pkgname=jsonschema
-pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="An implementation of JSON Schema validation for Python"
-arch=(any)
-url="http://pypi.python.org/pypi/jsonschema;
-license=('MIT')
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.io/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
-md5sums=('50c6b69a373a8b55ff1e0ec6e78f13f4')
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-package_python-jsonschema() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  depends=(python)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsonschema() {
-  cd "$srcdir/$_pkgname-$pkgver-2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  depends=(python2-functools32)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  mv $pkgdir/usr/bin/jsonschema{,2}
-}
-

Copied: python-jsonschema/repos/community-any/PKGBUILD (from rev 276078, 
python-jsonschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-26 01:23:32 UTC (rev 276079)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Bogdan Szczurek 
+# Contributor: Ismo Toijala 
+
+pkgbase=python-jsonschema
+pkgname=('python-jsonschema' 'python2-jsonschema')
+pkgver=2.6.0
+pkgrel=2
+pkgdesc="An implementation of JSON Schema validation for Python"
+arch=('any')
+url="http://pypi.python.org/pypi/jsonschema;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-functools32' 
'python-vcversioner'
+ 'python2-vcversioner')
+checkdepends=('python-twisted' 'python2-twisted' 'python-mock' 'python2-mock'
+  'python-strict-rfc3339' 'python2-strict-rfc3339' 
'python-rfc3987' 'python2-rfc3987'
+  'python-webcolors' 'python2-webcolors')
+source=("$pkgbase-$pkgver.tar.bz2::https://github.com/Julian/jsonschema/archive/v$pkgver.tar.gz;)
+sha512sums=('863888fa70d7ae000530dcb405455d370a42c75b1e72970724d56397a1364da9198adb655ddebb6e8570b4bcf6ee17d26b712db86ddad15f65132dc9774e7255')
+
+prepare() {
+  echo -n "$pkgver-0-UNKNOWN" > jsonschema-$pkgver/version.txt
+  cp -a jsonschema-$pkgver{,-py2}
+  find jsonschema-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir"/jsonschema-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/jsonschema-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/jsonschema-$pkgver
+  PYTHONPATH="$PWD/build/lib" JSON_SCHEMA_TEST_SUITE=json trial3 jsonschema
+  python -m doctest README.rst
+
+  cd "$srcdir"/jsonschema-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib" JSON_SCHEMA_TEST_SUITE=json trial jsonschema
+  # TODO: figure out why
+  rm -r build/lib/jsonschema/__pycache__
+  python2 -m doctest README.rst
+}
+
+package_python-jsonschema() {
+  depends=('python-setuptools')
+
+  cd jsonschema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 json/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsonschema() {
+  depends=('python2-setuptools' 'python2-functools32')
+
+  cd jsonschema-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 json/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/jsonschema{,2}
+}
+


[arch-commits] Commit in lib32-json-c/repos (2 files)

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:17:45
  Author: heftig
Revision: 276077

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-json-c/repos/multilib-staging-x86_64/
  lib32-json-c/repos/multilib-staging-x86_64/PKGBUILD
(from rev 276076, lib32-json-c/trunk/PKGBUILD)

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

Copied: lib32-json-c/repos/multilib-staging-x86_64/PKGBUILD (from rev 276076, 
lib32-json-c/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2017-12-26 01:17:45 UTC (rev 276077)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Geoffroy Carrier 
+# Contributor: congyiwu 
+pkgname=lib32-json-c
+pkgver=0.13
+pkgrel=1
+pkgdesc='A JSON implementation in C (32-bit)'
+url='https://github.com/json-c/json-c/wiki'
+license=(MIT)
+arch=('x86_64')
+depends=('lib32-glibc' 'json-c')
+makedepends=(gcc-multilib libtool-multilib)
+source=('https://github.com/json-c/json-c/archive/json-c-0.13-20171207.tar.gz')
+sha256sums=('26e642456caab38aa9459279b9712ffec52f751e9f46641d28461c244bd6bae6')
+
+build() {
+  cd json-c-json-c-$pkgver-20171207
+  export CC="gcc -m32" PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  CFLAGS="$CFLAGS -Wno-error"
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd json-c-json-c-$pkgver-20171207
+  make check
+}
+
+package() {
+  cd json-c-json-c-$pkgver-20171207
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir/usr/include"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s json-c "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:15:52
  Author: heftig
Revision: 276076

0.13-1

Modified:
  lib32-json-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 01:09:33 UTC (rev 276075)
+++ PKGBUILD2017-12-26 01:15:52 UTC (rev 276076)
@@ -2,22 +2,20 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Geoffroy Carrier 
 # Contributor: congyiwu 
-_pkgbasename=json-c
-pkgname=lib32-$_pkgbasename
-pkgver=0.12.1
+pkgname=lib32-json-c
+pkgver=0.13
 pkgrel=1
-pkgdesc="A JSON implementation in C (32-bit)"
-url="https://github.com/json-c/json-c/wiki;
+pkgdesc='A JSON implementation in C (32-bit)'
+url='https://github.com/json-c/json-c/wiki'
 license=(MIT)
-arch=(x86_64)
-depends=(lib32-glibc $_pkgbasename)
+arch=('x86_64')
+depends=('lib32-glibc' 'json-c')
 makedepends=(gcc-multilib libtool-multilib)
-options=(!libtool !makeflags)
-source=(https://s3.amazonaws.com/${_pkgbasename}_releases/releases/$_pkgbasename-${pkgver}.tar.gz)
-sha256sums=('2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123')
+source=('https://github.com/json-c/json-c/archive/json-c-0.13-20171207.tar.gz')
+sha256sums=('26e642456caab38aa9459279b9712ffec52f751e9f46641d28461c244bd6bae6')
 
 build() {
-  cd $_pkgbasename-$pkgver
+  cd json-c-json-c-$pkgver-20171207
   export CC="gcc -m32" PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
   CFLAGS="$CFLAGS -Wno-error"
   ./configure --prefix=/usr --disable-static --libdir=/usr/lib32
@@ -24,12 +22,17 @@
   make
 }
 
+check() {
+  cd json-c-json-c-$pkgver-20171207
+  make check
+}
+
 package() {
-  cd $_pkgbasename-$pkgver
+  cd json-c-json-c-$pkgver-20171207
   make DESTDIR="$pkgdir" install
 
   rm -r "$pkgdir/usr/include"
 
   mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s json-c "$pkgdir/usr/share/licenses/$pkgname"
 }


[arch-commits] Commit in (4 files)

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 01:09:16
  Author: felixonmars
Revision: 276074

addpkg: python-webcolors 1.7-1

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

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

Added: python-webcolors/trunk/PKGBUILD
===
--- python-webcolors/trunk/PKGBUILD (rev 0)
+++ python-webcolors/trunk/PKGBUILD 2017-12-26 01:09:16 UTC (rev 276074)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.7
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('0541b0cd4871f36adb09bcdf345797916ef27364e83ac0e87f5b41e891801c5f4354dcf8ca7dd3e10407d6c867cdfc0aa59dacc508a4fec0407e78a0b435697e')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  py.test
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  py.test2
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 01:09:33
  Author: felixonmars
Revision: 276075

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/
  python-webcolors/repos/community-any/PKGBUILD
(from rev 276074, python-webcolors/trunk/PKGBUILD)

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

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 276074, 
python-webcolors/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-12-26 01:09:33 UTC (rev 276075)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.7
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('0541b0cd4871f36adb09bcdf345797916ef27364e83ac0e87f5b41e891801c5f4354dcf8ca7dd3e10407d6c867cdfc0aa59dacc508a4fec0407e78a0b435697e')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  py.test
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  py.test2
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:02:03
  Author: heftig
Revision: 313639

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 313638, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 313638, nvidia-340xx/trunk/kernel-4.11.patch)
  nvidia-340xx/repos/staging-x86_64/kernel-4.14.patch
(from rev 313638, nvidia-340xx/trunk/kernel-4.14.patch)

---+
 PKGBUILD  |   73 
 kernel-4.11.patch |   38 +++
 kernel-4.14.patch |   29 
 3 files changed, 140 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 313638, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-26 01:02:03 UTC (rev 313639)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.104
+_extramodules=extramodules-4.14-ARCH
+pkgrel=17
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.14' 
'linux-headers<4.15')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch' 'kernel-4.14.patch')
+sha512sums=('e962494561728af5a911354bfb3560e414464f7858f30f9654eac5ca56175bc8498d1eee93a18248c63e9eee7d84807ef924fe9f53239644d7085b0f3502bf8c'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2'
+
'ccaa40e085d985ec4280003e36dd06e60958ed1408867379fd21a68a18d48aa4be311bf9ad1e804f7a7245c90be98e919d2ec30f45d290f1cdb19c866bdb8a8d')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+patch -Np1 < "${srcdir}/kernel-4.14.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
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.14' 'linux<4.15' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 313638, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2017-12-26 01:02:03 UTC (rev 313639)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = 

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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:01:03
  Author: heftig
Revision: 276067

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 276066, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 276066, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 276066, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-26 01:01:03 UTC (rev 276067)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=90
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+_extramodules=extramodules-4.14-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 acpi_call.ko
+  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 276066, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2017-12-26 01:01:03 UTC (rev 276067)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:01:34
  Author: heftig
Revision: 313638

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 313637, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 313637, nvidia/trunk/fix-abi.patch)

---+
 PKGBUILD  |   77 
 fix-abi.patch |   12 
 2 files changed, 89 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 313637, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-26 01:01:34 UTC (rev 313638)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=387.34
+_extramodules=extramodules-4.14-ARCH
+pkgrel=15
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.14' 'linux-headers<4.15')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha256sums=('d540908e76aeecb1f4a2812acf5ad37346934a6b7c8043c8b3ce230a48ceb440')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' 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.14' 'linux<4.15' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-x86_64/fix-abi.patch (from rev 313637, 
nvidia/trunk/fix-abi.patch)
===
--- staging-x86_64/fix-abi.patch(rev 0)
+++ staging-x86_64/fix-abi.patch2017-12-26 01:01:34 UTC (rev 313638)
@@ -0,0 +1,12 @@
+diff -u -r kernel/nvidia-drm/nvidia-drm-fence.c 
kernel-patched/nvidia-drm/nvidia-drm-fence.c
+--- kernel/nvidia-drm/nvidia-drm-fence.c   2016-08-09 01:43:19.0 
+0200
 kernel-patched/nvidia-drm/nvidia-drm-fence.c   2016-08-25 
14:31:34.419655564 +0200
+@@ -325,7 +325,7 @@
+ struct nvidia_drm_gem_object *nv_gem;
+ };
+ 
+-static void nvidia_drm_gem_prime_soft_fence_event
++static void NVKMS_KAPI_CALL nvidia_drm_gem_prime_soft_fence_event
+ (
+ void *dataPtr,
+ NvU32 dataU32


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:00:40
  Author: heftig
Revision: 276066

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 276065, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 276065, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 276065, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
276065, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2017-12-26 01:00:40 UTC (rev 
276066)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 276065, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-26 01:00:40 UTC (rev 276066)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=31
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+_extramodules=extramodules-4.14-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 276065, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2017-12-26 01:00:40 UTC (rev 276066)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 01:00:15
  Author: heftig
Revision: 276065

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 276064, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.11.patch
(from rev 276064, r8168/trunk/linux-4.11.patch)

--+
 PKGBUILD |   42 ++
 linux-4.11.patch |   14 ++
 2 files changed, 56 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 276064, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-26 01:00:15 UTC (rev 276065)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=18
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_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)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/r8168.ko
+   find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.11.patch (from rev 276064, 
r8168/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2017-12-26 01:00:15 UTC (rev 
276065)
@@ -0,0 +1,14 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index 3c5a7e7..e2026bb 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -25732,7 +25732,9 @@ process_pkt:
+ if (rtl8168_rx_vlan_skb(tp, desc, skb) < 0)
+ rtl8168_rx_skb(tp, skb);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ dev->last_rx = jiffies;
++#endif
+ RTLDEV->stats.rx_bytes += pkt_size;
+ RTLDEV->stats.rx_packets++;
+ }


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:59:51
  Author: heftig
Revision: 313637

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 313636, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/disable-mtrr.patch
(from rev 313636, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/staging-x86_64/kernel-4.14.patch
(from rev 313636, nvidia-304xx/trunk/kernel-4.14.patch)

+
 PKGBUILD   |   71 +++
 disable-mtrr.patch |   24 +
 kernel-4.14.patch  |   29 
 3 files changed, 124 insertions(+)

Copied: nvidia-304xx/repos/staging-x86_64/PKGBUILD (from rev 313636, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-26 00:59:51 UTC (rev 313637)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.137
+_extramodules=extramodules-4.14-ARCH
+pkgrel=18
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-304xx-utils=${pkgver}" 'linux' 'linux-headers>=4.14' 
'linux-headers<4.15')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'disable-mtrr.patch' 'kernel-4.14.patch')
+sha512sums=('4ab648647e4f3e2c352b2eab6454c264fe4728d8eb1264fafee2a4ab1a4ce59516abcf8490044d31e35309ea951e564cc217e13f7139a48bbf650a4238c5b87c'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'ccaa40e085d985ec4280003e36dd06e60958ed1408867379fd21a68a18d48aa4be311bf9ad1e804f7a7245c90be98e919d2ec30f45d290f1cdb19c866bdb8a8d')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np1 --no-backup-if-mismatch < "${srcdir}/kernel-4.14.patch"
+
+# FS#47092
+#patch -d kernel -Np1 --no-backup-if-mismatch < 
"${srcdir}/disable-mtrr.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.14' 'linux<4.15' "nvidia-304xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-304xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
+depends=('dkms' "nvidia-304xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-304xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia-304xx/repos/staging-x86_64/disable-mtrr.patch (from rev 313636, 
nvidia-304xx/trunk/disable-mtrr.patch)
===
--- staging-x86_64/disable-mtrr.patch   (rev 0)
+++ staging-x86_64/disable-mtrr.patch   2017-12-26 00:59:51 UTC (rev 313637)
@@ -0,0 +1,24 @@
+Author: Luca Boccassi 
+Description: Disable MTRR on kernel >= 4.3
+ From kernel 4.3 and newer (commit 2baa891e42d84) mtrr_add and mtrr_del are no
+ longer exported. The Nvidia kernel shim still uses it as of 304.131, causing
+ the module to error out when loading. Disable MTRR if running on 4.3 or 
greater
+ until upstream fixes it.
+--- a/nv-linux.h
 b/nv-linux.h
+@@ -256,6 +256,15 @@
+ #include 
+ #endif
+ 
++/*
++ * As of version 304.131, os-agp.c and os-mtrr.c still use deprecated
++ * kernel APIs for mtrr which are no longer exported since 4.3, causing
++ * the module to error out when loaded.
++ */
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
++#undef CONFIG_MTRR
++#endif
++
+ #if !defined(NV_VMWARE) && defined(CONFIG_MTRR)
+ #include 
+ #endif

Copied: nvidia-304xx/repos/staging-x86_64/kernel-4.14.patch (from rev 313636, 

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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:59:22
  Author: heftig
Revision: 276064

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 276063, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 276063, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-26 00:59:22 UTC (rev 276064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=96
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+_extramodules=extramodules-4.14-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 bbswitch.ko
+  find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:58:03
  Author: heftig
Revision: 276062

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 276061, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 276061, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-26 00:58:03 UTC (rev 276062)
@@ -0,0 +1,44 @@
+# 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
+_extradir=/usr/lib/modules/extramodules-4.14-ARCH
+pkgrel=45
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+source=("$pkgname-$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd $pkgname-$_pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname-$_pkgname-$pkgver
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec gzip -n -9 {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:58:41
  Author: heftig
Revision: 276063

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 276062, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 276062, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-26 00:58:41 UTC (rev 276063)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.4
+pkgrel=4
+_linux_major=4
+_linux_minor=14
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$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>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxguest\nvboxsf\nvboxvideo\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 00:53:34
  Author: felixonmars
Revision: 276061

archrelease: copy trunk to community-any

Added:
  python-rfc3987/repos/community-any/
  python-rfc3987/repos/community-any/PKGBUILD
(from rev 276060, python-rfc3987/trunk/PKGBUILD)

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

Copied: python-rfc3987/repos/community-any/PKGBUILD (from rev 276060, 
python-rfc3987/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-12-26 00:53:34 UTC (rev 276061)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-rfc3987
+pkgname=(python-rfc3987 python2-rfc3987)
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+url="https://pypi.python.org/pypi/rfc3987;
+license=('GPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3987/rfc3987-$pkgver.tar.gz;)
+sha512sums=('c5fa8eb36358f7f42d12adc305031bfff7bd77e83316ad4458ed07acc6094c7d9109b95848b9296dcbc6677ce34aa59b1be8fd57dfcdc6be47eb92aeda51c518')
+
+prepare() {
+  cp -a rfc3987-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/rfc3987-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/rfc3987-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-rfc3987() {
+  depends=('python')
+
+  cd rfc3987-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-rfc3987() {
+  depends=('python2')
+
+  cd rfc3987-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (4 files)

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 00:53:12
  Author: felixonmars
Revision: 276060

addpkg: python-rfc3987 1.3.7-1

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

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

Added: python-rfc3987/trunk/PKGBUILD
===
--- python-rfc3987/trunk/PKGBUILD   (rev 0)
+++ python-rfc3987/trunk/PKGBUILD   2017-12-26 00:53:12 UTC (rev 276060)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-rfc3987
+pkgname=(python-rfc3987 python2-rfc3987)
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+url="https://pypi.python.org/pypi/rfc3987;
+license=('GPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3987/rfc3987-$pkgver.tar.gz;)
+sha512sums=('c5fa8eb36358f7f42d12adc305031bfff7bd77e83316ad4458ed07acc6094c7d9109b95848b9296dcbc6677ce34aa59b1be8fd57dfcdc6be47eb92aeda51c518')
+
+prepare() {
+  cp -a rfc3987-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/rfc3987-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/rfc3987-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-rfc3987() {
+  depends=('python')
+
+  cd rfc3987-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-rfc3987() {
+  depends=('python2')
+
+  cd rfc3987-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:52:31
  Author: heftig
Revision: 313636

340.104-17: kernel 4.14.9

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:52:23 UTC (rev 313635)
+++ PKGBUILD2017-12-26 00:52:31 UTC (rev 313636)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.104
 _extramodules=extramodules-4.14-ARCH
-pkgrel=16
+pkgrel=17
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:52:23
  Author: heftig
Revision: 313635

304.137-18: kernel 4.14.9

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:52:11 UTC (rev 313634)
+++ PKGBUILD2017-12-26 00:52:23 UTC (rev 313635)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.137
 _extramodules=extramodules-4.14-ARCH
-pkgrel=17
+pkgrel=18
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:52:05
  Author: heftig
Revision: 276059

5.2.4-4: kernel 4.14.9

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:51:59 UTC (rev 276058)
+++ PKGBUILD2017-12-26 00:52:05 UTC (rev 276059)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.4
-pkgrel=3
+pkgrel=4
 _linux_major=4
 _linux_minor=14
 arch=('x86_64')


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:51:59
  Author: heftig
Revision: 276058

20170610-31: kernel 4.14.9

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:51:53 UTC (rev 276057)
+++ PKGBUILD2017-12-26 00:51:59 UTC (rev 276058)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=30
+pkgrel=31
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:52:11
  Author: heftig
Revision: 313634

387.34-15: kernel 4.14.9

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:43:01 UTC (rev 313633)
+++ PKGBUILD2017-12-26 00:52:11 UTC (rev 313634)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=387.34
 _extramodules=extramodules-4.14-ARCH
-pkgrel=14
+pkgrel=15
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:51:53
  Author: heftig
Revision: 276057

0.42-45: kernel 4.14.9

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:51:48 UTC (rev 276056)
+++ PKGBUILD2017-12-26 00:51:53 UTC (rev 276057)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extradir=/usr/lib/modules/extramodules-4.14-ARCH
-pkgrel=44
+pkgrel=45
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:51:44
  Author: heftig
Revision: 276055

0.8-96: kernel 4.14.9

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:51:39 UTC (rev 276054)
+++ PKGBUILD2017-12-26 00:51:44 UTC (rev 276055)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=95
+pkgrel=96
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:51:48
  Author: heftig
Revision: 276056

8.045.08-18: kernel 4.14.9

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:51:44 UTC (rev 276055)
+++ PKGBUILD2017-12-26 00:51:48 UTC (rev 276056)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=17
+pkgrel=18
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:51:39
  Author: heftig
Revision: 276054

1.1.0-90: kernel 4.14.9

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:48:59 UTC (rev 276053)
+++ PKGBUILD2017-12-26 00:51:39 UTC (rev 276054)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=89
+pkgrel=90
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 00:48:59
  Author: felixonmars
Revision: 276053

archrelease: copy trunk to community-any

Added:
  python-strict-rfc3339/repos/community-any/
  python-strict-rfc3339/repos/community-any/PKGBUILD
(from rev 276052, python-strict-rfc3339/trunk/PKGBUILD)

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

Copied: python-strict-rfc3339/repos/community-any/PKGBUILD (from rev 276052, 
python-strict-rfc3339/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-12-26 00:48:59 UTC (rev 276053)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-strict-rfc3339
+pkgname=(python-strict-rfc3339 python2-strict-rfc3339)
+pkgver=0.7
+pkgrel=1
+pkgdesc="Strict, simple, lightweight RFC3339 functions"
+url="http://www.danielrichman.co.uk/libraries/strict-rfc3339.html;
+license=('GPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/s/strict-rfc3339/strict-rfc3339-$pkgver.tar.gz;)
+sha512sums=('94a2992a9ea41b75527348f0f8dae1d118d57b0764122f874baa85f5e3b523beb219ed83c2d7224725e504cd3737a6bde485957135856dcde470f32675e44e77')
+
+prepare() {
+  cp -a strict-rfc3339-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/strict-rfc3339-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/strict-rfc3339-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-strict-rfc3339() {
+  depends=('python')
+
+  cd strict-rfc3339-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-strict-rfc3339() {
+  depends=('python2')
+
+  cd strict-rfc3339-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (4 files)

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 00:48:44
  Author: felixonmars
Revision: 276052

addpkg: python-strict-rfc3339 0.7-1

Added:
  python-strict-rfc3339/
  python-strict-rfc3339/repos/
  python-strict-rfc3339/trunk/
  python-strict-rfc3339/trunk/PKGBUILD

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

Added: python-strict-rfc3339/trunk/PKGBUILD
===
--- python-strict-rfc3339/trunk/PKGBUILD(rev 0)
+++ python-strict-rfc3339/trunk/PKGBUILD2017-12-26 00:48:44 UTC (rev 
276052)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-strict-rfc3339
+pkgname=(python-strict-rfc3339 python2-strict-rfc3339)
+pkgver=0.7
+pkgrel=1
+pkgdesc="Strict, simple, lightweight RFC3339 functions"
+url="http://www.danielrichman.co.uk/libraries/strict-rfc3339.html;
+license=('GPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/s/strict-rfc3339/strict-rfc3339-$pkgver.tar.gz;)
+sha512sums=('94a2992a9ea41b75527348f0f8dae1d118d57b0764122f874baa85f5e3b523beb219ed83c2d7224725e504cd3737a6bde485957135856dcde470f32675e44e77')
+
+prepare() {
+  cp -a strict-rfc3339-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/strict-rfc3339-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/strict-rfc3339-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-strict-rfc3339() {
+  depends=('python')
+
+  cd strict-rfc3339-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-strict-rfc3339() {
+  depends=('python2')
+
+  cd strict-rfc3339-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:43:01
  Author: heftig
Revision: 313633

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/60-linux.hook
(from rev 313632, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 313632, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 313632, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 313632, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 313632, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 313632, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  241 +
 config| 8536 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 8824 insertions(+)

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


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

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 00:34:52
  Author: felixonmars
Revision: 276051

archrelease: copy trunk to community-any

Added:
  python-vcversioner/repos/community-any/
  python-vcversioner/repos/community-any/PKGBUILD
(from rev 276050, python-vcversioner/trunk/PKGBUILD)

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

Copied: python-vcversioner/repos/community-any/PKGBUILD (from rev 276050, 
python-vcversioner/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-12-26 00:34:52 UTC (rev 276051)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-vcversioner
+pkgname=(python-vcversioner python2-vcversioner)
+pkgver=2.16.0.0
+pkgrel=1
+pkgdesc="Use version control tags to discover version numbers"
+url="https://github.com/habnabit/vcversioner;
+license=('ISC')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.bz2::https://github.com/habnabit/vcversioner/archive/$pkgver.tar.gz;)
+sha512sums=('0ce7edf28d0626707f977b565f938a754d374d0cada8683f05fa6d1088930d4d858213dbcb5dba149d828e76341eec4a168ef1998ce9894b72c35c1eef59bd08')
+
+prepare() {
+  echo -n "$pkgver-0-UNKNOWN" > vcversioner-$pkgver/version.txt
+  cp -a vcversioner-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/vcversioner-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/vcversioner-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/vcversioner-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/vcversioner-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-vcversioner() {
+  depends=('python')
+
+  cd vcversioner-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-vcversioner() {
+  depends=('python2')
+
+  cd vcversioner-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in (4 files)

2017-12-25 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 00:34:34
  Author: felixonmars
Revision: 276050

addpkg: python-vcversioner 2.16.0.0-1

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

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

Added: python-vcversioner/trunk/PKGBUILD
===
--- python-vcversioner/trunk/PKGBUILD   (rev 0)
+++ python-vcversioner/trunk/PKGBUILD   2017-12-26 00:34:34 UTC (rev 276050)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-vcversioner
+pkgname=(python-vcversioner python2-vcversioner)
+pkgver=2.16.0.0
+pkgrel=1
+pkgdesc="Use version control tags to discover version numbers"
+url="https://github.com/habnabit/vcversioner;
+license=('ISC')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.bz2::https://github.com/habnabit/vcversioner/archive/$pkgver.tar.gz;)
+sha512sums=('0ce7edf28d0626707f977b565f938a754d374d0cada8683f05fa6d1088930d4d858213dbcb5dba149d828e76341eec4a168ef1998ce9894b72c35c1eef59bd08')
+
+prepare() {
+  echo -n "$pkgver-0-UNKNOWN" > vcversioner-$pkgver/version.txt
+  cp -a vcversioner-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/vcversioner-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/vcversioner-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/vcversioner-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/vcversioner-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-vcversioner() {
+  depends=('python')
+
+  cd vcversioner-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-vcversioner() {
+  depends=('python2')
+
+  cd vcversioner-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:32:03
  Author: heftig
Revision: 313632

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch
(from rev 313631, 
linux/trunk/0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch)
  
linux/repos/staging-x86_64/0001-Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_sta.patch
(from rev 313631, 
linux/trunk/0001-Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_sta.patch)
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 313631, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
(from rev 313631, 
linux/trunk/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch)
  
linux/repos/staging-x86_64/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
(from rev 313631, 
linux/trunk/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch)
  
linux/repos/staging-x86_64/0002-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch
(from rev 313631, 
linux/trunk/0002-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch)
  
linux/repos/staging-x86_64/0003-cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch
(from rev 313631, 
linux/trunk/0003-cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 313631, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 313631, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 313631, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 313631, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 313631, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 313631, linux/trunk/linux.preset)

-+
 0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch |   77 
 0001-Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_sta.patch |   72 
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  102 
 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch |   73 
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   |   57 
 0002-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch |   49 
 0003-cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch |  114 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  264 
 config  | 8498 
++
 linux.install   |   10 
 linux.preset|   14 
 13 files changed, 9353 insertions(+)

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


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

2017-12-25 Thread Morten Linderud via arch-commits
Date: Tuesday, December 26, 2017 @ 00:28:53
  Author: foxboron
Revision: 276049

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 276048, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-26 00:28:18 UTC (rev 276048)
+++ PKGBUILD2017-12-26 00:28:53 UTC (rev 276049)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=gopass
-pkgver=1.6.5
-pkgrel=2
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/justwatchcom/gopass;
-license=('MIT')
-depends=('gnupg' 'git')
-makedepends=('go-pie')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-   'xsel: clipboard support'
-   'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
-sha256sums=('bac8a09b44321a8bda8f4b2b98eeb0b547f845599c81119a93f8d4c0d9b6c529')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/justwatchcom
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 bash.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 zsh.completion 
"${pkgdir}/usr/share/bash/completions/${pkgname}"
-  install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 276048, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-26 00:28:53 UTC (rev 276049)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+pkgname=gopass
+pkgver=1.6.6
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/justwatchcom/gopass;
+license=('MIT')
+depends=('gnupg' 'git')
+makedepends=('go-pie')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+   'xsel: clipboard support'
+   'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
+sha256sums=('37b3a410b3376753a98ad0f9e0e0443e2bf4d4643e068706d507d616224a07ec')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src
+  mv "${pkgname}-${pkgver}"/vendor/* src/
+  mkdir -p src/github.com/justwatchcom
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  make build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}


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

2017-12-25 Thread Morten Linderud via arch-commits
Date: Tuesday, December 26, 2017 @ 00:28:18
  Author: foxboron
Revision: 276048

upgpkg: gopass 1.6.6-1

Updated gopass

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:24:15 UTC (rev 276047)
+++ PKGBUILD2017-12-26 00:28:18 UTC (rev 276048)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 pkgname=gopass
-pkgver=1.6.5
-pkgrel=2
+pkgver=1.6.6
+pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/justwatchcom/gopass;
@@ -12,7 +12,7 @@
'xsel: clipboard support'
'xclip: clipboard support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz;)
-sha256sums=('bac8a09b44321a8bda8f4b2b98eeb0b547f845599c81119a93f8d4c0d9b6c529')
+sha256sums=('37b3a410b3376753a98ad0f9e0e0443e2bf4d4643e068706d507d616224a07ec')
 
 prepare(){
   export GOPATH="${srcdir}"
@@ -33,7 +33,7 @@
   cd "${pkgname}-${pkgver}"
   make install DESTDIR="${pkgdir}"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 bash.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 zsh.completion 
"${pkgdir}/usr/share/bash/completions/${pkgname}"
+  install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
   install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
 }


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:25:13
  Author: heftig
Revision: 313631

4.14.9-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |   10 +-
 config   |   10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 00:24:55 UTC (rev 313630)
+++ PKGBUILD2017-12-26 00:25:13 UTC (rev 313631)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.14
-_zenpatch=zen-4.14.8-1a3f4eedebb2201209a8730fcc2c60763511fa11.diff
-pkgver=4.14.8
+_zenpatch=zen-4.14.9-990350eef2d98f7a9b73965664182dc688b38b83.diff
+pkgver=4.14.9
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -33,11 +33,11 @@
 )
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'42eaed731b716244514b765c199e8f675d79287d7630e5c2911053ad52a1fa0a'
+'5edc955bb67b04c7ed426b1df17a3e322e32ad9fdda9c6abb53ab6eca7faf704'
 'SKIP'
-'8899318140aaffccfd65fb1bf48286028cc6e482e5ed19510b7ded09d5e735fe'
+'bb6e8369d8f3a8953459ae521b7c7e636a8a672d782f63c494a312d49e0ba843'
 'SKIP'
-'27bb76a8e29467c5473a44317a8cc64f605ab0fdab17fdd754e7538f082ff6eb'
+'0d44ab53ed9c98d9bb517cea8ad92e7aa1cab3f4256c0816560498d583590df4'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2017-12-26 00:24:55 UTC (rev 313630)
+++ config  2017-12-26 00:25:13 UTC (rev 313631)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.6-1 Kernel Configuration
+# Linux/x86 4.14.9-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -5354,7 +5354,7 @@
 # CONFIG_FB_CARMINE is not set
 # CONFIG_FB_SM501 is not set
 # CONFIG_FB_SMSCUFX is not set
-CONFIG_FB_UDL=m
+# CONFIG_FB_UDL is not set
 # CONFIG_FB_IBM_GXT4500 is not set
 # CONFIG_FB_VIRTUAL is not set
 CONFIG_XEN_FBDEV_FRONTEND=m
@@ -8149,9 +8149,9 @@
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 # CONFIG_X86_DEBUG_FPU is not set
 # CONFIG_PUNIT_ATOM_DEBUG is not set
-# CONFIG_FRAME_POINTER_UNWINDER is not set
-CONFIG_ORC_UNWINDER=y
-# CONFIG_GUESS_UNWINDER is not set
+CONFIG_UNWINDER_ORC=y
+# CONFIG_UNWINDER_FRAME_POINTER is not set
+# CONFIG_UNWINDER_GUESS is not set
 
 #
 # Security options


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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Tuesday, December 26, 2017 @ 00:24:55
  Author: heftig
Revision: 313630

4.14.9-1

Added:
  linux/trunk/0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch
  linux/trunk/0001-Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_sta.patch
  linux/trunk/0002-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch
  linux/trunk/0003-cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

-+
 0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch |   77 ++
 0001-Revert-xfrm-Fix-stack-out-of-bounds-read-in-xfrm_sta.patch |   72 ++
 0002-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch |   49 
 0003-cgroup-fix-css_task_iter-crash-on-CSS_TASK_ITER_PROC.patch |  114 
++
 PKGBUILD|   26 +-
 config  |   10 
 6 files changed, 339 insertions(+), 9 deletions(-)

Added: 0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch
===
--- 0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch 
(rev 0)
+++ 0001-ALSA-usb-audio-Fix-the-missing-ctl-name-suffix-at-pa.patch 
2017-12-26 00:24:55 UTC (rev 313630)
@@ -0,0 +1,77 @@
+From 16b5ff888e251b8c4dedd3994d2e85ab25ea7fa4 Mon Sep 17 00:00:00 2001
+Message-Id: 
<16b5ff888e251b8c4dedd3994d2e85ab25ea7fa4.1514245036.git.jan.steff...@gmail.com>
+From: Takashi Iwai 
+Date: Mon, 18 Dec 2017 23:36:57 +0100
+Subject: [PATCH] ALSA: usb-audio: Fix the missing ctl name suffix at parsing
+ SU
+
+The commit 89b89d121ffc ("ALSA: usb-audio: Add check return value for
+usb_string()") added the check of the return value from
+snd_usb_copy_string_desc(), which is correct per se, but it introduced
+a regression.  In the original code, either the "Clock Source",
+"Playback Source" or "Capture Source" suffix is added after the
+terminal string, while the commit changed it to add the suffix only
+when get_term_name() is failing.  It ended up with an incorrect ctl
+name like "PCM" instead of "PCM Capture Source".
+
+Also, even the original code has a similar bug: when the ctl name is
+generated from snd_usb_copy_string_desc() for the given iSelector, it
+also doesn't put the suffix.
+
+This patch addresses these issues: the suffix is added always when no
+static mapping is found.  Also the patch tries to put more comments
+and cleans up the if/else block for better readability in order to
+avoid the same pitfall again.
+
+Fixes: 89b89d121ffc ("ALSA: usb-audio: Add check return value for 
usb_string()")
+Reported-and-tested-by: Mauro Santos 
+Cc: 
+Signed-off-by: Takashi Iwai 
+---
+ sound/usb/mixer.c | 27 ---
+ 1 file changed, 16 insertions(+), 11 deletions(-)
+
+diff --git a/sound/usb/mixer.c b/sound/usb/mixer.c
+index 4fde4f8da597..75bce127d768c613 100644
+--- a/sound/usb/mixer.c
 b/sound/usb/mixer.c
+@@ -2173,20 +2173,25 @@ static int parse_audio_selector_unit(struct 
mixer_build *state, int unitid,
+   kctl->private_value = (unsigned long)namelist;
+   kctl->private_free = usb_mixer_selector_elem_free;
+ 
+-  nameid = uac_selector_unit_iSelector(desc);
++  /* check the static mapping table at first */
+   len = check_mapped_name(map, kctl->id.name, sizeof(kctl->id.name));
+-  if (len)
+-  ;
+-  else if (nameid)
+-  len = snd_usb_copy_string_desc(state, nameid, kctl->id.name,
+-   sizeof(kctl->id.name));
+-  else
+-  len = get_term_name(state, >oterm,
+-  kctl->id.name, sizeof(kctl->id.name), 0);
+-
+   if (!len) {
+-  strlcpy(kctl->id.name, "USB", sizeof(kctl->id.name));
++  /* no mapping ? */
++  /* if iSelector is given, use it */
++  nameid = uac_selector_unit_iSelector(desc);
++  if (nameid)
++  len = snd_usb_copy_string_desc(state, nameid,
++ kctl->id.name,
++ sizeof(kctl->id.name));
++  /* ... or pick up the terminal name at next */
++  if (!len)
++  len = get_term_name(state, >oterm,
++  kctl->id.name, sizeof(kctl->id.name), 0);
++  /* ... or use the fixed string "USB" as the last resort */
++  if (!len)
++  strlcpy(kctl->id.name, "USB", sizeof(kctl->id.name));
+ 
++  /* and add the proper suffix */
+   if (desc->bDescriptorSubtype == UAC2_CLOCK_SELECTOR)
+   append_ctl_name(kctl, " Clock Source");
+   

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

2017-12-25 Thread Morten Linderud via arch-commits
Date: Tuesday, December 26, 2017 @ 00:24:15
  Author: foxboron
Revision: 276047

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-26 00:24:06 UTC (rev 276046)
+++ PKGBUILD2017-12-26 00:24:15 UTC (rev 276047)
@@ -1,48 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-
-pkgbase=python-pipenv
-pkgname=(python-pipenv python2-pipenv)
-pkgver=9.0.0
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://docs.pipenv.org;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('4e4d78f1da2acf05bf0a27737358d1092ddcf716da76298e39d9ad509a410500')
-
-prepare() {
-  cp -a pipenv-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pipenv-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pipenv-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-pipenv() {
-  depends=('python2' 'python2-pip' 'python-pew'
-   'python2-virtualenv' 'python2-flake8' 'python2-requests'
-   'python2-urllib3')
-  cd "pipenv-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
-}
-
-package_python-pipenv() {
-  depends=('python' 'python-pip' 'python-pew'
-   'python-virtualenv' 'flake8' 'python-requests'
-   'python-urllib3')
-  cd "pipenv-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 276046, 
python-pipenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-26 00:24:15 UTC (rev 276047)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=9.0.1
+pkgrel=1
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://docs.pipenv.org;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
+sha256sums=('5e16b51a30ef4b91a9f258ba62271596d52390e15776267e79caf4f6ffa02e52')
+
+prepare() {
+  cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-pipenv() {
+  depends=('python2' 'python2-pip' 'python-pew'
+   'python2-virtualenv' 'python2-flake8' 'python2-requests'
+   'python2-urllib3')
+  cd "pipenv-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+}
+
+package_python-pipenv() {
+  depends=('python' 'python-pip' 'python-pew'
+   'python-virtualenv' 'flake8' 'python-requests'
+   'python-urllib3')
+  cd "pipenv-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2017-12-25 Thread Morten Linderud via arch-commits
Date: Tuesday, December 26, 2017 @ 00:24:06
  Author: foxboron
Revision: 276046

upgpkg: python-pipenv 9.0.1-1

Updated pipenv

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 21:34:21 UTC (rev 276045)
+++ PKGBUILD2017-12-26 00:24:06 UTC (rev 276046)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=9.0.0
+pkgver=9.0.1
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
@@ -12,7 +12,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('4e4d78f1da2acf05bf0a27737358d1092ddcf716da76298e39d9ad509a410500')
+sha256sums=('5e16b51a30ef4b91a9f258ba62271596d52390e15776267e79caf4f6ffa02e52')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


[arch-commits] Commit in font-bh-ttf/repos/extra-any (PKGBUILD PKGBUILD install)

2017-12-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 25, 2017 @ 23:16:32
  Author: bisson
Revision: 313629

archrelease: copy trunk to extra-any

Added:
  font-bh-ttf/repos/extra-any/PKGBUILD
(from rev 313628, font-bh-ttf/trunk/PKGBUILD)
Deleted:
  font-bh-ttf/repos/extra-any/PKGBUILD
  font-bh-ttf/repos/extra-any/install

--+
 PKGBUILD |   56 +++-
 install  |   13 -
 2 files changed, 27 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 23:16:09 UTC (rev 313628)
+++ PKGBUILD2017-12-25 23:16:32 UTC (rev 313629)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Gaetan Bisson 
-#Contributor: Jan de Groot 
-
-pkgname=font-bh-ttf
-pkgver=1.0.3
-pkgrel=3
-pkgdesc='X.org Luxi Truetype fonts'
-url='http://xorg.freedesktop.org/'
-license=('custom')
-arch=('any')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('f42ebd527096011040a312e0f9cdf78d64177419')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}/usr/share/fonts/"*/fonts.*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: font-bh-ttf/repos/extra-any/PKGBUILD (from rev 313628, 
font-bh-ttf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 23:16:32 UTC (rev 313629)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer: Gaetan Bisson 
+#Contributor: Jan de Groot 
+
+pkgname=font-bh-ttf
+pkgver=1.0.3
+pkgrel=4
+pkgdesc='X.org Luxi Truetype fonts'
+url='https://xorg.freedesktop.org/'
+license=('custom')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}/usr/share/fonts/"*/fonts.*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: install
===
--- install 2017-12-25 23:16:09 UTC (rev 313628)
+++ install 2017-12-25 23:16:32 UTC (rev 313629)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in font-bh-ttf/trunk (PKGBUILD install)

2017-12-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 25, 2017 @ 23:16:09
  Author: bisson
Revision: 313628

remove install file

Modified:
  font-bh-ttf/trunk/PKGBUILD
Deleted:
  font-bh-ttf/trunk/install

--+
 PKGBUILD |4 +---
 install  |   13 -
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 23:11:42 UTC (rev 313627)
+++ PKGBUILD2017-12-25 23:16:09 UTC (rev 313628)
@@ -4,7 +4,7 @@
 
 pkgname=font-bh-ttf
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='X.org Luxi Truetype fonts'
 url='https://xorg.freedesktop.org/'
 license=('custom')
@@ -13,8 +13,6 @@
 source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
 sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
 
-install=install
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF

Deleted: install
===
--- install 2017-12-25 23:11:42 UTC (rev 313627)
+++ install 2017-12-25 23:16:09 UTC (rev 313628)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in ghostscript/repos/extra-x86_64 (5 files)

2017-12-25 Thread Jan Steffens via arch-commits
Date: Monday, December 25, 2017 @ 23:11:42
  Author: heftig
Revision: 313627

archrelease: copy trunk to extra-x86_64

Added:
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 313626, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/extra-x86_64/ghostscript-9.22-restore-flushpage.patch
(from rev 313626, 
ghostscript/trunk/ghostscript-9.22-restore-flushpage.patch)
Deleted:
  ghostscript/repos/extra-x86_64/PKGBUILD
  ghostscript/repos/extra-x86_64/ghostscript-9.22-fix-Fontmap.GS.patch
  ghostscript/repos/extra-x86_64/ghostscript-9.22-restore-flushpage.patch

--+
 PKGBUILD |  245 +
 ghostscript-9.22-fix-Fontmap.GS.patch|   63 ---
 ghostscript-9.22-restore-flushpage.patch |   56 +++---
 3 files changed, 144 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 23:10:45 UTC (rev 313626)
+++ PKGBUILD2017-12-25 23:11:42 UTC (rev 313627)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgbase=ghostscript
-pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.22
-pkgrel=4
-pkgdesc="An interpreter for the PostScript language"
-url="https://www.ghostscript.com/;
-arch=('x86_64')
-license=('AGPL' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
- 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'gsfonts' 'poppler-data'
- 'openjpeg2')
-makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
-# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.xz
-ghostscript-9.22-fix-Fontmap.GS.patch 
ghostscript-9.22-restore-flushpage.patch)
-sha256sums=('f4e46bc1f8285a61ab036007705fc2b532cc40f4448fe6bc156bd130733f306b'
-'77018e388fb56761eb3d8966b3fe0d6f2313c17964e38077395b34e39549551c'
-'22156c892ea27572386f5211f51a10a17079a9974ded9ec9af3f37a93a1bb8ca')
-
-prepare() {
-  cd ghostpdl-${pkgver}
-
-  # https://bugs.archlinux.org/task/56778
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1517518
-  patch -Np1 --no-backup-if-mismatch -i 
../ghostscript-9.22-fix-Fontmap.GS.patch
-
-  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=19ebb5f1f497b6f2d50fe13d17d3e627dfb6c868
-  patch -Np1 --no-backup-if-mismatch -i 
../ghostscript-9.22-restore-flushpage.patch
-
-  # force it to use system-libs
-  rm -r cups/libs expat freetype ijs jbig2dec jpeg lcms2 libpng openjpeg tiff 
zlib
-
-  autoreconf -fvi
-}
-
-build() {
-  cd ghostpdl-${pkgver}
-
-  local fontpath p
-  for p in \
-/usr/share/fonts/gsfonts \
-/usr/share/fonts \
-/usr/share/poppler/cMap/*
-  do
-fontpath="${fontpath}${fontpath:+:}${p}"
-  done
-
-  ./configure --prefix=/usr \
-  --enable-dynamic \
-  --with-ijs \
-  --with-jbig2dec \
-  --with-x \
-  --with-drivers=ALL \
-  --with-fontpath="$fontpath" \
-  --enable-fontconfig \
-  --enable-freetype \
-  --enable-openjpeg \
-  --without-luratech \
-  --with-system-libtiff \
-  --with-libpaper \
-  --disable-compile-inits #--help # needed for linking with 
system-zlib
-
-  make so-only
-}
-
-package_ghostscript() {
-  optdepends=('texlive-core:  needed for dvipdf'
-  'gtk3:  needed for gsx')
-
-  cd ghostpdl-${pkgver}
-
-  make DESTDIR="${pkgdir}" \
-   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
-   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
-   soinstall
-  ln -s gsc "${pkgdir}"/usr/bin/gs
-
-  # install missing doc files # http://bugs.archlinux.org/task/18023
-  install -Dt "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc \
--m644 doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
-
-  # remove unwanted localized manpages
-  rm -r "${pkgdir}"/usr/share/man/de
-
-  # remove fonts we already ship in gsfonts
-  rm -r "${pkgdir}"/usr/share/ghostscript/${pkgver}/Resource/Font
-
-  # remove cmaps we already ship in poppler-data
-  local f
-  for f in "${pkgdir}"/usr/share/ghostscript/${pkgver}/Resource/CMap/*; do
-[[ $f == */Identity* ]] && continue
-rm $f
-  done
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostxps() {
-  pkgdesc="${pkgdesc/PostScript/XPS document}"
-  depends=("ghostscript=${pkgver}-${pkgrel}")
-
-  cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
-  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver}
-  ln -s libgxps.so.${pkgver} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%.*}
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostpcl() {
-  pkgdesc="${pkgdesc/PostScript/PCL 

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

2017-12-25 Thread Jan Steffens via arch-commits
Date: Monday, December 25, 2017 @ 23:10:45
  Author: heftig
Revision: 313626

Return to bundled fonts (FS#56849)

Modified:
  ghostscript/trunk/PKGBUILD
Deleted:
  ghostscript/trunk/ghostscript-9.22-fix-Fontmap.GS.patch

---+
 PKGBUILD  |   21 ++
 ghostscript-9.22-fix-Fontmap.GS.patch |   63 
 2 files changed, 4 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 22:42:44 UTC (rev 313625)
+++ PKGBUILD2017-12-25 23:10:45 UTC (rev 313626)
@@ -4,29 +4,23 @@
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
 pkgver=9.22
-pkgrel=4
+pkgrel=5
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
 arch=('x86_64')
 license=('AGPL' 'custom')
 depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
- 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'gsfonts' 'poppler-data'
- 'openjpeg2')
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'poppler-data' 'openjpeg2')
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
 
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.xz
-ghostscript-9.22-fix-Fontmap.GS.patch 
ghostscript-9.22-restore-flushpage.patch)
+ghostscript-9.22-restore-flushpage.patch)
 sha256sums=('f4e46bc1f8285a61ab036007705fc2b532cc40f4448fe6bc156bd130733f306b'
-'77018e388fb56761eb3d8966b3fe0d6f2313c17964e38077395b34e39549551c'
 '22156c892ea27572386f5211f51a10a17079a9974ded9ec9af3f37a93a1bb8ca')
 
 prepare() {
   cd ghostpdl-${pkgver}
 
-  # https://bugs.archlinux.org/task/56778
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1517518
-  patch -Np1 --no-backup-if-mismatch -i 
../ghostscript-9.22-fix-Fontmap.GS.patch
-
   # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=19ebb5f1f497b6f2d50fe13d17d3e627dfb6c868
   patch -Np1 --no-backup-if-mismatch -i 
../ghostscript-9.22-restore-flushpage.patch
 
@@ -40,11 +34,7 @@
   cd ghostpdl-${pkgver}
 
   local fontpath p
-  for p in \
-/usr/share/fonts/gsfonts \
-/usr/share/fonts \
-/usr/share/poppler/cMap/*
-  do
+  for p in /usr/share/poppler/cMap/*; do
 fontpath="${fontpath}${fontpath:+:}${p}"
   done
 
@@ -85,9 +75,6 @@
   # remove unwanted localized manpages
   rm -r "${pkgdir}"/usr/share/man/de
 
-  # remove fonts we already ship in gsfonts
-  rm -r "${pkgdir}"/usr/share/ghostscript/${pkgver}/Resource/Font
-
   # remove cmaps we already ship in poppler-data
   local f
   for f in "${pkgdir}"/usr/share/ghostscript/${pkgver}/Resource/CMap/*; do

Deleted: ghostscript-9.22-fix-Fontmap.GS.patch
===
--- ghostscript-9.22-fix-Fontmap.GS.patch   2017-12-25 22:42:44 UTC (rev 
313625)
+++ ghostscript-9.22-fix-Fontmap.GS.patch   2017-12-25 23:10:45 UTC (rev 
313626)
@@ -1,63 +0,0 @@
-From efc24229b0ba4b2f6a39fe89a4c9c576dbe7e124 Mon Sep 17 00:00:00 2001
-From: "David Kaspar [Dee'Kej]" 
-Date: Mon, 27 Nov 2017 10:30:52 +0100
-Subject: [PATCH] Bug 698784: Fix the alias for Helvetica-Narrow-Bold-Oblique
-
-Init/Fontmap.GS:
-
-There was a misalignment between the filename of the
-NimbusSansNarrow-BdOblique and its /Fontname in the T1 font itself.
-
-Filename:   NimbusSansNarrow-BdOblique
-/Fontname: /NimbusSansNarrow-BoldOblique
-
-This worked correctly if the fonts were located directly in
-/usr/share/ghostcript/Resources/Font folder on the filesystem.
-
-However, on Fedora we are using /usr/share/fonts/urw-base35/ folder,
-which is part of Ghostscript's Search Path. In this case it was
-causing the Ghostscript being unable to locate the correct font, thus
-crashing while opening any document containing Helvetica Narrow Bold
-Oblique font...
-
-*In addition*, rename the font file so it matches.

- ...busSansNarrow-BdOblique => NimbusSansNarrow-BoldOblique} | Bin
- Resource/Init/Fontmap.GS|   2 +-
- psi/psromfs.mak |   2 +-
- 3 files changed, 2 insertions(+), 2 deletions(-)
- rename Resource/Font/{NimbusSansNarrow-BdOblique => 
NimbusSansNarrow-BoldOblique} (100%)
-
-diff --git a/Resource/Font/NimbusSansNarrow-BdOblique 
b/Resource/Font/NimbusSansNarrow-BoldOblique
-similarity index 100%
-rename from Resource/Font/NimbusSansNarrow-BdOblique
-rename to Resource/Font/NimbusSansNarrow-BoldOblique
-diff --git a/Resource/Init/Fontmap.GS b/Resource/Init/Fontmap.GS
-index 7770c67..cbda218 100644
 a/Resource/Init/Fontmap.GS
-+++ b/Resource/Init/Fontmap.GS
-@@ -96,7 +96,7 @@
- /Helvetica-Bold   /NimbusSans-Bold ;
- /Helvetica-BoldOblique/NimbusSans-BoldItalic  ;
- /Helvetica-Narrow-Bold   

[arch-commits] Commit in nghttp2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:42:44
  Author: jgc
Revision: 313625

archrelease: copy trunk to testing-x86_64

Added:
  nghttp2/repos/testing-x86_64/
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 313624, nghttp2/trunk/PKGBUILD)

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

Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 313624, 
nghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-25 22:42:44 UTC (rev 313625)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.29.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares libnghttp2 
libsystemd)
+options=(!emptydirs)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make -C lib DESTDIR="$pkgdir" uninstall
+
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}


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

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:42:37
  Author: jgc
Revision: 313624

upgpkg: nghttp2 1.29.0-1

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 22:39:45 UTC (rev 313623)
+++ PKGBUILD2017-12-25 22:42:37 UTC (rev 313624)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.28.0
+pkgver=1.29.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -16,7 +16,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
+sha256sums=('a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739')
 
 build() {
   cd nghttp2-$pkgver
@@ -24,7 +24,6 @@
   autoreconf -i
   ./configure \
 --prefix=/usr \
---with-spdylay=no \
 --disable-examples \
 --disable-python-bindings
   make


[arch-commits] Commit in libnghttp2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:39:45
  Author: jgc
Revision: 313623

archrelease: copy trunk to testing-x86_64

Added:
  libnghttp2/repos/testing-x86_64/
  libnghttp2/repos/testing-x86_64/PKGBUILD
(from rev 313622, libnghttp2/trunk/PKGBUILD)

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

Copied: libnghttp2/repos/testing-x86_64/PKGBUILD (from rev 313622, 
libnghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-25 22:39:45 UTC (rev 313623)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 289632 2017-02-27 17:36:38Z anatolik $
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=libnghttp2
+pkgver=1.29.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(glibc)
+conflicts=('nghttp2<1.20.0-2')
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha256sums=('a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/libnghttp2/COPYING"
+}


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

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:39:41
  Author: jgc
Revision: 313622

upgpkg: libnghttp2 1.29.0-1

Modified:
  libnghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 22:37:34 UTC (rev 313621)
+++ PKGBUILD2017-12-25 22:39:41 UTC (rev 313622)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=libnghttp2
-pkgver=1.28.0
+pkgver=1.29.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glibc)
 conflicts=('nghttp2<1.20.0-2')
 
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
+sha256sums=('a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739')
 
 build() {
   cd nghttp2-$pkgver
@@ -20,7 +20,6 @@
   autoreconf -i
   ./configure \
 --prefix=/usr \
---with-spdylay=no \
 --disable-examples \
 --disable-python-bindings \
 --enable-lib-only


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

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:37:31
  Author: jgc
Revision: 313620

upgpkg: gnome-calendar 3.26.2+19+g954c48d7-1

Add dependencies (FS#54935, FS#56617)

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 22:27:37 UTC (rev 313619)
+++ PKGBUILD2017-12-25 22:37:31 UTC (rev 313620)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.26.2
-pkgrel=2
+pkgver=3.26.2+19+g954c48d7
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas)
+depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=389bbfd05e4078a0cc3ad59bbabbeb730619859d  # tags/3.26.2^0
+_commit=954c48d7a093d4c4e65dc761eb2f395e90819848  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;
 gnome-calendar-3.26.2-libical-3.0.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-calendar/repos/extra-x86_64 (4 files)

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:37:34
  Author: jgc
Revision: 313621

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 313620, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-x86_64/gnome-calendar-3.26.2-libical-3.0.patch
(from rev 313620, 
gnome-calendar/trunk/gnome-calendar-3.26.2-libical-3.0.patch)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
  gnome-calendar/repos/extra-x86_64/gnome-calendar-3.26.2-libical-3.0.patch

-+
 PKGBUILD|   84 +++---
 gnome-calendar-3.26.2-libical-3.0.patch |   38 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 22:37:31 UTC (rev 313620)
+++ PKGBUILD2017-12-25 22:37:34 UTC (rev 313621)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.26.2
-pkgrel=2
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome-extra)
-_commit=389bbfd05e4078a0cc3ad59bbabbeb730619859d  # tags/3.26.2^0
-source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;
-gnome-calendar-3.26.2-libical-3.0.patch)
-sha256sums=('SKIP'
-'8f4fd0aba6780413c1956a82ebd7a49afcae1ca46b364fb0df7da476c4fb96d5')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../gnome-calendar-3.26.2-libical-3.0.patch
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable-gtk-doc=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 313620, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 22:37:34 UTC (rev 313621)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.26.2+19+g954c48d7
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center)
+makedepends=(python appstream-glib git meson gtk-doc)
+groups=(gnome-extra)
+_commit=954c48d7a093d4c4e65dc761eb2f395e90819848  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;
+gnome-calendar-3.26.2-libical-3.0.patch)
+sha256sums=('SKIP'
+'8f4fd0aba6780413c1956a82ebd7a49afcae1ca46b364fb0df7da476c4fb96d5')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../gnome-calendar-3.26.2-libical-3.0.patch
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable-gtk-doc=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-calendar-3.26.2-libical-3.0.patch
===
--- gnome-calendar-3.26.2-libical-3.0.patch 2017-12-25 22:37:31 UTC (rev 
313620)
+++ gnome-calendar-3.26.2-libical-3.0.patch 2017-12-25 22:37:34 UTC (rev 
313621)
@@ -1,19 +0,0 @@
-diff -up gnome-calendar-3.26.2/src/gcal-utils.c.libical-3.0 
gnome-calendar-3.26.2/src/gcal-utils.c
 gnome-calendar-3.26.2/src/gcal-utils.c.libical-3.0 2017-11-08 
16:23:17.481220751 +0100
-+++ gnome-calendar-3.26.2/src/gcal-utils.c 2017-11-08 16:25:06.896219238 
+0100
-@@ -204,14 +204,13 @@ gcal_dup_icaltime (const icaltimetype *d
-   if (date == NULL)
- return NULL;
- 
--  new_date= g_new (icaltimetype, 1);
-+  new_date = g_new0 (icaltimetype, 1);
-   new_date->year = date->year;
-   new_date->month = date->month;
-   new_date->day = date->day;
-   new_date->hour = date->hour;
-   new_date->minute = date->minute;
-   new_date->second = date->second;
--  new_date->is_utc = date->is_utc;
-   new_date->is_date = date->is_date;
-   new_date->is_daylight = date->is_daylight;
-   new_date->zone = date->zone;

Copied: 
gnome-calendar/repos/extra-x86_64/gnome-calendar-3.26.2-libical-3.0.patch (from 
rev 313620, gnome-calendar/trunk/gnome-calendar-3.26.2-libical-3.0.patch)
===
--- gnome-calendar-3.26.2-libical-3.0.patch (rev 0)
+++ gnome-calendar-3.26.2-libical-3.0.patch 2017-12-25 22:37:34 UTC (rev 
313621)
@@ -0,0 +1,19 @@
+diff -up 

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

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:27:37
  Author: jgc
Revision: 313619

Remove dependency on xorg-fonts-misc (FS#56808)

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 20:58:22 UTC (rev 313618)
+++ PKGBUILD2017-12-25 22:27:37 UTC (rev 313619)
@@ -107,7 +107,7 @@
 
 package_xorg-server-common() {
   pkgdesc="Xorg server common files"
-  depends=(xkeyboard-config xorg-xkbcomp xorg-setxkbmap xorg-fonts-misc)
+  depends=(xkeyboard-config xorg-xkbcomp xorg-setxkbmap)
 
   cd "${pkgbase}-${pkgver}"
   install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-common"


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

2017-12-25 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 25, 2017 @ 21:34:13
  Author: svenstaro
Revision: 276044

upgpkg: telegram-desktop 1.2.1-3

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 21:33:29 UTC (rev 276043)
+++ PKGBUILD2017-12-25 21:34:13 UTC (rev 276044)
@@ -6,14 +6,13 @@
 
 pkgname=telegram-desktop
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
 license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0')
-makedepends=('cmake' 'git' 'gyp' 'libexif' 'libva' 'libwebp' 'mtdev' 
'range-v3' 'python' 'python2' 'gtk3' 'libappindicator-gtk3' 'dee')
-optdepends=('libappindicator-gtk3: AppIndicator tray icon')
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0' 'libappindicator-gtk3')
+makedepends=('cmake' 'git' 'gyp' 'libexif' 'libva' 'libwebp' 'mtdev' 
'range-v3' 'python' 'python2' 'gtk3' 'dee')
 install=telegram-desktop.install
 source=(
 
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (14 files)

2017-12-25 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 25, 2017 @ 21:34:21
  Author: svenstaro
Revision: 276045

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 276044, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 276044, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 276044, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 276044, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
(from rev 276044, telegram-desktop/trunk/telegram-desktop.desktop)
  telegram-desktop/repos/community-x86_64/telegram-desktop.install
(from rev 276044, telegram-desktop/trunk/telegram-desktop.install)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 276044, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
  telegram-desktop/repos/community-x86_64/telegram-desktop.install
  telegram-desktop/repos/community-x86_64/tg.protocol

--+
 CMakeLists.inj   |   28 -
 PKGBUILD |  179 +++
 libtgvoip.patch  |   36 -
 tdesktop.patch   | 1150 ++---
 telegram-desktop.desktop |   40 -
 telegram-desktop.install |   20 
 tg.protocol  |   22 
 7 files changed, 737 insertions(+), 738 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2017-12-25 21:34:13 UTC (rev 276044)
+++ CMakeLists.inj  2017-12-25 21:34:21 UTC (rev 276045)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
276044, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2017-12-25 21:34:21 UTC (rev 276045)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 21:34:13 UTC (rev 276044)
+++ PKGBUILD2017-12-25 21:34:21 UTC (rev 276045)
@@ -1,90 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0')
-makedepends=('cmake' 'git' 'gyp' 'libexif' 'libva' 'libwebp' 'mtdev' 
'range-v3' 'python' 'python2' 'gtk3' 'libappindicator-gtk3' 'dee')
-optdepends=('libappindicator-gtk3: AppIndicator tray icon')
-install=telegram-desktop.install
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"telegram-desktop.desktop"
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"libtgvoip.patch"
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'

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

2017-12-25 Thread Morten Linderud via arch-commits
Date: Monday, December 25, 2017 @ 21:33:29
  Author: foxboron
Revision: 276043

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 21:33:13 UTC (rev 276042)
+++ PKGBUILD2017-12-25 21:33:29 UTC (rev 276043)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.29.0
-pkgrel=2
-pkgdesc="A built-package format for Python"
-arch=(any)
-url="https://pypi.python.org/pypi/wheel;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt')
-source=("https://pypi.python.org/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
-md5sums=('555a67e4507cedee23a0deb9651e452f')
-
-prepare() {
-  cp -a wheel-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test wheel
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 wheel
-}
-
-package_python-wheel() {
-  depends=('python')
-  optdepends=('python-keyring: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-wheel() {
-  depends=('python2')
-  optdepends=('python2-keyring: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-wheel/repos/community-any/PKGBUILD (from rev 276042, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 21:33:29 UTC (rev 276043)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+# Contributor: Lance Chen 
+
+_pypiname=wheel
+pkgbase=python-wheel
+pkgname=('python-wheel' 'python2-wheel')
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="A built-package format for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/wheel;
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt'
+  'python-xdg' 'python2-xdg')
+source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz;)
+md5sums=('a7341e955a3563e806abd44efabad9cb')
+
+prepare() {
+  cp -a wheel-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-wheel() {
+  depends=('python')
+  optdepends=('python-keyring: for wheel.signatures')
+  optdepends=('python-xdg: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-wheel() {
+  depends=('python2')
+  optdepends=('python2-keyring: for wheel.signatures')
+  optdepends=('python2-xdg: for wheel.signatures')
+
+  cd 

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

2017-12-25 Thread Morten Linderud via arch-commits
Date: Monday, December 25, 2017 @ 21:33:13
  Author: foxboron
Revision: 276042

upgpkg: python-wheel 0.30.0-1

Updated, fixed check() by removing directory, and added new optdepends

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 20:46:31 UTC (rev 276041)
+++ PKGBUILD2017-12-25 21:33:13 UTC (rev 276042)
@@ -1,21 +1,25 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
 # Contributor: Lance Chen 
 
 _pypiname=wheel
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.29.0
-pkgrel=2
+pkgver=0.30.0
+pkgrel=1
 pkgdesc="A built-package format for Python"
 arch=(any)
 url="https://pypi.python.org/pypi/wheel;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
 checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt')
-source=("https://pypi.python.org/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
-md5sums=('555a67e4507cedee23a0deb9651e452f')
+  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt'
+  'python-xdg' 'python2-xdg')
+source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz;)
+md5sums=('a7341e955a3563e806abd44efabad9cb')
 
 prepare() {
   cp -a wheel-$pkgver{,-py2}
@@ -34,19 +38,20 @@
 
   cd "$srcdir/wheel-$pkgver"
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test wheel
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
 
   cd "$srcdir/wheel-$pkgver-py2"
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 wheel
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
 
 package_python-wheel() {
   depends=('python')
   optdepends=('python-keyring: for wheel.signatures')
+  optdepends=('python-xdg: for wheel.signatures')
 
   cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
 }
 
@@ -53,9 +58,10 @@
 package_python2-wheel() {
   depends=('python2')
   optdepends=('python2-keyring: for wheel.signatures')
+  optdepends=('python2-xdg: for wheel.signatures')
 
   cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
   mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
 }


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

2017-12-25 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 25, 2017 @ 20:58:22
  Author: seblu
Revision: 313618

archrelease: copy trunk to staging-x86_64

Added:
  bind/repos/staging-x86_64/
  bind/repos/staging-x86_64/127.0.0.zone
(from rev 313617, bind/trunk/127.0.0.zone)
  bind/repos/staging-x86_64/PKGBUILD
(from rev 313617, bind/trunk/PKGBUILD)
  bind/repos/staging-x86_64/empty.zone
(from rev 313617, bind/trunk/empty.zone)
  bind/repos/staging-x86_64/localhost.ip6.zone
(from rev 313617, bind/trunk/localhost.ip6.zone)
  bind/repos/staging-x86_64/localhost.zone
(from rev 313617, bind/trunk/localhost.zone)
  bind/repos/staging-x86_64/named.conf
(from rev 313617, bind/trunk/named.conf)
  bind/repos/staging-x86_64/named.service
(from rev 313617, bind/trunk/named.service)
  bind/repos/staging-x86_64/sysusers.conf
(from rev 313617, bind/trunk/sysusers.conf)
  bind/repos/staging-x86_64/tmpfiles.conf
(from rev 313617, bind/trunk/tmpfiles.conf)

+
 127.0.0.zone   |   10 +++
 PKGBUILD   |  134 +++
 empty.zone |8 +++
 localhost.ip6.zone |   10 +++
 localhost.zone |   11 
 named.conf |   72 +++
 named.service  |   10 +++
 sysusers.conf  |1 
 tmpfiles.conf  |1 
 9 files changed, 257 insertions(+)

Copied: bind/repos/staging-x86_64/127.0.0.zone (from rev 313617, 
bind/trunk/127.0.0.zone)
===
--- staging-x86_64/127.0.0.zone (rev 0)
+++ staging-x86_64/127.0.0.zone 2017-12-25 20:58:22 UTC (rev 313618)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/staging-x86_64/PKGBUILD (from rev 313617, 
bind/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-25 20:58:22 UTC (rev 313618)
@@ -0,0 +1,134 @@
+# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
+# Maintainer: Sébastien Luttringer
+# Contributor: Gaetan Bisson 
+# Contributor: judd 
+# Contributor: Mario Vazquez 
+
+pkgbase=bind
+pkgname=(bind bind-tools)
+_pkgver=9.11.2
+pkgver=${_pkgver//-/.}
+pkgrel=3
+url='https://www.isc.org/software/bind/'
+license=('custom:MPL2')
+arch=('x86_64')
+options=('!emptydirs')
+makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
+ 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
+validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
+  'ADBE9446286C794905F1E0756FA6EBC9911A4C02' #ISC, Inc)
+  'BE0E9748B718253A28BB89FFF1B11BF05CF02E57' #Internet Systems 
Consortium, Inc.
+  )
+source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
+'tmpfiles.conf'
+'sysusers.conf'
+'named.conf'
+'named.service'
+'localhost.zone'
+'localhost.ip6.zone'
+'127.0.0.zone'
+'empty.zone')
+sha1sums=('94154a30fcb0de87b57aeb26bbf31d6719c68307'
+  'SKIP'
+  'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
+  '9537f4835a1f736788d0733c7996a10db2d4eee4'
+  'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
+  '62b06487323dd0d515a4dc659b8ecd193c29107b'
+  '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
+  '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
+  '9c33726088342207ad06d33b2c13408290a0c8ad'
+  '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
+
+prepare() {
+  msg2 'Getting a fresh version of root DNS'
+  # no more using source array, lack of versioning.
+  curl -o root.hint https://www.internic.net/zones/named.root
+  [[ -s root.hint ]]
+  cd bind-$_pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+}
+
+build() {
+  cd bind-$_pkgver
+  export CFLAGS+=' -DDIG_SIGCHASE'
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-static \
+--enable-ipv6 \
+--enable-filter- \
+--enable-fixed-rrset \
+--enable-seccomp \
+--enable-full-report \
+--with-python=/usr/bin/python \
+--with-geoip \
+--with-idn \
+

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

2017-12-25 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 25, 2017 @ 20:58:10
  Author: seblu
Revision: 313617

upgpkg: bind 9.11.2-3

- https://www.archlinux.org/todo/json-c-rebuild/

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 20:19:07 UTC (rev 313616)
+++ PKGBUILD2017-12-25 20:58:10 UTC (rev 313617)
@@ -8,7 +8,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.11.2
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 url='https://www.isc.org/software/bind/'
 license=('custom:MPL2')
 arch=('x86_64')


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

2017-12-25 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 25, 2017 @ 20:46:31
  Author: seblu
Revision: 276041

archrelease: copy trunk to community-x86_64

Added:
  picocom/repos/community-x86_64/PKGBUILD
(from rev 276040, picocom/trunk/PKGBUILD)
Deleted:
  picocom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 20:46:21 UTC (rev 276040)
+++ PKGBUILD2017-12-25 20:46:31 UTC (rev 276041)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jens Adam 
-
-pkgname=picocom
-pkgver=2.2
-pkgrel=2
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='https://github.com/npat-efault/picocom'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('git')
-depends=('glibc')
-source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-  make UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
-  # install tmpfiles for lock files
-  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
-  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  echo "d /run/lock/$pkgname 0770 root uucp" \
-> "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('SKIP')

Copied: picocom/repos/community-x86_64/PKGBUILD (from rev 276040, 
picocom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 20:46:31 UTC (rev 276041)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam 
+
+pkgname=picocom
+pkgver=3.0
+pkgrel=1
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='https://github.com/npat-efault/picocom'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('git')
+depends=('glibc')
+source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver;)
+
+build() {
+  cd $pkgname
+  make UUCP_LOCK_DIR=/run/lock/picocom
+}
+
+package() {
+  cd $pkgname
+  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
+  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
+  # install tmpfiles for lock files
+  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
+  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+  echo "d /run/lock/$pkgname 0770 root uucp" \
+> "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')


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

2017-12-25 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 25, 2017 @ 20:46:21
  Author: seblu
Revision: 276040

upgpkg: picocom 3.0-1

Modified:
  picocom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 20:13:06 UTC (rev 276039)
+++ PKGBUILD2017-12-25 20:46:21 UTC (rev 276040)
@@ -3,8 +3,8 @@
 # Contributor: Jens Adam 
 
 pkgname=picocom
-pkgver=2.2
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
 url='https://github.com/npat-efault/picocom'
 license=('GPL2')


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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 20:13:06
  Author: eworm
Revision: 276039

archrelease: copy trunk to community-staging-x86_64

Added:
  libu2f-host/repos/community-staging-x86_64/
  libu2f-host/repos/community-staging-x86_64/PKGBUILD
(from rev 276038, libu2f-host/trunk/PKGBUILD)

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

Copied: libu2f-host/repos/community-staging-x86_64/PKGBUILD (from rev 276038, 
libu2f-host/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 20:13:06 UTC (rev 276039)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=libu2f-host
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
+arch=('x86_64')
+url='https://github.com/Yubico/libu2f-host'
+license=('BSD')
+depends=('json-c' 'hidapi')
+makedepends=('git' 'help2man' 'gengetopt')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6043ec020d96358a4887a3ff09492c4f9f6b5bccc48dcdd8f28b15b1c6157a6f'
+'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --disable-gtk-doc \
+   --with-udevrulesdir=/usr/lib/udev/rules.d/
+   make
+}
+
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   make check
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" install
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+


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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 20:12:54
  Author: eworm
Revision: 276038

upgpkg: libu2f-host 1.1.4-1

* json-c 0.13 rebuild
* drop support for gtk-doc as upstream dropped support for tmpl files
  (https://github.com/Yubico/libu2f-host/issues/84)

Modified:
  libu2f-host/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 20:08:06 UTC (rev 276037)
+++ PKGBUILD2017-12-25 20:12:54 UTC (rev 276038)
@@ -2,17 +2,17 @@
 # Maintainer: Christian Hesse 
 
 pkgname=libu2f-host
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
 arch=('x86_64')
 url='https://github.com/Yubico/libu2f-host'
 license=('BSD')
 depends=('json-c' 'hidapi')
-makedepends=('git' 'help2man' 'gtk-doc' 'gengetopt')
+makedepends=('git' 'help2man' 'gengetopt')
 validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

 
source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('3e00c1910de64e2c90f20c05bb468b183ffed05e13cb340442d206014752039d'
+sha256sums=('6043ec020d96358a4887a3ff09492c4f9f6b5bccc48dcdd8f28b15b1c6157a6f'
 'SKIP')
 
 build() {
@@ -20,7 +20,7 @@
 
./configure \
--prefix=/usr \
-   --enable-gtk-doc \
+   --disable-gtk-doc \
--with-udevrulesdir=/usr/lib/udev/rules.d/
make
 }


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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 20:08:06
  Author: eworm
Revision: 276037

archrelease: copy trunk to community-staging-x86_64

Added:
  yubico-pam/repos/community-staging-x86_64/
  yubico-pam/repos/community-staging-x86_64/PKGBUILD
(from rev 276036, yubico-pam/trunk/PKGBUILD)

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

Copied: yubico-pam/repos/community-staging-x86_64/PKGBUILD (from rev 276036, 
yubico-pam/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-25 20:08:06 UTC (rev 276037)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-pam
+_shortname=pam_yubico
+pkgver=2.24
+pkgrel=4
+pkgdesc='Yubico YubiKey PAM module'
+arch=('x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+checkdepends=('perl-net-ldap-server')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('0326ff676e2b32ed1dda7fb5f1358a22d629d71caad8f8db52138bbf3e95e82d'
+'SKIP')
+
+build() {
+   cd "${_shortname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+check() {
+   cd "${_shortname}-${pkgver}"
+
+   make check
+}
+
+package() {
+   cd "${_shortname}-${pkgver}"
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
+   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
+   make DESTDIR="${pkgdir}/" install
+}
+


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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 20:07:41
  Author: eworm
Revision: 276036

upgpkg: yubico-pam 2.24-4

json-c 0.13 rebuild

Modified:
  yubico-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 20:05:59 UTC (rev 276035)
+++ PKGBUILD2017-12-25 20:07:41 UTC (rev 276036)
@@ -4,7 +4,7 @@
 pkgname=yubico-pam
 _shortname=pam_yubico
 pkgver=2.24
-pkgrel=3
+pkgrel=4
 pkgdesc='Yubico YubiKey PAM module'
 arch=('x86_64')
 url='https://github.com/Yubico/yubico-pam'


[arch-commits] Commit in freeradius/repos (community-staging-x86_64 staging-x86_64)

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 20:05:59
  Author: eworm
Revision: 276035

this is [community]...

Added:
  freeradius/repos/community-staging-x86_64/
Deleted:
  freeradius/repos/staging-x86_64/


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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 20:03:46
  Author: eworm
Revision: 276034

archrelease: copy trunk to staging-x86_64

Added:
  freeradius/repos/staging-x86_64/
  freeradius/repos/staging-x86_64/PKGBUILD
(from rev 276033, freeradius/trunk/PKGBUILD)
  freeradius/repos/staging-x86_64/freeradius-sysusers.conf
(from rev 276033, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/staging-x86_64/freeradius-tmpfiles.conf
(from rev 276033, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/staging-x86_64/freeradius.service
(from rev 276033, freeradius/trunk/freeradius.service)

--+
 PKGBUILD |   58 +
 freeradius-sysusers.conf |1 
 freeradius-tmpfiles.conf |8 ++
 freeradius.service   |   19 ++
 4 files changed, 86 insertions(+)

Copied: freeradius/repos/staging-x86_64/PKGBUILD (from rev 276033, 
freeradius/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-25 20:03:46 UTC (rev 276034)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.15
+pkgrel=5
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 
'libpcap')
+makedepends=('unixodbc' 'python2' 'curl' 'json-c')
+optdepends=('unixodbc: for ODBC'
+   'python2: for Python'
+   'json-c: rlm_rest module'
+   'curl: for REST')
+options=('!makeflags')
+validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+   'freeradius-sysusers.conf'
+   'freeradius-tmpfiles.conf'
+   'freeradius.service')
+sha256sums=('23267d8505e7b2909f5bdbf3938ca077c1fe122290dc969304d4f3b594f7e3ba'
+'SKIP'
+'573c05df429405d8647f5b52f68f7ad13bf7392314d30154df770ab170d793f8'
+'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
+'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
+
+build() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libdir=/usr/lib/freeradius \
+--localstatedir=/var \
+--enable-heimdal-krb5 \
+--with-system-libltdl \
+--with-system-libtool \
+--with-udpfromto
+  make
+}
+
+package() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  make install R="$pkgdir"
+  chmod o+r "$pkgdir"/etc/raddb/*
+  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
+  rm -rf "$pkgdir"/var/run
+
+  install -D -m0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+}

Copied: freeradius/repos/staging-x86_64/freeradius-sysusers.conf (from rev 
276033, freeradius/trunk/freeradius-sysusers.conf)
===
--- staging-x86_64/freeradius-sysusers.conf (rev 0)
+++ staging-x86_64/freeradius-sysusers.conf 2017-12-25 20:03:46 UTC (rev 
276034)
@@ -0,0 +1 @@
+u radiusd - "radius daemon" /var/lib/radiusd

Copied: freeradius/repos/staging-x86_64/freeradius-tmpfiles.conf (from rev 
276033, freeradius/trunk/freeradius-tmpfiles.conf)
===
--- staging-x86_64/freeradius-tmpfiles.conf (rev 0)
+++ staging-x86_64/freeradius-tmpfiles.conf 2017-12-25 20:03:46 UTC (rev 
276034)
@@ -0,0 +1,8 @@
+# configuration directory
+C /etc/raddb 0755 radiusd radiusd - /etc/raddb.default
+
+# log file
+f /var/log/radius/radius.log 0644 radiusd radiusd -
+
+# run directory
+d /run/radiusd 0755 radiusd radiusd -

Copied: freeradius/repos/staging-x86_64/freeradius.service (from rev 276033, 
freeradius/trunk/freeradius.service)
===
--- staging-x86_64/freeradius.service   (rev 0)
+++ staging-x86_64/freeradius.service   2017-12-25 20:03:46 UTC (rev 276034)
@@ -0,0 +1,19 @@
+[Unit]
+Description=FreeRADIUS high performance RADIUS server.
+After=syslog.target network.target
+Documentation=man:radiusd(8) man:radiusd.conf(5) 
https://wiki.freeradius.org/Home 
https://networkradius.com/freeradius-documentation/
+
+[Service]
+Type=forking
+PIDFile=/run/radiusd/radiusd.pid

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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 20:03:41
  Author: eworm
Revision: 276033

upgpkg: freeradius 3.0.15-5

json-c 0.13 rebuild

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 19:59:11 UTC (rev 276032)
+++ PKGBUILD2017-12-25 20:03:41 UTC (rev 276033)
@@ -5,7 +5,7 @@
 
 pkgname=freeradius
 pkgver=3.0.15
-pkgrel=4
+pkgrel=5
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url="https://freeradius.org/;


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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 19:59:11
  Author: demize
Revision: 276032

db-move: moved pigeonhole from [community-testing] to [community] (x86_64)

Added:
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 276031, pigeonhole/repos/community-testing-x86_64/PKGBUILD)
  pigeonhole/repos/community-x86_64/dovecot.conf
(from rev 276031, pigeonhole/repos/community-testing-x86_64/dovecot.conf)
Deleted:
  pigeonhole/repos/community-testing-x86_64/
  pigeonhole/repos/community-x86_64/PKGBUILD
  pigeonhole/repos/community-x86_64/dovecot.conf

---+
 /PKGBUILD |   63 
 /dovecot.conf |1 
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/dovecot.conf |1 
 4 files changed, 64 insertions(+), 56 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-12-25 19:56:19 UTC (rev 276031)
+++ community-x86_64/PKGBUILD   2017-12-25 19:59:11 UTC (rev 276032)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.0
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.5.0
-pkgrel=1
-
-pkgdesc='Sieve implementation for Dovecot'
-url='http://pigeonhole.dovecot.org/'
-arch=('x86_64')
-license=('LGPL')
-
-depends=('dovecot='$_dcpkgver)
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-$pkgver.tar.gz"{,.sig}
-dovecot.conf)
-
-sha256sums=('54c887a493605322e5b968b86f7ba0cf5c503f68513a8cbcd866185f2b237954'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd dovecot-2.3-pigeonhole-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd dovecot-2.3-pigeonhole-$pkgver
-  make check
-}
-
-package() {
-  cd dovecot-2.3-pigeonhole-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/community-x86_64/PKGBUILD (from rev 276031, 
pigeonhole/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-12-25 19:59:11 UTC (rev 276032)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.0
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.0
+pkgrel=2
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=('dovecot='$_dcpkgver)
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-$pkgver.tar.gz"{,.sig}
+dovecot.conf
+
sieve-extprograms-segfault.patch::https://github.com/dovecot/pigeonhole/commit/321a39be974deb2e7eff7b2a509a3ee6ff2e5ae1.patch)
+
+sha256sums=('54c887a493605322e5b968b86f7ba0cf5c503f68513a8cbcd866185f2b237954'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
+'SKIP')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+prepare() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+
+  patch -p1 <"$srcdir"/sieve-extprograms-segfault.patch
+}
+
+build() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: 

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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 19:56:19
  Author: demize
Revision: 276031

archrelease: copy trunk to community-testing-x86_64

Added:
  pigeonhole/repos/community-testing-x86_64/
  pigeonhole/repos/community-testing-x86_64/PKGBUILD
(from rev 276030, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-testing-x86_64/dovecot.conf
(from rev 276030, pigeonhole/trunk/dovecot.conf)

--+
 PKGBUILD |   63 +
 dovecot.conf |1 
 2 files changed, 64 insertions(+)

Copied: pigeonhole/repos/community-testing-x86_64/PKGBUILD (from rev 276030, 
pigeonhole/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-25 19:56:19 UTC (rev 276031)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.0
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.0
+pkgrel=2
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=('dovecot='$_dcpkgver)
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-$pkgver.tar.gz"{,.sig}
+dovecot.conf
+
sieve-extprograms-segfault.patch::https://github.com/dovecot/pigeonhole/commit/321a39be974deb2e7eff7b2a509a3ee6ff2e5ae1.patch)
+
+sha256sums=('54c887a493605322e5b968b86f7ba0cf5c503f68513a8cbcd866185f2b237954'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
+'SKIP')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+prepare() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+
+  patch -p1 <"$srcdir"/sieve-extprograms-segfault.patch
+}
+
+build() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/community-testing-x86_64/dovecot.conf (from rev 
276030, pigeonhole/trunk/dovecot.conf)
===
--- community-testing-x86_64/dovecot.conf   (rev 0)
+++ community-testing-x86_64/dovecot.conf   2017-12-25 19:56:19 UTC (rev 
276031)
@@ -0,0 +1 @@
+/usr/lib/dovecot


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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 19:56:07
  Author: demize
Revision: 276030

upgpkg: pigeonhole 0.5.0-2

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 19:52:29 UTC (rev 276029)
+++ PKGBUILD2017-12-25 19:56:07 UTC (rev 276030)
@@ -13,7 +13,7 @@
 
 pkgname=pigeonhole
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Sieve implementation for Dovecot'
 url='http://pigeonhole.dovecot.org/'
@@ -25,13 +25,21 @@
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
 
source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-$pkgver.tar.gz"{,.sig}
-dovecot.conf)
+dovecot.conf
+
sieve-extprograms-segfault.patch::https://github.com/dovecot/pigeonhole/commit/321a39be974deb2e7eff7b2a509a3ee6ff2e5ae1.patch)
 
 sha256sums=('54c887a493605322e5b968b86f7ba0cf5c503f68513a8cbcd866185f2b237954'
 'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
+'SKIP')
 validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

 
+prepare() {
+  cd dovecot-2.3-pigeonhole-$pkgver
+
+  patch -p1 <"$srcdir"/sieve-extprograms-segfault.patch
+}
+
 build() {
   cd dovecot-2.3-pigeonhole-$pkgver
 


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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 19:54:17
  Author: eworm
Revision: 313615

archrelease: copy trunk to staging-x86_64

Added:
  cryptsetup/repos/staging-x86_64/
  cryptsetup/repos/staging-x86_64/PKGBUILD
(from rev 313614, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/staging-x86_64/encrypt_hook
(from rev 313614, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/staging-x86_64/encrypt_install
(from rev 313614, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/staging-x86_64/sd-encrypt
(from rev 313614, cryptsetup/trunk/sd-encrypt)

-+
 PKGBUILD|   45 
 encrypt_hook|  144 ++
 encrypt_install |   44 
 sd-encrypt  |   42 +++
 4 files changed, 275 insertions(+)

Copied: cryptsetup/repos/staging-x86_64/PKGBUILD (from rev 313614, 
cryptsetup/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-25 19:54:17 UTC (rev 313615)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
+arch=(x86_64)
+license=('GPL')
+url="https://gitlab.com/cryptsetup/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c')
+makedepends=('util-linux')
+options=('!emptydirs')
+source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar.{xz,sign}
+encrypt_hook
+encrypt_install
+sd-encrypt)
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+sha256sums=('adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199'
+'SKIP'
+'416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
+'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
+'d442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  # install hook
+  install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m644 "${srcdir}"/sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/staging-x86_64/encrypt_hook (from rev 313614, 
cryptsetup/trunk/encrypt_hook)
===
--- staging-x86_64/encrypt_hook (rev 0)
+++ staging-x86_64/encrypt_hook 2017-12-25 19:54:17 UTC (rev 313615)
@@ -0,0 +1,144 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} open --type luks 
${resolved} ${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+fi
+# Ask for a passphrase
+if [ ${dopassphrase} -gt 0 ]; then
+echo ""
+echo "A password is required to access the ${cryptname} 
volume:"
+
+#loop until we get a real password
+while ! eval cryptsetup open --type luks ${resolved} 
${cryptname} ${cryptargs} ${CSQUIET}; do
+

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

2017-12-25 Thread Christian Hesse via arch-commits
Date: Monday, December 25, 2017 @ 19:54:12
  Author: eworm
Revision: 313614

upgpkg: cryptsetup 2.0.0-2

json-c 0.13 rebuild

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 13:16:55 UTC (rev 313613)
+++ PKGBUILD2017-12-25 19:54:12 UTC (rev 313614)
@@ -4,7 +4,7 @@
 
 pkgname=cryptsetup
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
 arch=(x86_64)
 license=('GPL')


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

2017-12-25 Thread Bruno Pagani via arch-commits
Date: Monday, December 25, 2017 @ 19:52:29
  Author: archange
Revision: 276029

archrelease: copy trunk to community-x86_64

Added:
  darktable/repos/community-x86_64/PKGBUILD
(from rev 276028, darktable/trunk/PKGBUILD)
Deleted:
  darktable/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 19:52:10 UTC (rev 276028)
+++ PKGBUILD2017-12-25 19:52:29 UTC (rev 276029)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-epoch=2
-pkgver=2.2.5
-pkgrel=2
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick' 'osm-gps-map')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'libcups')
-validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
-# even releases are stable, do not change source url!
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('e303a42b33f78eb1f48d3b36d1df46f30873df4c5a7b49605314f61c49fbf281'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
-  make DESTDIR="$pkgdir" install
-  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-x86_64/PKGBUILD (from rev 276028, 
darktable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 19:52:29 UTC (rev 276029)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+epoch=2
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('x86_64')
+url="https://darktable.org;
+license=('GPL3')
+depends=('pugixml' 'libjpeg-turbo' 'colord-gtk' 'libgphoto2' 'openexr' 
'lensfun'
+ 'exiv2' 'flickcurl' 'openjpeg2' 'graphicsmagick' 'lua' 'osm-gps-map' 
'libsecret')
+makedepends=('cmake' 'intltool' 'desktop-file-utils' 'llvm' 'clang' 
'python-jsonschema' 'libwebp'
+ 'python-setuptools') #Missing dep of jsonschema
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
+# even releases are stable, do not change source url!
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('9d37388aee79d5ada71062bbac3cda612a61d1a781f6320b784b27308f3a1878'
+'SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver/rc/~rc} \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=${pkgver}
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so "$pkgdir"/usr/lib/libdarktable.so
+}


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

2017-12-25 Thread Bruno Pagani via arch-commits
Date: Monday, December 25, 2017 @ 19:52:10
  Author: archange
Revision: 276028

upgpkg: darktable 2:2.4.0-1

Upstream release + PKGBUILD overhaul.

No real major changes outside upstream dep change: lua52 to lua.

Modified:
  darktable/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 18 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 19:48:16 UTC (rev 276027)
+++ PKGBUILD2017-12-25 19:52:10 UTC (rev 276028)
@@ -1,34 +1,34 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
 # Contributor: Christian Himpel 
 # Contributor: Johannes Hanika 
 
 pkgname=darktable
 epoch=2
-pkgver=2.2.5
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=('x86_64')
-url=http://darktable.sf.net/
+url="https://darktable.org;
 license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick' 'osm-gps-map')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'libcups')
+depends=('pugixml' 'libjpeg-turbo' 'colord-gtk' 'libgphoto2' 'openexr' 
'lensfun'
+ 'exiv2' 'flickcurl' 'openjpeg2' 'graphicsmagick' 'lua' 'osm-gps-map' 
'libsecret')
+makedepends=('cmake' 'intltool' 'desktop-file-utils' 'llvm' 'clang' 
'python-jsonschema' 'libwebp'
+ 'python-setuptools') #Missing dep of jsonschema
 validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
 # even releases are stable, do not change source url!
 
source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('e303a42b33f78eb1f48d3b36d1df46f30873df4c5a7b49605314f61c49fbf281'
+sha256sums=('9d37388aee79d5ada71062bbac3cda612a61d1a781f6320b784b27308f3a1878'
 'SKIP')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
-  mkdir -p build
   cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
+  cmake ../${pkgname}-${pkgver/rc/~rc} \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
   -DCMAKE_BUILD_TYPE=Release \
@@ -36,21 +36,13 @@
   -DBUILD_USERMANUAL=False \
   -DUSE_LIBSECRET=On \
   -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
   -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
+  -DPROJECT_VERSION=${pkgver}
   make
-
-  cd ../tools/basecurve
-  cmake .
-  make
 }
 
 package() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
+  cd build
   make DESTDIR="$pkgdir" install
-  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
+  ln -s darktable/libdarktable.so "$pkgdir"/usr/lib/libdarktable.so
 }


[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (6 files)

2017-12-25 Thread Laurent Carlier via arch-commits
Date: Monday, December 25, 2017 @ 19:48:16
  Author: lcarlier
Revision: 276027

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 276026, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 276026, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 276026, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

+
 0002-glvnd-fix-gl-dot-pc.patch |   24 +-
 LICENSE|  164 +--
 PKGBUILD   |  331 +++
 3 files changed, 259 insertions(+), 260 deletions(-)

Deleted: 0002-glvnd-fix-gl-dot-pc.patch
===
--- 0002-glvnd-fix-gl-dot-pc.patch  2017-12-25 19:47:59 UTC (rev 276026)
+++ 0002-glvnd-fix-gl-dot-pc.patch  2017-12-25 19:48:16 UTC (rev 276027)
@@ -1,12 +0,0 @@
-diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
 mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
-+++ mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
-@@ -7,7 +7,7 @@ Name: gl
- Description: Mesa OpenGL library
- Requires.private: @GL_PC_REQ_PRIV@
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -l@GL_LIB@
-+Libs: -L${libdir} -lGL
- Libs.private: @GL_PC_LIB_PRIV@
- Cflags: -I${includedir} @GL_PC_CFLAGS@
- glx_tls: @GLX_TLS@

Copied: lib32-mesa/repos/multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch 
(from rev 276026, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- 0002-glvnd-fix-gl-dot-pc.patch  (rev 0)
+++ 0002-glvnd-fix-gl-dot-pc.patch  2017-12-25 19:48:16 UTC (rev 276027)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Deleted: LICENSE
===
--- LICENSE 2017-12-25 19:47:59 UTC (rev 276026)
+++ LICENSE 2017-12-25 19:48:16 UTC (rev 276027)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES 

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

2017-12-25 Thread Laurent Carlier via arch-commits
Date: Monday, December 25, 2017 @ 19:47:59
  Author: lcarlier
Revision: 276026

upgpkg: lib32-mesa 17.3.1-2

drop historical Arch dri module path - use upstream default path - FS#56847

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 17:23:47 UTC (rev 276025)
+++ PKGBUILD2017-12-25 19:47:59 UTC (rev 276026)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
 pkgver=17.3.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -47,7 +47,6 @@
 --libdir=/usr/lib32 \
 --prefix=/usr \
 --sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
 --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,swr \
 --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
 --with-platforms=x11,drm,wayland \
@@ -114,7 +113,7 @@
'lib32-libxshmfence')
 
   install -m755 -d ${pkgdir}/usr/lib32/dri
-  cp -av ${srcdir}/fakeinstall/usr/lib32/dri/* ${pkgdir}/usr/lib32/dri
+  cp -av ${srcdir}/fakeinstall/usr/lib32/dri/*_drv_video.so 
${pkgdir}/usr/lib32/dri

   install -m755 -d "${pkgdir}/usr/share/licenses/lib32-libva-mesa-driver"
   install -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/lib32-libva-mesa-driver/"
@@ -142,9 +141,9 @@
   conflicts=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri' 'lib32-mesa-libgl')
   replaces=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri' 'lib32-mesa-libgl')
 
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  install -m755 -d ${pkgdir}/usr/lib32/dri
   # ati-dri, nouveay-dri, intel-dri, swrast
-  cp -av ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/* 
${pkgdir}/usr/lib32/xorg/modules/dri
+  cp -av ${srcdir}/fakeinstall/usr/lib32/dri/*_dri.so ${pkgdir}/usr/lib32/dri
 
   install -m755 -d ${pkgdir}/usr/lib32
   cp -rv ${srcdir}/fakeinstall/usr/lib32/d3d  ${pkgdir}/usr/lib32


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

2017-12-25 Thread Bruno Pagani via arch-commits
Date: Monday, December 25, 2017 @ 17:23:47
  Author: archange
Revision: 276025

archrelease: copy trunk to community-x86_64

Added:
  clinfo/repos/community-x86_64/PKGBUILD
(from rev 276024, clinfo/trunk/PKGBUILD)
Deleted:
  clinfo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 17:22:56 UTC (rev 276024)
+++ PKGBUILD2017-12-25 17:23:47 UTC (rev 276025)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Zanny 
-# Contributor: Ivan Shapovalov 
-
-pkgname=clinfo
-pkgver=2.1.17.02.09
-pkgrel=1
-pkgdesc="A simple OpenCL application that enumerates all available platform 
and device properties"
-arch=('i686' 'x86_64')
-url="https://github.com/Oblomov/clinfo;
-license=('custom:Public Domain')
-depends=('opencl-icd-loader')
-makedepends=('opencl-headers')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ae2b2ae0d287b1ec310844bbd3ae95f3cf8589dd356c736a6fe3133427df438d')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -Dm755 clinfo -t "${pkgdir}"/usr/bin/
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-install -Dm644 man/clinfo.1 -t "${pkgdir}"/usr/share/man/man1/
-}

Copied: clinfo/repos/community-x86_64/PKGBUILD (from rev 276024, 
clinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 17:23:47 UTC (rev 276025)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Zanny 
+# Contributor: Ivan Shapovalov 
+
+pkgname=clinfo
+pkgver=2.2.17.10.25
+pkgrel=1
+pkgdesc="A simple OpenCL application that enumerates all available platform 
and device properties"
+arch=('x86_64')
+url="https://github.com/Oblomov/clinfo;
+license=('custom:Public Domain')
+depends=('opencl-icd-loader')
+makedepends=('opencl-headers')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('23cab774915eea6730582abfc449ac57dc10f2ce7b39293e56166ed500383862')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 clinfo -t "${pkgdir}"/usr/bin/
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+install -Dm644 man1/clinfo.1 -t "${pkgdir}"/usr/share/man/man1/
+}


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

2017-12-25 Thread Bruno Pagani via arch-commits
Date: Monday, December 25, 2017 @ 17:22:56
  Author: archange
Revision: 276024

upgpkg: clinfo 2.2.17.10.25-1

Modified:
  clinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 16:38:51 UTC (rev 276023)
+++ PKGBUILD2017-12-25 17:22:56 UTC (rev 276024)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=clinfo
-pkgver=2.1.17.02.09
+pkgver=2.2.17.10.25
 pkgrel=1
 pkgdesc="A simple OpenCL application that enumerates all available platform 
and device properties"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('opencl-icd-loader')
 makedepends=('opencl-headers')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ae2b2ae0d287b1ec310844bbd3ae95f3cf8589dd356c736a6fe3133427df438d')
+sha256sums=('23cab774915eea6730582abfc449ac57dc10f2ce7b39293e56166ed500383862')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -23,5 +23,5 @@
 cd ${pkgname}-${pkgver}
 install -Dm755 clinfo -t "${pkgdir}"/usr/bin/
 install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-install -Dm644 man/clinfo.1 -t "${pkgdir}"/usr/share/man/man1/
+install -Dm644 man1/clinfo.1 -t "${pkgdir}"/usr/share/man/man1/
 }


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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 16:38:38
  Author: demize
Revision: 276022

upgpkg: mediainfo 17.12-1

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 16:36:09 UTC (rev 276021)
+++ PKGBUILD2017-12-25 16:38:38 UTC (rev 276022)
@@ -4,7 +4,7 @@
 # Contributor: hydro 
 
 pkgname=mediainfo
-pkgver=17.10
+pkgver=17.12
 pkgrel=1
 
 pkgdesc="supplies technical and tag information about a video or audio file"
@@ -17,7 +17,7 @@
 
 
source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
 
-sha256sums=('0c1130cfa1878592f1225097a1814126378abbcc33926cdfff6bcc99422670fb')
+sha256sums=('ce14ae3b15fb36e9cd21c73ac1b4c58bcc7d9f52b1fd110a7d68b0e12d70addf')
 
 build() {
   cd MediaInfo/Project/GNU/CLI


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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 16:38:51
  Author: demize
Revision: 276023

archrelease: copy trunk to community-x86_64

Added:
  mediainfo/repos/community-x86_64/PKGBUILD
(from rev 276022, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 16:38:38 UTC (rev 276022)
+++ PKGBUILD2017-12-25 16:38:51 UTC (rev 276023)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: hydro 
-
-pkgname=mediainfo
-pkgver=17.10
-pkgrel=1
-
-pkgdesc="supplies technical and tag information about a video or audio file"
-url="http://mediaarea.net;
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
-
-sha256sums=('0c1130cfa1878592f1225097a1814126378abbcc33926cdfff6bcc99422670fb')
-
-build() {
-  cd MediaInfo/Project/GNU/CLI
-
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/CLI
-  make DESTDIR="$pkgdir" install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 276022, 
mediainfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 16:38:51 UTC (rev 276023)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: hydro 
+
+pkgname=mediainfo
+pkgver=17.12
+pkgrel=1
+
+pkgdesc="supplies technical and tag information about a video or audio file"
+url="http://mediaarea.net;
+arch=('x86_64')
+license=('GPL')
+
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('ce14ae3b15fb36e9cd21c73ac1b4c58bcc7d9f52b1fd110a7d68b0e12d70addf')
+
+build() {
+  cd MediaInfo/Project/GNU/CLI
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 16:36:09
  Author: demize
Revision: 276021

archrelease: copy trunk to community-x86_64

Added:
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 276020, libmediainfo/trunk/PKGBUILD)
Deleted:
  libmediainfo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 16:35:53 UTC (rev 276020)
+++ PKGBUILD2017-12-25 16:36:09 UTC (rev 276021)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor:  hydro 
-
-pkgname=libmediainfo
-pkgver=17.10
-pkgrel=1
-
-pkgdesc="shared library for mediainfo"
-url="http://mediaarea.net;
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-
-source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
-
-sha256sums=('60b018fcd8acd249c5316670bdf1c85abc166fb9c340e84da834b1332a59a102')
-
-build() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  sh ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --disable-static \
-  --with-libcurl \
-  --with-libmms
-
-  make
-}
-
-package() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  make DESTDIR="$pkgdir" install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 "$pkgdir"/usr/include/$i
-install -m 644 "$srcdir"/MediaInfoLib/Source/$i/*.h 
"$pkgdir"/usr/include/$i
-  done
-  install -dm 755 "$pkgdir"/usr/lib/pkgconfig
-  install -m 644 "$srcdir"/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
"$pkgdir"/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
"$pkgdir"/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-x86_64/PKGBUILD (from rev 276020, 
libmediainfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 16:36:09 UTC (rev 276021)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor:  hydro 
+
+pkgname=libmediainfo
+pkgver=17.12
+pkgrel=1
+
+pkgdesc="shared library for mediainfo"
+url="http://mediaarea.net;
+arch=('x86_64')
+license=('GPL')
+
+depends=('curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+
+source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
+
+sha256sums=('b482bb34df5d59ae8b735b9631ad0ad150dc71b715e851f1d3155ceb4921a452')
+
+build() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --disable-static \
+  --with-libcurl \
+  --with-libmms
+
+  make
+}
+
+package() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  make DESTDIR="$pkgdir" install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 "$pkgdir"/usr/include/$i
+install -m 644 "$srcdir"/MediaInfoLib/Source/$i/*.h 
"$pkgdir"/usr/include/$i
+  done
+  install -dm 755 "$pkgdir"/usr/lib/pkgconfig
+  install -m 644 "$srcdir"/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
"$pkgdir"/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
"$pkgdir"/usr/lib/pkgconfig/libmediainfo.pc
+}


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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 16:35:53
  Author: demize
Revision: 276020

upgpkg: libmediainfo 17.12-1

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 16:22:00 UTC (rev 276019)
+++ PKGBUILD2017-12-25 16:35:53 UTC (rev 276020)
@@ -4,7 +4,7 @@
 # Contributor:  hydro 
 
 pkgname=libmediainfo
-pkgver=17.10
+pkgver=17.12
 pkgrel=1
 
 pkgdesc="shared library for mediainfo"
@@ -17,7 +17,7 @@
 
 
source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
 
-sha256sums=('60b018fcd8acd249c5316670bdf1c85abc166fb9c340e84da834b1332a59a102')
+sha256sums=('b482bb34df5d59ae8b735b9631ad0ad150dc71b715e851f1d3155ceb4921a452')
 
 build() {
   cd MediaInfoLib/Project/GNU/Library


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

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 16:21:52
  Author: demize
Revision: 276018

upgpkg: anki 2.1.0beta29-2

Revert patch that makes it not run on 5.10.  I can't reproduce the issue, and 
even if I could, we can't do much more than wait for any bugs to be worked out.

Added:
  anki/trunk/0001-Revert-refuse-to-run-on-qt-5.10.patch
Modified:
  anki/trunk/PKGBUILD

+
 0001-Revert-refuse-to-run-on-qt-5.10.patch |   24 
 PKGBUILD   |   14 +++---
 2 files changed, 35 insertions(+), 3 deletions(-)

Added: 0001-Revert-refuse-to-run-on-qt-5.10.patch
===
--- 0001-Revert-refuse-to-run-on-qt-5.10.patch  (rev 0)
+++ 0001-Revert-refuse-to-run-on-qt-5.10.patch  2017-12-25 16:21:52 UTC (rev 
276018)
@@ -0,0 +1,24 @@
+From 6cb98293898c20e34c6ed3ebdb54f757c1a5a768 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Mon, 25 Dec 2017 17:17:13 +0100
+Subject: [PATCH] Revert "refuse to run on qt 5.10"
+
+This reverts commit 65b826d787aff5344ee35707ba3ed21b0678cb7a.
+---
+ aqt/qt.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/aqt/qt.py b/aqt/qt.py
+index d2a87d1..0afb43a 100644
+--- a/aqt/qt.py
 b/aqt/qt.py
+@@ -40,5 +40,3 @@ qtpoint = QT_VERSION & 0xff
+ 
+ if qtmajor < 5 or (qtmajor == 5 and qtminor < 9):
+ raise Exception("Anki requires Qt 5.9.0+")
+-if qtmajor == 5 and qtminor == 10:
+-raise Exception("Qt 5.10 is known to be buggy.")
+\ No newline at end of file
+-- 
+2.15.1
+

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 13:56:49 UTC (rev 276017)
+++ PKGBUILD2017-12-25 16:21:52 UTC (rev 276018)
@@ -7,7 +7,7 @@
 
 pkgname=anki
 pkgver=2.1.0beta29
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/;
@@ -20,9 +20,17 @@
 optdepends=('lame: record sound'
 'mplayer: play sound')
 
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
-sha256sums=('7b412ff40a7fc347a85a5ca6c234c5aa4d3919d1ca9dc1729095abdc4e8ca6dd')
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz
+0001-Revert-refuse-to-run-on-qt-5.10.patch)
+sha256sums=('7b412ff40a7fc347a85a5ca6c234c5aa4d3919d1ca9dc1729095abdc4e8ca6dd'
+'9f10126ffc9e9a3552bee20b750d6a43ec631280ad0838c9f7d2b188998c5ac1')
 
+prepare() {
+  cd anki-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Revert-refuse-to-run-on-qt-5.10.patch
+}
+
 package() {
   cd anki-$pkgver
   mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}


[arch-commits] Commit in anki/repos/community-any (3 files)

2017-12-25 Thread Johannes Löthberg via arch-commits
Date: Monday, December 25, 2017 @ 16:22:00
  Author: demize
Revision: 276019

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/0001-Revert-refuse-to-run-on-qt-5.10.patch
(from rev 276018, anki/trunk/0001-Revert-refuse-to-run-on-qt-5.10.patch)
  anki/repos/community-any/PKGBUILD
(from rev 276018, anki/trunk/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD

+
 0001-Revert-refuse-to-run-on-qt-5.10.patch |   24 
 PKGBUILD   |   80 ++-
 2 files changed, 68 insertions(+), 36 deletions(-)

Copied: anki/repos/community-any/0001-Revert-refuse-to-run-on-qt-5.10.patch 
(from rev 276018, anki/trunk/0001-Revert-refuse-to-run-on-qt-5.10.patch)
===
--- 0001-Revert-refuse-to-run-on-qt-5.10.patch  (rev 0)
+++ 0001-Revert-refuse-to-run-on-qt-5.10.patch  2017-12-25 16:22:00 UTC (rev 
276019)
@@ -0,0 +1,24 @@
+From 6cb98293898c20e34c6ed3ebdb54f757c1a5a768 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Mon, 25 Dec 2017 17:17:13 +0100
+Subject: [PATCH] Revert "refuse to run on qt 5.10"
+
+This reverts commit 65b826d787aff5344ee35707ba3ed21b0678cb7a.
+---
+ aqt/qt.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/aqt/qt.py b/aqt/qt.py
+index d2a87d1..0afb43a 100644
+--- a/aqt/qt.py
 b/aqt/qt.py
+@@ -40,5 +40,3 @@ qtpoint = QT_VERSION & 0xff
+ 
+ if qtmajor < 5 or (qtmajor == 5 and qtminor < 9):
+ raise Exception("Anki requires Qt 5.9.0+")
+-if qtmajor == 5 and qtminor == 10:
+-raise Exception("Qt 5.10 is known to be buggy.")
+\ No newline at end of file
+-- 
+2.15.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 16:21:52 UTC (rev 276018)
+++ PKGBUILD2017-12-25 16:22:00 UTC (rev 276019)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0beta29
-pkgrel=1
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/;
-arch=('any')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
-sha256sums=('7b412ff40a7fc347a85a5ca6c234c5aa4d3919d1ca9dc1729095abdc4e8ca6dd')
-
-package() {
-  cd anki-$pkgver
-  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * "$pkgdir"/usr/share/anki/
-  cd "$pkgdir"/usr/share/anki
-  mv tools/runanki.system "$pkgdir"/usr/bin/anki
-  mv anki.xpm anki.png "$pkgdir"/usr/share/pixmaps
-  mv anki.desktop "$pkgdir"/usr/share/applications
-  mv anki.1 "$pkgdir"/usr/share/man/man1
-  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 276018, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 16:22:00 UTC (rev 276019)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0beta29
+pkgrel=2
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/;
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz
+0001-Revert-refuse-to-run-on-qt-5.10.patch)
+sha256sums=('7b412ff40a7fc347a85a5ca6c234c5aa4d3919d1ca9dc1729095abdc4e8ca6dd'
+'9f10126ffc9e9a3552bee20b750d6a43ec631280ad0838c9f7d2b188998c5ac1')
+
+prepare() {
+  cd anki-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Revert-refuse-to-run-on-qt-5.10.patch
+}
+
+package() {
+  cd anki-$pkgver
+  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * "$pkgdir"/usr/share/anki/
+  cd "$pkgdir"/usr/share/anki
+  mv tools/runanki.system "$pkgdir"/usr/bin/anki
+  mv anki.xpm anki.png "$pkgdir"/usr/share/pixmaps
+  mv anki.desktop 

[arch-commits] Commit in syncthing/repos/community-x86_64 (10 files)

2017-12-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 25, 2017 @ 13:56:49
  Author: jlichtblau
Revision: 276017

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 276016, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 276016, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 276016, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 276016, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 276016, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

-+
 PKGBUILD|  188 +-
 syncthing-relaysrv.service  |   34 +++
 syncthing-relaysrv.sysusers |4 
 syncthing-relaysrv.tmpfiles |2 
 syncthing.install   |   18 ++--
 5 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 13:56:25 UTC (rev 276016)
+++ PKGBUILD2017-12-25 13:56:49 UTC (rev 276017)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.41
-pkgrel=1
-arch=('x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('0a7d3c260f5cc8071cf880923d3dc59d3e9163cdd402c169058be59700cd2ad2'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"$pkgdir/etc/ufw/applications.d/ufw-syncthing"
-
-  # man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}
-
-package_syncthing-relaysrv() {
-  pkgdesc='Relay server for Syncthing'
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 strelaysrv "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 "${srcdir}"/${pkgname}.service \
-"${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}/${pkgname}.tmpfiles" \
-

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

2017-12-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 25, 2017 @ 13:56:25
  Author: jlichtblau
Revision: 276016

upgpkg: syncthing 0.14.42-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 13:53:10 UTC (rev 276015)
+++ PKGBUILD2017-12-25 13:56:25 UTC (rev 276016)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.41
+pkgver=0.14.42
 pkgrel=1
 arch=('x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('0a7d3c260f5cc8071cf880923d3dc59d3e9163cdd402c169058be59700cd2ad2'
+sha256sums=('d194330f1dfac8bdb83edc978e0b184ed0c5e3aa32af660d95e4592824b20c63'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2017-12-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 25, 2017 @ 13:53:10
  Author: jlichtblau
Revision: 276015

archrelease: copy trunk to community-any

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

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

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

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


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

2017-12-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 25, 2017 @ 13:52:57
  Author: jlichtblau
Revision: 276014

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 12:45:56 UTC (rev 276013)
+++ PKGBUILD2017-12-25 13:52:57 UTC (rev 276014)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.12.14
+pkgver=2017.12.23
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -16,7 +16,7 @@
 'python-crypto: for hlsnative downloader'
 'phantomjs')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('1212228b53424184cbffc64007475da6844fa7a906d11dab02ce2d7f20d31b06'
+sha256sums=('85206c46a90a8993b133b9dd0e0ec8fc6f358060dfea5b5c607aa58a9b5ca18a'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-12-25 Thread Andreas Radke via arch-commits
Date: Monday, December 25, 2017 @ 13:16:55
  Author: andyrtr
Revision: 313613

archrelease: copy trunk to testing-x86_64

Added:
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 313612, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 313612, bluez/trunk/bluetooth.modprobe)

+
 PKGBUILD   |  146 +++
 bluetooth.modprobe |3 +
 2 files changed, 149 insertions(+)

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 313612, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-25 13:16:55 UTC (rev 313613)
@@ -0,0 +1,146 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.47
+pkgrel=4
+url="http://www.bluez.org/;
+arch=('x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib')
+source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+bluetooth.modprobe)
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('cf75bf7cd5d564f21cc4a2bd01d5c39ce425397335fd47d9bbe43af0a58342c8'
+'SKIP'
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-midi \
+  --enable-sixaxis \
+  --enable-experimental \
+  --enable-library # this is deprecated
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check || /bin/true # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib')
+  backup=('etc/dbus-1/system.d/bluetooth.conf'
+  'etc/bluetooth/main.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-libexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # ship upstream main config file
+  install -dm755 ${pkgdir}/etc/bluetooth
+  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/src/main.conf 
${pkgdir}/etc/bluetooth/main.conf
+
+  # add basic documention
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
+  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
+  # fix module loading errors
+  install -dm755 ${pkgdir}/usr/lib/modprobe.d
+  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf
+  # load module at system start required by some functions
+  # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+  install -dm755 $pkgdir/usr/lib/modules-load.d
+  echo "crypto_user" > $pkgdir/usr/lib/modules-load.d/bluez.conf
+  
+  # fix obex file transfer - https://bugs.archlinux.org/task/45816
+  ln -fs /usr/lib/systemd/user/obex.service 
${pkgdir}/usr/lib/systemd/user/dbus-org.bluez.obex.service
+}
+
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd' 'glib2')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-binPROGRAMS \
+   install-man1
+
+  # add missing tools FS#41132, FS#41687, FS#42716
+  for files in `find tools/ -type f -perm -755`; do
+filename=$(basename $files)
+install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
+  done
+  
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  #rmdir ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/lib
+  
+  # move the hid2hci man page out
+  mv ${pkgdir}/usr/share/man/man1/hid2hci.1 ${srcdir}/
+}
+
+package_bluez-libs() {
+  pkgdesc="Deprecated libraries for the bluetooth protocol stack"
+  depends=('glibc')
+  license=('LGPL2.1')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-includeHEADERS \
+   install-libLTLIBRARIES \
+   install-pkgconfigDATA
+}
+
+package_bluez-cups() {
+  pkgdesc="CUPS printer backend for Bluetooth printers"
+  depends=('cups')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} 

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

2017-12-25 Thread Andreas Radke via arch-commits
Date: Monday, December 25, 2017 @ 13:16:42
  Author: andyrtr
Revision: 313612

upgpkg: bluez 5.47-4

enable BLE MIDI support - FS56776

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 13:10:21 UTC (rev 313611)
+++ PKGBUILD2017-12-25 13:16:42 UTC (rev 313612)
@@ -6,11 +6,11 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.47
-pkgrel=3
+pkgrel=4
 url="http://www.bluez.org/;
 arch=('x86_64')
 license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib')
 
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
@@ -27,6 +27,7 @@
   --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib \
+  --enable-midi \
   --enable-sixaxis \
   --enable-experimental \
   --enable-library # this is deprecated
@@ -41,7 +42,7 @@
 
 package_bluez() {
   pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2')
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib')
   backup=('etc/dbus-1/system.d/bluetooth.conf'
   'etc/bluetooth/main.conf')
   conflicts=('obexd-client' 'obexd-server')


  1   2   >