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

2019-01-13 Thread Alexander Rødseth via arch-commits
Date: Monday, January 14, 2019 @ 07:58:46
  Author: arodseth
Revision: 423054

upgpkg: fff 1.0-1

Modified:
  fff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 07:37:39 UTC (rev 423053)
+++ PKGBUILD2019-01-14 07:58:46 UTC (rev 423054)
@@ -2,7 +2,7 @@
 # Contributor: Crestwave 
 
 pkgname=fff
-pkgver=0.3.2
+pkgver=1.0
 pkgrel=1
 pkgdesc='Simple and fast file manager'
 arch=(any)


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

2019-01-13 Thread Alexander Rødseth via arch-commits
Date: Monday, January 14, 2019 @ 07:58:56
  Author: arodseth
Revision: 423055

archrelease: copy trunk to community-any

Added:
  fff/repos/community-any/PKGBUILD
(from rev 423054, fff/trunk/PKGBUILD)
Deleted:
  fff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 07:58:46 UTC (rev 423054)
+++ PKGBUILD2019-01-14 07:58:56 UTC (rev 423055)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Crestwave 
-
-pkgname=fff
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Simple and fast file manager'
-arch=(any)
-url='https://github.com/dylanaraps/fff'
-license=(MIT)
-makedepends=(git)
-depends=(xdg-utils)
-source=("git+${url}#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 {CONTRIBUTING,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fff/repos/community-any/PKGBUILD (from rev 423054, fff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 07:58:56 UTC (rev 423055)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Crestwave 
+
+pkgname=fff
+pkgver=1.0
+pkgrel=1
+pkgdesc='Simple and fast file manager'
+arch=(any)
+url='https://github.com/dylanaraps/fff'
+license=(MIT)
+makedepends=(git)
+depends=(xdg-utils)
+source=("git+${url}#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 {CONTRIBUTING,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:39:37
  Author: felixonmars
Revision: 344058

archrelease: copy trunk to testing-x86_64

Added:
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 344057, python-numpy/trunk/PKGBUILD)

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

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 344057, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-14 07:39:37 UTC (rev 344058)
@@ -0,0 +1,77 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python-numpy' 'python2-numpy')
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="http://www.numpy.org/;
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools'
+ 'gcc-fortran' 'python-nose' 'python2-nose' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
+sha512sums=('fb1ef9c4e9d664b3c5db47dfd261dcd7ee8b4eb48eb167812de893de88ca0b9a984a56a039958f03184dbc369bcd58e03f89447ef71cf61294bb1fd6eb7f')
+
+prepare() {
+  cp -a numpy-$pkgver{,-py2}
+  cd numpy-$pkgver-py2
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir"/numpy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/numpy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: Fix fortran tests here (it works fine after installation)
+
+  cd "$srcdir"/numpy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  cd "$PWD/tmp_install"
+  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.7/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
+
+  cd "$srcdir"/numpy-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  cd "$PWD/tmp_install"
+  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python2.7/site-packages:$PYTHONPATH" python2 -c 
'import numpy; numpy.test()'
+}
+
+package_python-numpy() {
+  depends=('cblas' 'lapack' 'python')
+  optdepends=('python-nose: testsuite'
+  'openblas: faster linear algebra')
+
+  cd numpy-$pkgver
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+}
+
+package_python2-numpy() {
+  depends=('cblas' 'lapack' 'python2')
+  optdepends=('python2-nose: testsuite'
+  'openblas: faster linear algebra')
+
+  cd numpy-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  mv "$pkgdir"/usr/bin/f2py{,2}
+}


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:39:20
  Author: felixonmars
Revision: 344057

upgpkg: python-numpy 1.16.0-1

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 07:34:07 UTC (rev 344056)
+++ PKGBUILD2019-01-14 07:39:20 UTC (rev 344057)
@@ -5,18 +5,18 @@
 
 pkgbase=python-numpy
 pkgname=('python-numpy' 'python2-numpy')
-pkgver=1.15.4
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')
 url="http://www.numpy.org/;
-makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
- 'python-nose' 'python2-nose' 'cython' 'cython2')
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools'
+ 'gcc-fortran' 'python-nose' 'python2-nose' 'cython' 'cython2')
 checkdepends=('python-pytest' 'python2-pytest')
 options=('staticlibs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
-sha512sums=('2cb375b5cec4b9fbf6f65fb79eb81429af3e1e6aefa5e39cafeee7d9ecd8046647ccc97129170069e583327601b9cfba562be3720dc5cb2bdc2216ac6eb6d690')
+sha512sums=('fb1ef9c4e9d664b3c5db47dfd261dcd7ee8b4eb48eb167812de893de88ca0b9a984a56a039958f03184dbc369bcd58e03f89447ef71cf61294bb1fd6eb7f')
 
 prepare() {
   cp -a numpy-$pkgver{,-py2}
@@ -72,4 +72,6 @@
 
   install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
   install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  mv "$pkgdir"/usr/bin/f2py{,2}
 }


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:37:11
  Author: felixonmars
Revision: 423051

archrelease: copy trunk to community-any

Added:
  python-pytest-flake8/repos/community-any/PKGBUILD
(from rev 423050, python-pytest-flake8/trunk/PKGBUILD)
Deleted:
  python-pytest-flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 07:36:52 UTC (rev 423050)
+++ PKGBUILD2019-01-14 07:37:11 UTC (rev 423051)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-flake8
-pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='pytest plugin to check FLAKE8 requirements'
-arch=('any')
-license=('MIT')
-url='https://github.com/tholo/pytest-flake8'
-makedepends=('python-pytest' 'python2-pytest' 'flake8' 'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz;)
-sha512sums=('fec31ba44a9915007b5629c82636d522cd9184739699e963c6cae27fbb9ddf55e1853c922abd2e2259e02074920ef2c67ae80d6a93bff8187082fa8584daea60')
-
-prepare() {
-  sed -i 's/ignore = E128/ignore = E128 W605/' pytest-flake8-$pkgver/tox.ini
-
-  cp -a pytest-flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/pytest-flake8-$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-pytest-flake8() {
-  depends=('python-pytest' 'flake8')
-
-  cd pytest-flake8-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-flake8() {
-  depends=('python2-pytest' 'python2-flake8')
-
-  cd pytest-flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-flake8/repos/community-any/PKGBUILD (from rev 423050, 
python-pytest-flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 07:37:11 UTC (rev 423051)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-flake8
+pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='pytest plugin to check FLAKE8 requirements'
+arch=('any')
+license=('MIT')
+url='https://github.com/tholo/pytest-flake8'
+makedepends=('python-pytest' 'python2-pytest' 'flake8' 'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz;)
+sha512sums=('c17b9d3b635c61e61242abb7cdb457fd6906c4a7c1d2ece9ea625cfe4d0675caabff366511b4114e6afc1742b7ccf9d8d56658fe69b28b819a42d1af183cbe87')
+
+prepare() {
+  sed -i 's/ignore = E128/ignore = E128 W605/' pytest-flake8-$pkgver/tox.ini
+
+  cp -a pytest-flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-flake8-$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-pytest-flake8() {
+  depends=('python-pytest' 'flake8')
+
+  cd pytest-flake8-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-flake8() {
+  depends=('python2-pytest' 'python2-flake8')
+
+  cd pytest-flake8-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:37:39
  Author: felixonmars
Revision: 423053

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 423052, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 07:37:21 UTC (rev 423052)
+++ PKGBUILD2019-01-14 07:37:39 UTC (rev 423053)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.6.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs')
-makedepends=('cmake')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('934e19271b6d0276ee26cf58b8d25a56c07f12bb7e26590df246051700e9ff98f4e1553f40ec6ad180edda8e294a8ad77f86ca5022b115174ce9fc86cada1df7')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 423052, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 07:37:39 UTC (rev 423053)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.6.3
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs')
+makedepends=('cmake')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('ba98c39fc88bfa1585467cd51850cdd31d0c00235b77ff6559445f54fff4e82a404c107539df9cbb83bf343ddb17ba1d7b4a54cb57f4c9a1c48b5e124217f42b')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:37:21
  Author: felixonmars
Revision: 423052

upgpkg: deepin-launcher 4.6.3-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 07:37:11 UTC (rev 423051)
+++ PKGBUILD2019-01-14 07:37:21 UTC (rev 423052)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -15,8 +15,8 @@
 conflicts=('dde-launcher')
 replaces=('dde-launcher')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('934e19271b6d0276ee26cf58b8d25a56c07f12bb7e26590df246051700e9ff98f4e1553f40ec6ad180edda8e294a8ad77f86ca5022b115174ce9fc86cada1df7')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('ba98c39fc88bfa1585467cd51850cdd31d0c00235b77ff6559445f54fff4e82a404c107539df9cbb83bf343ddb17ba1d7b4a54cb57f4c9a1c48b5e124217f42b')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:36:52
  Author: felixonmars
Revision: 423050

upgpkg: python-pytest-flake8 1.0.3-1

Modified:
  python-pytest-flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 07:35:12 UTC (rev 423049)
+++ PKGBUILD2019-01-14 07:36:52 UTC (rev 423050)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-flake8
 pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='pytest plugin to check FLAKE8 requirements'
 arch=('any')
@@ -10,7 +10,7 @@
 url='https://github.com/tholo/pytest-flake8'
 makedepends=('python-pytest' 'python2-pytest' 'flake8' 'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz;)
-sha512sums=('fec31ba44a9915007b5629c82636d522cd9184739699e963c6cae27fbb9ddf55e1853c922abd2e2259e02074920ef2c67ae80d6a93bff8187082fa8584daea60')
+sha512sums=('c17b9d3b635c61e61242abb7cdb457fd6906c4a7c1d2ece9ea625cfe4d0675caabff366511b4114e6afc1742b7ccf9d8d56658fe69b28b819a42d1af183cbe87')
 
 prepare() {
   sed -i 's/ignore = E128/ignore = E128 W605/' pytest-flake8-$pkgver/tox.ini


[arch-commits] Commit in perl-text-template/repos/community-any (PKGBUILD PKGBUILD)

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:35:12
  Author: felixonmars
Revision: 423049

archrelease: copy trunk to community-any

Added:
  perl-text-template/repos/community-any/PKGBUILD
(from rev 423048, perl-text-template/trunk/PKGBUILD)
Deleted:
  perl-text-template/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 07:34:54 UTC (rev 423048)
+++ PKGBUILD2019-01-14 07:35:12 UTC (rev 423049)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Sébastien Luttringer 
-
-pkgname=perl-text-template
-pkgver=1.53
-pkgrel=2
-pkgdesc='Expand template text with embedded perl'
-arch=('any')
-url='http://search.cpan.org/dist/Text-Template'
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
-sha512sums=('136860f16f5100b7a672ae798be1e8d2bd1d6091e63248e9dca3bea42566e8289809d863576c7dcd734865eadb79f8d8f6443457cd14012f486ef14c98732228')
-
-build() {
-  cd Text-Template-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Text-Template-$pkgver
-  make test
-}
-
-package() {
-  cd Text-Template-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-text-template/repos/community-any/PKGBUILD (from rev 423048, 
perl-text-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 07:35:12 UTC (rev 423049)
@@ -0,0 +1,32 @@
+# Contributor: Sébastien Luttringer 
+
+pkgname=perl-text-template
+pkgver=1.54
+pkgrel=1
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='http://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
+sha512sums=('f5e772391c0c6ef117b1429892d3717bdb8f2ebf6b1571ab572416b592eef7ea45d0912140f68f77022d7e7ac03ae4b4e3b654d97b522ba59d8c952d59faa225')
+
+build() {
+  cd Text-Template-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Template-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Template-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:34:07
  Author: felixonmars
Revision: 344056

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 07:33:48 UTC (rev 344055)
+++ PKGBUILD2019-01-14 07:34:07 UTC (rev 344056)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Arvid Ephraim Picciani 
-# Contributor: Michael Krauss 
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='https://github.com/pyparsing/pyparsing/'
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('MIT')
-source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
-sha512sums=('2a4de9b208ee3c557fb6d050d5c3c20e35a11b21d35996fce5a0876d4f52952072bed7ae2ed157ae0ba388543dc554f4828a1da22712ae7d9f0d38a16b0a546e')
-
-build() {
-  cd pyparsing-pyparsing_$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd pyparsing-pyparsing_$pkgver
-  python unitTests.py
-  python2 unitTests.py
-}
-
-package_python-pyparsing() {
-  depends=('python')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/extra-any/PKGBUILD (from rev 344055, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 07:34:07 UTC (rev 344056)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='https://github.com/pyparsing/pyparsing/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
+sha512sums=('8c0e2c7a7dc7ec12f3e7c260bde25a33f325af89d9bc2329b7882ebd8a3f506fb06a36fdaba0fd8ed48040d5b7fc5288c41b01f2df84459a9980a035cb213dd0')
+
+build() {
+  cd pyparsing-pyparsing_$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd pyparsing-pyparsing_$pkgver
+  python unitTests.py
+  python2 unitTests.py
+}
+
+package_python-pyparsing() {
+  depends=('python')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-text-template/trunk (PKGBUILD)

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:34:54
  Author: felixonmars
Revision: 423048

upgpkg: perl-text-template 1.54-1

Modified:
  perl-text-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 07:31:58 UTC (rev 423047)
+++ PKGBUILD2019-01-14 07:34:54 UTC (rev 423048)
@@ -1,8 +1,8 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=perl-text-template
-pkgver=1.53
-pkgrel=2
+pkgver=1.54
+pkgrel=1
 pkgdesc='Expand template text with embedded perl'
 arch=('any')
 url='http://search.cpan.org/dist/Text-Template'
@@ -11,7 +11,7 @@
 checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
-sha512sums=('136860f16f5100b7a672ae798be1e8d2bd1d6091e63248e9dca3bea42566e8289809d863576c7dcd734865eadb79f8d8f6443457cd14012f486ef14c98732228')
+sha512sums=('f5e772391c0c6ef117b1429892d3717bdb8f2ebf6b1571ab572416b592eef7ea45d0912140f68f77022d7e7ac03ae4b4e3b654d97b522ba59d8c952d59faa225')
 
 build() {
   cd Text-Template-$pkgver


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:33:48
  Author: felixonmars
Revision: 344055

upgpkg: python-pyparsing 2.3.1-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 06:46:22 UTC (rev 344054)
+++ PKGBUILD2019-01-14 07:33:48 UTC (rev 344055)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('MIT')
 
source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
-sha512sums=('2a4de9b208ee3c557fb6d050d5c3c20e35a11b21d35996fce5a0876d4f52952072bed7ae2ed157ae0ba388543dc554f4828a1da22712ae7d9f0d38a16b0a546e')
+sha512sums=('8c0e2c7a7dc7ec12f3e7c260bde25a33f325af89d9bc2329b7882ebd8a3f506fb06a36fdaba0fd8ed48040d5b7fc5288c41b01f2df84459a9980a035cb213dd0')
 
 build() {
   cd pyparsing-pyparsing_$pkgver


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:31:15
  Author: felixonmars
Revision: 423045

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 07:30:57 UTC (rev 423044)
+++ PKGBUILD2019-01-14 07:31:15 UTC (rev 423045)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-marshmallow
-pkgname=(python-marshmallow python2-marshmallow)
-pkgver=2.17.0
-pkgrel=1
-pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
-url="https://github.com/marshmallow-code/marshmallow;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-simplejson'
-  'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
-  'python2-dateutil')
-source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('ec941f00e29fc49b6ae515307701df4194703c591386d2bf346ff3bf521d5b5281a3100343702957595e027074a05b8dc417f3a7ed23696e912002a20f61cb9e')
-
-prepare() {
-  cp -a marshmallow-$pkgver{,-py2}
-  rm -r marshmallow-$pkgver-py2/tests/test_py3
-}
-
-build() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/marshmallow-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/marshmallow-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-marshmallow() {
-  depends=('python')
-
-  cd marshmallow-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-marshmallow() {
-  depends=('python2')
-
-  cd marshmallow-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-marshmallow/repos/community-any/PKGBUILD (from rev 423044, 
python-marshmallow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 07:31:15 UTC (rev 423045)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-marshmallow
+pkgname=(python-marshmallow python2-marshmallow)
+pkgver=2.18.0
+pkgrel=1
+pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
+url="https://github.com/marshmallow-code/marshmallow;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-simplejson'
+  'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
+  'python2-dateutil')
+source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
+sha512sums=('5fada9caf8be78cdfa91de93b9779bce18d2537153a2dbba93db5dbf901990e66b4db0553b72ddabc442d4d5dfd1281ef7234b9fc6038af5d3763c045f6e77c6')
+
+prepare() {
+  cp -a marshmallow-$pkgver{,-py2}
+  rm -r marshmallow-$pkgver-py2/tests/test_py3
+}
+
+build() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/marshmallow-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/marshmallow-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-marshmallow() {
+  depends=('python')
+
+  cd marshmallow-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-marshmallow() {
+  depends=('python2')
+
+  cd marshmallow-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:30:57
  Author: felixonmars
Revision: 423044

upgpkg: python-marshmallow 2.18.0-1

Modified:
  python-marshmallow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 06:57:48 UTC (rev 423043)
+++ PKGBUILD2019-01-14 07:30:57 UTC (rev 423044)
@@ -2,7 +2,7 @@
 
 pkgbase=python-marshmallow
 pkgname=(python-marshmallow python2-marshmallow)
-pkgver=2.17.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
 url="https://github.com/marshmallow-code/marshmallow;
@@ -13,7 +13,7 @@
   'python2-simplejson' 'python-pytz' 'python2-pytz' 
'python-dateutil'
   'python2-dateutil')
 
source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('ec941f00e29fc49b6ae515307701df4194703c591386d2bf346ff3bf521d5b5281a3100343702957595e027074a05b8dc417f3a7ed23696e912002a20f61cb9e')
+sha512sums=('5fada9caf8be78cdfa91de93b9779bce18d2537153a2dbba93db5dbf901990e66b4db0553b72ddabc442d4d5dfd1281ef7234b9fc6038af5d3763c045f6e77c6')
 
 prepare() {
   cp -a marshmallow-$pkgver{,-py2}


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:31:58
  Author: felixonmars
Revision: 423047

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 07:31:24 UTC (rev 423046)
+++ PKGBUILD2019-01-14 07:31:58 UTC (rev 423047)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.157
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 07:31:24
  Author: felixonmars
Revision: 423046

upgpkg: jenkins 2.158-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 07:31:15 UTC (rev 423045)
+++ PKGBUILD2019-01-14 07:31:24 UTC (rev 423046)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.157
+pkgver=2.158
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('7fa325be8c08efb214d52c5b394e57b8968e4181d08e5d837450c15a684e80ba0a694c4650683738b0a5f7c77b6bb0282a3a6432891828d70dc56979f8dfb512'
+sha512sums=('4ccc8b900cd95ee3b1355401399fdb462c9b38680945015e77ba338004e4c3bf83be9ccfac0539d1b5c8befb19bfc0ac99d4d41ca233c4dd42ab888b16e95a6c'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 06:57:30
  Author: felixonmars
Revision: 423042

upgpkg: deepin-polkit-agent 0.2.3-1

Modified:
  deepin-polkit-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 06:25:48 UTC (rev 423041)
+++ PKGBUILD2019-01-14 06:57:30 UTC (rev 423042)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-polkit-agent
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc='Deepin Polkit Agent'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
 makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-polkit-agent/archive/$pkgver.tar.gz;)
-sha512sums=('56066a1fc5226708926a1cd7c2c57f4cc24c2464d45104de1475687010d39ae2cfd3a41e3b86a995dbcca5c44bd8637f6934eb3e7f12d02615feeab101b442f0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
+sha512sums=('757f4748392b4b8593f3cbc0de53843af9661751022d131d362a2f00323c2ee7ad612023ce043f769c1e246b4f57d6e49b43c825bcf5a4af78c19a3f9c8a9d45')
 
 build() {
   cd dde-polkit-agent-$pkgver


[arch-commits] Commit in deepin-polkit-agent/repos/community-x86_64 (2 files)

2019-01-13 Thread Felix Yan via arch-commits
Date: Monday, January 14, 2019 @ 06:57:48
  Author: felixonmars
Revision: 423043

archrelease: copy trunk to community-x86_64

Added:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 423042, deepin-polkit-agent/trunk/PKGBUILD)
Deleted:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 06:57:30 UTC (rev 423042)
+++ PKGBUILD2019-01-14 06:57:48 UTC (rev 423043)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-polkit-agent
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Deepin Polkit Agent'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-polkit-agent;
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-polkit-agent/archive/$pkgver.tar.gz;)
-sha512sums=('56066a1fc5226708926a1cd7c2c57f4cc24c2464d45104de1475687010d39ae2cfd3a41e3b86a995dbcca5c44bd8637f6934eb3e7f12d02615feeab101b442f0')
-
-build() {
-  cd dde-polkit-agent-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-polkit-agent-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 423042, 
deepin-polkit-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 06:57:48 UTC (rev 423043)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
+sha512sums=('757f4748392b4b8593f3cbc0de53843af9661751022d131d362a2f00323c2ee7ad612023ce043f769c1e246b4f57d6e49b43c825bcf5a4af78c19a3f9c8a9d45')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2019-01-13 Thread Andreas Radke via arch-commits
Date: Monday, January 14, 2019 @ 06:46:16
  Author: andyrtr
Revision: 344053

upgpkg: system-config-printer 1.5.11-4

fix D-Bus policy location

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 06:42:04 UTC (rev 344052)
+++ PKGBUILD2019-01-14 06:46:16 UTC (rev 344053)
@@ -3,7 +3,7 @@
 
 pkgname=system-config-printer
 pkgver=1.5.11
-pkgrel=3
+pkgrel=4
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="https://github.com/zdohnal/system-config-printer;
 arch=('x86_64')
@@ -29,7 +29,7 @@
   ./configure --prefix=/usr \
 --sbindir=/usr/bin \
 --sysconfdir=/etc \
---with-udevdir=/usr/lib/udev --with-udev-rules 
+--with-udevdir=/usr/lib/udev --with-udev-rules
   make
 }
 
@@ -44,4 +44,9 @@
   
   # new cups 2.0.0 service naming
   sed -i "s|cups.socket|org.cups.cupsd.socket|g" 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
+
+  # fix dbus policy location - --with-dbusdir doens't work
+  install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
+  mv ${pkgdir}/etc/dbus-1/system.d/* ${pkgdir}/usr/share/dbus-1/system.d
+  rm -rf ${pkgdir}/etc/dbus-1
 }


[arch-commits] Commit in system-config-printer/repos/extra-x86_64 (4 files)

2019-01-13 Thread Andreas Radke via arch-commits
Date: Monday, January 14, 2019 @ 06:46:22
  Author: andyrtr
Revision: 344054

archrelease: copy trunk to extra-x86_64

Added:
  
system-config-printer/repos/extra-x86_64/0001-Fix-constructing-the-auth-dialog.patch
(from rev 344053, 
system-config-printer/trunk/0001-Fix-constructing-the-auth-dialog.patch)
  system-config-printer/repos/extra-x86_64/PKGBUILD
(from rev 344053, system-config-printer/trunk/PKGBUILD)
Deleted:
  
system-config-printer/repos/extra-x86_64/0001-Fix-constructing-the-auth-dialog.patch
  system-config-printer/repos/extra-x86_64/PKGBUILD

-+
 0001-Fix-constructing-the-auth-dialog.patch |   64 
 PKGBUILD|  100 +-
 2 files changed, 84 insertions(+), 80 deletions(-)

Deleted: 0001-Fix-constructing-the-auth-dialog.patch
===
--- 0001-Fix-constructing-the-auth-dialog.patch 2019-01-14 06:46:16 UTC (rev 
344053)
+++ 0001-Fix-constructing-the-auth-dialog.patch 2019-01-14 06:46:22 UTC (rev 
344054)
@@ -1,32 +0,0 @@
-From 2766d74a98e44693f5e966d541a6303b966c088b Mon Sep 17 00:00:00 2001
-Message-Id: 
<2766d74a98e44693f5e966d541a6303b966c088b.1518105780.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 8 Feb 2018 17:01:01 +0100
-Subject: [PATCH] Fix constructing the auth dialog
-
-47973c80 (Remove deprecated Gtk objects) broke the auth dialog.
-
-Fixes https://bugs.archlinux.org/task/57364.

- authconn.py | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/authconn.py b/authconn.py
-index 2a645dcc..0f3021cb 100644
 a/authconn.py
-+++ b/authconn.py
-@@ -78,11 +78,9 @@ class AuthDialog(Gtk.Dialog):
- field = auth_info_required[i]
- label = Gtk.Label (label=_(self.AUTH_FIELD.get (field, field)))
- label.set_alignment (0, 0.5)
--grid.attach (label, 0, 1, i, i + 1)
- grid.attach (label, 0, i, 1, 1)
- entry = Gtk.Entry ()
- entry.set_visibility (field != 'password')
--grid.attach (entry, 1, 2, i, i + 1, 0, 0)
- grid.attach (entry, 1, i, 1, 1)
- self.field_entry.append (entry)
- 
--- 
-2.16.1
-

Copied: 
system-config-printer/repos/extra-x86_64/0001-Fix-constructing-the-auth-dialog.patch
 (from rev 344053, 
system-config-printer/trunk/0001-Fix-constructing-the-auth-dialog.patch)
===
--- 0001-Fix-constructing-the-auth-dialog.patch (rev 0)
+++ 0001-Fix-constructing-the-auth-dialog.patch 2019-01-14 06:46:22 UTC (rev 
344054)
@@ -0,0 +1,32 @@
+From 2766d74a98e44693f5e966d541a6303b966c088b Mon Sep 17 00:00:00 2001
+Message-Id: 
<2766d74a98e44693f5e966d541a6303b966c088b.1518105780.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 8 Feb 2018 17:01:01 +0100
+Subject: [PATCH] Fix constructing the auth dialog
+
+47973c80 (Remove deprecated Gtk objects) broke the auth dialog.
+
+Fixes https://bugs.archlinux.org/task/57364.
+---
+ authconn.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/authconn.py b/authconn.py
+index 2a645dcc..0f3021cb 100644
+--- a/authconn.py
 b/authconn.py
+@@ -78,11 +78,9 @@ class AuthDialog(Gtk.Dialog):
+ field = auth_info_required[i]
+ label = Gtk.Label (label=_(self.AUTH_FIELD.get (field, field)))
+ label.set_alignment (0, 0.5)
+-grid.attach (label, 0, 1, i, i + 1)
+ grid.attach (label, 0, i, 1, 1)
+ entry = Gtk.Entry ()
+ entry.set_visibility (field != 'password')
+-grid.attach (entry, 1, 2, i, i + 1, 0, 0)
+ grid.attach (entry, 1, i, 1, 1)
+ self.field_entry.append (entry)
+ 
+-- 
+2.16.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 06:46:16 UTC (rev 344053)
+++ PKGBUILD2019-01-14 06:46:22 UTC (rev 344054)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Andrea Scarpino 
-
-pkgname=system-config-printer
-pkgver=1.5.11
-pkgrel=3
-pkgdesc="A CUPS printer configuration tool and status applet"
-url="https://github.com/zdohnal/system-config-printer;
-arch=('x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
- 'python-requests' 'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
-optdepends=('libsecret: password management'
-'python-pysmbc: SMB browser support'
-'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
-source=(https://github.com/zdohnal/system-config-printer/releases/download/$pkgver/system-config-printer-${pkgver}.tar.xz
-0001-Fix-constructing-the-auth-dialog.patch)

[arch-commits] Commit in cups-pk-helper/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-13 Thread Andreas Radke via arch-commits
Date: Monday, January 14, 2019 @ 06:42:04
  Author: andyrtr
Revision: 344052

archrelease: copy trunk to extra-x86_64

Added:
  cups-pk-helper/repos/extra-x86_64/PKGBUILD
(from rev 344051, cups-pk-helper/trunk/PKGBUILD)
Deleted:
  cups-pk-helper/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 06:41:53 UTC (rev 344051)
+++ PKGBUILD2019-01-14 06:42:04 UTC (rev 344052)
@@ -1,27 +0,0 @@
-# Maintainer: Ionut Biru 
-
-pkgname=cups-pk-helper
-pkgver=0.2.6
-pkgrel=2
-pkgdesc="A helper that makes system-config-printer use PolicyKit"
-arch=(x86_64)
-url="https://www.freedesktop.org/software/cups-pk-helper/releases/;
-license=('GPL')
-depends=(polkit libcups)
-makedepends=(intltool)
-source=(https://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/cups-pk-helper
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cups-pk-helper/repos/extra-x86_64/PKGBUILD (from rev 344051, 
cups-pk-helper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 06:42:04 UTC (rev 344052)
@@ -0,0 +1,30 @@
+# Maintainer: Ionut Biru 
+
+pkgname=cups-pk-helper
+pkgver=0.2.6
+pkgrel=3
+pkgdesc="A helper that makes system-config-printer use PolicyKit"
+arch=(x86_64)
+url="https://www.freedesktop.org/software/cups-pk-helper/releases/;
+license=('GPL')
+depends=(polkit libcups)
+makedepends=(intltool)
+source=(https://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/cups-pk-helper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix dbus policy location - --with-dbusdir doens't work
+  install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
+  mv ${pkgdir}/etc/dbus-1/system.d/* ${pkgdir}/usr/share/dbus-1/system.d
+  rm -rf ${pkgdir}/etc/dbus-1
+}


[arch-commits] Commit in cups-pk-helper/trunk (PKGBUILD)

2019-01-13 Thread Andreas Radke via arch-commits
Date: Monday, January 14, 2019 @ 06:41:53
  Author: andyrtr
Revision: 344051

upgpkg: cups-pk-helper 0.2.6-3

fix D-Bus policy location

Modified:
  cups-pk-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 06:18:18 UTC (rev 344050)
+++ PKGBUILD2019-01-14 06:41:53 UTC (rev 344051)
@@ -2,7 +2,7 @@
 
 pkgname=cups-pk-helper
 pkgver=0.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A helper that makes system-config-printer use PolicyKit"
 arch=(x86_64)
 url="https://www.freedesktop.org/software/cups-pk-helper/releases/;
@@ -22,6 +22,9 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  # fix dbus policy location - --with-dbusdir doens't work
+  install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
+  mv ${pkgdir}/etc/dbus-1/system.d/* ${pkgdir}/usr/share/dbus-1/system.d
+  rm -rf ${pkgdir}/etc/dbus-1
 }
-
-# vim:set ts=2 sw=2 et:


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

2019-01-13 Thread Jiachen Yang via arch-commits
Date: Monday, January 14, 2019 @ 06:25:48
  Author: farseerfc
Revision: 423041

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 423040, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 423040, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
(from rev 423040, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-x86_64/demibold.patch
(from rev 423040, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 423040, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 423040, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 423040, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 423040, 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/Use-system-wide-font.patch
  telegram-desktop/repos/community-x86_64/demibold.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

+
 CMakeLists.inj |   36 -
 PKGBUILD   |  226 
 Use-system-wide-font.patch |   68 +-
 demibold.patch |   54 +-
 libtgvoip.patch|   36 -
 no-gtk2.patch  |   58 +-
 tdesktop.patch | 1104 +--
 tg.protocol|   22 
 8 files changed, 802 insertions(+), 802 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-01-14 06:24:37 UTC (rev 423040)
+++ CMakeLists.inj  2019-01-14 06:25:48 UTC (rev 423041)
@@ -1,18 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# 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)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
423040, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-01-14 06:25:48 UTC (rev 423041)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# 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)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
+
+# vim: ft=cmake

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 06:24:37 UTC (rev 423040)
+++ PKGBUILD2019-01-14 06:25:48 UTC (rev 423041)
@@ -1,113 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.5.4
-pkgrel=1
-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')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: 

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

2019-01-13 Thread Jiachen Yang via arch-commits
Date: Monday, January 14, 2019 @ 06:24:37
  Author: farseerfc
Revision: 423040

upgpkg: telegram-desktop 1.5.4-2

telegram-desktop rebuild for qt5-base update to fix built-in proxy bug

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 06:18:26 UTC (rev 423039)
+++ PKGBUILD2019-01-14 06:24:37 UTC (rev 423040)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;


[arch-commits] Commit in bluez/repos/extra-x86_64 (6 files)

2019-01-13 Thread Andreas Radke via arch-commits
Date: Monday, January 14, 2019 @ 06:17:09
  Author: andyrtr
Revision: 344046

archrelease: copy trunk to extra-x86_64

Added:
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 344045, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 344045, bluez/trunk/bluetooth.modprobe)
  bluez/repos/extra-x86_64/refresh_adv_manager_for_non-LE_devices.diff
(from rev 344045, bluez/trunk/refresh_adv_manager_for_non-LE_devices.diff)
Deleted:
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe
  bluez/repos/extra-x86_64/refresh_adv_manager_for_non-LE_devices.diff

-+
 PKGBUILD|  310 +-
 bluetooth.modprobe  |6 
 refresh_adv_manager_for_non-LE_devices.diff |  104 
 3 files changed, 210 insertions(+), 210 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 06:16:56 UTC (rev 344045)
+++ PKGBUILD2019-01-14 06:17:09 UTC (rev 344046)
@@ -1,155 +0,0 @@
-# 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.50
-pkgrel=5
-url="http://www.bluez.org/;
-arch=('x86_64')
-license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'ell')
-source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
-bluetooth.modprobe
-refresh_adv_manager_for_non-LE_devices.diff)
-# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha512sums=('64a680e4b3c270bc2439610c91ad2aef36131d84401e4bbdf6c2b7ec8708a19dfc942b31b9189c38a97ca072c761c669ae1aace5f4ff5d06de3ccbf33184be45'
-'SKIP'
-
'5370ea87fc3f76ab46f2d549c5396b6204a21b629d4765de658fe8e90331b936a36aa8624de8bb2304cc1b78ac2fa6e84f2411f247dff1aab2daf7aa21b2c650'
-
'c6ef673956963725edc52d667648e51df5b99f820e87705096b4b9338e8a4540722e734f1e8e67998c2fbbefec30645ff1fa064789c8a858f770d1214399561d')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../refresh_adv_manager_for_non-LE_devices.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --with-dbusconfdir=/usr/share/dbus-1 \
-  --enable-btpclient \
-  --enable-midi \
-  --enable-sixaxis \
-  --enable-mesh \
-  --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/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')
-  optdepends=('ell: for btpclient')
-  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 

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

2019-01-13 Thread Andreas Radke via arch-commits
Date: Monday, January 14, 2019 @ 06:16:56
  Author: andyrtr
Revision: 344045

upgpkg: bluez 5.50-6

fix D-Bus policy location - FS#61386

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 23:02:37 UTC (rev 344044)
+++ PKGBUILD2019-01-14 06:16:56 UTC (rev 344045)
@@ -5,7 +5,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.50
-pkgrel=5
+pkgrel=6
 url="http://www.bluez.org/;
 arch=('x86_64')
 license=('GPL2')
@@ -33,7 +33,7 @@
   --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib \
-  --with-dbusconfdir=/usr/share/dbus-1 \
+  --with-dbusconfdir=/usr/share \
   --enable-btpclient \
   --enable-midi \
   --enable-sixaxis \


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

2019-01-13 Thread Alexander Rødseth via arch-commits
Date: Monday, January 14, 2019 @ 02:04:53
  Author: arodseth
Revision: 423035

upgpkg: grafx2 2.6-2

Modified:
  grafx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-14 02:01:57 UTC (rev 423034)
+++ PKGBUILD2019-01-14 02:04:53 UTC (rev 423035)
@@ -3,36 +3,37 @@
 
 pkgname=grafx2
 pkgver=2.6
-pkgrel=1
+pkgrel=2
+_recoil=4.3.1
 pkgdesc='Pixelart-oriented painting program'
 arch=(x86_64)
 url='https://gitlab.com/GrafX2/grafx2'
 license=(GPL2)
 depends=(fontconfig lua sdl2_image sdl2_ttf)
-makedepends=(git sdl2_image sdl2_ttf)
+makedepends=(git)
 options=(!emptydirs)
 source=("git+https://gitlab.com/GrafX2/grafX2.git#tag=v$pkgver;
-
'https://sourceforge.net/projects/recoil/files/recoil/4.3.1/recoil-4.3.1.tar.gz')
+
"https://sourceforge.net/projects/recoil/files/recoil/$_recoil/recoil-$_recoil.tar.gz;)
 sha256sums=('SKIP'
 '8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574')
 
 prepare() {
-  mv grafX2 "$pkgname"
+  mv grafX2 $pkgname
   sed 's/-liconv//g' -i "$pkgname/src/Makefile"
   mkdir -p grafx2/3rdparty/archives
-  cp -uv recoil-4.3.1.tar.gz grafx2/3rdparty/archives/recoil-4.3.1.tar.gz
+  cp -uv recoil-$_recoil.tar.gz grafx2/3rdparty/archives/recoil-$_recoil.tar.gz
 }
 
 build() {
-  CFLAGS="$CFLAGS -w" make -C "$pkgname/src" PREFIX=/usr API=sdl2
+  CFLAGS="$CFLAGS -w" make -C $pkgname/src PREFIX=/usr API=sdl2
 }
 
 package() {
   install -d 
"$pkgdir/usr/share/grafx2/scripts/samples_2.4/picture/"{thomson/lib,others-8bit/lib}
-  CFLAGS="$CFLAGS -w" make -C "$pkgname/src" PREFIX=/usr DESTDIR="$pkgdir" 
API=sdl2 install
+  CFLAGS="$CFLAGS -w" make -C $pkgname/src PREFIX=/usr DESTDIR="$pkgdir" 
API=sdl2 install
+  mv "$pkgdir/usr/bin/grafx2-sdl2" "$pkgdir/usr/bin/grafx2"
   install -Dm644 "$pkgname/doc/README.txt" \
 "$pkgdir/usr/share/doc/$pkgname/README"
-  mv "$pkgdir/usr/bin/grafx2-sdl2" "$pkgdir/usr/bin/grafx2"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-01-13 Thread Alexander Rødseth via arch-commits
Date: Monday, January 14, 2019 @ 02:01:57
  Author: arodseth
Revision: 423034

archrelease: copy trunk to community-x86_64

Added:
  grafx2/repos/community-x86_64/PKGBUILD
(from rev 423033, grafx2/trunk/PKGBUILD)
Deleted:
  grafx2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 02:01:35 UTC (rev 423033)
+++ PKGBUILD2019-01-14 02:01:57 UTC (rev 423034)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Simon Parzer 
-
-pkgname=grafx2
-pkgver=2.5
-pkgrel=1
-pkgdesc='Pixelart-oriented painting program'
-arch=('x86_64')
-url='https://gitlab.com/GrafX2/grafx2'
-license=('GPL2')
-depends=('lua' 'fontconfig' 'sdl_image' 'sdl_ttf')
-makedepends=('gendesk' 'git')
-options=('!emptydirs')
-source=("git+https://gitlab.com/GrafX2/grafX2.git#tag=v$pkgver;
-
'https://sourceforge.net/projects/recoil/files/recoil/4.2.0/recoil-4.2.0.tar.gz')
-sha256sums=('SKIP'
-'4e8c8e3048b143654da49cc1187a0b26679c9f97f841edc0ba9e0b2e2e7f18e5')
-
-prepare() {
-  gendesk -f -n \
---pkgname "$pkgname" \
---pkgdesc "$pkgdesc" \
---name 'GrafX2' \
---genericname 'Drawing program' --exec 'grafx2 %f' \
---mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
---categories 'Graphics;2DGraphics;RasterGraphics'
-
-  mv grafX2 "$pkgname"
-  sed 's/-liconv//g' -i "$pkgname/src/Makefile"
-  mkdir -p grafx2/3rdparty/archives
-  cp -u recoil-4.2.0.tar.gz grafx2/3rdparty/archives/recoil-4.2.0.tar.gz
-}
-
-build() {
-  CFLAGS="$CFLAGS -w" make -s -C "$pkgname/src" PREFIX=/usr
-}
-
-package() {
-  install -d 
"$pkgdir/usr/share/grafx2/scripts/samples_2.4/picture/"{thomson/lib,others-8bit/lib}
-  CFLAGS="$CFLAGS -w" make -s -C "$pkgname/src" prefix=/usr DESTDIR="$pkgdir" 
install
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname/doc/README.txt" \
-"$pkgdir/usr/share/doc/$pkgname/readme.txt"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grafx2/repos/community-x86_64/PKGBUILD (from rev 423033, 
grafx2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 02:01:57 UTC (rev 423034)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Simon Parzer 
+
+pkgname=grafx2
+pkgver=2.6
+pkgrel=1
+pkgdesc='Pixelart-oriented painting program'
+arch=(x86_64)
+url='https://gitlab.com/GrafX2/grafx2'
+license=(GPL2)
+depends=(fontconfig lua sdl2_image sdl2_ttf)
+makedepends=(git sdl2_image sdl2_ttf)
+options=(!emptydirs)
+source=("git+https://gitlab.com/GrafX2/grafX2.git#tag=v$pkgver;
+
'https://sourceforge.net/projects/recoil/files/recoil/4.3.1/recoil-4.3.1.tar.gz')
+sha256sums=('SKIP'
+'8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574')
+
+prepare() {
+  mv grafX2 "$pkgname"
+  sed 's/-liconv//g' -i "$pkgname/src/Makefile"
+  mkdir -p grafx2/3rdparty/archives
+  cp -uv recoil-4.3.1.tar.gz grafx2/3rdparty/archives/recoil-4.3.1.tar.gz
+}
+
+build() {
+  CFLAGS="$CFLAGS -w" make -C "$pkgname/src" PREFIX=/usr API=sdl2
+}
+
+package() {
+  install -d 
"$pkgdir/usr/share/grafx2/scripts/samples_2.4/picture/"{thomson/lib,others-8bit/lib}
+  CFLAGS="$CFLAGS -w" make -C "$pkgname/src" PREFIX=/usr DESTDIR="$pkgdir" 
API=sdl2 install
+  install -Dm644 "$pkgname/doc/README.txt" \
+"$pkgdir/usr/share/doc/$pkgname/README"
+  mv "$pkgdir/usr/bin/grafx2-sdl2" "$pkgdir/usr/bin/grafx2"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-13 Thread Alexander Rødseth via arch-commits
Date: Monday, January 14, 2019 @ 02:01:35
  Author: arodseth
Revision: 423033

upgpkg: grafx2 2.6-1

Modified:
  grafx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 22:46:44 UTC (rev 423032)
+++ PKGBUILD2019-01-14 02:01:35 UTC (rev 423033)
@@ -1,47 +1,38 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Simon Parzer 
 
 pkgname=grafx2
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc='Pixelart-oriented painting program'
-arch=('x86_64')
+arch=(x86_64)
 url='https://gitlab.com/GrafX2/grafx2'
-license=('GPL2')
-depends=('lua' 'fontconfig' 'sdl_image' 'sdl_ttf')
-makedepends=('gendesk' 'git')
-options=('!emptydirs')
+license=(GPL2)
+depends=(fontconfig lua sdl2_image sdl2_ttf)
+makedepends=(git sdl2_image sdl2_ttf)
+options=(!emptydirs)
 source=("git+https://gitlab.com/GrafX2/grafX2.git#tag=v$pkgver;
-
'https://sourceforge.net/projects/recoil/files/recoil/4.2.0/recoil-4.2.0.tar.gz')
+
'https://sourceforge.net/projects/recoil/files/recoil/4.3.1/recoil-4.3.1.tar.gz')
 sha256sums=('SKIP'
-'4e8c8e3048b143654da49cc1187a0b26679c9f97f841edc0ba9e0b2e2e7f18e5')
+'8f64fd21bafa180e6cbac5853ef65453f080385b3c53600af8360e938668e574')
 
 prepare() {
-  gendesk -f -n \
---pkgname "$pkgname" \
---pkgdesc "$pkgdesc" \
---name 'GrafX2' \
---genericname 'Drawing program' --exec 'grafx2 %f' \
---mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
---categories 'Graphics;2DGraphics;RasterGraphics'
-
   mv grafX2 "$pkgname"
   sed 's/-liconv//g' -i "$pkgname/src/Makefile"
   mkdir -p grafx2/3rdparty/archives
-  cp -u recoil-4.2.0.tar.gz grafx2/3rdparty/archives/recoil-4.2.0.tar.gz
+  cp -uv recoil-4.3.1.tar.gz grafx2/3rdparty/archives/recoil-4.3.1.tar.gz
 }
 
 build() {
-  CFLAGS="$CFLAGS -w" make -s -C "$pkgname/src" PREFIX=/usr
+  CFLAGS="$CFLAGS -w" make -C "$pkgname/src" PREFIX=/usr API=sdl2
 }
 
 package() {
   install -d 
"$pkgdir/usr/share/grafx2/scripts/samples_2.4/picture/"{thomson/lib,others-8bit/lib}
-  CFLAGS="$CFLAGS -w" make -s -C "$pkgname/src" prefix=/usr DESTDIR="$pkgdir" 
install
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
+  CFLAGS="$CFLAGS -w" make -C "$pkgname/src" PREFIX=/usr DESTDIR="$pkgdir" 
API=sdl2 install
   install -Dm644 "$pkgname/doc/README.txt" \
-"$pkgdir/usr/share/doc/$pkgname/readme.txt"
+"$pkgdir/usr/share/doc/$pkgname/README"
+  mv "$pkgdir/usr/bin/grafx2-sdl2" "$pkgdir/usr/bin/grafx2"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2019-01-13 Thread Levente Polyak via arch-commits
Date: Sunday, January 13, 2019 @ 23:02:28
  Author: anthraxx
Revision: 344043

upgpkg: linux-hardened 4.19.15.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:45:24 UTC (rev 344042)
+++ PKGBUILD2019-01-13 23:02:28 UTC (rev 344043)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.19.13
+_pkgver=4.19.15
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2'
+sha256sums=('78f61a5ddf1c38e1e27d849b3a06e3eab88069861ee002156bfe04c0fa5c366d'
 'SKIP'
-'6d7e8fefeb28defde60b9c7b4372fad12640f8eaf3d9cf06927f1778d7c7191d'
+'2e73cc3cb1807862a4c9a742fa8251a26a1398e7f696b350cbc9d7ede8c89cb8'
 'SKIP'
-'363a5cc44ba23e7efe2c6698d119f84ebc0af8c0e7a8eac3c4c5cf613d6c3102'
+'669ef76c150bfef6a3d4b80a849b21a2234b1910edab22ec039f69b6c29367c4'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-01-13 21:45:24 UTC (rev 344042)
+++ config.x86_64   2019-01-13 23:02:28 UTC (rev 344043)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.13 Kernel Configuration
+# Linux/x86 4.19.15 Kernel Configuration
 #
 
 #
@@ -7183,10 +7183,10 @@
 # USB Type-C Alternate Mode drivers
 #
 CONFIG_TYPEC_DP_ALTMODE=m
+CONFIG_USB_ROLE_SWITCH=m
 CONFIG_USB_ROLES_INTEL_XHCI=m
 CONFIG_USB_LED_TRIG=y
 CONFIG_USB_ULPI_BUS=m
-CONFIG_USB_ROLE_SWITCH=m
 CONFIG_UWB=m
 CONFIG_UWB_HWA=m
 CONFIG_UWB_WHCI=m


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-01-13 Thread Levente Polyak via arch-commits
Date: Sunday, January 13, 2019 @ 23:02:37
  Author: anthraxx
Revision: 344044

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 344043, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 344043, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 344043, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 344043, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 344043, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 344043, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19570 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10087 insertions(+), 10087 deletions(-)

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


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

2019-01-13 Thread Robin Broda via arch-commits
Date: Sunday, January 13, 2019 @ 22:46:44
  Author: coderobe
Revision: 423032

archrelease: copy trunk to community-x86_64

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
(from rev 423031, multipath-tools/trunk/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 22:45:56 UTC (rev 423031)
+++ PKGBUILD2019-01-13 22:46:44 UTC (rev 423032)
@@ -1,42 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Michael Lass 
-# Contributor: Justin Dray 
-# Contributor: Patrick McCarty 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: Michael P 
-# Contributor: Matt Heagney 
-
-pkgname=multipath-tools
-pkgver=0.7.9
-pkgrel=1
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph' 'libsystemd')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-   exec_prefix="/usr" \
-   LIB="/usr/lib" \
-   install
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 423031, 
multipath-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-13 22:46:44 UTC (rev 423032)
@@ -0,0 +1,42 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.7.9
+pkgrel=2
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 'libsystemd')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


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

2019-01-13 Thread Robin Broda via arch-commits
Date: Sunday, January 13, 2019 @ 22:45:56
  Author: coderobe
Revision: 423031

upgpkg: multipath-tools 0.7.9-2

change dependency: ceph -> ceph-libs

Modified:
  multipath-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 22:43:01 UTC (rev 423030)
+++ PKGBUILD2019-01-13 22:45:56 UTC (rev 423031)
@@ -9,12 +9,12 @@
 
 pkgname=multipath-tools
 pkgver=0.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
 url='http://christophe.varoqui.free.fr/'
 license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph' 'libsystemd')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 'libsystemd')
 makedepends=('git')
 
source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
 sha256sums=('SKIP')


[arch-commits] Commit in dbeaver-plugin-sshj/repos (3 files)

2019-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 22:42:32
  Author: muflone
Revision: 423029

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-sshj/repos/community-testing-any/
  dbeaver-plugin-sshj/repos/community-testing-any/PKGBUILD
(from rev 423028, dbeaver-plugin-sshj/trunk/PKGBUILD)
  dbeaver-plugin-sshj/repos/community-testing-any/dbeaver-plugin-sshj.info
(from rev 423028, dbeaver-plugin-sshj/trunk/dbeaver-plugin-sshj.info)

--+
 PKGBUILD |   35 +++
 dbeaver-plugin-sshj.info |1 +
 2 files changed, 36 insertions(+)

Copied: dbeaver-plugin-sshj/repos/community-testing-any/PKGBUILD (from rev 
423028, dbeaver-plugin-sshj/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-01-13 22:42:32 UTC (rev 423029)
@@ -0,0 +1,35 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-sshj
+pkgver=1.0.21.201901062110
+pkgrel=1
+pkgdesc='DBeaver plugin for SSHv2 tunnels with Bouncy Castle algorithm'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver-plugin-sshj-lib')
+source=("https://dbeaver.jkiss.org/update/sshj/latest/plugins/org.jkiss.dbeaver.net.ssh.sshj_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/sshj/latest/features/org.jkiss.dbeaver.net.sshj.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('c65b732b497b2244c904c08e1003e1206e2f91fa21e3840da1ed1ac66fc318f6'
+'e1dae4dfdf989079b4fa67daa0aa27f044dd8851053ab318854907b709ee0427'
+'28a95ef542f483bf07fb73ba1ed277157091653db752051f2026705df95ad274')
+noextract=("org.jkiss.dbeaver.net.ssh.sshj_${pkgver}.jar"
+   "org.jkiss.dbeaver.net.sshj.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.net.ssh.sshj_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.net.sshj.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.net.sshj.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.net.sshj.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-sshj/repos/community-testing-any/dbeaver-plugin-sshj.info (from 
rev 423028, dbeaver-plugin-sshj/trunk/dbeaver-plugin-sshj.info)
===
--- community-testing-any/dbeaver-plugin-sshj.info  
(rev 0)
+++ community-testing-any/dbeaver-plugin-sshj.info  2019-01-13 22:42:32 UTC 
(rev 423029)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.net.ssh.sshj,1.0.21.201901062110,plugins/org.jkiss.dbeaver.net.ssh.sshj_1.0.21.201901062110.jar,4,false


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

2019-01-13 Thread Robin Broda via arch-commits
Date: Sunday, January 13, 2019 @ 22:43:01
  Author: coderobe
Revision: 423030

archrelease: copy trunk to community-x86_64

Added:
  multipath-tools/repos/community-x86_64/
  multipath-tools/repos/community-x86_64/PKGBUILD
(from rev 423029, multipath-tools/trunk/PKGBUILD)

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

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 423029, 
multipath-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-13 22:43:01 UTC (rev 423030)
@@ -0,0 +1,42 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.7.9
+pkgrel=1
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph' 'libsystemd')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


[arch-commits] Commit in (5 files)

2019-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 22:42:19
  Author: muflone
Revision: 423028

new package dbeaver-plugin-sshj

Added:
  dbeaver-plugin-sshj/
  dbeaver-plugin-sshj/repos/
  dbeaver-plugin-sshj/trunk/
  dbeaver-plugin-sshj/trunk/PKGBUILD
  dbeaver-plugin-sshj/trunk/dbeaver-plugin-sshj.info

--+
 PKGBUILD |   35 +++
 dbeaver-plugin-sshj.info |1 +
 2 files changed, 36 insertions(+)

Added: dbeaver-plugin-sshj/trunk/PKGBUILD
===
--- dbeaver-plugin-sshj/trunk/PKGBUILD  (rev 0)
+++ dbeaver-plugin-sshj/trunk/PKGBUILD  2019-01-13 22:42:19 UTC (rev 423028)
@@ -0,0 +1,35 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-sshj
+pkgver=1.0.21.201901062110
+pkgrel=1
+pkgdesc='DBeaver plugin for SSHv2 tunnels with Bouncy Castle algorithm'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver-plugin-sshj-lib')
+source=("https://dbeaver.jkiss.org/update/sshj/latest/plugins/org.jkiss.dbeaver.net.ssh.sshj_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/sshj/latest/features/org.jkiss.dbeaver.net.sshj.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('c65b732b497b2244c904c08e1003e1206e2f91fa21e3840da1ed1ac66fc318f6'
+'e1dae4dfdf989079b4fa67daa0aa27f044dd8851053ab318854907b709ee0427'
+'28a95ef542f483bf07fb73ba1ed277157091653db752051f2026705df95ad274')
+noextract=("org.jkiss.dbeaver.net.ssh.sshj_${pkgver}.jar"
+   "org.jkiss.dbeaver.net.sshj.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.net.ssh.sshj_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.net.sshj.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.net.sshj.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.net.sshj.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Added: dbeaver-plugin-sshj/trunk/dbeaver-plugin-sshj.info
===
--- dbeaver-plugin-sshj/trunk/dbeaver-plugin-sshj.info  
(rev 0)
+++ dbeaver-plugin-sshj/trunk/dbeaver-plugin-sshj.info  2019-01-13 22:42:19 UTC 
(rev 423028)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.net.ssh.sshj,1.0.21.201901062110,plugins/org.jkiss.dbeaver.net.ssh.sshj_1.0.21.201901062110.jar,4,false


[arch-commits] Commit in (4 files)

2019-01-13 Thread Robin Broda via arch-commits
Date: Sunday, January 13, 2019 @ 22:40:24
  Author: coderobe
Revision: 423027

Adopt multipath-tools from AUR

Added:
  multipath-tools/
  multipath-tools/repos/
  multipath-tools/trunk/
  multipath-tools/trunk/PKGBUILD

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

Added: multipath-tools/trunk/PKGBUILD
===
--- multipath-tools/trunk/PKGBUILD  (rev 0)
+++ multipath-tools/trunk/PKGBUILD  2019-01-13 22:40:24 UTC (rev 423027)
@@ -0,0 +1,42 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.7.9
+pkgrel=1
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph' 'libsystemd')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


[arch-commits] Commit in (5 files)

2019-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 22:38:07
  Author: muflone
Revision: 423025

new package dbeaver-plugin-sshj-lib (required by dbeaver-plugin-sshj)

Added:
  dbeaver-plugin-sshj-lib/
  dbeaver-plugin-sshj-lib/repos/
  dbeaver-plugin-sshj-lib/trunk/
  dbeaver-plugin-sshj-lib/trunk/PKGBUILD
  dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info

--+
 PKGBUILD |   27 +++
 dbeaver-plugin-sshj-lib.info |1 +
 2 files changed, 28 insertions(+)

Added: dbeaver-plugin-sshj-lib/trunk/PKGBUILD
===
--- dbeaver-plugin-sshj-lib/trunk/PKGBUILD  (rev 0)
+++ dbeaver-plugin-sshj-lib/trunk/PKGBUILD  2019-01-13 22:38:07 UTC (rev 
423025)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-sshj-lib
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='SSHv2 library for Java for DBeaver plugin for SSHv2 tunnels'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver-plugin-bouncycastle')
+source=("https://dbeaver.jkiss.org/update/sshj/latest/plugins/org.jkiss.bundle.sshj_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('f9b0fe1cf70c8d932f55b2bc48909e413c685678df5d62eff25aa66e48de9a93'
+'66c4bbab8076f090927df60002e038c56de479bc2557bfb703c0b23b28efcc2b')
+noextract=("org.jkiss.bundle.sshj_${pkgver}.jar")
+
+package() {
+  # Extract bundle
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.sshj_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.bundle.sshj_${pkgver}.jar" \
+-d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.sshj_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Added: dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info
===
--- dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info  
(rev 0)
+++ dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info  2019-01-13 
22:38:07 UTC (rev 423025)
@@ -0,0 +1 @@
+org.jkiss.bundle.sshj,0.26.0,plugins/org.jkiss.bundle.sshj_0.26.0/,4,false


[arch-commits] Commit in dbeaver-plugin-sshj-lib/repos (3 files)

2019-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 22:38:23
  Author: muflone
Revision: 423026

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-sshj-lib/repos/community-testing-any/
  dbeaver-plugin-sshj-lib/repos/community-testing-any/PKGBUILD
(from rev 423025, dbeaver-plugin-sshj-lib/trunk/PKGBUILD)
  
dbeaver-plugin-sshj-lib/repos/community-testing-any/dbeaver-plugin-sshj-lib.info
(from rev 423025, 
dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info)

--+
 PKGBUILD |   27 +++
 dbeaver-plugin-sshj-lib.info |1 +
 2 files changed, 28 insertions(+)

Copied: dbeaver-plugin-sshj-lib/repos/community-testing-any/PKGBUILD (from rev 
423025, dbeaver-plugin-sshj-lib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-01-13 22:38:23 UTC (rev 423026)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-sshj-lib
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='SSHv2 library for Java for DBeaver plugin for SSHv2 tunnels'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver-plugin-bouncycastle')
+source=("https://dbeaver.jkiss.org/update/sshj/latest/plugins/org.jkiss.bundle.sshj_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('f9b0fe1cf70c8d932f55b2bc48909e413c685678df5d62eff25aa66e48de9a93'
+'66c4bbab8076f090927df60002e038c56de479bc2557bfb703c0b23b28efcc2b')
+noextract=("org.jkiss.bundle.sshj_${pkgver}.jar")
+
+package() {
+  # Extract bundle
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.sshj_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.bundle.sshj_${pkgver}.jar" \
+-d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.sshj_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-sshj-lib/repos/community-testing-any/dbeaver-plugin-sshj-lib.info
 (from rev 423025, dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info)
===
--- community-testing-any/dbeaver-plugin-sshj-lib.info  
(rev 0)
+++ community-testing-any/dbeaver-plugin-sshj-lib.info  2019-01-13 22:38:23 UTC 
(rev 423026)
@@ -0,0 +1 @@
+org.jkiss.bundle.sshj,0.26.0,plugins/org.jkiss.bundle.sshj_0.26.0/,4,false


[arch-commits] Commit in dbeaver-plugin-bouncycastle/repos (3 files)

2019-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 22:31:38
  Author: muflone
Revision: 423024

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-bouncycastle/repos/community-testing-any/
  dbeaver-plugin-bouncycastle/repos/community-testing-any/PKGBUILD
(from rev 423023, dbeaver-plugin-bouncycastle/trunk/PKGBUILD)
  
dbeaver-plugin-bouncycastle/repos/community-testing-any/dbeaver-plugin-bouncycastle.info
(from rev 423023, 
dbeaver-plugin-bouncycastle/trunk/dbeaver-plugin-bouncycastle.info)

--+
 PKGBUILD |   27 +++
 dbeaver-plugin-bouncycastle.info |1 +
 2 files changed, 28 insertions(+)

Copied: dbeaver-plugin-bouncycastle/repos/community-testing-any/PKGBUILD (from 
rev 423023, dbeaver-plugin-bouncycastle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-01-13 22:31:38 UTC (rev 423024)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-bouncycastle
+pkgver=1.60.0
+pkgrel=1
+pkgdesc='Bouncy Castle library for DBeaver plugin for SSHv2 tunnels'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.jkiss.org/update/sshj/latest/plugins/org.jkiss.bundle.bouncycastle_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('2aa877099b8485f92537a0cfae431eea31cecf0f4f181afdf28b6995c2fee527'
+'b0590245c1dd095140466efffb45478748b0c7086630261baece19cf2517323a')
+noextract=("org.jkiss.bundle.bouncycastle_${pkgver}.jar")
+
+package() {
+  # Extract bundle
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.bouncycastle_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.bundle.bouncycastle_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.bouncycastle_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-bouncycastle/repos/community-testing-any/dbeaver-plugin-bouncycastle.info
 (from rev 423023, 
dbeaver-plugin-bouncycastle/trunk/dbeaver-plugin-bouncycastle.info)
===
--- community-testing-any/dbeaver-plugin-bouncycastle.info  
(rev 0)
+++ community-testing-any/dbeaver-plugin-bouncycastle.info  2019-01-13 
22:31:38 UTC (rev 423024)
@@ -0,0 +1 @@
+org.jkiss.bundle.bouncycastle,1.60.0,plugins/org.jkiss.bundle.bouncycastle_1.60.0/,4,false


[arch-commits] Commit in (5 files)

2019-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 22:31:00
  Author: muflone
Revision: 423023

new package dbeaver-plugin-bouncycastle (required by dbeaver-plugin-sshj)

Added:
  dbeaver-plugin-bouncycastle/
  dbeaver-plugin-bouncycastle/repos/
  dbeaver-plugin-bouncycastle/trunk/
  dbeaver-plugin-bouncycastle/trunk/PKGBUILD
  dbeaver-plugin-bouncycastle/trunk/dbeaver-plugin-bouncycastle.info

--+
 PKGBUILD |   27 +++
 dbeaver-plugin-bouncycastle.info |1 +
 2 files changed, 28 insertions(+)

Added: dbeaver-plugin-bouncycastle/trunk/PKGBUILD
===
--- dbeaver-plugin-bouncycastle/trunk/PKGBUILD  (rev 0)
+++ dbeaver-plugin-bouncycastle/trunk/PKGBUILD  2019-01-13 22:31:00 UTC (rev 
423023)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-bouncycastle
+pkgver=1.60.0
+pkgrel=1
+pkgdesc='Bouncy Castle library for DBeaver plugin for SSHv2 tunnels'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.jkiss.org/update/sshj/latest/plugins/org.jkiss.bundle.bouncycastle_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('2aa877099b8485f92537a0cfae431eea31cecf0f4f181afdf28b6995c2fee527'
+'b0590245c1dd095140466efffb45478748b0c7086630261baece19cf2517323a')
+noextract=("org.jkiss.bundle.bouncycastle_${pkgver}.jar")
+
+package() {
+  # Extract bundle
+  install -m 755 -d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.bouncycastle_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.bundle.bouncycastle_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.bouncycastle_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Added: dbeaver-plugin-bouncycastle/trunk/dbeaver-plugin-bouncycastle.info
===
--- dbeaver-plugin-bouncycastle/trunk/dbeaver-plugin-bouncycastle.info  
(rev 0)
+++ dbeaver-plugin-bouncycastle/trunk/dbeaver-plugin-bouncycastle.info  
2019-01-13 22:31:00 UTC (rev 423023)
@@ -0,0 +1 @@
+org.jkiss.bundle.bouncycastle,1.60.0,plugins/org.jkiss.bundle.bouncycastle_1.60.0/,4,false


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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 22:15:34
  Author: heftig
Revision: 423020

0.3.4-2: Rebuild against libvterm 0.1.git3

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 22:14:24 UTC (rev 423019)
+++ PKGBUILD2019-01-13 22:15:34 UTC (rev 423020)
@@ -4,7 +4,7 @@
 
 pkgname=neovim
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -20,15 +20,11 @@
 install=neovim.install
 
 build() {
-  mkdir -p "${srcdir}/build"
-  cd "${srcdir}/build"
-
-  cmake "../neovim-${pkgver}" \
--G Ninja \
+  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_JEMALLOC=ON
-  cmake --build .
+  cmake --build build
 }
 
 check() {


[arch-commits] Commit in neovim/repos/community-x86_64 (4 files)

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 22:15:55
  Author: heftig
Revision: 423021

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/PKGBUILD
(from rev 423020, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 423020, neovim/trunk/neovim.install)
Deleted:
  neovim/repos/community-x86_64/PKGBUILD
  neovim/repos/community-x86_64/neovim.install

+
 PKGBUILD   |  104 ++-
 neovim.install |   20 +-
 2 files changed, 60 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 22:15:34 UTC (rev 423020)
+++ PKGBUILD2019-01-13 22:15:55 UTC (rev 423021)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
-makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
-'python-neovim: for Python 3 plugin support (see :help python)'
-'xclip: for clipboard support (or xsel) (see :help clipboard)'
-'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
-sha512sums=('fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b69406491854613a1cf347ddab6fc6e277f959887556d2c0068cf181e4d88c36b')
-install=neovim.install
-
-build() {
-  mkdir -p "${srcdir}/build"
-  cd "${srcdir}/build"
-
-  cmake "../neovim-${pkgver}" \
--G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  cmake --build .
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  DESTDIR="${pkgdir}" cmake --build . --target install
-
-  cd "${srcdir}/neovim-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
-  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
-
-  # Make Arch vim packages work
-  mkdir -p "${pkgdir}"/usr/share/vim
-  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 423020, 
neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-13 22:15:55 UTC (rev 423021)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.3.4
+pkgrel=2
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
+makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
+'python-neovim: for Python 3 plugin support (see :help python)'
+'xclip: for clipboard support (or xsel) (see :help clipboard)'
+'xsel: for clipboard support (or xclip) (see :help clipboard)')
+source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
+sha512sums=('fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b69406491854613a1cf347ddab6fc6e277f959887556d2c0068cf181e4d88c36b')
+install=neovim.install
+
+build() {
+  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  cmake --build build
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  DESTDIR="${pkgdir}" cmake --build . --target install
+
+  cd "${srcdir}/neovim-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
+  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
+
+  # Make Arch vim packages work
+  mkdir -p "${pkgdir}"/usr/share/vim
+  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: neovim.install
===
--- neovim.install  2019-01-13 22:15:34 

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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 22:14:24
  Author: heftig
Revision: 423019

0.1.git3.7a3913a-1: Rollback one commit to unbreak neovim

Modified:
  libvterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:45:17 UTC (rev 423018)
+++ PKGBUILD2019-01-13 22:14:24 UTC (rev 423019)
@@ -2,8 +2,8 @@
 # Contributor: Florian Walch 
 
 pkgname=libvterm
-_git=26c3468
-pkgver=0.1.git2.${_git}
+_git=7a3913a
+pkgver=0.1.git3.${_git}
 pkgrel=1
 pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
 arch=('x86_64')


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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 22:15:56
  Author: heftig
Revision: 423022

archrelease: copy trunk to community-x86_64

Added:
  libvterm/repos/community-x86_64/PKGBUILD
(from rev 423020, libvterm/trunk/PKGBUILD)
Deleted:
  libvterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 22:15:55 UTC (rev 423021)
+++ PKGBUILD2019-01-13 22:15:56 UTC (rev 423022)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-
-pkgname=libvterm
-_git=26c3468
-pkgver=0.1.git2.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
-arch=('x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 423020, 
libvterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-13 22:15:56 UTC (rev 423022)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=7a3913a
+pkgver=0.1.git3.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:20
  Author: heftig
Revision: 423005

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 423002, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 423002, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:20 UTC (rev 423005)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=72
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
+find "${pkgdir}" -name '*.ko' -exec xz -T1 {} +
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


[arch-commits] Commit in nvidia-390xx/repos (5 files)

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:32
  Author: heftig
Revision: 344037

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 344034, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 344034, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-4.19.patch
(from rev 344035, nvidia-390xx/trunk/kernel-4.19.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-4.20.patch
(from rev 344035, nvidia-390xx/trunk/kernel-4.20.patch)

---+
 PKGBUILD  |   95 
 kernel-4.16.patch |   33 ++
 kernel-4.19.patch |   63 ++
 kernel-4.20.patch |   43 +++
 4 files changed, 234 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 344034, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:44:32 UTC (rev 344037)
@@ -0,0 +1,95 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.87
+_extramodules=extramodules-ARCH
+pkgrel=27
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.20' 'linux-headers<4.21')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch kernel-4.19.patch kernel-4.20.patch)
+sha256sums=('c7c07151e17f610af11f7870560d96c3a3ee9bb91ba1bb82fcc7b5d473d40b66'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'e425320bd3712cc789035d5936412724b0b410f50463980c0a48715fd3f8c431'
+'deb45f7636dfebe938dffe566df9e9a5deeb47ccaf0bfe16a2884579b2524075')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+# Ad-hoc patch
+patch -Np1 -i ../kernel-4.19.patch
+
+# struct ipmi_user
+patch -Np1 -i ../kernel-4.20.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# 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-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux>=4.20' 'linux<4.21' "nvidia-390xx-utils=${pkgver}" 
'libglvnd')
+
+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/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+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/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 344034, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch   

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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:26
  Author: heftig
Revision: 344035

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   72 
 kernel-4.11.patch |   38 +++
 2 files changed, 110 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 344034, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:44:26 UTC (rev 344035)
@@ -0,0 +1,72 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-ARCH
+pkgrel=54
+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.20' 
'linux-headers<4.21')
+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')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_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"
+
+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.20' 'linux<4.21' "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/${pkgname}.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')
+provides=("nvidia-340xx=$pkgver")
+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/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 344034, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2019-01-13 21:44:26 UTC (rev 344035)
@@ -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 = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ 

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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:18
  Author: heftig
Revision: 423003

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 423002, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 423002, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:18 UTC (rev 423003)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=36
+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=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=4.20" "linux<4.21")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:22
  Author: heftig
Revision: 423007

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 423002, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 423002, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:22 UTC (rev 423007)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.0
+pkgrel=5
+_linux_major=4
+_linux_minor=20
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  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 '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+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_cur" "linux<$_linux_next")
+  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/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:23
  Author: heftig
Revision: 423009

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 423002, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 423002, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 423002, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
423002, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-01-13 21:44:23 UTC (rev 
423009)
@@ -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 423002, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:23 UTC (rev 423009)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=126
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.20' 'linux<4.21')
+makedepends=('linux-headers>=4.20' 'linux-headers<4.21')
+_extramodules=extramodules-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 *.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 xz {} +
+}
+
+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 423002, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-01-13 21:44:23 UTC (rev 423009)
@@ -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 tp_smapi/repos (2 files)

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:19
  Author: heftig
Revision: 423004

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 423002, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 423002, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:19 UTC (rev 423004)
@@ -0,0 +1,49 @@
+# 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
+pkgver=0.43
+pkgrel=79
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.20' 'linux<4.21')
+makedepends=('linux-headers>=4.20' 'linux-headers<4.21' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # 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
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:22
  Author: heftig
Revision: 423006

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 423002, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 423002, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 423002, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:22 UTC (rev 423006)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=185
+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.20' 'linux<4.21')
+makedepends=('linux-headers>=4.20' 'linux-headers<4.21')
+_extramodules=extramodules-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 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  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 423002, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-01-13 21:44:22 UTC (rev 423006)
@@ -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)

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:29
  Author: heftig
Revision: 344036

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 344034, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 344035, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   86 
 kernel-4.16.patch |   33 +++
 2 files changed, 119 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 344034, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:44:29 UTC (rev 344036)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=415.25
+_extramodules=extramodules-ARCH
+pkgrel=7
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.20' 
'linux-headers<4.21')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha512sums=('d289a37344916f5d17425f17d0530a7838b264c49866a0148665c9b87dcb7c23e868abae866a2568abac425701149d9075da540dd0f45f3d18f67b57102c0857'
+
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# 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.20' 'linux<4.21' "nvidia-utils=${pkgver}" 'libglvnd')
+
+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/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+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/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 344035, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-01-13 21:44:29 UTC (rev 344036)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ 

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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:23
  Author: heftig
Revision: 423010

archrelease: copy trunk to community-staging-x86_64

Added:
  wireguard-arch/repos/community-staging-x86_64/
  wireguard-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 423002, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
423002, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:23 UTC (rev 423010)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname='wireguard-arch'
+pkgver=0.0.20181218
+pkgrel=3
+_linux_major=4
+_linux_minor=20
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "wireguard-dkms>=$pkgver")
+
+_extramodules='extramodules-ARCH'
+
+package_wireguard-arch() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Wireguard module for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  conflicts=('wireguard-dkms')
+  provides=('WIREGUARD-MODULE')
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}


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

2019-01-13 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 21:44:23
  Author: heftig
Revision: 423008

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 423002, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:44:23 UTC (rev 423008)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=191
+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.20' 'linux<4.21')
+makedepends=('linux-headers>=4.20' 'linux-headers<4.21')
+_extramodules=extramodules-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 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+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 hunspell-fr/trunk (LICENSE PKGBUILD)

2019-01-13 Thread Rémy Oudompheng via arch-commits
Date: Sunday, January 13, 2019 @ 21:41:33
  Author: remy
Revision: 344033

upgpkg: hunspell-fr 6.3-1

Switch to https sources from grammalecte.net.
Remove license file redundant with common licenses.

Modified:
  hunspell-fr/trunk/PKGBUILD
Deleted:
  hunspell-fr/trunk/LICENSE

--+
 LICENSE  |  373 -
 PKGBUILD |   15 --
 2 files changed, 5 insertions(+), 383 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-01-13 21:26:14 UTC (rev 344032)
+++ LICENSE 2019-01-13 21:41:33 UTC (rev 344033)
@@ -1,373 +0,0 @@
-Mozilla Public License Version 2.0
-==
-
-1. Definitions
---
-
-1.1. "Contributor"
-means each individual or legal entity that creates, contributes to
-the creation of, or owns Covered Software.
-
-1.2. "Contributor Version"
-means the combination of the Contributions of others (if any) used
-by a Contributor and that particular Contributor's Contribution.
-
-1.3. "Contribution"
-means Covered Software of a particular Contributor.
-
-1.4. "Covered Software"
-means Source Code Form to which the initial Contributor has attached
-the notice in Exhibit A, the Executable Form of such Source Code
-Form, and Modifications of such Source Code Form, in each case
-including portions thereof.
-
-1.5. "Incompatible With Secondary Licenses"
-means
-
-(a) that the initial Contributor has attached the notice described
-in Exhibit B to the Covered Software; or
-
-(b) that the Covered Software was made available under the terms of
-version 1.1 or earlier of the License, but not also under the
-terms of a Secondary License.
-
-1.6. "Executable Form"
-means any form of the work other than Source Code Form.
-
-1.7. "Larger Work"
-means a work that combines Covered Software with other material, in 
-a separate file or files, that is not Covered Software.
-
-1.8. "License"
-means this document.
-
-1.9. "Licensable"
-means having the right to grant, to the maximum extent possible,
-whether at the time of the initial grant or subsequently, any and
-all of the rights conveyed by this License.
-
-1.10. "Modifications"
-means any of the following:
-
-(a) any file in Source Code Form that results from an addition to,
-deletion from, or modification of the contents of Covered
-Software; or
-
-(b) any new file in Source Code Form that contains any Covered
-Software.
-
-1.11. "Patent Claims" of a Contributor
-means any patent claim(s), including without limitation, method,
-process, and apparatus claims, in any patent Licensable by such
-Contributor that would be infringed, but for the grant of the
-License, by the making, using, selling, offering for sale, having
-made, import, or transfer of either its Contributions or its
-Contributor Version.
-
-1.12. "Secondary License"
-means either the GNU General Public License, Version 2.0, the GNU
-Lesser General Public License, Version 2.1, the GNU Affero General
-Public License, Version 3.0, or any later versions of those
-licenses.
-
-1.13. "Source Code Form"
-means the form of the work preferred for making modifications.
-
-1.14. "You" (or "Your")
-means an individual or a legal entity exercising rights under this
-License. For legal entities, "You" includes any entity that
-controls, is controlled by, or is under common control with You. For
-purposes of this definition, "control" means (a) the power, direct
-or indirect, to cause the direction or management of such entity,
-whether by contract or otherwise, or (b) ownership of more than
-fifty percent (50%) of the outstanding shares or beneficial
-ownership of such entity.
-
-2. License Grants and Conditions
-
-
-2.1. Grants
-
-Each Contributor hereby grants You a world-wide, royalty-free,
-non-exclusive license:
-
-(a) under intellectual property rights (other than patent or trademark)
-Licensable by such Contributor to use, reproduce, make available,
-modify, display, perform, distribute, and otherwise exploit its
-Contributions, either on an unmodified basis, with Modifications, or
-as part of a Larger Work; and
-
-(b) under Patent Claims of such Contributor to make, use, sell, offer
-for sale, have made, import, and otherwise transfer either its
-Contributions or its Contributor Version.
-
-2.2. Effective Date
-
-The licenses granted in Section 2.1 with respect to any Contribution
-become effective for each Contribution on the date the Contributor first
-distributes such Contribution.
-
-2.3. Limitations on Grant Scope
-
-The licenses granted in this Section 2 are the only rights granted under
-this License. No additional rights or licenses will be implied from the
-distribution or 

[arch-commits] Commit in hunspell-fr/repos/extra-any (LICENSE PKGBUILD PKGBUILD)

2019-01-13 Thread Rémy Oudompheng via arch-commits
Date: Sunday, January 13, 2019 @ 21:41:35
  Author: remy
Revision: 344034

archrelease: copy trunk to extra-any

Added:
  hunspell-fr/repos/extra-any/PKGBUILD
(from rev 344033, hunspell-fr/trunk/PKGBUILD)
Deleted:
  hunspell-fr/repos/extra-any/LICENSE
  hunspell-fr/repos/extra-any/PKGBUILD

--+
 LICENSE  |  373 -
 PKGBUILD |   83 ++---
 2 files changed, 39 insertions(+), 417 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-01-13 21:41:33 UTC (rev 344033)
+++ LICENSE 2019-01-13 21:41:35 UTC (rev 344034)
@@ -1,373 +0,0 @@
-Mozilla Public License Version 2.0
-==
-
-1. Definitions
---
-
-1.1. "Contributor"
-means each individual or legal entity that creates, contributes to
-the creation of, or owns Covered Software.
-
-1.2. "Contributor Version"
-means the combination of the Contributions of others (if any) used
-by a Contributor and that particular Contributor's Contribution.
-
-1.3. "Contribution"
-means Covered Software of a particular Contributor.
-
-1.4. "Covered Software"
-means Source Code Form to which the initial Contributor has attached
-the notice in Exhibit A, the Executable Form of such Source Code
-Form, and Modifications of such Source Code Form, in each case
-including portions thereof.
-
-1.5. "Incompatible With Secondary Licenses"
-means
-
-(a) that the initial Contributor has attached the notice described
-in Exhibit B to the Covered Software; or
-
-(b) that the Covered Software was made available under the terms of
-version 1.1 or earlier of the License, but not also under the
-terms of a Secondary License.
-
-1.6. "Executable Form"
-means any form of the work other than Source Code Form.
-
-1.7. "Larger Work"
-means a work that combines Covered Software with other material, in 
-a separate file or files, that is not Covered Software.
-
-1.8. "License"
-means this document.
-
-1.9. "Licensable"
-means having the right to grant, to the maximum extent possible,
-whether at the time of the initial grant or subsequently, any and
-all of the rights conveyed by this License.
-
-1.10. "Modifications"
-means any of the following:
-
-(a) any file in Source Code Form that results from an addition to,
-deletion from, or modification of the contents of Covered
-Software; or
-
-(b) any new file in Source Code Form that contains any Covered
-Software.
-
-1.11. "Patent Claims" of a Contributor
-means any patent claim(s), including without limitation, method,
-process, and apparatus claims, in any patent Licensable by such
-Contributor that would be infringed, but for the grant of the
-License, by the making, using, selling, offering for sale, having
-made, import, or transfer of either its Contributions or its
-Contributor Version.
-
-1.12. "Secondary License"
-means either the GNU General Public License, Version 2.0, the GNU
-Lesser General Public License, Version 2.1, the GNU Affero General
-Public License, Version 3.0, or any later versions of those
-licenses.
-
-1.13. "Source Code Form"
-means the form of the work preferred for making modifications.
-
-1.14. "You" (or "Your")
-means an individual or a legal entity exercising rights under this
-License. For legal entities, "You" includes any entity that
-controls, is controlled by, or is under common control with You. For
-purposes of this definition, "control" means (a) the power, direct
-or indirect, to cause the direction or management of such entity,
-whether by contract or otherwise, or (b) ownership of more than
-fifty percent (50%) of the outstanding shares or beneficial
-ownership of such entity.
-
-2. License Grants and Conditions
-
-
-2.1. Grants
-
-Each Contributor hereby grants You a world-wide, royalty-free,
-non-exclusive license:
-
-(a) under intellectual property rights (other than patent or trademark)
-Licensable by such Contributor to use, reproduce, make available,
-modify, display, perform, distribute, and otherwise exploit its
-Contributions, either on an unmodified basis, with Modifications, or
-as part of a Larger Work; and
-
-(b) under Patent Claims of such Contributor to make, use, sell, offer
-for sale, have made, import, and otherwise transfer either its
-Contributions or its Contributor Version.
-
-2.2. Effective Date
-
-The licenses granted in Section 2.1 with respect to any Contribution
-become effective for each Contribution on the date the Contributor first
-distributes such Contribution.
-
-2.3. Limitations on Grant Scope
-
-The licenses granted in this Section 2 are the only rights granted under
-this License. No additional rights or licenses will be 

[arch-commits] Commit in gmime3/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:16:42
  Author: foutrelis
Revision: 344018

archrelease: copy trunk to staging-x86_64

Added:
  gmime3/repos/staging-x86_64/
  gmime3/repos/staging-x86_64/PKGBUILD
(from rev 344017, gmime3/trunk/PKGBUILD)

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

Copied: gmime3/repos/staging-x86_64/PKGBUILD (from rev 344017, 
gmime3/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:16:42 UTC (rev 344018)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime3
+pkgver=3.2.3
+pkgrel=2
+pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
+arch=(x86_64)
+license=(GPL)
+url="https://github.com/jstedfast/gmime;
+depends=(glib2 gpgme zlib libidn2)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=01be60574ccf95b9fe971a586292a275af8e2c8b  # tags/3.2.3^0
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gmime
+
+  ./configure --prefix=/usr \
+--program-prefix=$pkgname \
+--enable-gtk-doc \
+--enable-smime \
+--disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gmime
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lftp/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:15:53
  Author: foutrelis
Revision: 344016

archrelease: copy trunk to staging-x86_64

Added:
  lftp/repos/staging-x86_64/
  lftp/repos/staging-x86_64/PKGBUILD
(from rev 344015, lftp/trunk/PKGBUILD)

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

Copied: lftp/repos/staging-x86_64/PKGBUILD (from rev 344015, 
lftp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:15:53 UTC (rev 344016)
@@ -0,0 +1,33 @@
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.8.4
+pkgrel=4
+pkgdesc="Sophisticated command line based FTP client"
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh' 'hicolor-icon-theme')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="https://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62'
+'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:16:22
  Author: foutrelis
Revision: 344017

libidn2 2.1.0 rebuild

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:15:53 UTC (rev 344016)
+++ PKGBUILD2019-01-13 21:16:22 UTC (rev 344017)
@@ -3,7 +3,7 @@
 
 pkgname=gmime3
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
 license=(GPL)


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:15:48
  Author: foutrelis
Revision: 344015

libidn2 2.1.0 rebuild

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:15:04 UTC (rev 344014)
+++ PKGBUILD2019-01-13 21:15:48 UTC (rev 344015)
@@ -3,7 +3,7 @@
 
 pkgname=lftp
 pkgver=4.8.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Sophisticated command line based FTP client"
 arch=('x86_64')
 license=('GPL3')


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:14:53
  Author: foutrelis
Revision: 422991

archrelease: copy trunk to community-staging-x86_64

Added:
  gnunet/repos/community-staging-x86_64/
  gnunet/repos/community-staging-x86_64/PKGBUILD
(from rev 422990, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-staging-x86_64/defaults.conf
(from rev 422990, gnunet/trunk/defaults.conf)
  gnunet/repos/community-staging-x86_64/gnunet.service
(from rev 422990, gnunet/trunk/gnunet.service)

+
 PKGBUILD   |   49 +
 defaults.conf  |  483 +++
 gnunet.service |   10 +
 3 files changed, 542 insertions(+)

Copied: gnunet/repos/community-staging-x86_64/PKGBUILD (from rev 422990, 
gnunet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:14:53 UTC (rev 422991)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: wahnby 
+
+pkgname=gnunet
+pkgver=0.10.1
+pkgrel=14
+pkgdesc="A framework for secure peer-to-peer networking"
+arch=('x86_64')
+url="http://gnunet.org;
+license=('GPL')
+depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'gnurl'
+'libmicrohttpd' 'libunistring' 'libidn')
+makedepends=('gettext' 'pkgconfig'
+'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
+optdepends=('bluez-libs'
+   'python'
+   'glpk'
+   'libpulse'
+   'opus')
+backup=(etc/gnunetd.conf)
+options=('!makeflags')
+# TODO: key revoked, check for new signature on new release
+# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
+source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+gnunet.service
+defaults.conf)
+validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
+md5sums=('b1171f038473f8eb7fe86db138624ff7'
+ '54cce3d2415d95b2e5bd1bd88db3a0ea'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')
+
+build() {
+  cd "$srcdir"/gnunet-${pkgver/_/}
+  sed -i 's|contrib doc|doc|' Makefile.*
+  [ -f Makefile ] || ./configure --prefix=/usr \
+--without-mysql \
+--with-nssdir=/usr/lib
+  make
+  make -C contrib
+}
+
+package() {
+  cd "$srcdir"/gnunet-${pkgver/_/}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C contrib install
+  install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
+  rm -rf "$pkgdir"/usr/include/libltdl "$pkgdir"/usr/lib/libltdl.* 
"$pkgdir"/usr/include/ltdl.h
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Copied: gnunet/repos/community-staging-x86_64/defaults.conf (from rev 422990, 
gnunet/trunk/defaults.conf)
===
--- community-staging-x86_64/defaults.conf  (rev 0)
+++ community-staging-x86_64/defaults.conf  2019-01-13 21:14:53 UTC (rev 
422991)
@@ -0,0 +1,483 @@
+[PATHS]
+SERVICEHOME = ~/.gnunet/
+# SERVICEHOME = /var/lib/gnunet/
+# DEFAULTCONFIG = /etc/gnunet.conf
+# If 'DEFAULTCONFIG' is not defined, the current
+# configuration file is assumed to be the default,
+# which is what we want by default...
+
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[TESTING]
+WEAKRANDOM = NO
+# How long before failing a connection?
+CONNECT_TIMEOUT = 30
+# How many connect attempts should we make?
+CONNECT_ATTEMPTS = 3
+# How many connections can happen simultaneously?
+MAX_OUTSTANDING_CONNECTIONS = 50
+
+# Should we clean up the files on peer group shutdown?
+DELETE_FILES = YES
+
+[client]
+HOME = $SERVICEHOME
+
+[nat]
+# Are we behind NAT?
+BEHIND_NAT = NO
+
+# Is the NAT hole-punched?
+PUNCHED_NAT = NO
+
+# Enable UPNP by default?
+ENABLE_UPNP = NO
+
+# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+USE_LOCALADDR = YES
+
+# Use address obtained from a DNS lookup of our hostname
+USE_HOSTNAME = NO
+
+# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
+# normal interface IP address for non-NATed peers; 
+# possibly auto-detected (using UPnP) if possible if not specified
+# EXTERNAL_ADDRESS = 
+
+# Should we use ICMP-based NAT traversal to try connect to NATed peers
+# or, if we are behind NAT, to allow connections to us?
+ENABLE_ICMP_CLIENT = NO
+ENABLE_ICMP_SERVER = NO
+
+# IP address of the interface connected to the NAT box; IPv4 dotted-decimal 
ONLY;
+# normal interface IP address for non-NATed peers; 
+# likely auto-detected (via interface list) if not specified (!)
+# INTERNAL_ADDRESS = 
+
+# Disable IPv6 support
+DISABLEV6 = NO
+
+# How often do we query the DNS resolver
+# for our hostname (to get our own IP), in ms
+HOSTNAME_DNS_FREQUENCY = 120
+
+# How often do we iterate over our 
+# network interfaces to check for changes
+# in our IP address? in ms
+IFC_SCAN_FREQUENCY = 300
+
+# How often do we 

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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:14:58
  Author: foutrelis
Revision: 344013

libidn2 2.1.0 rebuild

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:13:20 UTC (rev 344012)
+++ PKGBUILD2019-01-13 21:14:58 UTC (rev 344013)
@@ -3,7 +3,7 @@
 
 pkgname=wget
 pkgver=1.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Network utility to retrieve files from the Web'
 url='https://www.gnu.org/software/wget/wget.html'
 arch=('x86_64')


[arch-commits] Commit in wget/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:15:04
  Author: foutrelis
Revision: 344014

archrelease: copy trunk to staging-x86_64

Added:
  wget/repos/staging-x86_64/
  wget/repos/staging-x86_64/PKGBUILD
(from rev 344013, wget/trunk/PKGBUILD)

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

Copied: wget/repos/staging-x86_64/PKGBUILD (from rev 344013, 
wget/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:15:04 UTC (rev 344014)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.20.1
+pkgrel=2
+pkgdesc='Network utility to retrieve files from the Web'
+url='https://www.gnu.org/software/wget/wget.html'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'gnutls' 'libidn2' 'libutil-linux' 'libpsl' 'pcre2')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
+sha256sums=('0f63e84dd23dc53ab3ab6f483c3afff8301e54c165783f772101cdd9b1c64928'
+'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <

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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:14:48
  Author: foutrelis
Revision: 422990

libidn2 2.1.0 rebuild

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:12:24 UTC (rev 422989)
+++ PKGBUILD2019-01-13 21:14:48 UTC (rev 422990)
@@ -3,7 +3,7 @@
 
 pkgname=gnunet
 pkgver=0.10.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A framework for secure peer-to-peer networking"
 arch=('x86_64')
 url="http://gnunet.org;


[arch-commits] Commit in s-nail/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:12:45
  Author: foutrelis
Revision: 344010

archrelease: copy trunk to staging-x86_64

Added:
  s-nail/repos/staging-x86_64/
  s-nail/repos/staging-x86_64/PKGBUILD
(from rev 344009, s-nail/trunk/PKGBUILD)

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

Copied: s-nail/repos/staging-x86_64/PKGBUILD (from rev 344009, 
s-nail/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:12:45 UTC (rev 344010)
@@ -0,0 +1,52 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.11
+pkgrel=2
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'krb5' 'libidn2')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('258d818449da889c5fc4976215698a817c0a3818fb77dd565fa9fe6afed0023e'
+'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make MAKEJOBS=--jobs build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test < /dev/null
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:13:15
  Author: foutrelis
Revision: 344011

libidn2 2.1.0 rebuild

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:12:45 UTC (rev 344010)
+++ PKGBUILD2019-01-13 21:13:15 UTC (rev 344011)
@@ -4,7 +4,7 @@
 
 pkgname=whois
 pkgver=5.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Intelligent WHOIS client'
 url='https://github.com/rfc1036/whois'
 license=('GPL')


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:12:18
  Author: foutrelis
Revision: 422988

libidn2 2.1.0 rebuild

Modified:
  lib32-libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:10:27 UTC (rev 422987)
+++ PKGBUILD2019-01-13 21:12:18 UTC (rev 422988)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libcurl-compat
 pkgver=7.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
 url='https://curl.haxx.se'


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:12:40
  Author: foutrelis
Revision: 344009

libidn2 2.1.0 rebuild

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:11:53 UTC (rev 344008)
+++ PKGBUILD2019-01-13 21:12:40 UTC (rev 344009)
@@ -5,7 +5,7 @@
 
 pkgname=s-nail
 pkgver=14.9.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://www.sdaoden.eu/code.html#s-nail'
 license=('custom:BSD')


[arch-commits] Commit in whois/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:13:20
  Author: foutrelis
Revision: 344012

archrelease: copy trunk to staging-x86_64

Added:
  whois/repos/staging-x86_64/
  whois/repos/staging-x86_64/PKGBUILD
(from rev 344011, whois/trunk/PKGBUILD)

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

Copied: whois/repos/staging-x86_64/PKGBUILD (from rev 344011, 
whois/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:13:20 UTC (rev 344012)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.4.0
+pkgrel=2
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in lib32-libcurl-compat/repos (2 files)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:12:24
  Author: foutrelis
Revision: 422989

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libcurl-compat/repos/multilib-staging-x86_64/
  lib32-libcurl-compat/repos/multilib-staging-x86_64/PKGBUILD
(from rev 422988, lib32-libcurl-compat/trunk/PKGBUILD)

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

Copied: lib32-libcurl-compat/repos/multilib-staging-x86_64/PKGBUILD (from rev 
422988, lib32-libcurl-compat/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2019-01-13 21:12:24 UTC (rev 422989)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=lib32-libcurl-compat
+pkgver=7.63.0
+pkgrel=2
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-krb5' 'lib32-libssh2' 'lib32-libpsl'
+ 'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
+options=('strip')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libssh2 \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.5.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-compat.so.4.5.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-compat "${pkgdir}"/usr/share/licenses/lib32-libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:11:53
  Author: foutrelis
Revision: 344008

archrelease: copy trunk to staging-x86_64

Added:
  iputils/repos/staging-x86_64/
  iputils/repos/staging-x86_64/PKGBUILD
(from rev 344007, iputils/trunk/PKGBUILD)
  iputils/repos/staging-x86_64/iputils.install
(from rev 344007, iputils/trunk/iputils.install)
  iputils/repos/staging-x86_64/tftp.xinetd
(from rev 344007, iputils/trunk/tftp.xinetd)

-+
 PKGBUILD|   50 ++
 iputils.install |9 +
 tftp.xinetd |   10 ++
 3 files changed, 69 insertions(+)

Copied: iputils/repos/staging-x86_64/PKGBUILD (from rev 344007, 
iputils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:11:53 UTC (rev 344008)
@@ -0,0 +1,50 @@
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=f6aac8d
+pkgver=20180629.${_rev}
+pkgrel=3
+pkgdesc="Network monitoring tools, including ping"
+arch=('x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'libcap' 'libidn2')
+optdepends=('xinetd: for tftpd')
+makedepends=('perl-sgmls' 'git' 'docbook-xsl')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
+tftp.xinetd)
+sha1sums=('SKIP'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  make USE_NETTLE=no USE_GNUTLS=no CCOPTOPT="$CFLAGS"
+  # fix perl-sgmls
+  sed -i -e 's#sgmlspl#sgmlspl.pl#g' "${srcdir}/${pkgname}/doc/Makefile"
+  make -C doc man
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  install -dm755 "${pkgdir}"/usr/bin
+
+  install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath 
"${pkgdir}"/usr/bin/
+
+  install -dm755 "${pkgdir}"/usr/share/man/man8
+  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+ "${pkgdir}"/usr/share/man/man8/
+
+  # FS#24768
+  install -dm755 "${pkgdir}"/etc/xinetd.d/
+  install -m644 "${srcdir}"/tftp.xinetd "${pkgdir}"/etc/xinetd.d/tftp
+}

Copied: iputils/repos/staging-x86_64/iputils.install (from rev 344007, 
iputils/trunk/iputils.install)
===
--- staging-x86_64/iputils.install  (rev 0)
+++ staging-x86_64/iputils.install  2019-01-13 21:11:53 UTC (rev 344008)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/ping  2>/dev/null || chmod +s usr/bin/ping 
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/staging-x86_64/tftp.xinetd (from rev 344007, 
iputils/trunk/tftp.xinetd)
===
--- staging-x86_64/tftp.xinetd  (rev 0)
+++ staging-x86_64/tftp.xinetd  2019-01-13 21:11:53 UTC (rev 344008)
@@ -0,0 +1,10 @@
+service tftp
+{
+   socket_type = dgram
+   protocol= udp
+   wait= yes
+   user= nobody
+   server  = /usr/sbin/tftpd
+   server_args = /var/tftpboot
+   disable = yes
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:11:28
  Author: foutrelis
Revision: 344005

libidn2 2.1.0 rebuild

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:09:01 UTC (rev 344004)
+++ PKGBUILD2019-01-13 21:11:28 UTC (rev 344005)
@@ -5,7 +5,7 @@
 
 pkgname=dnsmasq
 pkgver=2.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html;
 arch=('x86_64')


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:11:34
  Author: foutrelis
Revision: 344006

archrelease: copy trunk to staging-x86_64

Added:
  dnsmasq/repos/staging-x86_64/
  dnsmasq/repos/staging-x86_64/0001-DNSSEC-fix-for-wildcard-NSEC-records.patch
(from rev 344005, 
dnsmasq/trunk/0001-DNSSEC-fix-for-wildcard-NSEC-records.patch)
  dnsmasq/repos/staging-x86_64/PKGBUILD
(from rev 344005, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/staging-x86_64/dnsmasq-sysusers.conf
(from rev 344005, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/staging-x86_64/dnsmasq.service
(from rev 344005, dnsmasq/trunk/dnsmasq.service)

-+
 0001-DNSSEC-fix-for-wildcard-NSEC-records.patch |  203 ++
 PKGBUILD|   59 ++
 dnsmasq-sysusers.conf   |1 
 dnsmasq.service |   14 +
 4 files changed, 277 insertions(+)

Copied: 
dnsmasq/repos/staging-x86_64/0001-DNSSEC-fix-for-wildcard-NSEC-records.patch 
(from rev 344005, dnsmasq/trunk/0001-DNSSEC-fix-for-wildcard-NSEC-records.patch)
===
--- staging-x86_64/0001-DNSSEC-fix-for-wildcard-NSEC-records.patch  
(rev 0)
+++ staging-x86_64/0001-DNSSEC-fix-for-wildcard-NSEC-records.patch  
2019-01-13 21:11:34 UTC (rev 344006)
@@ -0,0 +1,203 @@
+From 4fe6744a220eddd3f1749b40cac3dfc510787de6 Mon Sep 17 00:00:00 2001
+From: Simon Kelley 
+Date: Fri, 19 Jan 2018 12:26:08 +
+Subject: DNSSEC fix for wildcard NSEC records. CVE-2017-15107 applies.
+
+It's OK for NSEC records to be expanded from wildcards,
+but in that case, the proof of non-existence is only valid
+starting at the wildcard name, *. NOT the name expanded
+from the wildcard. Without this check it's possible for an
+attacker to craft an NSEC which wrongly proves non-existence
+in a domain which includes a wildcard for NSEC.
+---
+ src/dnssec.c | 117 ---
+ 2 files changed, 114 insertions(+), 15 deletions(-)
+
+diff --git a/src/dnssec.c b/src/dnssec.c
+index eb6c11c..a54a0b4 100644
+--- a/src/dnssec.c
 b/src/dnssec.c
+@@ -103,15 +103,17 @@ static void from_wire(char *name)
+ static int count_labels(char *name)
+ {
+   int i;
+-
++  char *p;
++  
+   if (*name == 0)
+ return 0;
+ 
+-  for (i = 0; *name; name++)
+-if (*name == '.')
++  for (p = name, i = 0; *p; p++)
++if (*p == '.')
+   i++;
+ 
+-  return i+1;
++  /* Don't count empty first label. */
++  return *name == '.' ? i : i+1;
+ }
+ 
+ /* Implement RFC1982 wrapped compare for 32-bit numbers */
+@@ -1094,8 +1096,8 @@ static int hostname_cmp(const char *a, const char *b)
+ }
+ }
+ 
+-static int prove_non_existence_nsec(struct dns_header *header, size_t plen, 
unsigned char **nsecs, int nsec_count,
+-  char *workspace1, char *workspace2, char 
*name, int type, int *nons)
++static int prove_non_existence_nsec(struct dns_header *header, size_t plen, 
unsigned char **nsecs, unsigned char **labels, int nsec_count,
++  char *workspace1_in, char *workspace2, char 
*name, int type, int *nons)
+ {
+   int i, rc, rdlen;
+   unsigned char *p, *psave;
+@@ -1108,6 +1110,9 @@ static int prove_non_existence_nsec(struct dns_header 
*header, size_t plen, unsi
+   /* Find NSEC record that proves name doesn't exist */
+   for (i = 0; i < nsec_count; i++)
+ {
++  char *workspace1 = workspace1_in;
++  int sig_labels, name_labels;
++
+   p = nsecs[i];
+   if (!extract_name(header, plen, , workspace1, 1, 10))
+   return 0;
+@@ -1116,7 +1121,27 @@ static int prove_non_existence_nsec(struct dns_header 
*header, size_t plen, unsi
+   psave = p;
+   if (!extract_name(header, plen, , workspace2, 1, 10))
+   return 0;
+-  
++
++  /* If NSEC comes from wildcard expansion, use original wildcard
++   as name for computation. */
++  sig_labels = *labels[i];
++  name_labels = count_labels(workspace1);
++
++  if (sig_labels < name_labels)
++  {
++int k;
++for (k = name_labels - sig_labels; k != 0; k--)
++  {
++while (*workspace1 != '.' && *workspace1 != 0)
++  workspace1++;
++if (k != 1 && *workspace1 == '.')
++  workspace1++;
++  }
++
++workspace1--;
++*workspace1 = '*';
++  }
++
+   rc = hostname_cmp(workspace1, name);
+   
+   if (rc == 0)
+@@ -1514,24 +1539,26 @@ static int prove_non_existence_nsec3(struct dns_header 
*header, size_t plen, uns
+ 
+ static int prove_non_existence(struct dns_header *header, size_t plen, char 
*keyname, char *name, int qtype, int qclass, char *wildname, int *nons)
+ {
+-  static unsigned char **nsecset = NULL;
+-  static int nsecset_sz = 0;
++  static unsigned char **nsecset = NULL, 

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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:11:46
  Author: foutrelis
Revision: 344007

libidn2 2.1.0 rebuild

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:11:34 UTC (rev 344006)
+++ PKGBUILD2019-01-13 21:11:46 UTC (rev 344007)
@@ -6,7 +6,7 @@
 # Commit date + git rev-parse --short origin/master
 _rev=f6aac8d
 pkgver=20180629.${_rev}
-pkgrel=2
+pkgrel=3
 pkgdesc="Network monitoring tools, including ping"
 arch=('x86_64')
 license=('GPL')


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:10:27
  Author: foutrelis
Revision: 422987

archrelease: copy trunk to community-staging-x86_64

Added:
  knot/repos/community-staging-x86_64/
  knot/repos/community-staging-x86_64/PKGBUILD
(from rev 422986, knot/trunk/PKGBUILD)

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

Copied: knot/repos/community-staging-x86_64/PKGBUILD (from rev 422986, 
knot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:10:27 UTC (rev 422987)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.7.5
+pkgrel=2
+pkgdesc="High-performance authoritative-only DNS server"
+arch=('x86_64')
+url="https://www.knot-dns.cz/;
+license=('GPL3')
+depends=('libedit' 'gnutls' 'liburcu' 'lmdb'
+ 'libidn2' 'systemd' 'libcap-ng'
+ 'fstrm' 'protobuf-c' 'libmaxminddb')
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('7d70d6d8f708285517d1d7c4ff2e5ddfd119cd2962c7a8d3f50a4c695209a086' 
'SKIP')
+validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:10:22
  Author: foutrelis
Revision: 422986

libidn2 2.1.0 rebuild

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:07:23 UTC (rev 422985)
+++ PKGBUILD2019-01-13 21:10:22 UTC (rev 422986)
@@ -6,7 +6,7 @@
 
 pkgname=knot
 pkgver=2.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance authoritative-only DNS server"
 arch=('x86_64')
 url="https://www.knot-dns.cz/;


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:09:01
  Author: foutrelis
Revision: 344004

archrelease: copy trunk to staging-x86_64

Added:
  bind/repos/staging-x86_64/
  bind/repos/staging-x86_64/01-fs60913.patch
(from rev 344003, bind/trunk/01-fs60913.patch)
  bind/repos/staging-x86_64/127.0.0.zone
(from rev 344003, bind/trunk/127.0.0.zone)
  bind/repos/staging-x86_64/PKGBUILD
(from rev 344003, bind/trunk/PKGBUILD)
  bind/repos/staging-x86_64/empty.zone
(from rev 344003, bind/trunk/empty.zone)
  bind/repos/staging-x86_64/fix-FS#60286.patch
(from rev 344003, bind/trunk/fix-FS#60286.patch)
  bind/repos/staging-x86_64/localhost.ip6.zone
(from rev 344003, bind/trunk/localhost.ip6.zone)
  bind/repos/staging-x86_64/localhost.zone
(from rev 344003, bind/trunk/localhost.zone)
  bind/repos/staging-x86_64/named.conf
(from rev 344003, bind/trunk/named.conf)
  bind/repos/staging-x86_64/named.service
(from rev 344003, bind/trunk/named.service)
  bind/repos/staging-x86_64/sysusers.conf
(from rev 344003, bind/trunk/sysusers.conf)
  bind/repos/staging-x86_64/tmpfiles.conf
(from rev 344003, bind/trunk/tmpfiles.conf)

+
 01-fs60913.patch   |   45 +
 127.0.0.zone   |   10 +++
 PKGBUILD   |  134 +++
 empty.zone |8 +++
 fix-FS#60286.patch |  129 +
 localhost.ip6.zone |   10 +++
 localhost.zone |   11 
 named.conf |   72 +++
 named.service  |   10 +++
 sysusers.conf  |1 
 tmpfiles.conf  |1 
 11 files changed, 431 insertions(+)

Copied: bind/repos/staging-x86_64/01-fs60913.patch (from rev 344003, 
bind/trunk/01-fs60913.patch)
===
--- staging-x86_64/01-fs60913.patch (rev 0)
+++ staging-x86_64/01-fs60913.patch 2019-01-13 21:09:01 UTC (rev 344004)
@@ -0,0 +1,45 @@
+From 0e5dd25fc5c70d65f6d537e93cf346e7f419 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= 
+Date: Thu, 3 Jan 2019 13:06:39 +0100
+Subject: [PATCH] When a forwarder fails and we're not in a forward-only mode
+ we go back to regular resolution. When this happens the fetch timer is
+ already running, and we might end up in a situation where we we create a
+ fetch for qname-minimized query and after that the timer is triggered and the
+ query is retried (fctx_try) - which causes relaunching of qname-minimization
+ fetch - and since we already have a qmin fetch for this fctx - assertion
+ failure.
+
+
+diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c
+index 8beecbcb07..ea122bd30c 100644
+--- a/lib/dns/resolver.c
 b/lib/dns/resolver.c
+@@ -4012,6 +4012,7 @@ fctx_try(fetchctx_t *fctx, bool retrying, bool badcache) 
{
+   options &= ~DNS_FETCHOPT_QMINIMIZE;
+   fctx_increference(fctx);
+   task = res->buckets[bucketnum].task;
++  fctx_stoptimer(fctx);
+   result = dns_resolver_createfetch(fctx->res, >qminname,
+ fctx->qmintype, >domain,
+ >nameservers, NULL, 
NULL, 0,
+@@ -4343,13 +4344,12 @@ fctx_timeout(isc_task_t *task, isc_event_t *event) {
+* timer.
+*/
+   result = fctx_starttimer(fctx);
+-  if (result != ISC_R_SUCCESS)
++  if (result != ISC_R_SUCCESS) {
+   fctx_done(fctx, result, __LINE__);
+-  else
+-  /*
+-   * Keep trying.
+-   */
++  } else {
++  /* Keep trying */
+   fctx_try(fctx, true, false);
++  }
+   }
+ 
+   isc_event_free();
+-- 
+2.18.1
+

Copied: bind/repos/staging-x86_64/127.0.0.zone (from rev 344003, 
bind/trunk/127.0.0.zone)
===
--- staging-x86_64/127.0.0.zone (rev 0)
+++ staging-x86_64/127.0.0.zone 2019-01-13 21:09:01 UTC (rev 344004)
@@ -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 344003, 
bind/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:09:01 UTC (rev 344004)
@@ -0,0 

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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:08:48
  Author: foutrelis
Revision: 344003

libidn2 2.1.0 rebuild

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:06:20 UTC (rev 344002)
+++ PKGBUILD2019-01-13 21:08:48 UTC (rev 344003)
@@ -7,7 +7,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.13.5
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
 url='https://www.isc.org/software/bind/'
 license=('MPL2')
 arch=('x86_64')


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

2019-01-13 Thread David Runge via arch-commits
Date: Sunday, January 13, 2019 @ 21:07:23
  Author: dvzrv
Revision: 422985

archrelease: copy trunk to community-x86_64

Added:
  carla/repos/community-x86_64/PKGBUILD
(from rev 422984, carla/trunk/PKGBUILD)
Deleted:
  carla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 21:07:14 UTC (rev 422984)
+++ PKGBUILD2019-01-13 21:07:23 UTC (rev 422985)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Llewelyn Trahaearn 
-# Contributor: falkTX 
-
-_name=Carla
-pkgname=carla
-pkgver=1.9.12
-pkgrel=1
-pkgdesc="Audio Plugin Host"
-arch=('x86_64')
-url="https://kxstudio.linuxaudio.org/Applications:Carla;
-license=('GPL2')
-groups=('pro-audio')
-depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'linuxsampler'
-'python-pyqt5' 'python-pyliblo' 'python-rdflib' 'qt5-svg')
-makedepends=('qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('ead17205d9cc03e7a604429df36c4e4b1f4dd9b98f7018ccdb64b78168bafc39640ed90bfb9de22cbdb5da419943f61329737c0e1ed2cf568536df844f7bc8e8')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make features
-  make DEFAULT_QT=5
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DEFAULT_QT=5 \
-   DESTDIR="${pkgdir}/" \
-   PREFIX=/usr \
-   install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: carla/repos/community-x86_64/PKGBUILD (from rev 422984, 
carla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-13 21:07:23 UTC (rev 422985)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: falkTX 
+
+_name=Carla
+pkgname=carla
+pkgver=1.9.13
+pkgrel=1
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.linuxaudio.org/Applications:Carla;
+license=('GPL2')
+groups=('pro-audio')
+depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'linuxsampler'
+'python-pyqt5' 'python-pyliblo' 'python-rdflib' 'qt5-svg')
+makedepends=('qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('9c32755cb036db54d514db167a81d1db8db609ada9866d486417c368805fcee6ef5059683001bcaef670429c4bcd04eb46d09896a0c81d648adf9407a556a0e5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DEFAULT_QT=5 \
+   DESTDIR="${pkgdir}/" \
+   PREFIX=/usr \
+   install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:05:52
  Author: foutrelis
Revision: 422981

archrelease: copy trunk to community-staging-x86_64

Added:
  getdns/repos/community-staging-x86_64/
  getdns/repos/community-staging-x86_64/PKGBUILD
(from rev 422980, getdns/trunk/PKGBUILD)

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

Copied: getdns/repos/community-staging-x86_64/PKGBUILD (from rev 422980, 
getdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:05:52 UTC (rev 422981)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Remi Gacogne 
+
+pkgname=getdns
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="A modern asynchronous DNS API"
+arch=('x86_64')
+url="https://getdnsapi.net;
+license=('BSD')
+depends=('libbsd' 'libev' 'libevent' 'libidn2' 'libuv' 'libyaml' 'unbound')
+source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af' 
'SKIP')
+validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop 

+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-rpath \
+--enable-static=no \
+--with-libev \
+--with-libevent \
+--with-libuv \
+--with-trust-anchor=/etc/trusted-key.key
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:06:12
  Author: foutrelis
Revision: 344001

libidn2 2.1.0 rebuild

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:00:08 UTC (rev 344000)
+++ PKGBUILD2019-01-13 21:06:12 UTC (rev 344001)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 13, 2019 @ 21:06:22
  Author: felixonmars
Revision: 422982

libidn2 2.1.0 rebuild

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:05:52 UTC (rev 422981)
+++ PKGBUILD2019-01-13 21:06:22 UTC (rev 422982)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libcurl-gnutls
 pkgver=7.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
 url='https://curl.haxx.se'


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

2019-01-13 Thread David Runge via arch-commits
Date: Sunday, January 13, 2019 @ 21:07:14
  Author: dvzrv
Revision: 422984

upgpkg: carla 1.9.13-1

Upgrading to 1.9.13.

Modified:
  carla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:06:38 UTC (rev 422983)
+++ PKGBUILD2019-01-13 21:07:14 UTC (rev 422984)
@@ -4,7 +4,7 @@
 
 _name=Carla
 pkgname=carla
-pkgver=1.9.12
+pkgver=1.9.13
 pkgrel=1
 pkgdesc="Audio Plugin Host"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'python-pyqt5' 'python-pyliblo' 'python-rdflib' 'qt5-svg')
 makedepends=('qt5-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('ead17205d9cc03e7a604429df36c4e4b1f4dd9b98f7018ccdb64b78168bafc39640ed90bfb9de22cbdb5da419943f61329737c0e1ed2cf568536df844f7bc8e8')
+sha512sums=('9c32755cb036db54d514db167a81d1db8db609ada9866d486417c368805fcee6ef5059683001bcaef670429c4bcd04eb46d09896a0c81d648adf9407a556a0e5')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


[arch-commits] Commit in mutt/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:06:20
  Author: foutrelis
Revision: 344002

archrelease: copy trunk to staging-x86_64

Added:
  mutt/repos/staging-x86_64/
  mutt/repos/staging-x86_64/PKGBUILD
(from rev 344001, mutt/trunk/PKGBUILD)

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

Copied: mutt/repos/staging-x86_64/PKGBUILD (from rev 344001, 
mutt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-13 21:06:20 UTC (rev 344002)
@@ -0,0 +1,45 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.11.2
+pkgrel=2
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('da5cd4c39f228914d3933d8cf3a017c8271fdd9b9d81c6e4fc42ad22e1a28723'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


[arch-commits] Commit in lib32-libcurl-gnutls/repos (2 files)

2019-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 13, 2019 @ 21:06:38
  Author: felixonmars
Revision: 422983

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libcurl-gnutls/repos/multilib-staging-x86_64/
  lib32-libcurl-gnutls/repos/multilib-staging-x86_64/PKGBUILD
(from rev 422982, lib32-libcurl-gnutls/trunk/PKGBUILD)

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

Copied: lib32-libcurl-gnutls/repos/multilib-staging-x86_64/PKGBUILD (from rev 
422982, lib32-libcurl-gnutls/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2019-01-13 21:06:38 UTC (rev 422983)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=lib32-libcurl-gnutls
+pkgver=7.63.0
+pkgrel=2
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-gnutls' 'lib32-libpsl'
+ 'lib32-libssh2' 'lib32-nettle' 'lib32-zlib' 'libcurl-gnutls')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.5.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-gnutls.so.4.5.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-gnutls "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:05:47
  Author: foutrelis
Revision: 422980

libidn2 2.1.0 rebuild

Modified:
  getdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:05:17 UTC (rev 422979)
+++ PKGBUILD2019-01-13 21:05:47 UTC (rev 422980)
@@ -3,7 +3,7 @@
 
 pkgname=getdns
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern asynchronous DNS API"
 arch=('x86_64')
 url="https://getdnsapi.net;


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:05:12
  Author: foutrelis
Revision: 422978

libidn2 2.1.0 rebuild

Modified:
  libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:04:38 UTC (rev 422977)
+++ PKGBUILD2019-01-13 21:05:12 UTC (rev 422978)
@@ -3,7 +3,7 @@
 
 pkgname=libcurl-compat
 pkgver=7.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
 url='https://curl.haxx.se'


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 13, 2019 @ 21:04:38
  Author: felixonmars
Revision: 422977

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-curl/repos/multilib-staging-x86_64/
  lib32-curl/repos/multilib-staging-x86_64/PKGBUILD
(from rev 422976, lib32-curl/trunk/PKGBUILD)

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

Copied: lib32-curl/repos/multilib-staging-x86_64/PKGBUILD (from rev 422976, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2019-01-13 21:04:38 UTC (rev 422977)
@@ -0,0 +1,58 @@
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.63.0
+pkgrel=2
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libpsl' 'lib32-zlib' 
"${_pkgname}")
+source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libssh2 \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin,include}
+
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:04:25
  Author: foutrelis
Revision: 422976

archrelease: copy trunk to community-staging-x86_64

Added:
  gnurl/repos/community-staging-x86_64/
  gnurl/repos/community-staging-x86_64/PKGBUILD
(from rev 422974, gnurl/trunk/PKGBUILD)

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

Copied: gnurl/repos/community-staging-x86_64/PKGBUILD (from rev 422974, 
gnurl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:04:25 UTC (rev 422976)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.61.0
+pkgrel=2
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
+validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
+sha512sums=('fb8e5b7c25671d44dd7a3415443ea60d5d28a21575ee2979b3b87210e5905cfc99143e92ffa7e103c1fd1b542f1de95d77c2281ccdbae007bd1b0341e44f58f4'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./buildconf
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-gnutls \
+--without-ssl \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+#  rm -rf "$pkgdir"/usr/share/man \
+#"$pkgdir"/usr/bin/curl \
+#"$pkgdir"/usr/share/aclocal
+#  mkdir -p "$pkgdir"/usr/include/gnurl
+#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
+#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:04:24
  Author: foutrelis
Revision: 422975

archrelease: copy trunk to community-staging-x86_64

Added:
  libcurl-gnutls/repos/community-staging-x86_64/
  libcurl-gnutls/repos/community-staging-x86_64/PKGBUILD
(from rev 422974, libcurl-gnutls/trunk/PKGBUILD)

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

Copied: libcurl-gnutls/repos/community-staging-x86_64/PKGBUILD (from rev 
422974, libcurl-gnutls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:04:24 UTC (rev 422975)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=libcurl-gnutls
+pkgver=7.63.0
+pkgrel=2
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'gnutls' 'libpsl' 'nettle' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-gnutls.so.4.5.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:05:17
  Author: foutrelis
Revision: 422979

archrelease: copy trunk to community-staging-x86_64

Added:
  libcurl-compat/repos/community-staging-x86_64/
  libcurl-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 422978, libcurl-compat/trunk/PKGBUILD)

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

Copied: libcurl-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
422978, libcurl-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-13 21:05:17 UTC (rev 422979)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=libcurl-compat
+pkgver=7.63.0
+pkgrel=2
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'krb5' 'openssl' 'libpsl' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libssh2 \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-compat.so.4.5.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:04:20
  Author: foutrelis
Revision: 422973

libidn2 2.1.0 rebuild

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:04:19 UTC (rev 422972)
+++ PKGBUILD2019-01-13 21:04:20 UTC (rev 422973)
@@ -2,7 +2,7 @@
 
 pkgname=gnurl
 pkgver=7.61.0
-pkgrel=1
+pkgrel=2
 pkgdesc="fork of libcurl, which is mostly for GNUnet"
 arch=(x86_64)
 url="https://gnunet.org/gnurl;


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:04:19
  Author: foutrelis
Revision: 422972

libidn2 2.1.0 rebuild

Modified:
  libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 20:50:23 UTC (rev 422971)
+++ PKGBUILD2019-01-13 21:04:19 UTC (rev 422972)
@@ -3,7 +3,7 @@
 
 pkgname=libcurl-gnutls
 pkgver=7.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
 url='https://curl.haxx.se'


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

2019-01-13 Thread Felix Yan via arch-commits
Date: Sunday, January 13, 2019 @ 21:04:22
  Author: felixonmars
Revision: 422974

libidn2 2.1.0 rebuild

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:04:20 UTC (rev 422973)
+++ PKGBUILD2019-01-13 21:04:22 UTC (rev 422974)
@@ -8,7 +8,7 @@
 pkgname=lib32-curl
 _pkgname=curl
 pkgver=7.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
 url="https://curl.haxx.se;


[arch-commits] Commit in gnutls/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:00:08
  Author: foutrelis
Revision: 344000

archrelease: copy trunk to staging-x86_64

Added:
  gnutls/repos/staging-x86_64/PKGBUILD
(from rev 343999, gnutls/trunk/PKGBUILD)
Deleted:
  gnutls/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 20:59:57 UTC (rev 343999)
+++ PKGBUILD2019-01-13 21:00:08 UTC (rev 344000)
@@ -1,47 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-
-pkgname=gnutls
-pkgver=3.6.5
-pkgrel=3
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="https://www.gnutls.org/;
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2' 
'libunistring')
-checkdepends=('net-tools')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
-'SKIP')
-validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
-  '1F42418905D8206AA754CCDC29EE58B996865171')
-   # "Simon Josefsson "
-   # "Nikos Mavrogiannopoulos 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --with-idn \
-   --disable-guile \
-   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
-  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
-}

Copied: gnutls/repos/staging-x86_64/PKGBUILD (from rev 343999, 
gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-13 21:00:08 UTC (rev 344000)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.6.5
+pkgrel=4
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/;
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2' 
'libunistring')
+checkdepends=('net-tools')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --with-idn \
+   --disable-guile \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}


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

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 20:59:57
  Author: foutrelis
Revision: 343999

Actual libidn2 2.1.0 rebuild

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 20:53:19 UTC (rev 343998)
+++ PKGBUILD2019-01-13 20:59:57 UTC (rev 343999)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.6.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')


[arch-commits] Commit in cups/repos/extra-x86_64 (20 files)

2019-01-13 Thread Andreas Radke via arch-commits
Date: Sunday, January 13, 2019 @ 20:53:19
  Author: andyrtr
Revision: 343998

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 343997, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 343997, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 343997, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 343997, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 343997, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 343997, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 343997, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 343997, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 343997, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 343997, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  349 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-no-gzip-man.patch   |   36 ++--
 cups-systemd-socket.patch|   98 +--
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 10 files changed, 340 insertions(+), 335 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 20:53:01 UTC (rev 343997)
+++ PKGBUILD2019-01-13 20:53:19 UTC (rev 343998)
@@ -1,172 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.2.10
-pkgrel=1
-arch=('x86_64')
-license=('GPL')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-no-gzip-man.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('77c8b2b3bb7fe8b5fbfffc307f2c817b2d7ec67b657f261a1dd1c61ab81205bb'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'f909719e2595e016c320afa421cad74ccda285ac59b11749ddac58e707d4330a'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd ${pkgbase}-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-  # don't zip man pages in make install, let makepkg do that / Fedora
-  patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i ${srcdir}/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping 

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

2019-01-13 Thread Andreas Radke via arch-commits
Date: Sunday, January 13, 2019 @ 20:53:01
  Author: andyrtr
Revision: 343997

upgpkg: cups 2.2.10-2

fix D-Bus policy location

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 20:50:26 UTC (rev 343996)
+++ PKGBUILD2019-01-13 20:53:01 UTC (rev 343997)
@@ -3,7 +3,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.2.10
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL')
 url="https://www.cups.org/;
@@ -80,7 +80,8 @@
  --with-cups-group=209 \
  --enable-pam=yes \
  --enable-raw-printing \
- --enable-dbus --with-dbusdir=/etc/dbus-1 \
+ --enable-dbus=yes \
+ --with-dbusdir=/usr/share/dbus-1 \
  --enable-ssl=yes \
  --enable-threads \
  --enable-avahi\
@@ -115,7 +116,6 @@
 etc/cups/classes.conf
 etc/cups/cups-files.conf
 etc/cups/subscriptions.conf
-etc/dbus-1/system.d/cups.conf
 etc/logrotate.d/cups
 etc/pam.d/cups)
 depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc'
@@ -155,6 +155,11 @@
   touch ${pkgdir}/etc/cups/subscriptions.conf
   chgrp -R 209 ${pkgdir}/etc/cups
 
+  # fix dbus policy location - --with-dbusdir doens't work
+  install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
+  mv ${pkgdir}/etc/dbus-1/system.d/cups.conf 
${pkgdir}/usr/share/dbus-1/system.d
+  rm -rf ${pkgdir}/etc/dbus-1
+
   # fix .desktop file
   sed -i 's|^Exec=htmlview http://localhost:631/|Exec=xdg-open 
http://localhost:631/|g' ${pkgdir}/usr/share/applications/cups.desktop
 


  1   2   3   >