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

2018-11-04 Thread Anatol Pomozov via arch-commits
Date: Monday, November 5, 2018 @ 03:05:33
  Author: anatolik
Revision: 337869

update download URL

Modified:
  seabios/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 23:19:16 UTC (rev 337868)
+++ PKGBUILD2018-11-05 03:05:33 UTC (rev 337869)
@@ -9,7 +9,7 @@
 license=('GPL3' 'LGPL3')
 makedepends=('iasl' 'python2' 'inetutils')
 options=('!makeflags' '!strip')
-source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz
+source=(https://www.seabios.org/downloads/seabios-$pkgver.tar.gz
 config.coreboot
 config.seabios-128k
 config.seabios-256k


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

2018-11-04 Thread Anatol Pomozov via arch-commits
Date: Monday, November 5, 2018 @ 02:35:26
  Author: anatolik
Revision: 401539

correct pkgdesc

Modified:
  riscv64-linux-gnu-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-05 01:19:37 UTC (rev 401538)
+++ PKGBUILD2018-11-05 02:35:26 UTC (rev 401539)
@@ -4,7 +4,7 @@
 pkgname=$_target-gdb
 pkgver=8.2
 pkgrel=1
-pkgdesc='The GNU Debugger for the ARM64 target'
+pkgdesc='The GNU Debugger for the 32bit and 64bit RISC-V target'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)


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

2018-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 5, 2018 @ 01:19:37
  Author: svenstaro
Revision: 401538

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-05 01:18:01 UTC (rev 401537)
+++ PKGBUILD2018-11-05 01:19:37 UTC (rev 401538)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgbase=python-neovim
-pkgname=('python-neovim' 'python2-neovim')
-_realname=python-client
-pkgver=0.2.6
-pkgrel=2
-pkgdesc='Python client for Neovim'
-url='https://github.com/neovim/python-client'
-arch=('any')
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('629c420b6e61b013f339bc6af409c74f9a135210f14e35967c1ceabe2b169c92')
-
-prepare() {
-  sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
-  cp -a ${_realname}-${pkgver}{,-python2}
-}
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python-neovim() {
-  pkgdesc='Python 3 client for neovim'
-  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
-
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-package_python2-neovim() {
-  pkgdesc='Python 2 client for neovim'
-  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-trollius')
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-# vim:set sw=2 sts=2 et:

Copied: python-neovim/repos/community-any/PKGBUILD (from rev 401537, 
python-neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-05 01:19:37 UTC (rev 401538)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgbase=python-neovim
+pkgname=('python-neovim' 'python2-neovim')
+_realname=python-client
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
+sha256sums=('be59ad9e9490c444d52c271445da57b97474fa6cb137aa1f02fdbb690dca4707')
+
+prepare() {
+  sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
+  cp -a ${_realname}-${pkgver}{,-python2}
+}
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-trollius')
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+# vim:set sw=2 sts=2 et:


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

2018-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 5, 2018 @ 01:18:01
  Author: svenstaro
Revision: 401537

upgpkg: python-neovim 0.3.0-1

Modified:
  python-neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-05 01:17:18 UTC (rev 401536)
+++ PKGBUILD2018-11-05 01:18:01 UTC (rev 401537)
@@ -3,8 +3,8 @@
 pkgbase=python-neovim
 pkgname=('python-neovim' 'python2-neovim')
 _realname=python-client
-pkgver=0.2.6
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='Python client for Neovim'
 url='https://github.com/neovim/python-client'
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('629c420b6e61b013f339bc6af409c74f9a135210f14e35967c1ceabe2b169c92')
+sha256sums=('be59ad9e9490c444d52c271445da57b97474fa6cb137aa1f02fdbb690dca4707')
 
 prepare() {
   sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py


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

2018-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 5, 2018 @ 01:17:18
  Author: svenstaro
Revision: 401536

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 401535, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-05 01:17:07 UTC (rev 401535)
+++ PKGBUILD2018-11-05 01:17:18 UTC (rev 401536)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Hatina 
-pkgname=glm
-pkgver=0.9.9.2
-pkgrel=1
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
-arch=('any')
-license=('MIT')
-url="http://glm.g-truc.net;
-makedepends=('cmake')
-source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
-sha512sums=('f50059118d907f7e7fa06f0c38dff15aa0cdec61b3ff0059b927d100ce9891f3c1aa3e2c120555891c096b428868006aa5e35c4f82d57198382f3a94240ee9f9')
-
-package() {
-cd $pkgname
-
-mkdir build
-cd build
-
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make DESTDIR=$pkgdir install
-
-cd ..
-
-mkdir -p $pkgdir/usr/share/doc
-cp -r doc $pkgdir/usr/share/doc/glm
-
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-# Fix https://bugs.archlinux.org/task/52501
-sed -i \
-"s/PACKAGE_VERSION_UNSUITABLE TRUE/PACKAGE_VERSION_UNSUITABLE FALSE/g" 
\
-$pkgdir/usr/lib/cmake/glm/glmConfigVersion.cmake
-
-# GCC 7.3 fix
-sed -i "s/(__GNUC__ == 7) && (__GNUC_MINOR__ == 2)/(__GNUC__ == 7) \&\& 
(__GNUC_MINOR__ >= 2)/" $pkgdir/usr/include/glm/simd/platform.h
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 401535, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-05 01:17:18 UTC (rev 401536)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Hatina 
+pkgname=glm
+pkgver=0.9.9.3
+pkgrel=1
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net;
+makedepends=('cmake')
+source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
+sha512sums=('eb7589345eb627d9fda84771bd2cf3eb0e4e9e48bf6bb7490bd8844b66558717de5dc96cde9d66e81f7ba4e54090f18dbe1bbccb2452ed0ed8c17cdf7b6e4aa2')
+
+package() {
+cd $pkgname
+
+mkdir build
+cd build
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make DESTDIR=$pkgdir install
+
+cd ..
+
+mkdir -p $pkgdir/usr/share/doc
+cp -r doc $pkgdir/usr/share/doc/glm
+
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+# Fix https://bugs.archlinux.org/task/52501
+sed -i \
+"s/PACKAGE_VERSION_UNSUITABLE TRUE/PACKAGE_VERSION_UNSUITABLE FALSE/g" 
\
+$pkgdir/usr/lib/cmake/glm/glmConfigVersion.cmake
+
+# GCC 7.3 fix
+sed -i "s/(__GNUC__ == 7) && (__GNUC_MINOR__ == 2)/(__GNUC__ == 7) \&\& 
(__GNUC_MINOR__ >= 2)/" $pkgdir/usr/include/glm/simd/platform.h
+}


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

2018-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 5, 2018 @ 01:17:07
  Author: svenstaro
Revision: 401535

upgpkg: glm 0.9.9.3-1

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-05 00:12:08 UTC (rev 401534)
+++ PKGBUILD2018-11-05 01:17:07 UTC (rev 401535)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Peter Hatina 
 pkgname=glm
-pkgver=0.9.9.2
+pkgver=0.9.9.3
 pkgrel=1
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://glm.g-truc.net;
 makedepends=('cmake')
 
source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
-sha512sums=('f50059118d907f7e7fa06f0c38dff15aa0cdec61b3ff0059b927d100ce9891f3c1aa3e2c120555891c096b428868006aa5e35c4f82d57198382f3a94240ee9f9')
+sha512sums=('eb7589345eb627d9fda84771bd2cf3eb0e4e9e48bf6bb7490bd8844b66558717de5dc96cde9d66e81f7ba4e54090f18dbe1bbccb2452ed0ed8c17cdf7b6e4aa2')
 
 package() {
 cd $pkgname


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

2018-11-04 Thread Eli Schwartz via arch-commits
Date: Monday, November 5, 2018 @ 00:12:08
  Author: eschwartz
Revision: 401534

archrelease: copy trunk to community-x86_64

Added:
  python-apsw/repos/community-x86_64/LICENSE
(from rev 401533, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 401533, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   54 
 PKGBUILD |  101 ++---
 2 files changed, 77 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-11-05 00:11:41 UTC (rev 401533)
+++ LICENSE 2018-11-05 00:12:08 UTC (rev 401534)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-x86_64/LICENSE (from rev 401533, 
python-apsw/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-11-05 00:12:08 UTC (rev 401534)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-05 00:11:41 UTC (rev 401533)
+++ PKGBUILD2018-11-05 00:12:08 UTC (rev 401534)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Brendan MacDonell 
-# Contributor: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.24.0
-pkgrel=2
-arch=('x86_64')
-url="https://github.com/rogerbinns/apsw;
-license=('MIT')
-depends=('sqlite')
-makedepends=('python' 'python2')
-source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('933a8749f5139a56f9f53cb2b9e13501fb40f67009d190a00c8f77e000b17e1be756ddf4710baf45af3cbafb17055133a7183a7ed815e0236f9db57bbff58295')
-
-build() {
-  cd apsw-${pkgver}-r1
-
-  python setup.py build --enable=load_extension
-  python2 setup.py build --enable=load_extension
-}
-
-check() {
-  cd "$srcdir"/apsw-${pkgver}-r1
-
-  # do glob expansion in variable assignment
-  pythonpaths=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH-"2*)
-  PYTHONPATH="${pythonpaths[0]}" python setup.py test
-  PYTHONPATH="${pythonpaths[1]}" python2 setup.py test
-}
-
-package_python-apsw() {
-depends+=('python')
-pkgdesc="Python wrapper for SQLite"
-  cd "$srcdir"/apsw-${pkgver}-r1
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

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

2018-11-04 Thread Eli Schwartz via arch-commits
Date: Monday, November 5, 2018 @ 00:11:41
  Author: eschwartz
Revision: 401533

upgpkg: python-apsw 3.25.2-1

upstream release

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 22:46:51 UTC (rev 401532)
+++ PKGBUILD2018-11-05 00:11:41 UTC (rev 401533)
@@ -5,8 +5,8 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.24.0
-pkgrel=2
+pkgver=3.25.2
+pkgrel=1
 arch=('x86_64')
 url="https://github.com/rogerbinns/apsw;
 license=('MIT')
@@ -13,7 +13,7 @@
 depends=('sqlite')
 makedepends=('python' 'python2')
 
source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('933a8749f5139a56f9f53cb2b9e13501fb40f67009d190a00c8f77e000b17e1be756ddf4710baf45af3cbafb17055133a7183a7ed815e0236f9db57bbff58295')
+sha512sums=('4a8e56c20676b271fb0e69a46057f483af8dfc76aaa3beb01cc76bb1646eb38895f16c5f65fdd8b057d7ffce880cf1095b7000eacab2b862048505eb7274a715')
 
 build() {
   cd apsw-${pkgver}-r1


[arch-commits] Commit in linux-zen/repos/testing-x86_64 (12 files)

2018-11-04 Thread Jan Steffens via arch-commits
Date: Sunday, November 4, 2018 @ 23:19:16
  Author: heftig
Revision: 337868

archrelease: copy trunk to testing-x86_64

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

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  482 -
 config|19677 +++-
 linux.install |   20 
 linux.preset  |   28 
 6 files changed, 10126 insertions(+), 10127 deletions(-)

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


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

2018-11-04 Thread Jan Steffens via arch-commits
Date: Sunday, November 4, 2018 @ 23:18:39
  Author: heftig
Revision: 337867

4.19.1.zen2-2: bfq-mq seems to be unstable, try bfq

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 23:07:57 UTC (rev 337866)
+++ PKGBUILD2018-11-04 23:18:39 UTC (rev 337867)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcver=4.19.1-zen2
 pkgver=${_srcver//-/.}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://github.com/zen-kernel/zen-kernel/commits/v$_srcver;
 license=(GPL2)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'1d1a0f62344c6205a780c3b18480462d1ebf60678ae571e34b2c1017e32245c2'
+'6df19036260f573dfa604b1396ace99eba7fba7341d6f878c9d5a58ce9362bab'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-11-04 23:07:57 UTC (rev 337866)
+++ config  2018-11-04 23:18:39 UTC (rev 337867)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.1-zen1 Kernel Configuration
+# Linux/x86 4.19.1-zen2 Kernel Configuration
 #
 
 #
@@ -1004,8 +1004,7 @@
 CONFIG_DEFAULT_BFQ_SQ=y
 # CONFIG_DEFAULT_NOOP is not set
 CONFIG_DEFAULT_IOSCHED="bfq-sq"
-CONFIG_MQ_IOSCHED_BFQ=y
-CONFIG_MQ_BFQ_GROUP_IOSCHED=y
+# CONFIG_MQ_IOSCHED_BFQ is not set
 CONFIG_MQ_IOSCHED_DEADLINE=y
 CONFIG_MQ_IOSCHED_KYBER=y
 CONFIG_IOSCHED_BFQ=y


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2018-11-04 Thread Gaëtan Bisson via arch-commits
Date: Sunday, November 4, 2018 @ 23:07:57
  Author: bisson
Revision: 337866

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 337865, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 337865, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 337865, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 337865, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 23:07:14 UTC (rev 337865)
+++ PKGBUILD2018-11-04 23:07:57 UTC (rev 337866)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
- 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
- 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
- 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
- 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack' 'wildmidi' 'yajl'
- 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('8b0ee75fb62ba69a4a127d51fb7011c60067de3f92d050184c52420d70b1528c'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dlibwrap=disabled' # twentieth century's over
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 337865, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 23:07:57 UTC (rev 337866)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.1
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
+ 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
+ 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+ 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
+ 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack' 'wildmidi' 'yajl'
+ 'zziplib')
+makedepends=('boost' 'meson' 'python-sphinx')

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

2018-11-04 Thread Gaëtan Bisson via arch-commits
Date: Sunday, November 4, 2018 @ 23:07:14
  Author: bisson
Revision: 337865

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 22:50:52 UTC (rev 337864)
+++ PKGBUILD2018-11-04 23:07:14 UTC (rev 337865)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.21
+pkgver=0.21.1
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -19,12 +19,12 @@
  'zziplib')
 makedepends=('boost' 'meson' 'python-sphinx')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('8b0ee75fb62ba69a4a127d51fb7011c60067de3f92d050184c52420d70b1528c'
+sha256sums=('5674e791a6f3687a312431fd7e14d9d27fc62e21b869ff6b522bf6ba1bb5c069'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


[arch-commits] Commit in kdiff3/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-04 Thread Antonio Rojas via arch-commits
Date: Sunday, November 4, 2018 @ 22:50:52
  Author: arojas
Revision: 337864

archrelease: copy trunk to extra-x86_64

Added:
  kdiff3/repos/extra-x86_64/PKGBUILD
(from rev 337863, kdiff3/trunk/PKGBUILD)
Deleted:
  kdiff3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 22:50:30 UTC (rev 337863)
+++ PKGBUILD2018-11-04 22:50:52 UTC (rev 337864)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Eric Bélanger 
-
-pkgname=kdiff3
-pkgver=0.9.98.git20180916
-pkgrel=1
-_commit=1c8cde9367a57b9e8884f858ae28b3acb226b728
-pkgdesc="A KDE file comparator/merge tool"
-arch=(x86_64)
-url="https://kdiff3.sourceforge.net/;
-license=(GPL)
-depends=(kparts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools git)
-source=(git://git.kde.org/kdiff3#commit=$_commit)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdiff3/repos/extra-x86_64/PKGBUILD (from rev 337863, 
kdiff3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 22:50:52 UTC (rev 337864)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Eric Bélanger 
+
+pkgname=kdiff3
+pkgver=0.9.98.git20181104
+pkgrel=1
+_commit=fc7be6229ea19e965688a3c30101b1ab165a5297
+pkgdesc="A KDE file comparator/merge tool"
+arch=(x86_64)
+url="https://kdiff3.sourceforge.net/;
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools git)
+source=(git://git.kde.org/kdiff3#commit=$_commit)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-04 Thread Antonio Rojas via arch-commits
Date: Sunday, November 4, 2018 @ 22:50:30
  Author: arojas
Revision: 337863

New snapshot

Modified:
  kdiff3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 22:03:35 UTC (rev 337862)
+++ PKGBUILD2018-11-04 22:50:30 UTC (rev 337863)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=kdiff3
-pkgver=0.9.98.git20180916
+pkgver=0.9.98.git20181104
 pkgrel=1
-_commit=1c8cde9367a57b9e8884f858ae28b3acb226b728
+_commit=fc7be6229ea19e965688a3c30101b1ab165a5297
 pkgdesc="A KDE file comparator/merge tool"
 arch=(x86_64)
 url="https://kdiff3.sourceforge.net/;


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

2018-11-04 Thread Eli Schwartz via arch-commits
Date: Sunday, November 4, 2018 @ 22:46:51
  Author: eschwartz
Revision: 401532

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  173 --
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 +++
 3 files changed, 164 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 22:46:30 UTC (rev 401531)
+++ PKGBUILD2018-11-04 22:46:51 UTC (rev 401532)
@@ -1,89 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.9
-pkgrel=2
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"${url}/commit/91302ec086ee2061e57dd972baaa43eb0926b150.patch"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('3b07daf531819e21037ec0161c462d03bb60e0e059e6dfe5f6ab200858391c9b4a2c033e4a38f9acc83ddbedde8e54ab78a346a71718e5f4b5025061335b7f14'
-
'390ccd9e7cb13899cf492992d36d1641ce45563d23efb2e90d4ecdcbde4dbad82a8d96906811f4fcea8a8fe2a77d3e957e41f71181db7f67d01a19f55855c838'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# compatibility in master for cinnamon-settings-daemon 4.0.0
-patch -p1 -i ../91302ec086ee2061e57dd972baaa43eb0926b150.patch
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ 

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

2018-11-04 Thread Eli Schwartz via arch-commits
Date: Sunday, November 4, 2018 @ 22:46:30
  Author: eschwartz
Revision: 401531

upgpkg: cinnamon 4.0.0-1

upstream release

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 22:46:22 UTC (rev 401530)
+++ PKGBUILD2018-11-04 22:46:30 UTC (rev 401531)
@@ -5,14 +5,14 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.8.9
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('x86_64')
 url="https://github.com/linuxmint/Cinnamon;
 license=('GPL2')
 depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
+ 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
  'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
  'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
  'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
@@ -24,12 +24,10 @@
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"${url}/commit/91302ec086ee2061e57dd972baaa43eb0926b150.patch"
 
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
 "set_wheel.patch"
 "default-theme.patch")
-sha512sums=('3b07daf531819e21037ec0161c462d03bb60e0e059e6dfe5f6ab200858391c9b4a2c033e4a38f9acc83ddbedde8e54ab78a346a71718e5f4b5025061335b7f14'
-
'390ccd9e7cb13899cf492992d36d1641ce45563d23efb2e90d4ecdcbde4dbad82a8d96906811f4fcea8a8fe2a77d3e957e41f71181db7f67d01a19f55855c838'
+sha512sums=('c827211aa449e6bb5c8a39b8f6711df39eefb956572900b8c90437db4e17f7c13a9e5772504ca4c689f6271ecfa22d5f453c217cbb558b89d5a9f2e2e48d191b'
 
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
@@ -37,9 +35,6 @@
 prepare() {
 cd "${srcdir}"/Cinnamon-${pkgver}
 
-# compatibility in master for cinnamon-settings-daemon 4.0.0
-patch -p1 -i ../91302ec086ee2061e57dd972baaa43eb0926b150.patch
-
 # Check for the cc-panel module path, not for the irrelevant binary
 patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
 


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

2018-11-04 Thread Eli Schwartz via arch-commits
Date: Sunday, November 4, 2018 @ 22:46:22
  Author: eschwartz
Revision: 401530

archrelease: copy trunk to community-x86_64

Added:
  muffin/repos/community-x86_64/PKGBUILD
(from rev 401529, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 22:46:02 UTC (rev 401529)
+++ PKGBUILD2018-11-04 22:46:22 UTC (rev 401530)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'clutter' 'gobject-introspection-runtime' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity')
-makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'gnome-doc-utils')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b567c96022698f6fdc81118e5ffa5f14d4c95fd20c4ad228eee8c0d1b8cbc902')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/muffin \
---localstatedir=/var \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Remove unused stuff
-make -C src DESTDIR="${pkgdir}" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-make -C src/tools DESTDIR="${pkgdir}" uninstall
-make -C src/compositor/plugins DESTDIR="${pkgdir}" uninstall
-make -C doc/man DESTDIR="${pkgdir}" uninstall
-}

Copied: muffin/repos/community-x86_64/PKGBUILD (from rev 401529, 
muffin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 22:46:22 UTC (rev 401530)
@@ -0,0 +1,58 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('cinnamon-desktop' 'gobject-introspection-runtime' 'libcanberra' 
'libinput'
+ 'libsm' 'libxkbcommon-x11' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'gnome-doc-utils')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"${url}/commit/c9b0c9ae1acfa80ce47d598dc8a0c924fd9f205d.patch")
+sha256sums=('c38e4a1b53378bdf005da5477b8478a97e7f7bc7f6f40e1eeed21602a67bd656'
+'3747dacdebe79900985da865c183ac164ca50fbe533a0615ee1d2778a323da9d')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+# https://github.com/linuxmint/muffin/pull/374
+patch -p1 -i ../c9b0c9ae1acfa80ce47d598dc8a0c924fd9f205d.patch
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/muffin \
+--localstatedir=/var \
+--disable-gtk-doc \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Remove unused stuff
+make -C src DESTDIR="${pkgdir}" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+make -C src/tools DESTDIR="${pkgdir}" uninstall
+make -C src/compositor/plugins DESTDIR="${pkgdir}" uninstall
+make -C doc/man DESTDIR="${pkgdir}" uninstall
+}


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

2018-11-04 Thread Eli Schwartz via arch-commits
Date: Sunday, November 4, 2018 @ 22:46:02
  Author: eschwartz
Revision: 401529

upgpkg: muffin 4.0.0-1

upstream release
clutter/cogl are now private (modified) copies, following similar changes in 
gnome

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 22:27:12 UTC (rev 401528)
+++ PKGBUILD2018-11-04 22:46:02 UTC (rev 401529)
@@ -4,22 +4,26 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.8.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
 license=('GPL')
-depends=('cinnamon-desktop' 'clutter' 'gobject-introspection-runtime' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity')
+depends=('cinnamon-desktop' 'gobject-introspection-runtime' 'libcanberra' 
'libinput'
+ 'libsm' 'libxkbcommon-x11' 'startup-notification' 'zenity')
 makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'gnome-doc-utils')
 options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b567c96022698f6fdc81118e5ffa5f14d4c95fd20c4ad228eee8c0d1b8cbc902')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"${url}/commit/c9b0c9ae1acfa80ce47d598dc8a0c924fd9f205d.patch")
+sha256sums=('c38e4a1b53378bdf005da5477b8478a97e7f7bc7f6f40e1eeed21602a67bd656'
+'3747dacdebe79900985da865c183ac164ca50fbe533a0615ee1d2778a323da9d')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
 
+# https://github.com/linuxmint/muffin/pull/374
+patch -p1 -i ../c9b0c9ae1acfa80ce47d598dc8a0c924fd9f205d.patch
 NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -30,6 +34,7 @@
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/muffin \
 --localstatedir=/var \
+--disable-gtk-doc \
 --disable-static \
 --disable-schemas-compile \
 --enable-compile-warnings=minimum


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

2018-11-04 Thread David Runge via arch-commits
Date: Sunday, November 4, 2018 @ 22:27:12
  Author: dvzrv
Revision: 401528

archrelease: copy trunk to community-x86_64

Added:
  nomacs/repos/community-x86_64/PKGBUILD
(from rev 401527, nomacs/trunk/PKGBUILD)
Deleted:
  nomacs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 22:25:40 UTC (rev 401527)
+++ PKGBUILD2018-11-04 22:27:12 UTC (rev 401528)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-_plugins_pkgver=3.8.1
-pkgname=nomacs
-pkgver=3.10.2
-pkgrel=2
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://nomacs.org/;
-license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-optdepends=('qt5-imageformats: support additional image formats')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
-sha512sums=('977dbe24e09b1dd8a33b18c1dbbb3a59106715746b07892f289918205818664fd7b4213028d4288009bcf14a0195759ac1eafca076f81ee72a1e2ae027dd'
-
'86bc4db30b0815fd2efa272b14d3917f0e88fa95284f0afb55acca87b77b3db7668238fb3023cc9b21fe8c87cad72319d45d48633a646bf5b6acb80a6537b8c8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # move plugins
-  mv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" "ImageLounge/plugins"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_TRANSLATIONS=true
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 401527, 
nomacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 22:27:12 UTC (rev 401528)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_plugins_pkgver=3.8.1
+pkgname=nomacs
+pkgver=3.12
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/;
+license=('GPL3')
+depends=('desktop-file-utils' 'exiv2' 'libraw' 'opencv' 'quazip' 'qt5-svg')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
+sha512sums=('4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119'
+
'86bc4db30b0815fd2efa272b14d3917f0e88fa95284f0afb55acca87b77b3db7668238fb3023cc9b21fe8c87cad72319d45d48633a646bf5b6acb80a6537b8c8')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # move plugins
+  mv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" "ImageLounge/plugins"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_QUAZIP=ON \
+  -DENABLE_TRANSLATIONS=true
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-11-04 Thread David Runge via arch-commits
Date: Sunday, November 4, 2018 @ 22:25:40
  Author: dvzrv
Revision: 401527

upgpkg: nomacs 3.12-1

Upgrading to 3.12. Using system quazip.

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 21:31:32 UTC (rev 401526)
+++ PKGBUILD2018-11-04 22:25:40 UTC (rev 401527)
@@ -3,18 +3,18 @@
 
 _plugins_pkgver=3.8.1
 pkgname=nomacs
-pkgver=3.10.2
-pkgrel=2
+pkgver=3.12
+pkgrel=1
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
 url="https://nomacs.org/;
 license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+depends=('desktop-file-utils' 'exiv2' 'libraw' 'opencv' 'quazip' 'qt5-svg')
 optdepends=('qt5-imageformats: support additional image formats')
 makedepends=('cmake' 'qt5-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
 
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
-sha512sums=('977dbe24e09b1dd8a33b18c1dbbb3a59106715746b07892f289918205818664fd7b4213028d4288009bcf14a0195759ac1eafca076f81ee72a1e2ae027dd'
+sha512sums=('4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119'
 
'86bc4db30b0815fd2efa272b14d3917f0e88fa95284f0afb55acca87b77b3db7668238fb3023cc9b21fe8c87cad72319d45d48633a646bf5b6acb80a6537b8c8')
 
 prepare() {
@@ -26,6 +26,7 @@
 build() {
   cd "${pkgname}-${pkgver}"
   cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_QUAZIP=ON \
   -DENABLE_TRANSLATIONS=true
   make
 }


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

2018-11-04 Thread Christian Hesse via arch-commits
Date: Sunday, November 4, 2018 @ 22:03:35
  Author: eworm
Revision: 337862

add optional dependency on 'words'

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 21:57:36 UTC (rev 337861)
+++ PKGBUILD2018-11-04 22:03:35 UTC (rev 337862)
@@ -54,7 +54,8 @@
   provides=('eject' 'zramctl' 'rfkill')
   replaces=('zramctl' 'rfkill')
   depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libcap-ng' 'libutil-linux')
-  optdepends=('python: python bindings to libmount')
+  optdepends=('python: python bindings to libmount'
+  'words: default dictionary for look')
   groups=('base' 'base-devel')
   backup=(etc/pam.d/chfn
   etc/pam.d/chsh


[arch-commits] Commit in pipewire/trunk (PKGBUILD pkgconfig.diff)

2018-11-04 Thread Jan Steffens via arch-commits
Date: Sunday, November 4, 2018 @ 21:57:25
  Author: heftig
Revision: 337860

0.2.3+3+gbbba49aa-1

Modified:
  pipewire/trunk/PKGBUILD
Deleted:
  pipewire/trunk/pkgconfig.diff

+
 PKGBUILD   |   12 +---
 pkgconfig.diff |  142 ---
 2 files changed, 4 insertions(+), 150 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 21:42:36 UTC (rev 337859)
+++ PKGBUILD2018-11-04 21:57:25 UTC (rev 337860)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pipewire
-pkgver=0.2.3
+pkgver=0.2.3+3+gbbba49aa
 pkgrel=1
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org;
@@ -10,11 +10,9 @@
 depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
 makedepends=(git meson doxygen graphviz xmltoman valgrind)
 install=pipewire.install
-_commit=8d53d3018f2d3bccd72bffb901ec36095d430382  # tags/0.2.3
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
-pkgconfig.diff)
-sha256sums=('SKIP'
-'c4e145b4e18aa2d218b8f8ce96d5ba01626599e9349955226300b17779817fb5')
+_commit=bbba49aae1e593cf5e1c00fdfcb39dc3f0d91ec5  # pull/86/head~1
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
 
 
 pkgver() {
@@ -25,8 +23,6 @@
 prepare() {
   cd $pkgname
 
-  patch -Np1 -i ../pkgconfig.diff
-
   # Reduce docs size
   printf '%s\n' >>doc/Doxyfile.in \
 HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes

Deleted: pkgconfig.diff
===
--- pkgconfig.diff  2018-11-04 21:42:36 UTC (rev 337859)
+++ pkgconfig.diff  2018-11-04 21:57:25 UTC (rev 337860)
@@ -1,142 +0,0 @@
- meson.build |  4 ++--
- pkgconfig/libpipewire.pc.in | 11 ---
- pkgconfig/libspa.pc.in  |  7 ---
- pkgconfig/meson.build   | 25 -
- spa/meson.build |  6 ++
- src/pipewire/meson.build| 11 ++-
- 6 files changed, 18 insertions(+), 46 deletions(-)
-
-diff --git c/meson.build i/meson.build
-index 443da44c..bcbe35e9 100644
 c/meson.build
-+++ i/meson.build
-@@ -1,6 +1,6 @@
- project('pipewire', 'c',
-   version : '0.2.3',
--  meson_version : '>= 0.36.0',
-+  meson_version : '>= 0.42.0',
-   default_options : [ 'warning_level=1',
-   'c_std=gnu99',
-   'buildtype=debugoptimized' ])
-@@ -34,6 +34,7 @@ modules_install_dir = join_paths(pipewire_libdir, 
'pipewire-@0@'.format(apiversi
- spa_plugindir = join_paths(pipewire_libdir, 'spa')
- 
- gnome = import('gnome')
-+pkgconfig = import('pkgconfig')
- 
- cc = meson.get_compiler('c')
- 
-@@ -164,7 +165,6 @@ endif
- 
- subdir('spa')
- subdir('src')
--subdir('pkgconfig')
- 
- if get_option('docs')
-   doxygen = find_program('doxygen', required : false)
-diff --git c/pkgconfig/libpipewire.pc.in i/pkgconfig/libpipewire.pc.in
-deleted file mode 100644
-index ca302fbe..
 c/pkgconfig/libpipewire.pc.in
-+++ /dev/null
-@@ -1,11 +0,0 @@
--prefix=@prefix@
--exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@/
--moduledir=@moduledir@
--
--Name: libpipewire
--Description: PipeWire Interface
--Version: @VERSION@
--Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
--Cflags: -I${includedir} -D_REENTRANT
-diff --git c/pkgconfig/libspa.pc.in i/pkgconfig/libspa.pc.in
-deleted file mode 100644
-index e5878d2d..
 c/pkgconfig/libspa.pc.in
-+++ /dev/null
-@@ -1,7 +0,0 @@
--prefix=@prefix@
--includedir=@includedir@/
--
--Name: libspa
--Description: Simple Plugin API
--Version: @VERSION@
--Cflags: -I${includedir} -D_REENTRANT
-diff --git c/pkgconfig/meson.build i/pkgconfig/meson.build
-deleted file mode 100644
-index 9d575784..
 c/pkgconfig/meson.build
-+++ /dev/null
-@@ -1,25 +0,0 @@
--pkgconf = configuration_data()
--
--pkgconf.set('prefix', get_option('prefix'))
--pkgconf.set('exec_prefix', '${prefix}')
--pkgconf.set('libdir', '${prefix}/@0@'.format(get_option('libdir')))
--pkgconf.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
--pkgconf.set('moduledir', '${prefix}/@0@'.format(modules_install_dir))
--pkgconf.set('PIPEWIRE_API_VERSION', apiversion)
--pkgconf.set('VERSION', pipewire_version)
--
--pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
--
--pkg_files = [
--  [ 'libpipewire', apiversion ],
--  [ 'libspa', spaversion ],
--]
--
--foreach p : pkg_files
--  infile = p.get(0) + '.pc.in'
--  outfile = p.get(0) + '-@0@.pc'.format(p.get(1))
--  configure_file(input : infile,
--output : outfile,
--configuration : pkgconf,
--install_dir : pkg_install_dir)
--endforeach
-diff --git c/spa/meson.build i/spa/meson.build
-index 09e1c2f0..d190b9b2 100644
 c/spa/meson.build
-+++ i/spa/meson.build
-@@ -24,3 +24,9 @@ subdir('include')
- subdir('plugins')
- subdir('tools')
- subdir('tests')
-+

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

2018-11-04 Thread Jan Steffens via arch-commits
Date: Sunday, November 4, 2018 @ 21:57:36
  Author: heftig
Revision: 337861

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 337860, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 337860, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install
  pipewire/repos/extra-x86_64/pkgconfig.diff

--+
 PKGBUILD |   95 ---
 pipewire.install |   28 +-
 pkgconfig.diff   |  142 -
 3 files changed, 59 insertions(+), 206 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 21:57:25 UTC (rev 337860)
+++ PKGBUILD2018-11-04 21:57:36 UTC (rev 337861)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=8d53d3018f2d3bccd72bffb901ec36095d430382  # tags/0.2.3
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
-pkgconfig.diff)
-sha256sums=('SKIP'
-'c4e145b4e18aa2d218b8f8ce96d5ba01626599e9349955226300b17779817fb5')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../pkgconfig.diff
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true \
--D gstreamer=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 337860, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 21:57:36 UTC (rev 337861)
@@ -0,0 +1,45 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.3+3+gbbba49aa
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=bbba49aae1e593cf5e1c00fdfcb39dc3f0d91ec5  # pull/86/head~1
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true \
+-D gstreamer=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2018-11-04 21:57:25 UTC (rev 337860)
+++ pipewire.install2018-11-04 21:57:36 UTC (rev 337861)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 337860, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-11-04 21:57:36 UTC (rev 337861)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}

Deleted: pkgconfig.diff
===
--- pkgconfig.diff  2018-11-04 21:57:25 UTC (rev 337860)
+++ pkgconfig.diff  2018-11-04 21:57:36 UTC (rev 337861)
@@ -1,142 +0,0 @@
- meson.build |  4 ++--
- pkgconfig/libpipewire.pc.in | 11 ---
- pkgconfig/libspa.pc.in  |  7 ---
- pkgconfig/meson.build   | 25 -
- spa/meson.build |  6 ++
- src/pipewire/meson.build| 11 ++-
- 6 files changed, 18 insertions(+), 46 deletions(-)
-
-diff --git c/meson.build 

[arch-commits] Commit in linux-zen/repos/testing-x86_64 (12 files)

2018-11-04 Thread Jan Steffens via arch-commits
Date: Sunday, November 4, 2018 @ 21:42:36
  Author: heftig
Revision: 337859

archrelease: copy trunk to testing-x86_64

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

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  482 -
 config|19678 
 linux.install |   20 
 linux.preset  |   28 
 6 files changed, 10127 insertions(+), 10127 deletions(-)

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


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

2018-11-04 Thread Jan Steffens via arch-commits
Date: Sunday, November 4, 2018 @ 21:42:08
  Author: heftig
Revision: 337858

4.19.1.zen2-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 21:02:48 UTC (rev 337857)
+++ PKGBUILD2018-11-04 21:42:08 UTC (rev 337858)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.1-zen1
+_srcver=4.19.1-zen2
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2018-11-04 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 4, 2018 @ 21:31:07
  Author: sangy
Revision: 401525

upgpkg: netbeans 9.0-4

netbeans-9.0-4-any.pkg.tar.xz

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 20:31:33 UTC (rev 401524)
+++ PKGBUILD2018-11-04 21:31:07 UTC (rev 401525)
@@ -5,7 +5,7 @@
 
 pkgname=netbeans
 pkgver=9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.apache.org/'
@@ -47,8 +47,8 @@
   cp -r 
"nbbuild/${pkgname}/"{java,harness,javafx,profiler,nb,ide,extide,apisupport,websvccommon,platform}
 "${pkgdir}/usr/lib/${pkgname}"
 
   # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
-  install -Dm644 "netbeans.clusters" -t "${pkgdir}/usr/etc/"
+  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
+  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
 
   # Desktop shortcut and icon
   install -Dm644 "nbbuild/packaging/snap/gui/$pkgname.desktop" \


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

2018-11-04 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 4, 2018 @ 21:31:32
  Author: sangy
Revision: 401526

archrelease: copy trunk to community-testing-any

Added:
  netbeans/repos/community-testing-any/
  netbeans/repos/community-testing-any/PKGBUILD
(from rev 401525, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-testing-any/netbeans.clusters
(from rev 401525, netbeans/trunk/netbeans.clusters)

---+
 PKGBUILD  |   67 
 netbeans.clusters |   44 ++
 2 files changed, 111 insertions(+)

Copied: netbeans/repos/community-testing-any/PKGBUILD (from rev 401525, 
netbeans/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-11-04 21:31:32 UTC (rev 401526)
@@ -0,0 +1,67 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Timm Preetz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ben Wolsieffer 
+
+pkgname=netbeans
+pkgver=9.0
+pkgrel=4
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.apache.org/'
+license=('Apache2')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('ttf-font')
+makedepends=('ant' 'java-environment=8')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+source=("https://www.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0/incubating-${pkgname}-java-${pkgver}-source.zip"{,.asc}
+   "netbeans.clusters")
+
+sha256sums=('cc4cdaf3e1a6c80227410a6e54414e2109516d11a7150b7b9660061135bbc8db'
+'SKIP'
+'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
+validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647")
+
+build() {
+  # full cluster configuration is not available at this time
+  #ant -quiet -Dcluster.config=full
+  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
+  ant -quiet
+}
+
+check() {
+  cd "${srcdir}"
+  ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
+}
+
+package() {
+  depends+=('java-environment>=9')
+
+  # install launcher script
+  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+
+  # Resources for platform config
+  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
+  cp -r 
"nbbuild/${pkgname}/"{java,harness,javafx,profiler,nb,ide,extide,apisupport,websvccommon,platform}
 "${pkgdir}/usr/lib/${pkgname}"
+
+  # copy cluster configuration
+  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
+  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
+
+  # Desktop shortcut and icon
+  install -Dm644 "nbbuild/packaging/snap/gui/$pkgname.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  sed -i "s/Icon=.*/Icon=\/usr\/share\/pixmaps\/${pkgname}.png/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 "ide.branding/release/${pkgname}.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+  # remove non-linux non x86_64 binaries (FIXME: ideally we should just *not* 
build these)
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS*"
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX*"
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows*"
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/*-sparc_64"
+  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.exe" -exec rm {} \;
+  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.dll" -exec rm {} \;
+
+}

Copied: netbeans/repos/community-testing-any/netbeans.clusters (from rev 
401525, netbeans/trunk/netbeans.clusters)
===
--- community-testing-any/netbeans.clusters (rev 0)
+++ community-testing-any/netbeans.clusters 2018-11-04 21:31:32 UTC (rev 
401526)
@@ -0,0 +1,44 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# platform cluster first
+lib/netbeans/platform
+# application cluster second

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

2018-11-04 Thread Antonio Rojas via arch-commits
Date: Sunday, November 4, 2018 @ 21:02:48
  Author: arojas
Revision: 337857

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  300 ++---
 1 file changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 21:02:07 UTC (rev 337856)
+++ PKGBUILD2018-11-04 21:02:48 UTC (rev 337857)
@@ -1,150 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=60.2.1
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha256sums=('8fc9e5766d39180ec47e0310a70eed7ce1d8f2e4510195506386bf6a9e7a8425'
-'e191ec5cafb71b46a02f64f02cdbc6117471b11c14e9876e688b1b774c1bd0e8'
-'fe9cb445c45925f31a7a230ffdcd4757eae7d8ec0b8784632ee51ca42d55b00c'
-'f4e26a005298576f7ad4e2fc157ae0a6a5d674fe98aac89e7f287f9b2b922c5b'
-'a7d7a11c8a7d162b291d8423e6c02a38708c6c1ed3cae65f7be4b1af9fae72d5'
-'c8c6ced20c48a46953c23f5f84ec6f3827babcf634f045e5f29caf90427055e1'
-'beb3eb4296900acba8d4462235cf4dd735cfd02774bc6da6801d53b6baa1f7fb'
-'d6b598f4911d19b13b12afb9f2c7def02a161603aea4a9c3d963a9b153505a08'
-'bd5644ec10d31c708b2c339a7ee7bb67100f2db0a29e53750cf7238e47ad88c0'
-'3508f712676fabea01ecdfe06ed5e1d3b1fbf24d0ee70e9f00a16f0ea65957cf'
-'40620bc3504d9b64017c1cef55f5544f5cc27afcc217dc42359ec5c934e4cb7c'
-'adebeb4d331c1c32b9a9218f8ab0a600dd09357f32116014dcbc08853fc9d045'
-'5221448e152276d407c82bef9c6fe028c476baf5e145476bcf14fa15e546414f'
-'72c7c8ac179e0c9c1e9b4df57b134f8dd5e1387b1d2a3cb6886b9ad04a0fd610'
-'836b394097826c88f59238533821d10daba709fdf717dc480b834909d4fcf295'
-'4e22fc941edc6176cab0b422d84d065fcce7a93479e42777d8c562c33773dacc'
-'d054fadcd56f524e2c406bcaead90a70eeca77935f0acc2f85cdd0b7d451e89d'
-'91cc98b50628bd912f1dd38ce5af079f650a2477e16bef8f6907d0c4f3250e41'
-'7b4c93bdc2a93f10a1d3a356a4e66d3bb6c4ffa54dbb76fdb8ca231adcd7dad7'
-'954b029cbef725fcf474c57155baadc1f90d8f0f3815da8bdfe7724bbf9e2e84'
-'8ebac71d6d4000d37ee52f486f7f84a8c2ccaead392b0c663806897fa1fc8732'
-'4fa6eb4bd1809b3821772add11cdd53806c44a61d30fdac492597a3945db9b4b'
-'ca0010e3e7bc58f6cba9d6565ef4e39ae470450c186b073874665953a2269708'
-'524383ca36d03a431104fe00763ad7d72147d737a1ce2ab1ef16d8aea2d4d938'
-'d6821298aa10dfd67f8d82410b8458410ad3fee79c47d819a6767e8361e79ade'
-

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

2018-11-04 Thread Antonio Rojas via arch-commits
Date: Sunday, November 4, 2018 @ 21:02:07
  Author: arojas
Revision: 337856

Update to 60.3.0

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 20:58:57 UTC (rev 337855)
+++ PKGBUILD2018-11-04 21:02:07 UTC (rev 337856)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=60.2.1
+pkgver=60.3.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -93,58 +93,58 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('8fc9e5766d39180ec47e0310a70eed7ce1d8f2e4510195506386bf6a9e7a8425'
-'e191ec5cafb71b46a02f64f02cdbc6117471b11c14e9876e688b1b774c1bd0e8'
-'fe9cb445c45925f31a7a230ffdcd4757eae7d8ec0b8784632ee51ca42d55b00c'
-'f4e26a005298576f7ad4e2fc157ae0a6a5d674fe98aac89e7f287f9b2b922c5b'
-'a7d7a11c8a7d162b291d8423e6c02a38708c6c1ed3cae65f7be4b1af9fae72d5'
-'c8c6ced20c48a46953c23f5f84ec6f3827babcf634f045e5f29caf90427055e1'
-'beb3eb4296900acba8d4462235cf4dd735cfd02774bc6da6801d53b6baa1f7fb'
-'d6b598f4911d19b13b12afb9f2c7def02a161603aea4a9c3d963a9b153505a08'
-'bd5644ec10d31c708b2c339a7ee7bb67100f2db0a29e53750cf7238e47ad88c0'
-'3508f712676fabea01ecdfe06ed5e1d3b1fbf24d0ee70e9f00a16f0ea65957cf'
-'40620bc3504d9b64017c1cef55f5544f5cc27afcc217dc42359ec5c934e4cb7c'
-'adebeb4d331c1c32b9a9218f8ab0a600dd09357f32116014dcbc08853fc9d045'
-'5221448e152276d407c82bef9c6fe028c476baf5e145476bcf14fa15e546414f'
-'72c7c8ac179e0c9c1e9b4df57b134f8dd5e1387b1d2a3cb6886b9ad04a0fd610'
-'836b394097826c88f59238533821d10daba709fdf717dc480b834909d4fcf295'
-'4e22fc941edc6176cab0b422d84d065fcce7a93479e42777d8c562c33773dacc'
-'d054fadcd56f524e2c406bcaead90a70eeca77935f0acc2f85cdd0b7d451e89d'
-'91cc98b50628bd912f1dd38ce5af079f650a2477e16bef8f6907d0c4f3250e41'
-'7b4c93bdc2a93f10a1d3a356a4e66d3bb6c4ffa54dbb76fdb8ca231adcd7dad7'
-'954b029cbef725fcf474c57155baadc1f90d8f0f3815da8bdfe7724bbf9e2e84'
-'8ebac71d6d4000d37ee52f486f7f84a8c2ccaead392b0c663806897fa1fc8732'
-'4fa6eb4bd1809b3821772add11cdd53806c44a61d30fdac492597a3945db9b4b'
-'ca0010e3e7bc58f6cba9d6565ef4e39ae470450c186b073874665953a2269708'
-'524383ca36d03a431104fe00763ad7d72147d737a1ce2ab1ef16d8aea2d4d938'
-'d6821298aa10dfd67f8d82410b8458410ad3fee79c47d819a6767e8361e79ade'
-'067e9a6f1c23772502682143764fefe1e0d235e34fe15f9b2fee9694157e447d'
-'ed3c2eacda2b62a0381e31ca25f4a9cc0023c64cc64dbacc646c0621bc4850bb'
-'ba481b37d00a48a503e02fb537de3fe5e4d81e48f27dc1b72153060f44647ad2'
-'9b70fe835c16837d24857570fa987b97f4a0e84b6de3ac0a65e405c3d8f67719'
-'70f45e73c7d793ae903bc7a52f68c1173bee4977e1cba54d5546a6f7e7dfc95c'
-'b132a8f9864f42044494e9777cba56bdfbdb977bd4abdbdaa91f45e58cb1a30f'
-'3cc9d3e60453b3a430f483575436d4502a3ae262dde5eff4a08e250871effb77'
-'1658177df483dfa39f103d22195ae50c771851706f9d320519f1e884599497ca'
-'1db5ceae1a232ab756eecd5f48d584822f8b62335fd7730261e72ddca397966f'
-'1c5e2af5fc0ee50b065808142110bb3a5a7dd45c5de1e85d716288e5fed7f505'
-'7ef7427b2d692be29848afdc80e7e34e1fa05264f191a30d74dab27f7c5929a5'
-'2da1db53f2e5dcdc73309d597035425505a9f60abea1b832c395b8134e675ea8'
-'aaef0707cc018e0727405970bd91879e78736be93b3f3fad5c8bba334c52dc4f'
-'5558731b1603e4117a52d8212c4ff7fb8684a0c7c0618e7f22250306f31fd238'
-'8c5412fd8d059c9102b7bca6f56c35aa7fad9df07a9347037adae557679f7ef3'
-'0aaf11e251e9867b903cf4453d34a8c97297de52fdcbbadbec6aadcc4b4b725c'
-'ca60d96703f05e21e152e56b169d84838aefad35a52a648d5e7341a24a5c17db'
-'3b71daf9cb501ac5aa131dca434a0b2949e0b7775de94e8fa68892985eae3db8'
-'62e91004a4b329016e0e88784e6246344634954b4fa54c560167fec5b35cadc0'
-'cffeb1fdba9e460bfa549a4f018c996a91e8b523a4ba2f0663ef6a8f19aa2198'
-'47229bfe0c71ec4b83978f81e87b887240fb36619c1a089e7071ce8871d934b7'
-'6211cb69be41630f33cbfe3099655b4be144d9aa343540d90ac7099cd391db58'
-'6fda75506398c98daf0660747bd2a6745383274df59c443d23c47c280bf9aee6'
-'e559d8713df0d3ecf0c07db24e6e695519202bea7d7cb5fd73fecbe74ae111e4'
-'1dd842c0b10f118d7bff3982f092632e21c88c7cb3446f8362718b8b734285a8'
-'1f864d604c5226cea7bfc538595d5cefb155d92e050966db00c9dfa89b34'
-'b3cfcb2ad78038d7f5ba0715bd02f374217b3ae9f9ca736cc1535b0beb07a39e'
-

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

2018-11-04 Thread Antonio Rojas via arch-commits
Date: Sunday, November 4, 2018 @ 20:58:57
  Author: arojas
Revision: 337855

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 337854, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 337854, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/thunderbird-60.2.1-buildfix.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop

---+
 PKGBUILD  |  301 +++
 thunderbird-60.2.1-buildfix.patch |   42 
 thunderbird.desktop   |  346 ++--
 3 files changed, 322 insertions(+), 367 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 20:58:21 UTC (rev 337854)
+++ PKGBUILD2018-11-04 20:58:57 UTC (rev 337855)
@@ -1,152 +0,0 @@
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgname=thunderbird
-pkgver=60.2.1
-pkgrel=2
-pkgdesc="Standalone mail and news reader from mozilla.org"
-arch=(x86_64)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/thunderbird/;
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
- nss hunspell sqlite ttf-font libvpx icu)
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm)
-optdepends=('libcanberra: sound support')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
-$pkgname.desktop
-thunderbird-60.2.1-buildfix.patch)
-sha256sums=('d313f25cd7ddc016bf8e4d4115f14b34a66621c0feabbc0dd72f9304cb93d7bf'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
-'884c5a6742677c83173812f7abb1e409a2b13371ba6079c4cb69b3e95010de05')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig [arch-commits] Commit in thunderbird/trunk (2 files)

Date: Sunday, November 4, 2018 @ 20:58:21
  Author: arojas
Revision: 337854

Update to 60.3.0

Modified:
  thunderbird/trunk/PKGBUILD
Deleted:
  thunderbird/trunk/thunderbird-60.2.1-buildfix.patch

---+
 PKGBUILD  |   13 ---
 thunderbird-60.2.1-buildfix.patch |   42 
 2 files changed, 5 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:24:28 UTC (rev 337853)
+++ PKGBUILD2018-11-04 20:58:21 UTC (rev 337854)
@@ -5,8 +5,8 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=60.2.1
-pkgrel=2
+pkgver=60.3.0
+pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)
@@ -18,11 +18,9 @@
 optdepends=('libcanberra: sound support')
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
-$pkgname.desktop
-thunderbird-60.2.1-buildfix.patch)
-sha256sums=('d313f25cd7ddc016bf8e4d4115f14b34a66621c0feabbc0dd72f9304cb93d7bf'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
-'884c5a6742677c83173812f7abb1e409a2b13371ba6079c4cb69b3e95010de05')
+$pkgname.desktop)
+sha256sums=('23fc097a5aa62006919029df890e5e2bec38c2c3e6081723040ef702ff6e4a7b'
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -81,7 +79,6 @@
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 END
-  patch -Np1 < ../thunderbird-60.2.1-buildfix.patch
 }
 
 build() {

Deleted: thunderbird-60.2.1-buildfix.patch
===
--- thunderbird-60.2.1-buildfix.patch   2018-11-04 18:24:28 UTC (rev 337853)
+++ thunderbird-60.2.1-buildfix.patch   2018-11-04 20:58:21 UTC (rev 337854)
@@ -1,42 +0,0 @@
-
-# HG changeset patch
-# User Chris Manchester 
-# Date 1533063488 25200
-# Node ID bc651d3d910cbc0730d870c5436b29ddc01fef10
-# Parent  e9dd9434ad9ac15284429d904a45e4daf567c03b
-Bug 1479540 - Accept "triplet" strings with only two parts in moz.configure. 
r=froydnj, a=jcristau
-
-MozReview-Commit-ID: 7pFhoJgBMhQ
-
-diff --git a/build/moz.configure/init.configure 
b/build/moz.configure/init.configure
 a/build/moz.configure/init.configure
-+++ b/build/moz.configure/init.configure
-@@ -586,17 +586,26 @@ option('--target', nargs=1,
- @imports(_from='__builtin__', _import='KeyError')
- @imports(_from='__builtin__', _import='ValueError')
- def split_triplet(triplet, allow_unknown=False):
- # The standard triplet is defined as
- #   CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
- # There is also a quartet form:
- #   CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
- # But we can consider the "KERNEL-OPERATING_SYSTEM" as one.
--cpu, manufacturer, os = triplet.split('-', 2)
-+# Additionally, some may omit "unknown" when the manufacturer
-+# is not specified and emit
-+#   CPU_TYPE-OPERATING_SYSTEM
-+parts = triplet.split('-', 2)
-+if len(parts) == 3:
-+cpu, _, os = parts
-+elif len(parts) == 2:
-+cpu, os = parts
-+else:
-+die("Unexpected triplet string: %s" % triplet)
- 
- # Autoconf uses config.sub to validate and canonicalize those triplets,
- # but the granularity of its results has never been satisfying to our
- # use, so we've had our own, different, canonicalization. We've also
- # historically not been very consistent with how we use the canonicalized
- # values. Hopefully, this will help us make things better.
- # The tests are inherited from our decades-old autoconf-based configure,
- # which can probably be improved/cleaned up because they are based on a
-


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

Date: Sunday, November 4, 2018 @ 20:31:33
  Author: archange
Revision: 401524

archrelease: copy trunk to community-x86_64

Added:
  embree/repos/community-x86_64/PKGBUILD
(from rev 401523, embree/trunk/PKGBUILD)
Deleted:
  embree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 20:28:55 UTC (rev 401523)
+++ PKGBUILD2018-11-04 20:31:33 UTC (rev 401524)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Bruno Pagani 
-
-pkgname=embree
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A collection of high-performance ray tracing kernels"
-arch=('x86_64')
-url="https://embree.github.io/;
-license=('Apache')
-depends=('intel-tbb')
-makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
-provides=('embree-isa')
-replaces=('embree-isa')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('c153879e8d672742a0e8fb7df64c35060ba06e85deec3c52bd92b2c7c1aa540c')
-
-build() {
-cd ${pkgname}-${pkgver}
-cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DEMBREE_TUTORIALS=OFF \
-  -DEMBREE_MAX_ISA="AVX512SKX"
-# Embree detects actual ISA at runtime
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}
-

Copied: embree/repos/community-x86_64/PKGBUILD (from rev 401523, 
embree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 20:31:33 UTC (rev 401524)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Bruno Pagani 
+
+pkgname=embree
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('x86_64')
+url="https://embree.github.io/;
+license=('Apache')
+depends=('intel-tbb')
+makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
+provides=('embree-isa')
+replaces=('embree-isa')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
+sha256sums=('52f9b78e494647893b86e3d6f503eddd8649fa495e825826e9e8597b99645413')
+
+build() {
+cd ${pkgname}-${pkgver}
+cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DEMBREE_TUTORIALS=OFF \
+  -DEMBREE_MAX_ISA="AVX512SKX"
+# Embree detects actual ISA at runtime
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+


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

Date: Sunday, November 4, 2018 @ 20:28:55
  Author: archange
Revision: 401523

upgpkg: embree 3.2.4-1

Modified:
  embree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 20:26:04 UTC (rev 401522)
+++ PKGBUILD2018-11-04 20:28:55 UTC (rev 401523)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=embree
-pkgver=3.2.1
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="A collection of high-performance ray tracing kernels"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 provides=('embree-isa')
 replaces=('embree-isa')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('c153879e8d672742a0e8fb7df64c35060ba06e85deec3c52bd92b2c7c1aa540c')
+sha256sums=('52f9b78e494647893b86e3d6f503eddd8649fa495e825826e9e8597b99645413')
 
 build() {
 cd ${pkgname}-${pkgver}


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

Date: Sunday, November 4, 2018 @ 20:26:04
  Author: jelle
Revision: 401522

archrelease: copy trunk to community-x86_64

Added:
  i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch
(from rev 401521, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 401521, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch
  i3-wm/repos/community-x86_64/PKGBUILD

---+
 0001-Use-OVER-operator-for-drawing-text.patch |   70 
 PKGBUILD  |  105 +++-
 2 files changed, 87 insertions(+), 88 deletions(-)

Deleted: 0001-Use-OVER-operator-for-drawing-text.patch
===
--- 0001-Use-OVER-operator-for-drawing-text.patch   2018-11-04 20:25:51 UTC 
(rev 401521)
+++ 0001-Use-OVER-operator-for-drawing-text.patch   2018-11-04 20:26:04 UTC 
(rev 401522)
@@ -1,35 +0,0 @@
-From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 9 Sep 2017 00:22:13 +0200
-Subject: [PATCH] Use OVER operator for drawing text
-
-For opaque text, SOURCE is not any different from OVER. However, when
-drawing color glyphs (which consist of RGBA pixels instead of strokes)
-SOURCE's handling of alpha is not what we want.
-
-I stumbled across this because cairo 1.15.8 seems to clear the surface
-before drawing color emoji if the operator is SOURCE, deleting every-
-thing drawn before. Arguably, the area outside the glyph bounds should
-not be touched, but even if this is a cairo bug the problem of alpha
-within the glyph remains.

- libi3/font.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libi3/font.c b/libi3/font.c
-index 81091ea74a31da11..aef8427b5396c3d8 100644
 a/libi3/font.c
-+++ b/libi3/font.c
-@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
- pango_layout_set_text(layout, text, text_len);
- 
- /* Do the drawing */
--cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
-+cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
- cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
- pango_cairo_update_layout(cr, layout);
- pango_layout_get_pixel_size(layout, NULL, );
--- 
-2.14.1
-

Copied: 
i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch 
(from rev 401521, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
===
--- 0001-Use-OVER-operator-for-drawing-text.patch   
(rev 0)
+++ 0001-Use-OVER-operator-for-drawing-text.patch   2018-11-04 20:26:04 UTC 
(rev 401522)
@@ -0,0 +1,35 @@
+From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 9 Sep 2017 00:22:13 +0200
+Subject: [PATCH] Use OVER operator for drawing text
+
+For opaque text, SOURCE is not any different from OVER. However, when
+drawing color glyphs (which consist of RGBA pixels instead of strokes)
+SOURCE's handling of alpha is not what we want.
+
+I stumbled across this because cairo 1.15.8 seems to clear the surface
+before drawing color emoji if the operator is SOURCE, deleting every-
+thing drawn before. Arguably, the area outside the glyph bounds should
+not be touched, but even if this is a cairo bug the problem of alpha
+within the glyph remains.
+---
+ libi3/font.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libi3/font.c b/libi3/font.c
+index 81091ea74a31da11..aef8427b5396c3d8 100644
+--- a/libi3/font.c
 b/libi3/font.c
+@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
+ pango_layout_set_text(layout, text, text_len);
+ 
+ /* Do the drawing */
+-cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
++cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
+ cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
+ pango_cairo_update_layout(cr, layout);
+ pango_layout_get_pixel_size(layout, NULL, );
+-- 
+2.14.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 20:25:51 UTC (rev 401521)
+++ PKGBUILD2018-11-04 20:26:04 UTC (rev 401522)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-pkgver=4.15
-pkgrel=1
-pkgdesc="An improved dynamic tiling window manager"
-url="https://i3wm.org/;
-arch=(x86_64)
-license=(BSD)
-depends=(xcb-util-cursor xcb-util-keysyms xcb-util-wm xcb-util-xrm libev yajl 
startup-notification
- pango libxkbcommon-x11)
-makedepends=(bison flex asciidoc xmlto)
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-

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

Date: Sunday, November 4, 2018 @ 20:25:51
  Author: jelle
Revision: 401521

upgpkg: i3-wm 4.16-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 20:12:04 UTC (rev 401520)
+++ PKGBUILD2018-11-04 20:25:51 UTC (rev 401521)
@@ -1,7 +1,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3-wm
-pkgver=4.15
+pkgver=4.16
 pkgrel=1
 pkgdesc="An improved dynamic tiling window manager"
 url="https://i3wm.org/;
@@ -21,7 +21,7 @@
 replaces=(i3 i3bar)
 source=("https://i3wm.org/downloads/i3-$pkgver.tar.bz2"{,.asc}
 0001-Use-OVER-operator-for-drawing-text.patch)
-sha256sums=('217d524d1fbc85ae346b25f6848d1b7bcd2c23184ec88d29114bf5a621385326'
+sha256sums=('cc60a5f518c5e37b4143b644a840bb2ad2a63ea7a771954c332cd5637db655b4'
 'SKIP'
 'e49e147b1cd06f95188decbbe41f5c3a0aca18d0195750bc3ea16465b4aca563')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg


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

Date: Sunday, November 4, 2018 @ 20:12:04
  Author: jelle
Revision: 401520

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 401519, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 20:11:47 UTC (rev 401519)
+++ PKGBUILD2018-11-04 20:12:04 UTC (rev 401520)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.9
-pkgrel=6
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;
-
"https://github.com/jakubroztocil/httpie/commit/749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch;
-
"https://github.com/jakubroztocil/httpie/commit/9776a6dea0308e05c23db05b542920ebd6bea6c4.patch;)
-sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e'
-  'a1caeb5f2ba538bd8bec1ea27d8368ce7b216a76'
-  '2d0245bdecb2ccb122e927b263affed1cad68374')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # fix for breaking change by https://github.com/pytest-dev/pytest/pull/2849
-  patch -p1 -i ../749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch
-  # https://github.com/jakubroztocil/httpie/pull/584
-  patch -p1 -i ../9776a6dea0308e05c23db05b542920ebd6bea6c4.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 401519, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 20:12:04 UTC (rev 401520)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('0470bda0eb5aff60ec48b0728eeec01987e92794')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

Date: Sunday, November 4, 2018 @ 20:11:47
  Author: jelle
Revision: 401519

upgpkg: httpie 1.0.0-1

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 19:59:23 UTC (rev 401518)
+++ PKGBUILD2018-11-04 20:11:47 UTC (rev 401519)
@@ -2,8 +2,8 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=httpie
-pkgver=0.9.9
-pkgrel=6
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie;
 depends=('python-requests' 'python-pygments' 'python-setuptools')
@@ -12,22 +12,9 @@
 replaces=(python-httpie python2-httpie)
 license=('BSD')
 arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;
-
"https://github.com/jakubroztocil/httpie/commit/749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch;
-
"https://github.com/jakubroztocil/httpie/commit/9776a6dea0308e05c23db05b542920ebd6bea6c4.patch;)
-sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e'
-  'a1caeb5f2ba538bd8bec1ea27d8368ce7b216a76'
-  '2d0245bdecb2ccb122e927b263affed1cad68374')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('0470bda0eb5aff60ec48b0728eeec01987e92794')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # fix for breaking change by https://github.com/pytest-dev/pytest/pull/2849
-  patch -p1 -i ../749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch
-  # https://github.com/jakubroztocil/httpie/pull/584
-  patch -p1 -i ../9776a6dea0308e05c23db05b542920ebd6bea6c4.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   python3 setup.py build


[arch-commits] Commit in csound/trunk (PKGBUILD fix-compiler-flag-overrides.patch)

Date: Sunday, November 4, 2018 @ 19:59:16
  Author: dvzrv
Revision: 401517

upgpkg: csound 6.12.0-1

Upgrading to 6.12.0. Removing unneeded cmake options. Introducing call to test 
target.

Modified:
  csound/trunk/PKGBUILD
Deleted:
  csound/trunk/fix-compiler-flag-overrides.patch

---+
 PKGBUILD  |   67 +---
 fix-compiler-flag-overrides.patch |   14 ---
 2 files changed, 32 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 19:39:15 UTC (rev 401516)
+++ PKGBUILD2018-11-04 19:59:16 UTC (rev 401517)
@@ -5,67 +5,64 @@
 
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
-pkgver=6.11.0
-pkgrel=9
+pkgver=6.12.0
+pkgrel=1
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="http://csound.com;
 license=('LGPL')
 # wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
+# libpd needs to be packaged: https://github.com/libpd/libpd/releases
 # current gmm doesn't work https://github.com/csound/csound/issues/920
-makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth' 'git'
-'hdf5' 'java-environment' 'ladspa' 'libwebsockets' 'llvm' 'luajit' 'pd'
-'portmidi' 'portsmf' 'python2' 'stk' 'swig')
-source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz;
-"${pkgname[0]}.sh"
-"fix-compiler-flag-overrides.patch"
+makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
+'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
+'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
+"${pkgbase}.sh"
 
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
 
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;)
-sha512sums=('0261a9ed83d1545c4a29ab1e64dfe6ee72b3c4529b8c2107b81d6753a3fd76614aca12d59fc6d59b5cc093be4f631e41fdb3d57121bc4eeb67d6ca44c3ad01ad'
+sha512sums=('7053f998782e7f07fe209f866346179514434bd51ba4caf015bac09ed3843616d1644aac54cc7b8d437a81e69c634646419d45f07a65807f4061f8568bb4d232'
 
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'67a67dd7718da8e88f7c92f18ce1136372044d40c3a9ef86bdaed5c8172e225aa03448ec656da22d60fe9edfc0f6b10f337b02b96505f2e8c0815ef1b8b6a084'
-
'c40fe88be3c101d84c473225183ccf02978113e24ad49d67945a1113012c39f590a7d51aeba939c4c43c691763b155a8f203ea993004f9d67d887f7ddce977d5'
-
'c2ed8c9e44c50df7a82c3f10d117007795a38d6d7d5b364240b3def75a5469111d2e1c0ab059825233c765fa7ceb1c876f4439045b6d88bd0060b56343fb7c81')
+
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
+
'88f7cf0c1053d1af31f18f0f866e68ffd8fb8b5d7c1f762e8c391f8e447a178b0700b7cf05327bc6e9c35a0b6acaa3f198359786ea8b8a3a07d63b4fc7a3c316')
 
 prepare() {
-  cd "${pkgname[0]}-${pkgver}"
-  # problems compiler flags overrides: 
https://github.com/csound/csound/issues/960
-  patch -Np1 -i "${srcdir}/fix-compiler-flag-overrides.patch"
+  cd "${pkgbase}-${pkgver}"
   # requires out-of-tree build
-  mkdir bld
+  mkdir build
 }
 
 build() {
-  cd "${pkgname[0]}-${pkgver}/bld"
-  cmake .. -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_CXX_FLAGS="-Wno-error -Wno-missing-field-initializers" \
-   -DCMAKE_C_FLAGS="-Wno-error -Wno-missing-field-initializers" \
-   
-DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so \
-   -DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
-   -DBUILD_FAUST_OPCODES=1 \
-   -DFAUST_LIBRARY=/usr/lib/libfaust.a \
-   -DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
-   -DLUA_H_PATH=/usr/include/luajit-2.0/ \
-   -DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
-   -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-   -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-   -DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages
+  cd "${pkgbase}-${pkgver}/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
+-DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
+-DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
+-DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
+-DLUA_H_PATH=/usr/include/luajit-2.0/ \
+-DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
+-DBUILD_STATIC_LIBRARY=ON \
+..
   make
 }
 
+check() {

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

Date: Sunday, November 4, 2018 @ 19:59:23
  Author: dvzrv
Revision: 401518

archrelease: copy trunk to community-testing-x86_64

Added:
  csound/repos/community-testing-x86_64/
  csound/repos/community-testing-x86_64/PKGBUILD
(from rev 401517, csound/trunk/PKGBUILD)
  csound/repos/community-testing-x86_64/csound.sh
(from rev 401517, csound/trunk/csound.sh)

---+
 PKGBUILD  |   86 
 csound.sh |3 ++
 2 files changed, 89 insertions(+)

Copied: csound/repos/community-testing-x86_64/PKGBUILD (from rev 401517, 
csound/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-11-04 19:59:23 UTC (rev 401518)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.12.0
+pkgrel=1
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="http://csound.com;
+license=('LGPL')
+# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
+# libpd needs to be packaged: https://github.com/libpd/libpd/releases
+# current gmm doesn't work https://github.com/csound/csound/issues/920
+makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
+'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
+'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
+"${pkgbase}.sh"
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;)
+sha512sums=('7053f998782e7f07fe209f866346179514434bd51ba4caf015bac09ed3843616d1644aac54cc7b8d437a81e69c634646419d45f07a65807f4061f8568bb4d232'
+
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
+
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
+
'88f7cf0c1053d1af31f18f0f866e68ffd8fb8b5d7c1f762e8c391f8e447a178b0700b7cf05327bc6e9c35a0b6acaa3f198359786ea8b8a3a07d63b4fc7a3c316')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  # requires out-of-tree build
+  mkdir build
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
+-DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
+-DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
+-DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
+-DLUA_H_PATH=/usr/include/luajit-2.0/ \
+-DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
+-DBUILD_STATIC_LIBRARY=ON \
+..
+  make
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}/build"
+  make test
+}
+
+package_csound() {
+  groups=('pro-audio')
+  depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
+  'luajit' 'portmidi' 'portsmf' 'stk' 'tk')
+  optdepends=('csound-doc: The canonical Csound Reference Manual'
+  'csoundqt: Qt frontend'
+  'fltk: fltk GUIs'
+  'faust: Embed faust'
+  'java-runtime=8: Use csound with Java'
+  'python2: python opcodes'
+  'vim-csound: Use csound with vim')
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+
+  # export vars in profile.d
+  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
+  # rename extract executable due to name conflict with libextractor
+  # https://github.com/csound/csound/issues/985
+  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
+}
+
+package_csound-doc() {
+  license=('LGPL' 'GPL')
+  install -vDm 644 "Csound${pkgver}_manual.pdf" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
+
+  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
+  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
+  # fix file permissions
+  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
+}
+
+# vim:set ts=2 sw=2 et:

Copied: csound/repos/community-testing-x86_64/csound.sh (from rev 401517, 
csound/trunk/csound.sh)
===
--- community-testing-x86_64/csound.sh  (rev 0)
+++ community-testing-x86_64/csound.sh  2018-11-04 19:59:23 UTC (rev 401518)
@@ -0,0 +1,3 @@
+export OPCODE6DIR=/usr/lib/csound/plugins64-6.0
+export CSSTRNGS=/usr/share/locale
+export RAWWAVE_PATH=/usr/share/stk/rawwaves


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

Date: Sunday, November 4, 2018 @ 19:39:09
  Author: anthraxx
Revision: 401515

upgpkg: python-alembic 1.0.2-1

Modified:
  python-alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:42:41 UTC (rev 401514)
+++ PKGBUILD2018-11-04 19:39:09 UTC (rev 401515)
@@ -4,7 +4,7 @@
 
 pkgbase=python-alembic
 pkgname=('python-alembic' 'python2-alembic')
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
 url='https://bitbucket.org/zzzeek/alembic'
@@ -14,7 +14,7 @@
  'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 
source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('79215923f2cffb576e79ac1b3193b978263f58a0f0d5464b1c71519ed4e4d936661074975a3b1b95b991dcb96dcd9bb99e028c20015cd69dd82a5fa7af4a1f00'
+sha512sums=('111a61195df092f76e54ebaf30d30b9c47fc178421aa8dd94ccd9a24159ba93930110378fe4ef5c25379c83dbeb6f287713ca29fe5b149498ca8b8192c27c689'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

 


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

Date: Sunday, November 4, 2018 @ 19:39:15
  Author: anthraxx
Revision: 401516

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 19:39:09 UTC (rev 401515)
+++ PKGBUILD2018-11-04 19:39:15 UTC (rev 401516)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: googol 
-# Contributor: Oliver Mangold 
-
-pkgbase=python-alembic
-pkgname=('python-alembic' 'python2-alembic')
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
-url='https://bitbucket.org/zzzeek/alembic'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
- 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('79215923f2cffb576e79ac1b3193b978263f58a0f0d5464b1c71519ed4e4d936661074975a3b1b95b991dcb96dcd9bb99e028c20015cd69dd82a5fa7af4a1f00'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

-
-prepare() {
-  cp -a alembic-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 'Building python...'
-  (cd alembic-${pkgver}
-python setup.py build
-  )
-  msg2 'Building python2...'
-  (cd alembic-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  msg2 'Checking python...'
-  (cd alembic-${pkgver}
-py.test
-  )
-  msg2 'Checking python2...'
-  (cd alembic-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-alembic() {
-  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
-  cd alembic-${pkgver}
-  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-alembic() {
-  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
-  cd alembic-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv "${pkgdir}/usr/bin/alembic"{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-alembic/repos/community-any/PKGBUILD (from rev 401515, 
python-alembic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 19:39:15 UTC (rev 401516)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: googol 
+# Contributor: Oliver Mangold 
+
+pkgbase=python-alembic
+pkgname=('python-alembic' 'python2-alembic')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
+url='https://bitbucket.org/zzzeek/alembic'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
+ 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
+sha512sums=('111a61195df092f76e54ebaf30d30b9c47fc178421aa8dd94ccd9a24159ba93930110378fe4ef5c25379c83dbeb6f287713ca29fe5b149498ca8b8192c27c689'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

+
+prepare() {
+  cp -a alembic-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd alembic-${pkgver}
+python setup.py build
+  )
+  msg2 'Building python2...'
+  (cd alembic-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd alembic-${pkgver}
+py.test
+  )
+  msg2 'Checking python2...'
+  (cd alembic-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-alembic() {
+  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
+  cd alembic-${pkgver}
+  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-alembic() {
+  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
+  cd 

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

Date: Sunday, November 4, 2018 @ 18:42:41
  Author: jelle
Revision: 401514

archrelease: copy trunk to community-testing-x86_64

Added:
  tesseract/repos/community-testing-x86_64/
  tesseract/repos/community-testing-x86_64/PKGBUILD
(from rev 401513, tesseract/trunk/PKGBUILD)
  tesseract/repos/community-testing-x86_64/fix_man_page_html.patch
(from rev 401513, tesseract/trunk/fix_man_page_html.patch)
  tesseract/repos/community-testing-x86_64/tesseract.install
(from rev 401513, tesseract/trunk/tesseract.install)

-+
 PKGBUILD|   47 ++
 fix_man_page_html.patch |   11 ++
 tesseract.install   |7 ++
 3 files changed, 65 insertions(+)

Copied: tesseract/repos/community-testing-x86_64/PKGBUILD (from rev 401513, 
tesseract/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-11-04 18:42:41 UTC (rev 401514)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
+epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
+jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
+spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="An OCR program"
+arch=(x86_64)
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango asciidoc)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata
+fix_man_page_html.patch)
+sha256sums=('a1f5422ca49a32e5f35c54dee5112b11b99928fc9f4ee6695cdc6768d69f61dd'
+'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff'
+'d5fa9a8605afa775255404acb882471f894dc0d4de87eb8333fd155d649b7235')
+
+prepare() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  patch -Np0 -i "${srcdir}/fix_man_page_html.patch"
+}
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" training-install
+  mkdir -p "$pkgdir"/usr/share/tessdata
+  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
+}

Copied: tesseract/repos/community-testing-x86_64/fix_man_page_html.patch (from 
rev 401513, tesseract/trunk/fix_man_page_html.patch)
===
--- community-testing-x86_64/fix_man_page_html.patch
(rev 0)
+++ community-testing-x86_64/fix_man_page_html.patch2018-11-04 18:42:41 UTC 
(rev 401514)
@@ -0,0 +1,11 @@
+--- doc/Makefile.am2018-11-04 17:53:43.979198215 +0100
 doc/Makefile.am2018-11-04 17:54:07.849192304 +0100
+@@ -36,7 +36,7 @@
+ html: $(patsubst %,%.html,$(man_MANS))
+ 
+ %: %.asc
+-  $(asciidoc) -o $@ $<
++  a2x --doctype manpage --format manpage $<
+ 
+ %.html: %.asc
+   asciidoc -b html5 -o $@ $<

Copied: tesseract/repos/community-testing-x86_64/tesseract.install (from rev 
401513, tesseract/trunk/tesseract.install)
===
--- community-testing-x86_64/tesseract.install  (rev 0)
+++ community-testing-x86_64/tesseract.install  2018-11-04 18:42:41 UTC (rev 
401514)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "You must install one of tesseract-data-* packages or whole 
tesseract-data group"
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in maxima-ecl/repos/community-x86_64 (7 files)

Date: Sunday, November 4, 2018 @ 18:41:14
  Author: arojas
Revision: 401513

archrelease: copy trunk to community-x86_64

Added:
  maxima-ecl/repos/community-x86_64/PKGBUILD
(from rev 401512, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-x86_64/build-fasl.patch
(from rev 401512, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-x86_64/matrixexp.patch
(from rev 401512, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-x86_64/stack.patch
(from rev 401512, maxima-ecl/trunk/stack.patch)
Deleted:
  maxima-ecl/repos/community-x86_64/PKGBUILD
  maxima-ecl/repos/community-x86_64/build-fasl.patch
  maxima-ecl/repos/community-x86_64/matrixexp.patch

--+
 PKGBUILD |  105 +++--
 build-fasl.patch |   46 +++
 matrixexp.patch  |   26 ++---
 stack.patch  |   85 ++
 4 files changed, 175 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 18:40:48 UTC (rev 401512)
+++ PKGBUILD2018-11-04 18:41:14 UTC (rev 401513)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Modified to compile against ecl by: maribu
-
-pkgname=maxima-ecl
-_pkgname=maxima
-pkgver=5.42.1
-_eclver=16.1.2
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
-arch=(x86_64)
-license=(GPL)
-url="https://maxima.sourceforge.net;
-depends=(ecl-16.1.2 texinfo shared-mime-info)
-makedepends=(python emacs patch)
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-conflicts=(maxima)
-provides=(maxima)
-options=(!zipman) # don't zip info pages or they won't work inside maxima
-source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-'build-fasl.patch' 'matrixexp.patch')
-sha256sums=('8f555aec33bc61b5a3ee0fe2e9d6c1179db67a2ff7e0eceb6bb614058eeb40cd'
-'90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
-'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-# build maxima ecl library
-  patch -p1 -i ../build-fasl.patch
-# fix matrix exponentiation
-  patch -p1 -i ../matrixexp.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  _ecldir="/usr/lib/ecl-$_eclver"
-  mkdir -p "$pkgdir/$_ecldir"
-  install src/binary-ecl/maxima.fas "$pkgdir/$_ecldir"
-}

Copied: maxima-ecl/repos/community-x86_64/PKGBUILD (from rev 401512, 
maxima-ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 18:41:14 UTC (rev 401513)
@@ -0,0 +1,54 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Modified to compile against ecl by: maribu
+
+pkgname=maxima-ecl
+_pkgname=maxima
+pkgver=5.42.1
+_eclver=16.1.2
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
+arch=(x86_64)
+license=(GPL)
+url="https://maxima.sourceforge.net;
+depends=(ecl-16.1.2 texinfo shared-mime-info)
+makedepends=(python emacs patch)
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+conflicts=(maxima)
+provides=(maxima)
+options=(!zipman) # don't zip info pages or they won't work inside maxima
+source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
+build-fasl.patch matrixexp.patch stack.patch)
+sha256sums=('8f555aec33bc61b5a3ee0fe2e9d6c1179db67a2ff7e0eceb6bb614058eeb40cd'
+'90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
+'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
+'60ed7d96da06361a2f2f2e9df36aecae0384fe454bf3f963a2cab6033e1bd7a5')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+# build maxima ecl library
+  patch -p1 -i ../build-fasl.patch
+# fix matrix exponentiation
+  patch -p1 -i ../matrixexp.patch
+# fix segfaults in sagemath
+  patch -p1 -i ../stack.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
+
+  _ecldir="/usr/lib/ecl-$_eclver"
+  mkdir -p "$pkgdir/$_ecldir"
+  install 

[arch-commits] Commit in maxima-ecl/trunk (PKGBUILD stack.patch)

Date: Sunday, November 4, 2018 @ 18:40:48
  Author: arojas
Revision: 401512

Add patch to fix segfaults in sagemath

Added:
  maxima-ecl/trunk/stack.patch
Modified:
  maxima-ecl/trunk/PKGBUILD

-+
 PKGBUILD|9 --
 stack.patch |   85 ++
 2 files changed, 91 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:24:19 UTC (rev 401511)
+++ PKGBUILD2018-11-04 18:40:48 UTC (rev 401512)
@@ -7,7 +7,7 @@
 _pkgname=maxima
 pkgver=5.42.1
 _eclver=16.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=(x86_64)
 license=(GPL)
@@ -19,10 +19,11 @@
 provides=(maxima)
 options=(!zipman) # don't zip info pages or they won't work inside maxima
 
source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-'build-fasl.patch' 'matrixexp.patch')
+build-fasl.patch matrixexp.patch stack.patch)
 sha256sums=('8f555aec33bc61b5a3ee0fe2e9d6c1179db67a2ff7e0eceb6bb614058eeb40cd'
 '90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
-'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619')
+'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
+'60ed7d96da06361a2f2f2e9df36aecae0384fe454bf3f963a2cab6033e1bd7a5')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -31,6 +32,8 @@
   patch -p1 -i ../build-fasl.patch
 # fix matrix exponentiation
   patch -p1 -i ../matrixexp.patch
+# fix segfaults in sagemath
+  patch -p1 -i ../stack.patch
 }
 
 build() {

Added: stack.patch
===
--- stack.patch (rev 0)
+++ stack.patch 2018-11-04 18:40:48 UTC (rev 401512)
@@ -0,0 +1,85 @@
+diff --git a/src/hayat.lisp b/src/hayat.lisp
+index 07699d6..ab8984d 100644
+--- a/src/hayat.lisp
 b/src/hayat.lisp
+@@ -2189,6 +2189,23 @@
+   (or (alike1 (exp-pt (get-datum (datum-var (car l (exp-pt (car l)))
+ (return () 
+ 
++;; SUBTREE-SEARCH
++;;
++;; Search for subtrees, ST, of TREE that contain an element equal to BRANCH
++;; under TEST as an immediate child and return them as a list.
++;;
++;; Examples:
++;;   (SUBTREE-SEARCH 2 '(1 2 3)) => '((1 2 3))
++;;   (SUBTREE-SEARCH 2 '(1 2 2 3)) => '((1 2 2 3))
++;;   (SUBTREE-SEARCH 2 '(1 (2) 3)) => '((2))
++;;   (SUBTREE-SEARCH 4 '(1 (2) 3)) => NIL
++;;   (SUBTREE-SEARCH 2 '(1 (2) 3 (2))) => '((2) (2))
++
++(defun subtree-search (branch tree  (test 'equalp))
++  (unless (atom tree)
++(if (find branch tree :test test) (list tree)
++(mapcan (lambda (child) (subtree-search branch child test)) tree
++
+ (defun taylor2  (e)
+  (let ((last-exp e))  ;; lexp-non0 should be bound here when needed
+   (cond ((assolike e tlist) (var-expand e 1 () ))
+@@ -2232,8 +2249,31 @@
+((null l) t)
+(or (free e (car l)) (return ()
+(newsym e))
+-  (t (let ((exact-poly () ))  ; Taylor series aren't exact
+-(taylor2 (diff-expand e tlist)))
++  (t
++ ;; When all else fails, call diff-expand to try to expand e around 
the
++ ;; point as a Taylor series by taking repeated derivatives. This 
might
++ ;; fail, unfortunately: If a required derivative doesn't exist, then
++ ;; DIFF-EXPAND will return a form of the form "f'(x)" with the
++ ;; variable, rather than the expansion point in it.
++ ;;
++ ;; Sometimes this works - in particular, if there is a genuine pole 
at
++ ;; the point, we end up passing a sum of terms like x^(-k) to a
++ ;; recursive invocation and all is good. Unfortunately, it can also
++ ;; fail. For example, if e is abs(sin(x)) and we try to expand to 
first
++ ;; order, the expression "1/1*(cos(x)*sin(x)/abs(sin(x)))*x^1+0" is
++ ;; returned. If we call taylor2 on that, we will end up recursing and
++ ;; blowing the stack. To avoid doing so, error out if EXPANSION
++ ;; contains E as a subtree. However, don't error if it occurs as an
++ ;; argument to %DERIVATIVE (in which case, we might well be fine). 
This
++ ;; happens from things like taylor(log(f(x)), x, x0, 1).
++
++ (let* ((exact-poly nil) ; (Taylor series aren't exact)
++(expansion (diff-expand e tlist)))
++   (when (find-if (lambda (subtree)
++(not (eq ($op subtree) '%derivative)))
++  (subtree-search e expansion))
++ (exp-pt-err))
++   (taylor2 expansion))
+ 
+ (defun compatvarlist (a b c d)
+(cond ((null a) t)
+@@ -2968,7 +3008,21 @@
+(and (or (member '$inf pt-list :test #'eq) (member '$minf pt-list 
:test #'eq))
+   (unfam-sing-err)))
+ 
+-(defun diff-expand (exp 

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

Date: Sunday, November 4, 2018 @ 18:23:27
  Author: heftig
Revision: 337846

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 337845, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 337845, 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 337845, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-04 18:23:27 UTC (rev 337846)
@@ -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=39
+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.19' 
'linux-headers<4.20')
+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.19' 'linux<4.20' "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 337845, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-11-04 18:23:27 UTC (rev 337846)
@@ -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 acpi_call/repos (3 files)

Date: Sunday, November 4, 2018 @ 18:23:08
  Author: heftig
Revision: 401498

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 401497, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 401497, 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 401497, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-04 18:23:08 UTC (rev 401498)
@@ -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=170
+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.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_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 401497, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-11-04 18:23:08 UTC (rev 401498)
@@ -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 broadcom-wl/repos (2 files)

Date: Sunday, November 4, 2018 @ 18:23:38
  Author: heftig
Revision: 401504

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 401502, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 401502, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-04 18:23:38 UTC (rev 401504)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -arch kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=57
+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" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "$srcdir" -m $pkgname/$pkgver -k $_kernver
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${pkgname}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
+find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+_license="/usr/share/licenses/${pkgname}-dkms/"
+if [[ -d $_license ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/} ${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${pkgname}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} "${pkgdir}"/${_modprobe/-dkms/}
+fi
+}


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

Date: Sunday, November 4, 2018 @ 18:23:36
  Author: heftig
Revision: 401503

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

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 401502, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-04 18:23:36 UTC (rev 401503)
@@ -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=5.2.20
+pkgrel=5
+_linux_major=4
+_linux_minor=19
+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 bbswitch/repos (2 files)

Date: Sunday, November 4, 2018 @ 18:23:18
  Author: heftig
Revision: 401501

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 401499, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-04 18:23:18 UTC (rev 401501)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=176
+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.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_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 vhba-module/repos (4 files)

Date: Sunday, November 4, 2018 @ 18:23:20
  Author: heftig
Revision: 401502

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 401499, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 401499, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 401499, 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 
401499, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-11-04 18:23:20 UTC (rev 
401502)
@@ -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 401499, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-04 18:23:20 UTC (rev 401502)
@@ -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=111
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_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 401499, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-11-04 18:23:20 UTC (rev 401502)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

Date: Sunday, November 4, 2018 @ 18:23:09
  Author: heftig
Revision: 401499

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 401497, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-04 18:23:09 UTC (rev 401499)
@@ -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=21
+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.19" "linux<4.20")
+
+   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 v2ray/repos/community-x86_64 (4 files)

Date: Sunday, November 4, 2018 @ 18:22:49
  Author: felixonmars
Revision: 401497

archrelease: copy trunk to community-x86_64

Added:
  v2ray/repos/community-x86_64/PKGBUILD
(from rev 401496, v2ray/trunk/PKGBUILD)
  v2ray/repos/community-x86_64/v2ray.service
(from rev 401496, v2ray/trunk/v2ray.service)
Deleted:
  v2ray/repos/community-x86_64/PKGBUILD
  v2ray/repos/community-x86_64/v2ray.service

---+
 PKGBUILD  |   94 
 v2ray.service |   28 
 2 files changed, 62 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:34 UTC (rev 401496)
+++ PKGBUILD2018-11-04 18:22:49 UTC (rev 401497)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.0
-pkgrel=2
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
-'v2ray.service')
-sha512sums=('af16a2869b3c82b52fc80d5edec7a6653ddab15a86cf3597fe09eb931bc1d37fd245a1e1b5fac61abfda11a4d81648beb2fa94f5338900197f299ada7b806589'
-
'ddf312c4af1ab31a54bcc037f0e78272193aa0dca66ed57066ec8c69d44f93559e9833a4c79becdd746557d9660474762f560dbe8ba21956432f09eb2d7c6ada')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p "$GOPATH"/src
-
-  mv *.com *.io *.org "$GOPATH"/src/
-}
-
-build() {
-  go build -o v2ray v2ray.com/core/main
-  go build -o v2ctl v2ray.com/ext/tools/control/main
-}
-
-check() {
-  cd "$GOPATH"/src/v2ray.com/core
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd "$GOPATH"/src/v2ray.com/core
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i '/ExecStart/i Environment=v2ray_location_asset=/etc/v2ray' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 401496, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 18:22:49 UTC (rev 401497)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+depends=('glibc')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
+'v2ray.service')
+sha512sums=('e8bd2b1bdf4549f133f80994fbe42f69bea92956c745affb2d89b740fd396cd3efb67dd8363cf5d5ad8cf104d1d05e080d8c5d2a40c282e8fe8b3be65e80a795'
+
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH"/src
+
+  mv *.com *.io *.org "$GOPATH"/src/
+}
+
+build() {
+  go build -o v2ray v2ray.com/core/main
+  go build -o v2ctl v2ray.com/ext/tools/control/main
+}
+
+check() {
+  cd "$GOPATH"/src/v2ray.com/core
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd "$GOPATH"/src/v2ray.com/core
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
+ -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
+ "$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
+  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
+
+  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
+}

Deleted: v2ray.service
===
--- v2ray.service   2018-11-04 18:22:34 UTC (rev 401496)
+++ v2ray.service   2018-11-04 18:22:49 UTC (rev 401497)
@@ -1,14 +0,0 @@
-[Unit]
-Description=V2Ray Service
-After=network.target
-Wants=network.target
-
-[Service]
-Type=simple
-PIDFile=/var/run/v2ray-%i.pid

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

Date: Sunday, November 4, 2018 @ 18:23:18
  Author: heftig
Revision: 401500

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 401499, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-04 18:23:18 UTC (rev 401500)
@@ -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=64
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20' '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 nvidia-390xx/repos (4 files)

Date: Sunday, November 4, 2018 @ 18:23:30
  Author: heftig
Revision: 337848

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   91 
 kernel-4.16.patch |   33 ++
 kernel-4.19.patch |   63 
 3 files changed, 187 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 337845, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-04 18:23:30 UTC (rev 337848)
@@ -0,0 +1,91 @@
+# 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=11
+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.19' 'linux-headers<4.20')
+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)
+sha256sums=('c7c07151e17f610af11f7870560d96c3a3ee9bb91ba1bb82fcc7b5d473d40b66'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'e425320bd3712cc789035d5936412724b0b410f50463980c0a48715fd3f8c431')
+
+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
+
+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.19' 'linux<4.20' "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 337845, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-11-04 18:23:30 UTC (rev 337848)
@@ -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 @@ 

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

Date: Sunday, November 4, 2018 @ 18:23:28
  Author: heftig
Revision: 337847

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 337845, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 337845, 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 337845, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-04 18:23:28 UTC (rev 337847)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=410.73
+_extramodules=extramodules-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+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=('2dca98babb4b2ce319089b179619444e1ef9b4b94c0d1981982c35a234f9e6934febe3ec3ca39cf1b3672a126b4290b1bc54469a0617b7fdebb4871cc4c75bac'
+
'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.19' 'linux<4.20' "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 337845, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-11-04 18:23:28 UTC (rev 337847)
@@ -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 nvidia-340xx/trunk (PKGBUILD)

Date: Sunday, November 4, 2018 @ 18:22:38
  Author: heftig
Revision: 337845

340.107-39: kernel 4.19.1.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:32 UTC (rev 337844)
+++ PKGBUILD2018-11-04 18:22:38 UTC (rev 337845)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=38
+pkgrel=39
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

Date: Sunday, November 4, 2018 @ 18:22:21
  Author: heftig
Revision: 401492

0.8-176: kernel 4.19.1.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:20 UTC (rev 401491)
+++ PKGBUILD2018-11-04 18:22:21 UTC (rev 401492)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=175
+pkgrel=176
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

Date: Sunday, November 4, 2018 @ 18:22:23
  Author: heftig
Revision: 401493

8.046.00-21: kernel 4.19.1.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:21 UTC (rev 401492)
+++ PKGBUILD2018-11-04 18:22:23 UTC (rev 401493)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=20
+pkgrel=21
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

Date: Sunday, November 4, 2018 @ 18:22:17
  Author: heftig
Revision: 401490

6.30.223.271-57: kernel 4.19.1.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:15 UTC (rev 401489)
+++ PKGBUILD2018-11-04 18:22:17 UTC (rev 401490)
@@ -4,7 +4,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=56
+pkgrel=57
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

Date: Sunday, November 4, 2018 @ 18:22:25
  Author: heftig
Revision: 401494

20170610-111: kernel 4.19.1.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:23 UTC (rev 401493)
+++ PKGBUILD2018-11-04 18:22:25 UTC (rev 401494)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=110
+pkgrel=111
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


[arch-commits] Commit in v2ray/trunk (PKGBUILD v2ray.service)

Date: Sunday, November 4, 2018 @ 18:22:34
  Author: felixonmars
Revision: 401496

upgpkg: v2ray 4.0.2-1

Modified:
  v2ray/trunk/PKGBUILD
  v2ray/trunk/v2ray.service

---+
 PKGBUILD  |   12 +++-
 v2ray.service |2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:27 UTC (rev 401495)
+++ PKGBUILD2018-11-04 18:22:34 UTC (rev 401496)
@@ -2,8 +2,8 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.0
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
 url="https://github.com/v2ray/v2ray-core;
@@ -13,8 +13,8 @@
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
 'v2ray.service')
-sha512sums=('af16a2869b3c82b52fc80d5edec7a6653ddab15a86cf3597fe09eb931bc1d37fd245a1e1b5fac61abfda11a4d81648beb2fa94f5338900197f299ada7b806589'
-
'ddf312c4af1ab31a54bcc037f0e78272193aa0dca66ed57066ec8c69d44f93559e9833a4c79becdd746557d9660474762f560dbe8ba21956432f09eb2d7c6ada')
+sha512sums=('e8bd2b1bdf4549f133f80994fbe42f69bea92956c745affb2d89b740fd396cd3efb67dd8363cf5d5ad8cf104d1d05e080d8c5d2a40c282e8fe8b3be65e80a795'
+
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {
   export GOPATH="$srcdir/build"
@@ -37,7 +37,9 @@
   cd "$GOPATH"/src/v2ray.com/core
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
   install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i '/ExecStart/i Environment=v2ray_location_asset=/etc/v2ray' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
+ -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
+ "$pkgdir"/usr/lib/systemd/system/v2ray.service
   install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
   install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
   install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/

Modified: v2ray.service
===
--- v2ray.service   2018-11-04 18:22:27 UTC (rev 401495)
+++ v2ray.service   2018-11-04 18:22:34 UTC (rev 401496)
@@ -6,7 +6,7 @@
 [Service]
 Type=simple
 PIDFile=/var/run/v2ray-%i.pid
-Environment=v2ray_location_asset=/etc/v2ray
+Environment=V2RAY_LOCATION_ASSET=/etc/v2ray
 ExecStart=/usr/bin/v2ray -config /etc/v2ray/%i.json
 Restart=on-failure
 


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

Date: Sunday, November 4, 2018 @ 18:22:31
  Author: heftig
Revision: 337843

390.87-11: kernel 4.19.1.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:15:30 UTC (rev 337842)
+++ PKGBUILD2018-11-04 18:22:31 UTC (rev 337843)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.87
 _extramodules=extramodules-ARCH
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

Date: Sunday, November 4, 2018 @ 18:22:20
  Author: heftig
Revision: 401491

5.2.20-5: kernel 4.19.1.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:17 UTC (rev 401490)
+++ PKGBUILD2018-11-04 18:22:20 UTC (rev 401491)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.20
-pkgrel=4
+pkgrel=5
 _linux_major=4
 _linux_minor=19
 arch=('x86_64')


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

Date: Sunday, November 4, 2018 @ 18:22:15
  Author: heftig
Revision: 401489

0.43-64: kernel 4.19.1.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:10:03 UTC (rev 401488)
+++ PKGBUILD2018-11-04 18:22:15 UTC (rev 401489)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=63
+pkgrel=64
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

Date: Sunday, November 4, 2018 @ 18:22:27
  Author: heftig
Revision: 401495

1.1.0-170: kernel 4.19.1.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:25 UTC (rev 401494)
+++ PKGBUILD2018-11-04 18:22:27 UTC (rev 401495)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=169
+pkgrel=170
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

Date: Sunday, November 4, 2018 @ 18:22:32
  Author: heftig
Revision: 337844

410.73-2: kernel 4.19.1.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:22:31 UTC (rev 337843)
+++ PKGBUILD2018-11-04 18:22:32 UTC (rev 337844)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=410.73
 _extramodules=extramodules-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


[arch-commits] Commit in hplip/trunk (PKGBUILD python.patch)

Date: Sunday, November 4, 2018 @ 18:15:16
  Author: andyrtr
Revision: 337841

upgpkg: hplip 1:3.18.10-2

readd python 3.7 patch

Added:
  hplip/trunk/python.patch
Modified:
  hplip/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 python.patch |   11 +++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 18:06:24 UTC (rev 337840)
+++ PKGBUILD2018-11-04 18:15:16 UTC (rev 337841)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.18.10
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
@@ -29,13 +29,15 @@
 disable_upgrade.patch
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
-0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch)
+0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
+python.patch)
 
sha512sums=('8e744608f1da0e24afbeea814973363d95bbff15a7430c8471d5a53c4a9e772b141e5cd7e69ea03826d1b2e4544e9aabaedc148f2b6577339ef9b2a6d4431c96'
 'SKIP'
 
'ee0bd240568a7dbb4dc6ef64dba28ea84c4bedf7d688d054960c68f8f0bc4562961c40845107ef0c936e60d3e676bffb2a1ba708039690bb0520cda3a525'
 
'22aeb5b851f78bc6bc62e0bc3da99fecaf42d7604af41e2f3343f8d3666541f7b06b7d1a7d0ddf24f1731ac7b12dfe582375a98e3b94dfa323d6ce954549ca67'
 
'763949a0bc460dcc9faefc86f2a91cf342781bfce696ed0c3826758572dd03ac266bbeb7b6a4f9376ac298d7d3c9c4def42d94921a8e1d1695e39396e36d95ff'
-
'8710e039626878270b8b7bc1569566274d935c84652d758e25ce8fe01c0f44d911148620bb494489e1238201c01f3ba255c19f7dc5c2ff0d45a5f2a79190286b')
+
'8710e039626878270b8b7bc1569566274d935c84652d758e25ce8fe01c0f44d911148620bb494489e1238201c01f3ba255c19f7dc5c2ff0d45a5f2a79190286b'
+
'ebcc40cac00b9fb63d378d42ac258eeaf6e0967f34fd1e204c690f34457a0a2b634ef65f1deb79a0740d8c6047f718c10fa205ee2f239b667f7e06c065590528')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
 
 prepare() {
@@ -50,6 +52,8 @@
  patch -Np1 -i 
${srcdir}/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
  # remove binary blob libImageProcessor and all linking - FS#59681
  patch -Np1 -i 
${srcdir}/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
+ # fix python issue - FS#59548
+ patch -Np1 -i ${srcdir}/python.patch
 
  export AUTOMAKE='automake --foreign'
  autoreconf --force --install

Added: python.patch
===
--- python.patch(rev 0)
+++ python.patch2018-11-04 18:15:16 UTC (rev 337841)
@@ -0,0 +1,11 @@
+--- hplip-3.18.7/base/utils.py 2018-07-15 22:08:37.0 +0200
 hplip-3.18.7/base/utils.py.new 2018-08-08 21:46:48.721947940 +0200
+@@ -265,7 +265,7 @@
+ try:
+ names = os.listdir(root)
+ except os.error:
+-raise StopIteration
++return
+ 
+ pattern = pattern or '*'
+ pat_list = pattern.split(';')


[arch-commits] Commit in hplip/repos/testing-x86_64 (11 files)

Date: Sunday, November 4, 2018 @ 18:15:30
  Author: andyrtr
Revision: 337842

archrelease: copy trunk to testing-x86_64

Added:
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 337841, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(from rev 337841, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
  
hplip/repos/testing-x86_64/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
(from rev 337841, 
hplip/trunk/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 337841, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 337841, hplip/trunk/disable_upgrade.patch)
  hplip/repos/testing-x86_64/python.patch
(from rev 337841, hplip/trunk/python.patch)
Deleted:
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
  
hplip/repos/testing-x86_64/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
  hplip/repos/testing-x86_64/PKGBUILD
  hplip/repos/testing-x86_64/disable_upgrade.patch

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |  100 ++--
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch   |   58 +-
 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch |  226 
+-
 PKGBUILD|  176 +++
 disable_upgrade.patch   |   28 -
 python.patch|   11 
 6 files changed, 307 insertions(+), 292 deletions(-)

Deleted: 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2018-11-04 18:15:16 UTC (rev 337841)
+++ 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2018-11-04 18:15:30 UTC (rev 337842)
@@ -1,50 +0,0 @@
-From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
-From: Till Kamppeter 
-Date: Sat, 24 Sep 2016 10:37:20 +0200
-Subject: Add 'include ' in various places as CUPS 2.2 moved some
- definitions to ppd.h
-

- configure.in   | 2 +-
- prnt/hpcups/HPCupsFilter.h | 2 ++
- prnt/hpijs/hpcupsfax.cpp   | 1 +
- 3 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d3a1ddb..eabe14a 100755
 a/configure.in
-+++ b/configure.in
-@@ -554,7 +554,7 @@ fi
- 
- if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
-AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
--   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
-+   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
-if test "$libusb01_build" = "yes"; then
-   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
-   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
-diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
-index ff5548e..c517989 100644
 a/prnt/hpcups/HPCupsFilter.h
-+++ b/prnt/hpcups/HPCupsFilter.h
-@@ -38,6 +38,8 @@
- 
- #include "dbuscomm.h"
- 
-+#include 
-+
- #define   DBITMAPFILEHEADER   14
- #define   DBITMAPINFOHEADER   40
- 
-diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
-index 8514775..994e50f 100644
 a/prnt/hpijs/hpcupsfax.cpp
-+++ b/prnt/hpijs/hpcupsfax.cpp
-@@ -43,6 +43,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #ifdef FALSE

Copied: 
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 337841, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
(rev 0)
+++ 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2018-11-04 18:15:30 UTC (rev 337842)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git 

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

Date: Sunday, November 4, 2018 @ 18:10:03
  Author: arojas
Revision: 401488

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   83 -
 emms.install |   30 ++--
 2 files changed, 56 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 18:09:33 UTC (rev 401487)
+++ PKGBUILD2018-11-04 18:10:03 UTC (rev 401488)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Pierre Neidhardt 
-# Contributor: Sergej Pupykin 
-# Contributor:  Gour 
-
-pkgname=emms
-epoch=1
-pkgver=5.0
-pkgrel=1
-pkgdesc="The Emacs Multimedia System"
-url="http://www.gnu.org/software/emms/;
-arch=('x86_64')
-license=('GPL3')
-depends=('emacs' 'taglib')
-makedepends=('git')
-install=${pkgname}.install
-validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
-source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
-#source=(git://git.sv.gnu.org/emms.git)
-sha256sums=('43fdde3415dd73aa2dacafdacdc9dddca328f4305bcb87f3336952798ea4c921'
-'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
--e "s|/usr/local|/usr|g" \
--e "s|/info|/share/info|g" \
-Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-  make emms-print-metadata
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/bin
-  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
-  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
-}

Copied: emms/repos/community-x86_64/PKGBUILD (from rev 401487, 
emms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 18:10:03 UTC (rev 401488)
@@ -0,0 +1,41 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Sergej Pupykin 
+# Contributor:  Gour 
+
+pkgname=emms
+epoch=1
+pkgver=5.1
+pkgrel=1
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/;
+arch=('x86_64')
+license=('GPL3')
+depends=('emacs' 'taglib')
+makedepends=('git')
+install=${pkgname}.install
+validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
+source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
+#source=(git://git.sv.gnu.org/emms.git)
+sha256sums=('a68b4ed7d77c51db3090a6a31d99278ee74069060fd94aec07a19bee3f6b2d91'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e "s|/usr/local|/usr|g" \
+-e "s|/info|/share/info|g" \
+Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+  make emms-print-metadata
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
+  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
+}

Deleted: emms.install
===
--- emms.install2018-11-04 18:09:33 UTC (rev 401487)
+++ emms.install2018-11-04 18:10:03 UTC (rev 401488)
@@ -1,15 +0,0 @@
-post_install() {
-  cat << EOF
-==> In order to use EMMS,  add the following lines to your ~/.emacs file:
-
-(require 'emms-setup)
-(emms-standard)
-(emms-default-players)
-
-For further configuration see the manual.
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emms/repos/community-x86_64/emms.install (from rev 401487, 
emms/trunk/emms.install)
===
--- emms.install(rev 0)
+++ emms.install2018-11-04 18:10:03 UTC (rev 401488)
@@ -0,0 +1,15 @@
+post_install() {
+  cat << EOF
+==> In order to use EMMS,  add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


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

Date: Sunday, November 4, 2018 @ 18:09:33
  Author: arojas
Revision: 401487

Update to 5.1

Modified:
  emms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:58:53 UTC (rev 401486)
+++ PKGBUILD2018-11-04 18:09:33 UTC (rev 401487)
@@ -4,7 +4,7 @@
 
 pkgname=emms
 epoch=1
-pkgver=5.0
+pkgver=5.1
 pkgrel=1
 pkgdesc="The Emacs Multimedia System"
 url="http://www.gnu.org/software/emms/;
@@ -16,7 +16,7 @@
 validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
 source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
 #source=(git://git.sv.gnu.org/emms.git)
-sha256sums=('43fdde3415dd73aa2dacafdacdc9dddca328f4305bcb87f3336952798ea4c921'
+sha256sums=('a68b4ed7d77c51db3090a6a31d99278ee74069060fd94aec07a19bee3f6b2d91'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in fonts-tlwg/repos/extra-any (PKGBUILD PKGBUILD)

Date: Sunday, November 4, 2018 @ 18:06:24
  Author: arojas
Revision: 337840

archrelease: copy trunk to extra-any

Added:
  fonts-tlwg/repos/extra-any/PKGBUILD
(from rev 337839, fonts-tlwg/trunk/PKGBUILD)
Deleted:
  fonts-tlwg/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 18:05:59 UTC (rev 337839)
+++ PKGBUILD2018-11-04 18:06:24 UTC (rev 337840)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=fonts-tlwg
-pkgver=0.6.5
-pkgrel=1
-pkgdesc='Collection of scalable Thai fonts'
-url='https://linux.thai.net/projects/fonts-tlwg'
-arch=('any')
-license=('GPL' 'custom')
-makedepends=('fontforge')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1b05b5595daf7f03811de0573ab72eb85973bcf9')
-
-conflicts=('ttf-tlwg')
-provides=('ttf-tlwg')
-replaces=('ttf-tlwg')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-ttfdir=/usr/share/fonts/TTF \
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  mkdir -p "$pkgdir"/etc/fonts
-  mv "$pkgdir"/usr/share/fontconfig/conf.avail "$pkgdir"/etc/fonts
-  rm -r "$pkgdir"/usr/share/fontconfig
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: fonts-tlwg/repos/extra-any/PKGBUILD (from rev 337839, 
fonts-tlwg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 18:06:24 UTC (rev 337840)
@@ -0,0 +1,38 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=fonts-tlwg
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Collection of scalable Thai fonts'
+url='https://linux.thai.net/projects/fonts-tlwg'
+arch=('any')
+license=('GPL' 'custom')
+makedepends=('fontforge')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5a2c2090e92c382170808f5bb7d1518c57b8894e')
+
+conflicts=('ttf-tlwg')
+provides=('ttf-tlwg')
+replaces=('ttf-tlwg')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-ttf \
+--disable-otf \
+--with-ttfdir=/usr/share/fonts/TTF
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mkdir -p "$pkgdir"/etc/fonts
+  mv "$pkgdir"/usr/share/fontconfig/conf.avail "$pkgdir"/etc/fonts
+  rm -r "$pkgdir"/usr/share/fontconfig
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

Date: Sunday, November 4, 2018 @ 18:05:59
  Author: arojas
Revision: 337839

Update to 0.7.1

Modified:
  fonts-tlwg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:57:19 UTC (rev 337838)
+++ PKGBUILD2018-11-04 18:05:59 UTC (rev 337839)
@@ -1,7 +1,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=fonts-tlwg
-pkgver=0.6.5
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Collection of scalable Thai fonts'
 url='https://linux.thai.net/projects/fonts-tlwg'
@@ -10,7 +10,7 @@
 makedepends=('fontforge')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 
source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1b05b5595daf7f03811de0573ab72eb85973bcf9')
+sha1sums=('5a2c2090e92c382170808f5bb7d1518c57b8894e')
 
 conflicts=('ttf-tlwg')
 provides=('ttf-tlwg')
@@ -21,8 +21,9 @@
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
---with-ttfdir=/usr/share/fonts/TTF \
-
+--enable-ttf \
+--disable-otf \
+--with-ttfdir=/usr/share/fonts/TTF
   make
 }
 


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

Date: Sunday, November 4, 2018 @ 17:58:53
  Author: felixonmars
Revision: 401486

archrelease: copy trunk to community-testing-any

Added:
  python-pytest/repos/community-testing-any/
  python-pytest/repos/community-testing-any/PKGBUILD
(from rev 401485, python-pytest/trunk/PKGBUILD)

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

Copied: python-pytest/repos/community-testing-any/PKGBUILD (from rev 401485, 
python-pytest/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-11-04 17:58:53 UTC (rev 401486)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
+ 'python2-funcsigs' 'python2-pathlib2')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('d095ee775a2c298559c7db5588082016a773b2f2cfb7e695a1d2da9006fc9f86e31df1b5f2278ad7f4dfdf00e30f981b00a101a5d1a0fa8654317c24663a9706')
+
+prepare() {
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest-$pkgver
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+   'python-atomicwrites')
+
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
+   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
+
+  cd pytest-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+  mv "$pkgdir"/usr/bin/pytest{,2}
+}


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

Date: Sunday, November 4, 2018 @ 17:58:36
  Author: felixonmars
Revision: 401485

upgpkg: python-pytest 3.10.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:16:25 UTC (rev 401484)
+++ PKGBUILD2018-11-04 17:58:36 UTC (rev 401485)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.9.3
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05')
+sha512sums=('d095ee775a2c298559c7db5588082016a773b2f2cfb7e695a1d2da9006fc9f86e31df1b5f2278ad7f4dfdf00e30f981b00a101a5d1a0fa8654317c24663a9706')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

Date: Sunday, November 4, 2018 @ 17:57:19
  Author: heftig
Revision: 337838

archrelease: copy trunk to staging-x86_64

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

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

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


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

Date: Sunday, November 4, 2018 @ 17:57:18
  Author: heftig
Revision: 337837

archrelease: copy trunk to staging-x86_64

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

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

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


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

Date: Sunday, November 4, 2018 @ 17:56:31
  Author: heftig
Revision: 337836

4.19.1.arch1-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:56:27 UTC (rev 337835)
+++ PKGBUILD2018-11-04 17:56:31 UTC (rev 337836)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19-arch1
+_srcver=4.19.1-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'107671b018c8e907eb103fca2dc3f4d3cc4e29a19d2ae7a9c27d0c8108abfaca'
+'588a2eb551397cd6b5cfc2434fb6936819779f43ff03f112289e17fa08390ca9'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-11-04 17:56:27 UTC (rev 337835)
+++ config  2018-11-04 17:56:31 UTC (rev 337836)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.0-arch1 Kernel Configuration
+# Linux/x86 4.19.1-arch1 Kernel Configuration
 #
 
 #


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

Date: Sunday, November 4, 2018 @ 17:56:27
  Author: heftig
Revision: 337835

4.19.1.zen1-1

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

--+
 PKGBUILD |4 
 config   | 1567 +
 2 files changed, 850 insertions(+), 721 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:50:54 UTC (rev 337834)
+++ PKGBUILD2018-11-04 17:56:27 UTC (rev 337835)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.18.16-zen1
+_srcver=4.19.1-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'f2ff030c4004874c0b010da577f8fd188c54d53b96f6dd2423fb16b002cd5584'
+'1d1a0f62344c6205a780c3b18480462d1ebf60678ae571e34b2c1017e32245c2'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-11-04 17:50:54 UTC (rev 337834)
+++ config  2018-11-04 17:56:27 UTC (rev 337835)
@@ -1,51 +1,11 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.18.16-zen1 Kernel Configuration
+# Linux/x86 4.19.1-zen1 Kernel Configuration
 #
 
 #
 # Compiler: gcc (GCC) 8.2.1 20180831
 #
-CONFIG_64BIT=y
-CONFIG_X86_64=y
-CONFIG_X86=y
-CONFIG_INSTRUCTION_DECODER=y
-CONFIG_OUTPUT_FORMAT="elf64-x86-64"
-CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
-CONFIG_LOCKDEP_SUPPORT=y
-CONFIG_STACKTRACE_SUPPORT=y
-CONFIG_MMU=y
-CONFIG_ARCH_MMAP_RND_BITS_MIN=28
-CONFIG_ARCH_MMAP_RND_BITS_MAX=32
-CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
-CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
-CONFIG_GENERIC_ISA_DMA=y
-CONFIG_GENERIC_BUG=y
-CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
-CONFIG_GENERIC_HWEIGHT=y
-CONFIG_ARCH_MAY_HAVE_PC_FDC=y
-CONFIG_RWSEM_XCHGADD_ALGORITHM=y
-CONFIG_GENERIC_CALIBRATE_DELAY=y
-CONFIG_ARCH_HAS_CPU_RELAX=y
-CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
-CONFIG_ARCH_HAS_FILTER_PGPROT=y
-CONFIG_HAVE_SETUP_PER_CPU_AREA=y
-CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
-CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
-CONFIG_ARCH_HIBERNATION_POSSIBLE=y
-CONFIG_ARCH_SUSPEND_POSSIBLE=y
-CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
-CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
-CONFIG_ZONE_DMA32=y
-CONFIG_AUDIT_ARCH=y
-CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
-CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
-CONFIG_HAVE_INTEL_TXT=y
-CONFIG_X86_64_SMP=y
-CONFIG_ARCH_SUPPORTS_UPROBES=y
-CONFIG_FIX_EARLYCON_MEM=y
-CONFIG_DYNAMIC_PHYSICAL_MASK=y
-CONFIG_PGTABLE_LEVELS=4
 CONFIG_CC_IS_GCC=y
 CONFIG_GCC_VERSION=80201
 CONFIG_CLANG_VERSION=0
@@ -57,11 +17,11 @@
 # General setup
 #
 CONFIG_ZEN_INTERACTIVE=y
-# CONFIG_SCHED_MUQSS is not set
 CONFIG_INIT_ENV_ARG_LIMIT=32
 # CONFIG_COMPILE_TEST is not set
 CONFIG_LOCALVERSION=""
 CONFIG_LOCALVERSION_AUTO=y
+CONFIG_BUILD_SALT=""
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
@@ -126,6 +86,10 @@
 CONFIG_NO_HZ_FULL=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
+# CONFIG_PREEMPT_NONE is not set
+# CONFIG_PREEMPT_VOLUNTARY is not set
+CONFIG_PREEMPT=y
+CONFIG_PREEMPT_COUNT=y
 
 #
 # CPU/Task time and stats accounting
@@ -176,6 +140,7 @@
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 CONFIG_MEMCG_SWAP_ENABLED=y
+CONFIG_MEMCG_KMEM=y
 CONFIG_BLK_CGROUP=y
 # CONFIG_DEBUG_BLK_CGROUP is not set
 CONFIG_CGROUP_WRITEBACK=y
@@ -202,6 +167,7 @@
 # CONFIG_USER_NS_UNPRIVILEGED is not set
 CONFIG_PID_NS=y
 CONFIG_NET_NS=y
+CONFIG_CHECKPOINT_RESTORE=y
 CONFIG_SCHED_AUTOGROUP=y
 # CONFIG_SYSFS_DEPRECATED is not set
 CONFIG_RELAY=y
@@ -246,7 +212,6 @@
 CONFIG_AIO=y
 CONFIG_ADVISE_SYSCALLS=y
 CONFIG_MEMBARRIER=y
-CONFIG_CHECKPOINT_RESTORE=y
 CONFIG_KALLSYMS=y
 CONFIG_KALLSYMS_ALL=y
 CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
@@ -280,204 +245,47 @@
 CONFIG_SYSTEM_DATA_VERIFICATION=y
 CONFIG_PROFILING=y
 CONFIG_TRACEPOINTS=y
-CONFIG_CRASH_CORE=y
-CONFIG_KEXEC_CORE=y
-CONFIG_HOTPLUG_SMT=y
-CONFIG_OPROFILE=m
-# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
-CONFIG_HAVE_OPROFILE=y
-CONFIG_OPROFILE_NMI_TIMER=y
-CONFIG_KPROBES=y
-CONFIG_JUMP_LABEL=y
-# CONFIG_STATIC_KEYS_SELFTEST is not set
-CONFIG_OPTPROBES=y
-CONFIG_KPROBES_ON_FTRACE=y
-CONFIG_UPROBES=y
-CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
-CONFIG_ARCH_USE_BUILTIN_BSWAP=y
-CONFIG_KRETPROBES=y
-CONFIG_USER_RETURN_NOTIFIER=y
-CONFIG_HAVE_IOREMAP_PROT=y
-CONFIG_HAVE_KPROBES=y
-CONFIG_HAVE_KRETPROBES=y
-CONFIG_HAVE_OPTPROBES=y
-CONFIG_HAVE_KPROBES_ON_FTRACE=y
-CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
-CONFIG_HAVE_NMI=y
-CONFIG_HAVE_ARCH_TRACEHOOK=y
-CONFIG_HAVE_DMA_CONTIGUOUS=y
-CONFIG_GENERIC_SMP_IDLE_THREAD=y

[arch-commits] Commit in libgit2-glib/repos/extra-x86_64 (3 files)

Date: Sunday, November 4, 2018 @ 17:50:54
  Author: heftig
Revision: 337834

archrelease: copy trunk to extra-x86_64

Added:
  libgit2-glib/repos/extra-x86_64/PKGBUILD
(from rev 337833, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/extra-x86_64/PKGBUILD
  libgit2-glib/repos/extra-x86_64/libgit2-0.27.0.diff

-+
 PKGBUILD|   89 +++---
 libgit2-0.27.0.diff |   12 --
 2 files changed, 42 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 17:49:53 UTC (rev 337833)
+++ PKGBUILD2018-11-04 17:50:54 UTC (rev 337834)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.26.4
-pkgrel=3
-pkgdesc="GLib wrapper for libgit2"
-url="https://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
-_commit=fed5187a24bbee3aa72049df3f55af4a4166c0bb  # tags/v0.26.4^0
-source=("git+https://git.gnome.org/browse/libgit2-glib#commit=$_commit;
-libgit2-0.27.0.diff)
-sha256sums=('SKIP'
-'df86d15a80e6031af51274e25266c5cf7800a803958384132c3c4a7835e15b1e')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../libgit2-0.27.0.diff
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
-  python3 -m compileall "$pkgdir/usr/lib/python3.7"
-  python3 -O -m compileall "$pkgdir/usr/lib/python3.7"
-  python2 -m compileall "$pkgdir/usr/lib/python2.7"
-  python2 -O -m compileall "$pkgdir/usr/lib/python2.7"
-}

Copied: libgit2-glib/repos/extra-x86_64/PKGBUILD (from rev 337833, 
libgit2-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 17:50:54 UTC (rev 337834)
@@ -0,0 +1,42 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.27.7
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="https://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
+_commit=97becd4ca4642d8a03b2153df65e01f220d80757  # tags/v0.27.7^0
+source=("git+https://gitlab.gnome.org/GNOME/libgit2-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
+  for _v in 2.7 3.7; do
+python$_v -m compileall -d /usr/lib/python$_v "$pkgdir/usr/lib/python$_v"
+python$_v -O -m compileall -d /usr/lib/python$_v 
"$pkgdir/usr/lib/python$_v"
+  done
+}

Deleted: libgit2-0.27.0.diff
===
--- libgit2-0.27.0.diff 2018-11-04 17:49:53 UTC (rev 337833)
+++ libgit2-0.27.0.diff 2018-11-04 17:50:54 UTC (rev 337834)
@@ -1,12 +0,0 @@
-diff --git i/libgit2-glib/ggit-config.c w/libgit2-glib/ggit-config.c
-index b6536ce..2785574 100644
 i/libgit2-glib/ggit-config.c
-+++ w/libgit2-glib/ggit-config.c
-@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig  *config,
-   ret = git_config_add_file_ondisk (_ggit_native_get (config),
- path,
- (git_config_level_t)level,
-+NULL,
- force);
-   g_free (path);
- 


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

Date: Sunday, November 4, 2018 @ 17:49:53
  Author: heftig
Revision: 337833

Fix pyc source paths

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:48:38 UTC (rev 337832)
+++ PKGBUILD2018-11-04 17:49:53 UTC (rev 337833)
@@ -35,8 +35,8 @@
 package() {
   DESTDIR="$pkgdir" meson install -C build
   cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
-  python3 -m compileall "$pkgdir/usr/lib/python3.7"
-  python3 -O -m compileall "$pkgdir/usr/lib/python3.7"
-  python2 -m compileall "$pkgdir/usr/lib/python2.7"
-  python2 -O -m compileall "$pkgdir/usr/lib/python2.7"
+  for _v in 2.7 3.7; do
+python$_v -m compileall -d /usr/lib/python$_v "$pkgdir/usr/lib/python$_v"
+python$_v -O -m compileall -d /usr/lib/python$_v 
"$pkgdir/usr/lib/python$_v"
+  done
 }


[arch-commits] Commit in atkmm/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Date: Sunday, November 4, 2018 @ 17:48:38
  Author: heftig
Revision: 337832

archrelease: copy trunk to extra-x86_64

Added:
  atkmm/repos/extra-x86_64/PKGBUILD
(from rev 337831, atkmm/trunk/PKGBUILD)
Deleted:
  atkmm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 17:48:22 UTC (rev 337831)
+++ PKGBUILD2018-11-04 17:48:38 UTC (rev 337832)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.24.2+1+gf30b47f
-pkgrel=2
-pkgdesc="C++ bindings for ATK"
-url="http://www.gtkmm.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(atk glibmm)
-makedepends=(git mm-common perl glibmm-docs)
-_commit=f30b47ffcecdac60b3c890da08fbf485f891f5c9  # tags/2.25.1~6
-source=("git+https://git.gnome.org/browse/atkmm#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --enable-maintainer-mode
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_atkmm() {
-  cd $pkgbase
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_atkmm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  cd $pkgbase
-  make -C doc DESTDIR="$pkgdir" install
-}

Copied: atkmm/repos/extra-x86_64/PKGBUILD (from rev 337831, 
atkmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 17:48:38 UTC (rev 337832)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.28.0
+pkgrel=1
+pkgdesc="C++ bindings for ATK"
+url="http://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(atk glibmm)
+makedepends=(git mm-common perl glibmm-docs)
+_commit=e1f4d5394a7982cc3c82ca63676a2928cd8819c1  # tags/2.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/atkmm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_atkmm() {
+  cd $pkgbase
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_atkmm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd $pkgbase
+  make -C doc DESTDIR="$pkgdir" install
+}


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

Date: Sunday, November 4, 2018 @ 17:48:22
  Author: heftig
Revision: 337831

2.28.0-1

Modified:
  atkmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:45:55 UTC (rev 337830)
+++ PKGBUILD2018-11-04 17:48:22 UTC (rev 337831)
@@ -2,8 +2,8 @@
 
 pkgbase=atkmm
 pkgname=(atkmm atkmm-docs)
-pkgver=2.24.2+1+gf30b47f
-pkgrel=2
+pkgver=2.28.0
+pkgrel=1
 pkgdesc="C++ bindings for ATK"
 url="http://www.gtkmm.org/;
 arch=(x86_64)
@@ -10,8 +10,8 @@
 license=(LGPL)
 depends=(atk glibmm)
 makedepends=(git mm-common perl glibmm-docs)
-_commit=f30b47ffcecdac60b3c890da08fbf485f891f5c9  # tags/2.25.1~6
-source=("git+https://git.gnome.org/browse/atkmm#commit=$_commit;)
+_commit=e1f4d5394a7982cc3c82ca63676a2928cd8819c1  # tags/2.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/atkmm.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in libgit2-glib/trunk (PKGBUILD libgit2-0.27.0.diff)

Date: Sunday, November 4, 2018 @ 17:45:55
  Author: heftig
Revision: 337830

0.27.7-1

Modified:
  libgit2-glib/trunk/PKGBUILD
Deleted:
  libgit2-glib/trunk/libgit2-0.27.0.diff

-+
 PKGBUILD|   18 +++---
 libgit2-0.27.0.diff |   12 
 2 files changed, 7 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:43:08 UTC (rev 337829)
+++ PKGBUILD2018-11-04 17:45:55 UTC (rev 337830)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libgit2-glib
-pkgver=0.26.4
-pkgrel=3
+pkgver=0.27.7
+pkgrel=1
 pkgdesc="GLib wrapper for libgit2"
 url="https://wiki.gnome.org/Projects/Libgit2-glib;
 license=(LGPL2.1)
@@ -10,11 +10,9 @@
 arch=(x86_64)
 depends=(glib2 libgit2)
 makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
-_commit=fed5187a24bbee3aa72049df3f55af4a4166c0bb  # tags/v0.26.4^0
-source=("git+https://git.gnome.org/browse/libgit2-glib#commit=$_commit;
-libgit2-0.27.0.diff)
-sha256sums=('SKIP'
-'df86d15a80e6031af51274e25266c5cf7800a803958384132c3c4a7835e15b1e')
+_commit=97becd4ca4642d8a03b2153df65e01f220d80757  # tags/v0.27.7^0
+source=("git+https://gitlab.gnome.org/GNOME/libgit2-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -23,7 +21,6 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../libgit2-0.27.0.diff
 }
 
 build() {
@@ -32,12 +29,11 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
   python3 -m compileall "$pkgdir/usr/lib/python3.7"
   python3 -O -m compileall "$pkgdir/usr/lib/python3.7"

Deleted: libgit2-0.27.0.diff
===
--- libgit2-0.27.0.diff 2018-11-04 17:43:08 UTC (rev 337829)
+++ libgit2-0.27.0.diff 2018-11-04 17:45:55 UTC (rev 337830)
@@ -1,12 +0,0 @@
-diff --git i/libgit2-glib/ggit-config.c w/libgit2-glib/ggit-config.c
-index b6536ce..2785574 100644
 i/libgit2-glib/ggit-config.c
-+++ w/libgit2-glib/ggit-config.c
-@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig  *config,
-   ret = git_config_add_file_ondisk (_ggit_native_get (config),
- path,
- (git_config_level_t)level,
-+NULL,
- force);
-   g_free (path);
- 


[arch-commits] Commit in libgit2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Date: Sunday, November 4, 2018 @ 17:43:08
  Author: heftig
Revision: 337829

archrelease: copy trunk to extra-x86_64

Added:
  libgit2/repos/extra-x86_64/PKGBUILD
(from rev 337828, libgit2/trunk/PKGBUILD)
Deleted:
  libgit2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 17:42:40 UTC (rev 337828)
+++ PKGBUILD2018-11-04 17:43:08 UTC (rev 337829)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.27.5
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2 curl)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('15f2775f4f325951d9139ed906502b6c71fee6787cada9b045f5994072ccbd33')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-x86_64/PKGBUILD (from rev 337828, 
libgit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 17:43:08 UTC (rev 337829)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.27.7
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2 curl)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('1a5435a483759b1cd96feb12b11abb5231b0688016db506ce5947178f6ba2531')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

Date: Sunday, November 4, 2018 @ 17:42:40
  Author: heftig
Revision: 337828

0.27.7-1

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 16:36:58 UTC (rev 337827)
+++ PKGBUILD2018-11-04 17:42:40 UTC (rev 337828)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=libgit2
-pkgver=0.27.5
+pkgver=0.27.7
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -13,7 +13,7 @@
 makedepends=(cmake python)
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('15f2775f4f325951d9139ed906502b6c71fee6787cada9b045f5994072ccbd33')
+sha256sums=('1a5435a483759b1cd96feb12b11abb5231b0688016db506ce5947178f6ba2531')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in riscv64-linux-gnu-gdb/repos (2 files)

Date: Sunday, November 4, 2018 @ 17:16:25
  Author: anatolik
Revision: 401484

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gdb/repos/community-x86_64/
  riscv64-linux-gnu-gdb/repos/community-x86_64/PKGBUILD
(from rev 401483, riscv64-linux-gnu-gdb/trunk/PKGBUILD)

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

Copied: riscv64-linux-gnu-gdb/repos/community-x86_64/PKGBUILD (from rev 401483, 
riscv64-linux-gnu-gdb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-11-04 17:16:25 UTC (rev 401484)
@@ -0,0 +1,51 @@
+# Maintainer: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gdb
+pkgver=8.2
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM64 target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+sha256sums=('c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39'
+'SKIP')
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--disable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python3 \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make -C gdb DESTDIR=$pkgdir install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r $pkgdir/usr/include/gdb/
+  rm -r $pkgdir/usr/share/gdb/
+  rm -r $pkgdir/usr/share/info/
+  rm -r $pkgdir/usr/share/man/man5/
+}


[arch-commits] Commit in tesseract/trunk (PKGBUILD fix_man_page_html.patch)

Date: Sunday, November 4, 2018 @ 17:15:54
  Author: jelle
Revision: 401483

Added:
  tesseract/trunk/fix_man_page_html.patch
Modified:
  tesseract/trunk/PKGBUILD

-+
 PKGBUILD|   19 +--
 fix_man_page_html.patch |   11 +++
 2 files changed, 24 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 17:15:37 UTC (rev 401482)
+++ PKGBUILD2018-11-04 17:15:54 UTC (rev 401483)
@@ -7,22 +7,29 @@
 spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
 
 pkgname=tesseract
-pkgver=3.05.01
-pkgrel=7
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="An OCR program"
 arch=(x86_64)
 url="https://github.com/tesseract-ocr/tesseract;
 license=("APACHE")
 depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
-makedepends=(icu cairo pango)
+makedepends=(icu cairo pango asciidoc)
 install=tesseract.install
 optdepends=('icu' 'cairo' 'pango'
$(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
-
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata)
-sha256sums=('05898f93c5d057fada49b9a116fc86ad9310ff1726a0f499c3e5211b3af47ec1'
-'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
+
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata
+fix_man_page_html.patch)
+sha256sums=('a1f5422ca49a32e5f35c54dee5112b11b99928fc9f4ee6695cdc6768d69f61dd'
+'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff'
+'d5fa9a8605afa775255404acb882471f894dc0d4de87eb8333fd155d649b7235')
 
+prepare() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  patch -Np0 -i "${srcdir}/fix_man_page_html.patch"
+}
+
 build() {
   cd "$srcdir"/$pkgname-${pkgver}
   [ -x configure ] || ./autogen.sh

Added: fix_man_page_html.patch
===
--- fix_man_page_html.patch (rev 0)
+++ fix_man_page_html.patch 2018-11-04 17:15:54 UTC (rev 401483)
@@ -0,0 +1,11 @@
+--- doc/Makefile.am2018-11-04 17:53:43.979198215 +0100
 doc/Makefile.am2018-11-04 17:54:07.849192304 +0100
+@@ -36,7 +36,7 @@
+ html: $(patsubst %,%.html,$(man_MANS))
+ 
+ %: %.asc
+-  $(asciidoc) -o $@ $<
++  a2x --doctype manpage --format manpage $<
+ 
+ %.html: %.asc
+   asciidoc -b html5 -o $@ $<


[arch-commits] Commit in (4 files)

Date: Sunday, November 4, 2018 @ 17:15:37
  Author: anatolik
Revision: 401482

riscv64-linux-gnu-gdb: add package

Added:
  riscv64-linux-gnu-gdb/
  riscv64-linux-gnu-gdb/repos/
  riscv64-linux-gnu-gdb/trunk/
  riscv64-linux-gnu-gdb/trunk/PKGBUILD

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

Added: riscv64-linux-gnu-gdb/trunk/PKGBUILD
===
--- riscv64-linux-gnu-gdb/trunk/PKGBUILD(rev 0)
+++ riscv64-linux-gnu-gdb/trunk/PKGBUILD2018-11-04 17:15:37 UTC (rev 
401482)
@@ -0,0 +1,51 @@
+# Maintainer: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gdb
+pkgver=8.2
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM64 target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+sha256sums=('c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39'
+'SKIP')
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--disable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python3 \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make -C gdb DESTDIR=$pkgdir install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r $pkgdir/usr/include/gdb/
+  rm -r $pkgdir/usr/share/gdb/
+  rm -r $pkgdir/usr/share/info/
+  rm -r $pkgdir/usr/share/man/man5/
+}


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


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

Date: Sunday, November 4, 2018 @ 17:03:41
  Author: ffy00
Revision: 401481

force build with LDC

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 16:46:53 UTC (rev 401480)
+++ PKGBUILD2018-11-04 17:03:41 UTC (rev 401481)
@@ -1,29 +1,35 @@
 # Maintainer: Antonio Rojas 
+# Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=d-containers
+_pkgname=containers
 _pkgver=0.8.0-alpha.10
 pkgver=${_pkgver/-/}
 pkgrel=1
-pkgdesc="Containers for D backed by std.experimental.allocator"
-arch=(x86_64)
-url="https://github.com/dlang-community;
-license=(Boost)
-depends=(liblphobos)
-makedepends=(ldc meson d-stdx-allocator)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/dlang-community/containers/archive/v$_pkgver.tar.gz;)
-sha256sums=('40210406e4439c4145c951a24b8475af47fe981e0a95122db05d6eff3cce7561')
+pkgdesc='Containers for D backed by std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/containers'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('meson' 'ldc' 'd-stdx-allocator')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
+sha512sums=('dd5a119aa542e0fa9c48f2a25c6d53f1fd366a5dfde4e9576f7f86a710f669d9c8195e927035f3977aaf48b9b7ae8222f8ba6250c6ecb8780684b794afc7af32')
 
-prepare() {
-  mkdir -p build
-}
+build() {
+  mkdir -p $_pkgname-$_pkgver/build
+  cd $_pkgname-$_pkgver/build
 
-build() {
-  cd build
-  meson ../containers-$_pkgver --prefix=/usr
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
   ninja
 }
 
 package() {
-  cd build
+  cd $_pkgname-$_ppkgver/build
+
   DESTDIR="$pkgdir" ninja install
 }
+


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

Date: Sunday, November 4, 2018 @ 16:46:53
  Author: ffy00
Revision: 401480

force build with LDC

Modified:
  glibd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 16:39:58 UTC (rev 401479)
+++ PKGBUILD2018-11-04 16:46:53 UTC (rev 401480)
@@ -1,28 +1,33 @@
 # Maintainer: Antonio Rojas 
+# Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=glibd
+_pkgname=GlibD
 pkgver=2.0.0
 pkgrel=4
-pkgdesc="D bindings for the GLib C Utility Library"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/GlibD;
-license=(LGPL)
-depends=(liblphobos glib2)
-makedepends=(ldc meson gobject-introspection gir-to-d)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/GlibD/archive/v$pkgver.tar.gz;)
-sha256sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
+pkgdesc='D bindings for the GLib C Utility Library'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/GlibD'
+license=('LGPL3')
+depends=('glib2' 'liblphobos')
+makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
 
-prepare() {
-  mkdir -p build
-}
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
 
-build() {
-  cd build
-  meson ../GlibD-$pkgver --prefix=/usr
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
   ninja
 }
 
 package() {
-  cd build
+  cd $_pkgname-$pkgver/build
+
   DESTDIR="$pkgdir" ninja install
 }


[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

Date: Sunday, November 4, 2018 @ 16:39:58
  Author: ffy00
Revision: 401479

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 401478, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 16:39:53 UTC (rev 401478)
+++ PKGBUILD2018-11-04 16:39:58 UTC (rev 401479)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.16.1
-pkgrel=2
-pkgdesc="Create D bindings from GObject introspection files"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/gir-to-d;
-license=(LGPL3)
-depends=(gcc-libs)
-makedepends=(meson dmd libphobos)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('da15697873b38a51847a00cc07b6d2ad0c7d181bde5cd81201c6356063354533')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 401478, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 16:39:58 UTC (rev 401479)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.16.1
+pkgrel=3
+pkgdesc='Create D bindings from GObject introspection files'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/gir-to-d'
+license=('LGPL3')
+depends=('gcc-libs' 'liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('dc2159042799d161fa7097a1cccd5038196e548512ff1fde9e1ca9393781d74ef9bb07c00e8cb812c43d98ce43778e1a3444d9085743ed8adaa818c9c48ccf93')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)

Date: Sunday, November 4, 2018 @ 16:39:53
  Author: ffy00
Revision: 401478

build with LDC

Modified:
  gir-to-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 16:27:13 UTC (rev 401477)
+++ PKGBUILD2018-11-04 16:39:53 UTC (rev 401478)
@@ -2,27 +2,29 @@
 
 pkgname=gir-to-d
 pkgver=0.16.1
-pkgrel=2
-pkgdesc="Create D bindings from GObject introspection files"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/gir-to-d;
-license=(LGPL3)
-depends=(gcc-libs)
-makedepends=(meson dmd libphobos)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('da15697873b38a51847a00cc07b6d2ad0c7d181bde5cd81201c6356063354533')
+pkgrel=3
+pkgdesc='Create D bindings from GObject introspection files'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/gir-to-d'
+license=('LGPL3')
+depends=('gcc-libs' 'liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('dc2159042799d161fa7097a1cccd5038196e548512ff1fde9e1ca9393781d74ef9bb07c00e8cb812c43d98ce43778e1a3444d9085743ed8adaa818c9c48ccf93')
 
-prepare() {
-  mkdir -p build
-}
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
 
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
+  export DC=ldc
+
+  arch-meson ..
+
   ninja
 }
 
 package() {
-  cd build
+  cd $pkgname-$pkgver/build
+
   DESTDIR="$pkgdir" ninja install
 }


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

Date: Sunday, November 4, 2018 @ 16:36:58
  Author: heftig
Revision: 337827

FS#60614: Enable Block-MQ by default

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 16:11:17 UTC (rev 337826)
+++ PKGBUILD2018-11-04 16:36:58 UTC (rev 337827)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'9f2215bf566909b8bf98e9a39bebfd11bd14342b7933b931b0a67de6049e33ed'
+'107671b018c8e907eb103fca2dc3f4d3cc4e29a19d2ae7a9c27d0c8108abfaca'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-11-04 16:11:17 UTC (rev 337826)
+++ config  2018-11-04 16:36:58 UTC (rev 337827)
@@ -2424,7 +2424,7 @@
 CONFIG_SCSI=m
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_NETLINK=y
-# CONFIG_SCSI_MQ_DEFAULT is not set
+CONFIG_SCSI_MQ_DEFAULT=y
 CONFIG_SCSI_PROC_FS=y
 
 #
@@ -2680,7 +2680,7 @@
 # CONFIG_BCACHE_CLOSURES_DEBUG is not set
 CONFIG_BLK_DEV_DM_BUILTIN=y
 CONFIG_BLK_DEV_DM=m
-# CONFIG_DM_MQ_DEFAULT is not set
+CONFIG_DM_MQ_DEFAULT=y
 CONFIG_DM_DEBUG=y
 CONFIG_DM_BUFIO=m
 # CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set


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

Date: Sunday, November 4, 2018 @ 16:27:13
  Author: ffy00
Revision: 401477

force build with LDC

it was previously building with the avaliable D compiler,
if DMD was avaliable it was used to build the package

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 16:13:18 UTC (rev 401476)
+++ PKGBUILD2018-11-04 16:27:13 UTC (rev 401477)
@@ -3,14 +3,13 @@
 pkgname=mustache-d
 pkgver=0.1.3
 pkgrel=9
-pkgdesc="Moustache template engine for D"
-arch=(x86_64)
-url="https://github.com/repeatedly/mustache-d;
-license=(Boost)
-depends=()
-makedepends=(meson ldc liblphobos)
-source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
-sha256sums=('b8cf5fe193b11dece663ad2d7f8acbcc02ef48334f0fdc922a2dde3f8ac64b57')
+pkgdesc='Moustache template engine for D'
+arch=('x86_64')
+url='https://github.com/repeatedly/mustache-d'
+license=('Boost')
+makedepends=('meson' 'ldc' 'liblphobos')
+source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz;)
+sha512sums=('ae70cc0ad0e94729ae2a2a8a8598a7489e457406fb61534641b25d7413749d3ba977591453fab438ce752a4b51d0f91777b5c470f53d7e3884a9f70aad736ded')
 
 prepare() {
   mkdir -p build
@@ -18,11 +17,17 @@
 
 build() {
   cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
+
+  # Build with LDC
+  export DC=ldc
+
+  arch-meson ../$pkgname-$pkgver
+
   ninja
 }
 
 package() {
   cd build
+
   DESTDIR="$pkgdir" ninja install
 }


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

Date: Sunday, November 4, 2018 @ 16:13:18
  Author: foxboron
Revision: 401476

archrelease: copy trunk to community-x86_64

Added:
  i3-gaps/repos/community-x86_64/PKGBUILD
(from rev 401475, i3-gaps/trunk/PKGBUILD)
Deleted:
  i3-gaps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 16:13:05 UTC (rev 401475)
+++ PKGBUILD2018-11-04 16:13:18 UTC (rev 401476)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Ingo Bürk 
-
-pkgname=i3-gaps
-_pkgsourcename=i3
-pkgver=4.15.0.1
-pkgrel=2
-pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
-arch=('i686' 'x86_64')
-url='https://github.com/Airblader/i3'
-license=('BSD')
-provides=('i3-wm')
-conflicts=('i3-wm')
-groups=('i3')
-depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
- 'libxkbcommon-x11')
-makedepends=('bison' 'flex' 'asciidoc' 'xmlto')
-optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
-'dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display system information with a bar.'
-'perl-json-xs: For i3-save-tree'
-'perl-anyevent-i3: For i3-save-tree')
-backup=(etc/i3/config)
-options=('docs' '!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('543998c0cc2a7f7ec7dfe849bc85cbadb442ce2286f34d7afc437a346d5c469b')
-
-prepare(){
-  mkdir build
-  cd "${_pkgsourcename}-${pkgver}"
-
-  autoreconf -fvi
-}
-
-build() {
-  cd build
-
-  ../i3-$pkgver/configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dt "$pkgdir/usr/share/man/man1" -m644 man/*.1
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 ../i3-$pkgver/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-gaps/repos/community-x86_64/PKGBUILD (from rev 401475, 
i3-gaps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 16:13:18 UTC (rev 401476)
@@ -0,0 +1,54 @@
+# Maintainer: Morten Linderud 
+# Contributor: Ingo Bürk 
+
+pkgname=i3-gaps
+_pkgsourcename=i3
+pkgver=4.16
+pkgrel=1
+pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
+arch=('i686' 'x86_64')
+url='https://github.com/Airblader/i3'
+license=('BSD')
+provides=('i3-wm')
+conflicts=('i3-wm')
+groups=('i3')
+depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
+ 'libxkbcommon-x11')
+makedepends=('bison' 'flex' 'asciidoc' 'xmlto')
+optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
+'dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display system information with a bar.'
+'perl-json-xs: For i3-save-tree'
+'perl-anyevent-i3: For i3-save-tree')
+backup=(etc/i3/config)
+options=('docs' '!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
+sha256sums=('c933bc4c37cddd23d703f1453dcbab6e9cd7ed7f2c54177339eb88977c09a299')
+
+prepare(){
+  mkdir build
+  cd "${_pkgsourcename}-${pkgver}"
+
+  autoreconf -fvi
+}
+
+build() {
+  cd build
+
+  ../i3-$pkgver/configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 man/*.1
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 ../i3-$pkgver/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

Date: Sunday, November 4, 2018 @ 16:13:05
  Author: foxboron
Revision: 401475

upgpkg: i3-gaps 4.16-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 14:52:40 UTC (rev 401474)
+++ PKGBUILD2018-11-04 16:13:05 UTC (rev 401475)
@@ -3,8 +3,8 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.15.0.1
-pkgrel=2
+pkgver=4.16
+pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz;)
-sha256sums=('543998c0cc2a7f7ec7dfe849bc85cbadb442ce2286f34d7afc437a346d5c469b')
+sha256sums=('c933bc4c37cddd23d703f1453dcbab6e9cd7ed7f2c54177339eb88977c09a299')
 
 prepare(){
   mkdir build


[arch-commits] Commit in hplip/trunk (4 files)

Date: Sunday, November 4, 2018 @ 16:11:05
  Author: andyrtr
Revision: 337825

upgpkg: hplip 1:3.18.10-1

upstream update 3.18.10; remove closed source libImageProcessor - FS#59681

Added:
  hplip/trunk/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
Modified:
  hplip/trunk/PKGBUILD
Deleted:
  hplip/trunk/fix_install.patch
  hplip/trunk/python.patch

-+
 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch |  113 
++
 PKGBUILD|   18 -
 fix_install.patch   |   23 --
 python.patch|   11 
 4 files changed, 120 insertions(+), 45 deletions(-)

Added: 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
===
--- 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch 
(rev 0)
+++ 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch 
2018-11-04 16:11:05 UTC (rev 337825)
@@ -0,0 +1,113 @@
+From fa9c0cf1a5db9bf8880b4796d5e3e0da46534e3d Mon Sep 17 00:00:00 2001
+From: Didier Raboud 
+Date: Tue, 21 Aug 2018 18:18:10 +0200
+Subject: Remove all ImageProcessor functionality, which is closed-source
+
+---
+ Makefile.am  | 14 ++
+ prnt/hpcups/HPCupsFilter.cpp | 21 -
+ 2 files changed, 2 insertions(+), 33 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 1b097c4f9..8d5d78c9f 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -166,7 +166,7 @@ if !HPLIP_CLASS_DRIVER
+ dist_hplip_SCRIPTS = hpssd.py __init__.py hpdio.py
+ endif #HPLIP_CLASS_DRIVER
+ 
+-dist_noinst_DATA += prnt/drv/hpijs.drv.in.template 
prnt/drv/hpcups.drv.in.template prnt/hpcups/libImageProcessor-x86_64.so 
prnt/hpcups/libImageProcessor-x86_32.so
++dist_noinst_DATA += prnt/drv/hpijs.drv.in.template 
prnt/drv/hpcups.drv.in.template
+ dist_noinst_SCRIPTS += dat2drv.py install.py  hplip-install 
init-suse-firewall init-iptables-firewall class_rpm_build.sh 
hplipclassdriver.spec createPPD.sh Makefile_dat2drv hpijs-drv
+ 
+ if !HPLIP_CLASS_DRIVER
+@@ -594,7 +594,7 @@ hpcups_SOURCES = prnt/hpcups/HPCupsFilter.cpp 
prnt/hpcups/HPCupsFilter.h prnt/hp
+   prnt/hpcups/ImageProcessor.h
+ 
+ hpcups_CXXFLAGS = $(APDK_ENDIAN_FLAG) $(DBUS_CFLAGS)
+-hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lImageProcessor -lcups 
-lcupsimage -lz $(DBUS_LIBS)
++hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lcups -lcupsimage -lz 
$(DBUS_LIBS)
+ #else
+ #hpcupsdir = $(cupsfilterdir)
+ #hpcups_PROGRAMS = hpcups
+@@ -686,16 +686,6 @@ endif #HPLIP_CLASS_DRIVER
+ 
+ install-data-hook:
+ if HPLIP_BUILD
+-  if [ \( "$(UNAME)" = "x86_64" -a  -d "$(libdir)/" \) ]; then \
+-  cp prnt/hpcups/libImageProcessor-x86_64.so $(libdir)/ ; \
+-  chmod 775 $(libdir)/libImageProcessor-x86_64.so ; \
+-  ln -sf $(libdir)/libImageProcessor-x86_64.so 
$(libdir)/libImageProcessor.so ; \
+-  fi; \
+-  if [ \( \( "$(UNAME)" = "i686" -o "$(UNAME)" = "i386" \) -a -d 
"$(libdir)/" \) ]; then \
+-  cp prnt/hpcups/libImageProcessor-x86_32.so $(libdir)/ ; \
+-  chmod 775 $(libdir)/libImageProcessor-x86_32.so ; \
+-  ln -sf $(libdir)/libImageProcessor-x86_32.so 
$(libdir)/libImageProcessor.so ; \
+-  fi
+ if !HPLIP_CLASS_DRIVER
+ #If scanner build, add hpaio entry to sane dll.conf.
+   if [ "$(scan_build)" = "yes" ]; then \
+diff --git a/prnt/hpcups/HPCupsFilter.cpp b/prnt/hpcups/HPCupsFilter.cpp
+index 5b282d83f..0bacfafac 100644
+--- a/prnt/hpcups/HPCupsFilter.cpp
 b/prnt/hpcups/HPCupsFilter.cpp
+@@ -31,7 +31,6 @@
+ 
\*/
+ 
+ #include "HPCupsFilter.h"
+-#include "ImageProcessor.h"
+ 
+ #include 
+ #include 
+@@ -637,16 +636,10 @@ int HPCupsFilter::processRasterData(cups_raster_t 
*cups_raster)
+ 
+ 
+ sprintf(hpPreProcessedRasterFile, 
"%s/hp_%s_cups_SwapedPagesXX",CUPS_TMP_DIR, m_JA.user_name);
+-image_processor_t* imageProcessor = imageProcessorCreate();
+ 
+ while (cupsRasterReadHeader2(cups_raster, _header))
+ {
+ 
+-IMAGE_PROCESSOR_ERROR result = 
imageProcessorStartPage(imageProcessor, _header);
+-if (result != IPE_SUCCESS){
+-dbglog("DEBUG: imageProcessorStartPage failed result = %d\n", 
result);
+-}
+-
+ current_page_number++;
+ 
+ if (current_page_number == 1) {
+@@ -745,12 +738,6 @@ int HPCupsFilter::processRasterData(cups_raster_t 
*cups_raster)
+ color_raster = rgbRaster;
+ black_raster = kRaster;
+ 
+-result = imageProcessorProcessLine(imageProcessor, 
m_pPrinterBuffer, cups_header.cupsBytesPerLine);
+-if (result != IPE_SUCCESS){
+-dbglog("DEBUG: 

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

Date: Sunday, November 4, 2018 @ 16:11:17
  Author: andyrtr
Revision: 337826

archrelease: copy trunk to testing-x86_64

Added:
  hplip/repos/testing-x86_64/
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 337825, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(from rev 337825, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
  
hplip/repos/testing-x86_64/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
(from rev 337825, 
hplip/trunk/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 337825, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 337825, hplip/trunk/disable_upgrade.patch)

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |   50 
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch   |   29 ++
 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch |  113 
++
 PKGBUILD|   86 +++
 disable_upgrade.patch   |   14 +
 5 files changed, 292 insertions(+)

Copied: 
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 337825, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
(rev 0)
+++ 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
2018-11-04 16:11:17 UTC (rev 337826)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
+-   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
++   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
+if test "$libusb01_build" = "yes"; then
+   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
+   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
+diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
+index ff5548e..c517989 100644
+--- a/prnt/hpcups/HPCupsFilter.h
 b/prnt/hpcups/HPCupsFilter.h
+@@ -38,6 +38,8 @@
+ 
+ #include "dbuscomm.h"
+ 
++#include 
++
+ #define   DBITMAPFILEHEADER   14
+ #define   DBITMAPINFOHEADER   40
+ 
+diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
+index 8514775..994e50f 100644
+--- a/prnt/hpijs/hpcupsfax.cpp
 b/prnt/hpijs/hpcupsfax.cpp
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #ifdef FALSE

Copied: 
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
 (from rev 337825, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
===
--- testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(rev 0)
+++ testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
2018-11-04 16:11:17 UTC (rev 337826)
@@ -0,0 +1,29 @@
+From 04b5a1ddac1dd90c5a392f23aaf7df42eae32918 Mon Sep 17 00:00:00 2001
+From: Gaurav Sood 
+Date: Thu, 4 May 2017 18:32:08 +0200
+Subject: Fix handling of unicode filenames in sixext.py
+
+LP: #1480152
+Closes: #861731
+---
+ base/sixext.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/base/sixext.py b/base/sixext.py
+index 0bf4fc4f4..311bf72c6 100644
+--- a/base/sixext.py
 b/base/sixext.py
+@@ -110,11 +110,11 @@ if PY3:
+ 
+ 
+ def to_string_utf8(s):
+-return s.decode("utf-8")
++return s.decode("utf-8", 'ignore')
+ 
+ 
+ def to_string_latin(s):
+-return s.decode("latin-1")
++return s.decode("latin-1", 'ignore')
+ 
+ 
+ def to_unicode(s, enc=None):

Copied: 

[arch-commits] Commit in perl-libintl-perl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Date: Sunday, November 4, 2018 @ 16:09:22
  Author: felixonmars
Revision: 337824

archrelease: copy trunk to extra-x86_64

Added:
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD
(from rev 337823, perl-libintl-perl/trunk/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 16:08:44 UTC (rev 337823)
+++ PKGBUILD2018-11-04 16:09:22 UTC (rev 337824)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-libintl-perl
-pkgver=1.29
-pkgrel=2
-pkgdesc="Perl Module: Localization support"
-arch=('x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/libintl-perl;
-depends=('coreutils' 'gettext' 'perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
-sha512sums=('fc3b3e526aa9f5fc9f69da4cbd6653c27fbc380f0139bc5e642c5299def533209cab0112702b1faa13a52b1392f028dbb943b09974bdbc09812f11dee0ccfc7f')
-
-build() {
-  cd libintl-perl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd libintl-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libintl-perl-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-libintl-perl/repos/extra-x86_64/PKGBUILD (from rev 337823, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 16:09:22 UTC (rev 337824)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+pkgver=1.30
+pkgrel=1
+pkgdesc="Perl Module: Localization support"
+arch=('x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/libintl-perl;
+depends=('coreutils' 'gettext' 'perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
+sha512sums=('89c228b617c0da6f5d3f36290b428f1e57d97b08ad757575fe1e4a6abae86487199381ac0f66805d5d1488998b56f6cbea046f10f01c79a2a0ced2458744af3a')
+
+build() {
+  cd libintl-perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd libintl-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libintl-perl-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  make install DESTDIR="$pkgdir"
+}


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

Date: Sunday, November 4, 2018 @ 16:08:44
  Author: felixonmars
Revision: 337823

upgpkg: perl-libintl-perl 1.30-1

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 15:44:27 UTC (rev 337822)
+++ PKGBUILD2018-11-04 16:08:44 UTC (rev 337823)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=perl-libintl-perl
-pkgver=1.29
-pkgrel=2
+pkgver=1.30
+pkgrel=1
 pkgdesc="Perl Module: Localization support"
 arch=('x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 depends=('coreutils' 'gettext' 'perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
-sha512sums=('fc3b3e526aa9f5fc9f69da4cbd6653c27fbc380f0139bc5e642c5299def533209cab0112702b1faa13a52b1392f028dbb943b09974bdbc09812f11dee0ccfc7f')
+sha512sums=('89c228b617c0da6f5d3f36290b428f1e57d97b08ad757575fe1e4a6abae86487199381ac0f66805d5d1488998b56f6cbea046f10f01c79a2a0ced2458744af3a')
 
 build() {
   cd libintl-perl-$pkgver


  1   2   >