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

2020-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 24, 2020 @ 04:49:30
  Author: svenstaro
Revision: 665133

Remove some symlinks as per upstream suggestion

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 04:29:47 UTC (rev 665132)
+++ PKGBUILD2020-07-24 04:49:30 UTC (rev 665133)
@@ -75,10 +75,6 @@
   # 
https://github.com/WebAssembly/waterfall/blob/d4a504ffee488a68d09b336897c00d404544601d/src/build.py#L915
   DESTDIR="$pkgdir" ninja -C "$srcdir"/llvm-project/llvm/build install
   cd "$pkgdir"/opt/emscripten-llvm/bin
-  ln -s clang wasm32-clang
-  ln -s clang wasm32-wasi-clang
-  ln -s clang++ wasm32-clang++
-  ln -s clang++ wasm32-wasi-clang++
 
   # Clean up some unnecessary bins and libs
   rm clang-check clang-cl clang-cpp clang-extdef-mapping clang-format \


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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 04:29:47
  Author: lcarlier
Revision: 665132

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 04:29:42 UTC (rev 665131)
+++ PKGBUILD2020-07-24 04:29:47 UTC (rev 665132)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2020.Q3.1
-pkgrel=2
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('lib32-vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('2ace8ce2e9c977e58607088c9e308096ad924bf178803f9b0e71083d6e10c130')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install AMDVLK/json/Redhat/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 665131, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 04:29:47 UTC (rev 665132)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2020.Q3.2
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('1454cbd6ffe1ff2450eecda46421254c983e143ba1b55d993056e990eb942e80')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS=-m32 \
+-DCMAKE_CXX_FLAGS=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib32
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+

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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 04:29:42
  Author: lcarlier
Revision: 665131

upgpkg: lib32-amdvlk 2020.Q3.2-1: upstream update 2020.Q3.2

Modified:
  lib32-amdvlk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 03:37:45 UTC (rev 665130)
+++ PKGBUILD2020-07-24 04:29:42 UTC (rev 665131)
@@ -2,8 +2,8 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2020.Q3.1
-pkgrel=2
+pkgver=2020.Q3.2
+pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
 url="https://github.com/GPUOpen-Drivers;
@@ -11,7 +11,7 @@
 provides=('lib32-vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('2ace8ce2e9c977e58607088c9e308096ad924bf178803f9b0e71083d6e10c130')
+sha256sums=('1454cbd6ffe1ff2450eecda46421254c983e143ba1b55d993056e990eb942e80')
 
 prepare() {
   local nrepos path name revision


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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 04:13:35
  Author: lcarlier
Revision: 392478

archrelease: copy trunk to extra-x86_64

Added:
  amdvlk/repos/extra-x86_64/PKGBUILD
(from rev 392477, amdvlk/trunk/PKGBUILD)
Deleted:
  amdvlk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 04:13:30 UTC (rev 392477)
+++ PKGBUILD2020-07-24 04:13:35 UTC (rev 392478)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=amdvlk
-pkgver=2020.Q3.1
-pkgrel=2
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-makedepends+=('python2') # spvgen
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('2ace8ce2e9c977e58607088c9e308096ad924bf178803f9b0e71083d6e10c130')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  cd ${srcdir}/spvgen/external
-  python2 fetch_external_sources.py
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release64 \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release64
-  ninja -C builds/Release64 spvgen
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
-  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/
-  install AMDVLK/json/Redhat/amd_icd64.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
-}

Copied: amdvlk/repos/extra-x86_64/PKGBUILD (from rev 392477, 
amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 04:13:35 UTC (rev 392478)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=amdvlk
+pkgver=2020.Q3.2
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+makedepends+=('python2') # spvgen
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('1454cbd6ffe1ff2450eecda46421254c983e143ba1b55d993056e990eb942e80')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  cd ${srcdir}/spvgen/external
+  python2 fetch_external_sources.py
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release64 \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release64
+  ninja -C builds/Release64 spvgen
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
+  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/
+  

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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 04:13:30
  Author: lcarlier
Revision: 392477

upgpkg: amdvlk 2020.Q3.2-1: upstream update 2020.Q3.2

Modified:
  amdvlk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 03:25:15 UTC (rev 392476)
+++ PKGBUILD2020-07-24 04:13:30 UTC (rev 392477)
@@ -2,8 +2,8 @@
 # Contributor: lod 
 
 pkgname=amdvlk
-pkgver=2020.Q3.1
-pkgrel=2
+pkgver=2020.Q3.2
+pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
 url="https://github.com/GPUOpen-Drivers;
@@ -12,7 +12,7 @@
 makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 makedepends+=('python2') # spvgen
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('2ace8ce2e9c977e58607088c9e308096ad924bf178803f9b0e71083d6e10c130')
+sha256sums=('1454cbd6ffe1ff2450eecda46421254c983e143ba1b55d993056e990eb942e80')
 
 prepare() {
   local nrepos path name revision


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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 03:37:40
  Author: lcarlier
Revision: 665129

upgpkg: lib32-mesa 20.1.4-1: upstream update 20.1.4

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 03:09:46 UTC (rev 665128)
+++ PKGBUILD2020-07-24 03:37:40 UTC (rev 665129)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=20.1.3
+pkgver=20.1.4
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
@@ -18,7 +18,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('c3134cda6a07041c2cacd783663c0618e97f907bb0e67718a5c8fb03f4608ba47f0cd5adb6f0400a44f15fd70f3b41d66da1376035ba4e4f4f97a1843dcb1f77'
+sha512sums=('f4d79694cda8531e7560147caf5d18bce5c685cd6c61264dced5adaa9043be9c83d3a2bd623ebffedc8d4258b9b1f97d84d9aeea307aa77cf99d0bc47c987155'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 03:37:45
  Author: lcarlier
Revision: 665130

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 665129, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 665129, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  217 +
 2 files changed, 300 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 665129, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2020-07-24 03:37:45 UTC (rev 665130)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 665129, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-07-24 03:37:45 UTC (rev 665130)
@@ -0,0 +1,217 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
+pkgdesc="An open-source 

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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 03:25:15
  Author: lcarlier
Revision: 392476

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 392475, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 392475, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +
 PKGBUILD |  201 +
 2 files changed, 284 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 392475, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-07-24 03:25:15 UTC (rev 392476)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 392475, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-24 03:25:15 UTC (rev 392476)
@@ -0,0 +1,201 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=20.1.4
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+ 

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

2020-07-23 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 03:25:11
  Author: lcarlier
Revision: 392475

upgpkg: mesa 20.1.4-1: upstream update 20.1.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 23:57:38 UTC (rev 392474)
+++ PKGBUILD2020-07-24 03:25:11 UTC (rev 392475)
@@ -6,7 +6,7 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.1.3
+pkgver=20.1.4
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
@@ -17,7 +17,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('c3134cda6a07041c2cacd783663c0618e97f907bb0e67718a5c8fb03f4608ba47f0cd5adb6f0400a44f15fd70f3b41d66da1376035ba4e4f4f97a1843dcb1f77'
+sha512sums=('f4d79694cda8531e7560147caf5d18bce5c685cd6c61264dced5adaa9043be9c83d3a2bd623ebffedc8d4258b9b1f97d84d9aeea307aa77cf99d0bc47c987155'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2020-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 24, 2020 @ 03:09:46
  Author: svenstaro
Revision: 665128

Further remove unnecessary files

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 02:39:34 UTC (rev 665127)
+++ PKGBUILD2020-07-24 03:09:46 UTC (rev 665128)
@@ -13,7 +13,7 @@
 # variable. It has the llvm commit to use here.
 _llvm_commit=55fa315b0352b63454206600d6803fafacb42d5e
 pkgver=1.39.20
-pkgrel=2
+pkgrel=3
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
@@ -86,9 +86,11 @@
   lld-link ld.lld llvm-lib
   cd ../lib
   rm libclang.so
+  cd ..
+  rm -r share
 
   # Copy some stuff that we need but that wasn't installed by default
-  for bin in FileCheck llc llvm-as llvm-dis llvm-link llvm-mc llvm-nm 
llvm-objdump llvm-readobj llvm-size opt llvm-dwarfdump; do
+  for bin in llvm-as llvm-dis FileCheck llc llvm-link llvm-mc llvm-readobj opt 
llvm-dwarfdump; do
   install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin 
"$pkgdir"/opt/emscripten-llvm/bin/$bin
   done
 


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

2020-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 24, 2020 @ 02:39:24
  Author: svenstaro
Revision: 665126

upgpkg: emscripten 1.39.20-2: Minimize package according to upstream 
instructions

See discussion on https://github.com/emscripten-core/emscripten/pull/11713

Modified:
  emscripten/trunk/PKGBUILD
  emscripten/trunk/emscripten-config

---+
 PKGBUILD  |   42 ++
 emscripten-config |2 +-
 2 files changed, 35 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 00:16:25 UTC (rev 665125)
+++ PKGBUILD2020-07-24 02:39:24 UTC (rev 665126)
@@ -13,7 +13,7 @@
 # variable. It has the llvm commit to use here.
 _llvm_commit=55fa315b0352b63454206600d6803fafacb42d5e
 pkgver=1.39.20
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
@@ -32,7 +32,7 @@
 sha512sums=('SKIP'
 'SKIP'
 
'a87cf5d4a5ac10a4f84ff02ea577d54b560929dc64457b874cd1cbd88311cf6c4dcfbf3242150f6e556f4ba6efd370a99b9f9065faf494f25d91fc012cd5aa58'
-
'4a93ea4291701a509f30541ad534f325b3e4f014a496e030bc19791095640931f18706264fa83a113225c6ee1a2ecd97bdefdc1dd15caaa5799105f7a96e3b7d'
+
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9'
 
'b2e0c162335c40ee84968ab8c5bae5083a96f18dcc6c4d4f50e4a7f312d075ad965f9afb0a9d2ca290068ed1ef5fe2599c681162690c645ca1f36f3af592a05f')
 
 prepare() {
@@ -48,14 +48,21 @@
   cmake . \
 -Bbuild \
 -GNinja \
+-DCMAKE_CXX_FLAGS=-Wno-nonportable-include-path \
+-DLLVM_ENABLE_LIBXML2=OFF \
+-DLLVM_INCLUDE_EXAMPLES=OFF \
+-DCOMPILER_RT_BUILD_XRAY=OFF \
+-DCOMPILER_RT_INCLUDE_TESTS=OFF \
+-DCOMPILER_RT_ENABLE_IOS=OFF \
+-DCMAKE_INSTALL_PREFIX=/opt/emscripten-llvm \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
+-DCMAKE_SKIP_RPATH=ON \
 -DLLVM_BUILD_RUNTIME=OFF \
 -DLLVM_TOOL_LTO_BUILD=ON \
 -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
 -DLLVM_INCLUDE_EXAMPLES=OFF \
 -DLLVM_INCLUDE_TESTS=OFF \
+-DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
 -DLLVM_ENABLE_PROJECTS="lld;clang" \
 -DCLANG_INCLUDE_TESTS=OFF
   ninja -C build
@@ -62,12 +69,31 @@
 }
 
 package() {
-  # Install LLVM stuff according to 
https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  install -d "$pkgdir"/usr/lib
-  cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
+  # Install LLVM stuff according to
+  # https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
+  # and
+  # 
https://github.com/WebAssembly/waterfall/blob/d4a504ffee488a68d09b336897c00d404544601d/src/build.py#L915
+  DESTDIR="$pkgdir" ninja -C "$srcdir"/llvm-project/llvm/build install
+  cd "$pkgdir"/opt/emscripten-llvm/bin
+  ln -s clang wasm32-clang
+  ln -s clang wasm32-wasi-clang
+  ln -s clang++ wasm32-clang++
+  ln -s clang++ wasm32-wasi-clang++
 
+  # Clean up some unnecessary bins and libs
+  rm clang-check clang-cl clang-cpp clang-extdef-mapping clang-format \
+  clang-offload-bundler clang-refactor clang-rename clang-scan-deps \
+  lld-link ld.lld llvm-lib
+  cd ../lib
+  rm libclang.so
+
+  # Copy some stuff that we need but that wasn't installed by default
+  for bin in FileCheck llc llvm-as llvm-dis llvm-link llvm-mc llvm-nm 
llvm-objdump llvm-readobj llvm-size opt llvm-dwarfdump; do
+  install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin 
"$pkgdir"/opt/emscripten-llvm/bin/$bin
+  done
+
   # Install emscripten
-  cd emscripten
+  cd "$srcdir"/emscripten
   make DESTDIR="$pkgdir"/usr/lib/emscripten install
   install -Dm644 "$srcdir"/emscripten-config 
"$pkgdir"/usr/lib/emscripten/.emscripten
 

Modified: emscripten-config
===
--- emscripten-config   2020-07-24 00:16:25 UTC (rev 665125)
+++ emscripten-config   2020-07-24 02:39:24 UTC (rev 665126)
@@ -1,4 +1,4 @@
 NODE_JS = '/usr/bin/node'
-LLVM_ROOT = '/usr/lib/emscripten-llvm'
+LLVM_ROOT = '/opt/emscripten-llvm/bin'
 BINARYEN_ROOT = '/usr'
 EMSCRIPTEN_ROOT = '/usr/lib/emscripten'


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

2020-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 24, 2020 @ 02:39:34
  Author: svenstaro
Revision: 665127

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 665126, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten-config
(from rev 665126, emscripten/trunk/emscripten-config)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 665126, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 665126, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 665126, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten-config
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch

---+
 PKGBUILD  |  182 
 emscripten-config |8 -
 emscripten.install|   26 ++---
 emscripten.sh |8 -
 libcxxabi-include-libunwind.patch |   28 ++---
 5 files changed, 139 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 02:39:24 UTC (rev 665126)
+++ PKGBUILD2020-07-24 02:39:34 UTC (rev 665127)
@@ -1,78 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-# To figure out the llvm commit that upstream used for this emscripten 
release, go to
-# 
https://github.com/emscripten-core/emsdk/blob/master/emscripten-releases-tags.txt
-# and note the SHA provided there.
-# Then, get commit SHAs from here:
-# 
https://chromium.googlesource.com/emscripten-releases/+/e7e39da9c81faecd9ecf44065cee864d76e4e34d/DEPS
-# Replace that pre-filled SHA with the one from the release. Then search for 
the "llvm_project_revision"
-# variable. It has the llvm commit to use here.
-_llvm_commit=55fa315b0352b63454206600d6803fafacb42d5e
-pkgver=1.39.20
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'binaryen' 'which')
-makedepends=('cmake' 'libxml2' 'git' 'ninja')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-source=("git+https://github.com/kripken/emscripten#tag=$pkgver;
-git+https://github.com/llvm/llvm-project.git#commit=$_llvm_commit
-"emscripten.sh"
-emscripten-config
-
https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/11713.patch)
-sha512sums=('SKIP'
-'SKIP'
-
'a87cf5d4a5ac10a4f84ff02ea577d54b560929dc64457b874cd1cbd88311cf6c4dcfbf3242150f6e556f4ba6efd370a99b9f9065faf494f25d91fc012cd5aa58'
-
'4a93ea4291701a509f30541ad534f325b3e4f014a496e030bc19791095640931f18706264fa83a113225c6ee1a2ecd97bdefdc1dd15caaa5799105f7a96e3b7d'
-
'b2e0c162335c40ee84968ab8c5bae5083a96f18dcc6c4d4f50e4a7f312d075ad965f9afb0a9d2ca290068ed1ef5fe2599c681162690c645ca1f36f3af592a05f')
-
-prepare() {
-  cd emscripten
-
-  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/11713.patch
-}
-
-build() {
-  cd llvm-project/llvm
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/db2ea5eeb11b74cce9b9459be0cc88807744b1b5/src/build.py#L868
-  cmake . \
--Bbuild \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja -C build
-}
-
-package() {
-  # Install LLVM stuff according to 
https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  install -d "$pkgdir"/usr/lib
-  cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
-
-  # Install emscripten
-  cd emscripten
-  make DESTDIR="$pkgdir"/usr/lib/emscripten install
-  install -Dm644 "$srcdir"/emscripten-config 
"$pkgdir"/usr/lib/emscripten/.emscripten
-
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 665126, 
emscripten/trunk/PKGBUILD)

[arch-commits] Commit in ruby-diff-lcs/repos/community-any (PKGBUILD PKGBUILD)

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Friday, July 24, 2020 @ 00:16:25
  Author: anatolik
Revision: 665125

archrelease: copy trunk to community-any

Added:
  ruby-diff-lcs/repos/community-any/PKGBUILD
(from rev 665124, ruby-diff-lcs/trunk/PKGBUILD)
Deleted:
  ruby-diff-lcs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 00:16:06 UTC (rev 665124)
+++ PKGBUILD2020-07-24 00:16:25 UTC (rev 665125)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sirat18 
-# Contributor: Anatol Pomozov 
-# Contributor: Alfredo Palhares 
-# Contributor: mtorromeo
-
-_gemname=diff-lcs
-pkgname=ruby-${_gemname}
-pkgver=1.3
-pkgrel=4
-pkgdesc='Diff::LCS computes the difference between two Enumerable sequences 
using the McIlroy-Hunt longest common subsequence (LCS) algorithm'
-url='https://github.com/halostatue/diff-lcs'
-arch=('any')
-license=('MIT' 'PerlArtistic' 'GPL2')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/halostatue/diff-lcs/archive/v${pkgver}.tar.gz)
-sha512sums=('b455f86ab006cbb823c2f8ed7fcde16c432e3783b6408ec305e57b7f4d0cf98bad586786947414ec3dc27e885b1485e534d26df19eaa9972874d78a8829b501e')
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 License.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-diff-lcs/repos/community-any/PKGBUILD (from rev 665124, 
ruby-diff-lcs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 00:16:25 UTC (rev 665125)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sirat18 
+# Contributor: Anatol Pomozov 
+# Contributor: Alfredo Palhares 
+# Contributor: mtorromeo
+
+_gemname=diff-lcs
+pkgname=ruby-${_gemname}
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Diff::LCS computes the difference between two Enumerable sequences 
using the McIlroy-Hunt longest common subsequence (LCS) algorithm'
+url='https://github.com/halostatue/diff-lcs'
+arch=('any')
+license=('MIT' 'PerlArtistic' 'GPL2')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/halostatue/diff-lcs/archive/v${pkgver}.tar.gz)
+sha512sums=('52fc0501516299396f570be7f35d856ddeed9637430019ca831759467474cecff72be0dace2fed020dacb5f551febef047e3f1928affa0ac0f18b636ee94baa7')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 License.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-diff-lcs/trunk (PKGBUILD)

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Friday, July 24, 2020 @ 00:16:06
  Author: anatolik
Revision: 665124

upgpkg: ruby-diff-lcs 1.4.4-1

Modified:
  ruby-diff-lcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 22:48:52 UTC (rev 665123)
+++ PKGBUILD2020-07-24 00:16:06 UTC (rev 665124)
@@ -6,8 +6,8 @@
 
 _gemname=diff-lcs
 pkgname=ruby-${_gemname}
-pkgver=1.3
-pkgrel=4
+pkgver=1.4.4
+pkgrel=1
 pkgdesc='Diff::LCS computes the difference between two Enumerable sequences 
using the McIlroy-Hunt longest common subsequence (LCS) algorithm'
 url='https://github.com/halostatue/diff-lcs'
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/halostatue/diff-lcs/archive/v${pkgver}.tar.gz)
-sha512sums=('b455f86ab006cbb823c2f8ed7fcde16c432e3783b6408ec305e57b7f4d0cf98bad586786947414ec3dc27e885b1485e534d26df19eaa9972874d78a8829b501e')
+sha512sums=('52fc0501516299396f570be7f35d856ddeed9637430019ca831759467474cecff72be0dace2fed020dacb5f551febef047e3f1928affa0ac0f18b636ee94baa7')
 
 build() {
   cd ${_gemname}-${pkgver}


[arch-commits] Commit in xfce4-timer-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-23 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 23, 2020 @ 23:57:38
  Author: foutrelis
Revision: 392474

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 392473, xfce4-timer-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 23:57:34 UTC (rev 392473)
+++ PKGBUILD2020-07-23 23:57:38 UTC (rev 392474)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-timer-plugin
-pkgver=1.7.0
-pkgrel=2
-pkgdesc="Plugin to track time for the Xfce4 panel"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/ \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD (from rev 392473, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 23:57:38 UTC (rev 392474)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-timer-plugin
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Plugin to track time for the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4b52d2911b1949e945971be6533155ee6ba99c77078eac7fd43b0f2aeca824e3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/ \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-timer-plugin/trunk (PKGBUILD)

2020-07-23 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 23, 2020 @ 23:57:34
  Author: foutrelis
Revision: 392473

upgpkg: xfce4-timer-plugin 1.7.1-1: new upstream release

Modified:
  xfce4-timer-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:03:23 UTC (rev 392472)
+++ PKGBUILD2020-07-23 23:57:34 UTC (rev 392473)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-timer-plugin
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Plugin to track time for the Xfce4 panel"
 arch=('x86_64')
 url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin;
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b')
+sha256sums=('4b52d2911b1949e945971be6533155ee6ba99c77078eac7fd43b0f2aeca824e3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 23, 2020 @ 22:48:52
  Author: svenstaro
Revision: 665123

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 665122, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten-config
(from rev 665122, emscripten/trunk/emscripten-config)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 665122, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 665122, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 665122, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten-config
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch

---+
 PKGBUILD  |  151 ++--
 emscripten-config |9 --
 emscripten.install|   26 +++---
 emscripten.sh |7 -
 libcxxabi-include-libunwind.patch |   28 +++---
 5 files changed, 113 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 22:48:42 UTC (rev 665122)
+++ PKGBUILD2020-07-23 22:48:52 UTC (rev 665123)
@@ -1,73 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-_llvm_commit=3d8149c2a1228609fd7d7c91a04681304a2f0ca9
-pkgver=1.39.18
-pkgrel=3
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'binaryen' 'which')
-makedepends=('cmake' 'libxml2' 'git' 'ninja')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-# Get commit SHAs from here:
-# 
https://chromium.googlesource.com/emscripten-releases/+/refs/heads/master/DEPS
-source=("git+https://github.com/kripken/emscripten#tag=$pkgver;
-git+https://github.com/llvm/llvm-project.git#commit=$_llvm_commit
-"emscripten.sh"
-emscripten-config
-libcxxabi-include-libunwind.patch)
-sha512sums=('SKIP'
-'SKIP'
-
'f7af34461958494c6a9ebd86f5ac63bb76547a2779950cced520b2252e581316149906565f2d8eb8aba47010c1ece5bb27987c6f7286a4ef188ecad1dae9'
-
'1d60b8942f3487c034b7fadb5ab1aeb603131611331ae1c9e8364180ca3a5fadb11f39a30c7f6167080b5e8ba0b1588a3bf42d8904807201cd8c5d6df0653419'
-
'b124ff6110810e3190bf05deda478c6fef044ff55a435df978fdb7ff7b4f312186add48cb99946b67a2467f7e28855e36606209c3c4dcee2898762ccc2e4c2ed')
-
-prepare() {
-  cd emscripten
-
-  patch -Np1 --no-backup-if-mismatch -i 
"$srcdir"/libcxxabi-include-libunwind.patch
-}
-
-build() {
-  cd llvm-project/llvm
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/db2ea5eeb11b74cce9b9459be0cc88807744b1b5/src/build.py#L868
-  cmake . \
--Bbuild \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja -C build
-}
-
-package() {
-  # Install LLVM stuff according to 
https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  install -d "$pkgdir"/usr/lib
-  cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
-
-  # Install emscripten
-  cd emscripten
-  make DESTDIR="$pkgdir"/usr/lib/emscripten install
-  install -Dm644 "$srcdir"/emscripten-config 
"$pkgdir"/usr/lib/emscripten/.emscripten
-
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 665122, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 22:48:52 UTC (rev 665123)
@@ -0,0 +1,78 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+# To figure out the llvm commit that upstream used for this 

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

2020-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 23, 2020 @ 22:48:42
  Author: svenstaro
Revision: 665122

upgpkg: emscripten 1.39.20-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 22:31:07 UTC (rev 665121)
+++ PKGBUILD2020-07-23 22:48:42 UTC (rev 665122)
@@ -4,9 +4,16 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-_llvm_commit=3d8149c2a1228609fd7d7c91a04681304a2f0ca9
-pkgver=1.39.18
-pkgrel=3
+# To figure out the llvm commit that upstream used for this emscripten 
release, go to
+# 
https://github.com/emscripten-core/emsdk/blob/master/emscripten-releases-tags.txt
+# and note the SHA provided there.
+# Then, get commit SHAs from here:
+# 
https://chromium.googlesource.com/emscripten-releases/+/e7e39da9c81faecd9ecf44065cee864d76e4e34d/DEPS
+# Replace that pre-filled SHA with the one from the release. Then search for 
the "llvm_project_revision"
+# variable. It has the llvm commit to use here.
+_llvm_commit=55fa315b0352b63454206600d6803fafacb42d5e
+pkgver=1.39.20
+pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
@@ -17,23 +24,21 @@
 'ruby: for using websockify addon'
 'cmake: for emcc --show-ports')
 install=emscripten.install
-# Get commit SHAs from here:
-# 
https://chromium.googlesource.com/emscripten-releases/+/refs/heads/master/DEPS
 source=("git+https://github.com/kripken/emscripten#tag=$pkgver;
 git+https://github.com/llvm/llvm-project.git#commit=$_llvm_commit
 "emscripten.sh"
 emscripten-config
-libcxxabi-include-libunwind.patch)
+
https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/11713.patch)
 sha512sums=('SKIP'
 'SKIP'
 
'a87cf5d4a5ac10a4f84ff02ea577d54b560929dc64457b874cd1cbd88311cf6c4dcfbf3242150f6e556f4ba6efd370a99b9f9065faf494f25d91fc012cd5aa58'
-
'1d60b8942f3487c034b7fadb5ab1aeb603131611331ae1c9e8364180ca3a5fadb11f39a30c7f6167080b5e8ba0b1588a3bf42d8904807201cd8c5d6df0653419'
-
'b124ff6110810e3190bf05deda478c6fef044ff55a435df978fdb7ff7b4f312186add48cb99946b67a2467f7e28855e36606209c3c4dcee2898762ccc2e4c2ed')
+
'4a93ea4291701a509f30541ad534f325b3e4f014a496e030bc19791095640931f18706264fa83a113225c6ee1a2ecd97bdefdc1dd15caaa5799105f7a96e3b7d'
+
'b2e0c162335c40ee84968ab8c5bae5083a96f18dcc6c4d4f50e4a7f312d075ad965f9afb0a9d2ca290068ed1ef5fe2599c681162690c645ca1f36f3af592a05f')
 
 prepare() {
   cd emscripten
 
-  patch -Np1 --no-backup-if-mismatch -i 
"$srcdir"/libcxxabi-include-libunwind.patch
+  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/11713.patch
 }
 
 build() {


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

2020-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, July 23, 2020 @ 22:31:07
  Author: mtorromeo
Revision: 665121

archrelease: copy trunk to community-x86_64

Added:
  grpc/repos/community-x86_64/PKGBUILD
(from rev 665120, grpc/trunk/PKGBUILD)
  grpc/repos/community-x86_64/cmake-cli.patch
(from rev 665120, grpc/trunk/cmake-cli.patch)
Deleted:
  grpc/repos/community-x86_64/PKGBUILD
  grpc/repos/community-x86_64/cmake-cli.patch

-+
 PKGBUILD|  228 +++---
 cmake-cli.patch |  114 +--
 2 files changed, 171 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 22:30:49 UTC (rev 665120)
+++ PKGBUILD2020-07-23 22:31:07 UTC (rev 665121)
@@ -1,114 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Aleksey Filippov 
-# Contributor: Victor Aurélio Santos 
-
-pkgbase='grpc'
-pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
-pkgver=1.30.1
-_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
-_abseilcppver=20200225.2
-pkgrel=2
-pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
-arch=('x86_64')
-url='https://grpc.io'
-license=('BSD')
-makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags' 
'cython' 'cmake' 'benchmark')
-source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
-
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz;
-
"https://github.com/abseil/abseil-cpp/archive/$_abseilcppver/abseil-cpp-$_abseilcppver.tar.gz;)
-sha256sums=('d6a10be7e803cc7ba73b3a03d34f6d18c046b562e4b08752c17aa978464baea3'
-'443d383db648ebb8e391382c0ab63263b7091d03197f304390baac10f178a468'
-'f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  ln -sf "$srcdir/googletest-$_gtestver/"{googlemock,googletest} \
-third_party/googletest
-
-  rm -rf third_party/abseil-cpp
-  ln -s "$srcdir/abseil-cpp-$_abseilcppver/" third_party/abseil-cpp
-
-  sed '/TARGET gflags::gflags/i \  set(_gRPC_GFLAGS_LIBRARIES gflags)' -i 
cmake/gflags.cmake
-
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver/build"
-  cmake \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
--DgRPC_INSTALL=ON \
--DBUILD_SHARED_LIBS=ON \
--DgRPC_BUILD_TESTS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DgRPC_CARES_PROVIDER=package \
--DgRPC_PROTOBUF_PROVIDER=package \
--DgRPC_SSL_PROVIDER=package \
--DgRPC_ZLIB_PROVIDER=package \
--DgRPC_GFLAGS_PROVIDER=package \
--DgRPC_BENCHMARK_PROVIDER=package \
-..
-
-  make
-  export LDFLAGS="$LDFLAGS -L$PWD"
-
-  # PHP
-  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
-  phpize
-  ./configure --enable-grpc="$srcdir/$pkgbase-$pkgver"
-  make
-
-  # Python
-  cd "$srcdir/$pkgbase-$pkgver"
-  GRPC_PYTHON_BUILD_WITH_CYTHON=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_CARES=1 \
-  python setup.py build
-}
-
-package_grpc() {
-  depends=('c-ares' 'protobuf' 'openssl' 'benchmark')
-
-  cd "$srcdir/$pkgbase-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-grpcio() {
-  pkgdesc='Python language bindings for grpc, remote procedure call (RPC) 
framework'
-  depends=('c-ares' 'python')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py install -O1 --skip-build --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_php-grpc() {
-  pkgdesc='gRPC module for PHP'
-  depends=('grpc' 'php')
-  backup=('etc/php/conf.d/grpc.ini')
-
-  # Install PHP extension.
-  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
-  make install "INSTALL_ROOT=$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Remove RPATH
-  chrpath -d "$pkgdir/usr/lib/php/modules/grpc.so"
-
-  echo ';extension=grpc.so' >grpc.ini
-  install -Dm644 grpc.ini "$pkgdir/etc/php/conf.d/grpc.ini"
-}
-
-package_grpc-cli() {
-  pkgdesc='gRPC protocol buffers cli'
-  depends=('grpc' 'gflags')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  install -dm0755 "$pkgdir/usr/lib"
-  cp -a build/libgrpc++_test_config.so* "$pkgdir/usr/lib/"
-  install -Dm0755 build/grpc_cli "$pkgdir/usr/bin/grpc_cli"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: grpc/repos/community-x86_64/PKGBUILD (from rev 665120, 
grpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 22:31:07 UTC (rev 665121)
@@ -0,0 +1,114 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Aleksey Filippov 
+# Contributor: Victor Aurélio Santos 
+
+pkgbase='grpc'
+pkgname=('grpc' 

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

2020-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, July 23, 2020 @ 22:30:49
  Author: mtorromeo
Revision: 665120

upgpkg: grpc 1.30.2-1

Modified:
  grpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:54:46 UTC (rev 665119)
+++ PKGBUILD2020-07-23 22:30:49 UTC (rev 665120)
@@ -4,10 +4,10 @@
 
 pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
-pkgver=1.30.1
+pkgver=1.30.2
 _gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
 _abseilcppver=20200225.2
-pkgrel=2
+pkgrel=1
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'
@@ -16,7 +16,7 @@
 source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
 
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz;
 
"https://github.com/abseil/abseil-cpp/archive/$_abseilcppver/abseil-cpp-$_abseilcppver.tar.gz;)
-sha256sums=('d6a10be7e803cc7ba73b3a03d34f6d18c046b562e4b08752c17aa978464baea3'
+sha256sums=('ba74b97a2f1b4e22ec5fb69d639d849d2069fb58ea7d6579a31f800af6fe3b6c'
 '443d383db648ebb8e391382c0ab63263b7091d03197f304390baac10f178a468'
 'f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111')
 


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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:54:46
  Author: spupykin
Revision: 665119

archrelease: copy trunk to community-staging-x86_64

Added:
  notion/repos/community-staging-x86_64/ChangleLog
(from rev 665118, notion/trunk/ChangleLog)
  notion/repos/community-staging-x86_64/PKGBUILD
(from rev 665118, notion/trunk/PKGBUILD)
Deleted:
  notion/repos/community-staging-x86_64/ChangleLog
  notion/repos/community-staging-x86_64/PKGBUILD

+
 ChangleLog |   10 +-
 PKGBUILD   |  234 +--
 2 files changed, 122 insertions(+), 122 deletions(-)

Deleted: ChangleLog
===
--- ChangleLog  2020-07-23 21:54:38 UTC (rev 665118)
+++ ChangleLog  2020-07-23 21:54:46 UTC (rev 665119)
@@ -1,5 +0,0 @@
-2011-09-14 Sergej Pupykin 
-
-   * 20110914-1 :
-   Add contrib/ to /usr/share/notion/contrib
-   Add mod_*.lua to /etc/notion/

Copied: notion/repos/community-staging-x86_64/ChangleLog (from rev 665118, 
notion/trunk/ChangleLog)
===
--- ChangleLog  (rev 0)
+++ ChangleLog  2020-07-23 21:54:46 UTC (rev 665119)
@@ -0,0 +1,5 @@
+2011-09-14 Sergej Pupykin 
+
+   * 20110914-1 :
+   Add contrib/ to /usr/share/notion/contrib
+   Add mod_*.lua to /etc/notion/

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 21:54:38 UTC (rev 665118)
+++ PKGBUILD2020-07-23 21:54:46 UTC (rev 665119)
@@ -1,117 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
-# Contributor: aunoor
-
-pkgname=notion
-epoch=1
-pkgver=4.0.0
-pkgrel=2
-_commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
-pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="https://notionwm.net;
-arch=('x86_64')
-license=('LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
-optdepends=('libxinerama' 'libxrandr')
-makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
-'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
-backup=("etc/notion/cfg_defaults.lua"
-   "etc/notion/cfg_dock.lua"
-   "etc/notion/cfg_kludges.lua"
-   "etc/notion/cfg_layouts.lua"
-   "etc/notion/cfg_menu.lua"
-   "etc/notion/cfg_notion.lua"
-   "etc/notion/cfg_notioncore.lua"
-   "etc/notion/cfg_query.lua"
-   "etc/notion/cfg_sp.lua"
-   "etc/notion/cfg_statusbar.lua"
-   "etc/notion/cfg_tiling.lua"
-   "etc/notion/cfg_xrandr.lua"
-   "etc/notion/look.lua"
-   "etc/notion/look_brownsteel.lua"
-   "etc/notion/look_clean.lua"
-   "etc/notion/look_cleanios.lua"
-   "etc/notion/look_cleanviolet.lua"
-   "etc/notion/look_dusky.lua"
-   "etc/notion/look_greenlight.lua"
-   "etc/notion/look_greyviolet.lua"
-   "etc/notion/look_ios.lua"
-   "etc/notion/look_newviolet.lua"
-   "etc/notion/look_simpleblue.lua"
-   "etc/notion/lookcommon_clean.lua"
-   "etc/notion/lookcommon_emboss.lua"
-   "etc/notion/mod_xinerama.lua"
-   "etc/notion/statusbar_xkbgroup.lua"
-   "etc/notion/test_xinerama.lua"
-   "etc/notion/xkbbell.lua"
-   "etc/notion/xkbion.lua")
-provides=('libtu' 'libextl')
-changelog=ChangleLog
-source=("notion::git://github.com/raboof/notion#tag=${pkgver}"
-   
"notion-doc::git://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir"
-  cat >notion/build/lua-detect.mk <"$pkgdir"/usr/share/xsessions/notion.desktop <
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+epoch=1
+pkgver=4.0.1
+pkgrel=2
+_commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
+pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
+url="https://notionwm.net;
+arch=('x86_64')
+license=('LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
+optdepends=('libxinerama' 'libxrandr' 'xorg-xmessage')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+backup=("etc/notion/cfg_defaults.lua"
+   "etc/notion/cfg_dock.lua"
+   "etc/notion/cfg_kludges.lua"
+   "etc/notion/cfg_layouts.lua"
+   "etc/notion/cfg_menu.lua"
+   "etc/notion/cfg_notion.lua"
+   "etc/notion/cfg_notioncore.lua"
+   "etc/notion/cfg_query.lua"
+   "etc/notion/cfg_sp.lua"
+   "etc/notion/cfg_statusbar.lua"
+   "etc/notion/cfg_tiling.lua"
+   "etc/notion/cfg_xrandr.lua"
+   "etc/notion/look.lua"
+   "etc/notion/look_brownsteel.lua"
+   "etc/notion/look_clean.lua"
+   "etc/notion/look_cleanios.lua"
+   "etc/notion/look_cleanviolet.lua"
+   "etc/notion/look_dusky.lua"
+   "etc/notion/look_greenlight.lua"
+   "etc/notion/look_greyviolet.lua"
+   

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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:54:38
  Author: spupykin
Revision: 665118

upgpkg: notion 1:4.0.1-2

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:50:20 UTC (rev 665117)
+++ PKGBUILD2020-07-23 21:54:38 UTC (rev 665118)
@@ -5,7 +5,7 @@
 pkgname=notion
 epoch=1
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 _commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
 pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
 url="https://notionwm.net;


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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:50:20
  Author: spupykin
Revision: 665117

archrelease: copy trunk to community-x86_64

Added:
  xlockmore/repos/community-x86_64/LICENSE
(from rev 665116, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 665116, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/xlockmore.install
(from rev 665116, xlockmore/trunk/xlockmore.install)
Deleted:
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD
  xlockmore/repos/community-x86_64/xlockmore.install

---+
 LICENSE   |   36 +++---
 PKGBUILD  |   82 ++--
 xlockmore.install |8 ++---
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-07-23 21:50:11 UTC (rev 665116)
+++ LICENSE 2020-07-23 21:50:20 UTC (rev 665117)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
- *
- * This file, along with xlockmore.h, make it possible to compile an xlockmore
- * module into a standalone program, and thus use it with xscreensaver.
- * By Jamie Zawinski  on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum .  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-x86_64/LICENSE (from rev 665116, 
xlockmore/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-07-23 21:50:20 UTC (rev 665117)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or
+ * implied warranty.
+ *
+ * This file, along with xlockmore.h, make it possible to compile an xlockmore
+ * module into a standalone program, and thus use it with xscreensaver.
+ * By Jamie Zawinski  on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum .  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 21:50:11 UTC (rev 665116)
+++ PKGBUILD2020-07-23 21:50:20 UTC (rev 665117)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=xlockmore
-pkgver=5.64
-pkgrel=1
-pkgdesc="screen saver / locker for the X Window System"
-arch=(x86_64)
-license=('BSD')
-depends=(freetype2 gtk2 libxpm openmotif pam libxmu glu)
-optdepends=('fortune-mod')
-makedepends=(mesa)
-url="http://sillycycle.com/xlockmore.html;
-options=('!makeflags')
-install=xlockmore.install
-validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
-DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
-source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
-   LICENSE)
-sha256sums=('b9463cc5fae0fefdf0e6be77135b9b2b12865aeb22d3e754bea1eadfb6327039'
-'SKIP'
-'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-setuid \
- --enable-appdefaultdir=/usr/share/X11/app-defaults \
- --enable-pam --with-gtk2 --without-esound --without-ftgl
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make xapploaddir="$pkgdir"/usr/share/X11/app-defaults \
-   mandir="$pkgdir"/usr/man/man1 \
-   prefix="$pkgdir"/usr install
-  install -Dm0644 etc/xlock.pamd "${pkgdir}"/etc/pam.d/xlock
-  install -Dm0644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
-}

Copied: xlockmore/repos/community-x86_64/PKGBUILD (from rev 665116, 
xlockmore/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:50:11
  Author: spupykin
Revision: 665116

upgpkg: xlockmore 5.65-1

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:50:06 UTC (rev 665115)
+++ PKGBUILD2020-07-23 21:50:11 UTC (rev 665116)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell 
 
 pkgname=xlockmore
-pkgver=5.64
+pkgver=5.65
 pkgrel=1
 pkgdesc="screen saver / locker for the X Window System"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
 source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
LICENSE)
-sha256sums=('b9463cc5fae0fefdf0e6be77135b9b2b12865aeb22d3e754bea1eadfb6327039'
+sha256sums=('cdc0d5b86be0a553f248ca261a043c2a043032de2b678429e4c2b0bd56449434'
 'SKIP'
 'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
 


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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:50:06
  Author: spupykin
Revision: 665115

archrelease: copy trunk to community-x86_64

Added:
  notion/repos/community-x86_64/ChangleLog
(from rev 665114, notion/trunk/ChangleLog)
  notion/repos/community-x86_64/PKGBUILD
(from rev 665114, notion/trunk/PKGBUILD)
Deleted:
  notion/repos/community-x86_64/ChangleLog
  notion/repos/community-x86_64/PKGBUILD

+
 ChangleLog |   10 +-
 PKGBUILD   |  234 +--
 2 files changed, 122 insertions(+), 122 deletions(-)

Deleted: ChangleLog
===
--- ChangleLog  2020-07-23 21:49:58 UTC (rev 665114)
+++ ChangleLog  2020-07-23 21:50:06 UTC (rev 665115)
@@ -1,5 +0,0 @@
-2011-09-14 Sergej Pupykin 
-
-   * 20110914-1 :
-   Add contrib/ to /usr/share/notion/contrib
-   Add mod_*.lua to /etc/notion/

Copied: notion/repos/community-x86_64/ChangleLog (from rev 665114, 
notion/trunk/ChangleLog)
===
--- ChangleLog  (rev 0)
+++ ChangleLog  2020-07-23 21:50:06 UTC (rev 665115)
@@ -0,0 +1,5 @@
+2011-09-14 Sergej Pupykin 
+
+   * 20110914-1 :
+   Add contrib/ to /usr/share/notion/contrib
+   Add mod_*.lua to /etc/notion/

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 21:49:58 UTC (rev 665114)
+++ PKGBUILD2020-07-23 21:50:06 UTC (rev 665115)
@@ -1,117 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
-# Contributor: aunoor
-
-pkgname=notion
-epoch=1
-pkgver=4.0.0
-pkgrel=1
-_commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
-pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="https://notionwm.net;
-arch=('x86_64')
-license=('custom:LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
-optdepends=('libxinerama' 'libxrandr')
-makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
-'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
-backup=("etc/notion/cfg_defaults.lua"
-   "etc/notion/cfg_dock.lua"
-   "etc/notion/cfg_kludges.lua"
-   "etc/notion/cfg_layouts.lua"
-   "etc/notion/cfg_menu.lua"
-   "etc/notion/cfg_notion.lua"
-   "etc/notion/cfg_notioncore.lua"
-   "etc/notion/cfg_query.lua"
-   "etc/notion/cfg_sp.lua"
-   "etc/notion/cfg_statusbar.lua"
-   "etc/notion/cfg_tiling.lua"
-   "etc/notion/cfg_xrandr.lua"
-   "etc/notion/look.lua"
-   "etc/notion/look_brownsteel.lua"
-   "etc/notion/look_clean.lua"
-   "etc/notion/look_cleanios.lua"
-   "etc/notion/look_cleanviolet.lua"
-   "etc/notion/look_dusky.lua"
-   "etc/notion/look_greenlight.lua"
-   "etc/notion/look_greyviolet.lua"
-   "etc/notion/look_ios.lua"
-   "etc/notion/look_newviolet.lua"
-   "etc/notion/look_simpleblue.lua"
-   "etc/notion/lookcommon_clean.lua"
-   "etc/notion/lookcommon_emboss.lua"
-   "etc/notion/mod_xinerama.lua"
-   "etc/notion/statusbar_xkbgroup.lua"
-   "etc/notion/test_xinerama.lua"
-   "etc/notion/xkbbell.lua"
-   "etc/notion/xkbion.lua")
-provides=('libtu' 'libextl')
-changelog=ChangleLog
-source=("notion::git://github.com/raboof/notion#tag=${pkgver}"
-   
"notion-doc::git://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir"
-  cat >notion/build/lua-detect.mk <"$pkgdir"/usr/share/xsessions/notion.desktop <
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+epoch=1
+pkgver=4.0.1
+pkgrel=1
+_commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
+pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
+url="https://notionwm.net;
+arch=('x86_64')
+license=('LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
+optdepends=('libxinerama' 'libxrandr' 'xorg-xmessage')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+backup=("etc/notion/cfg_defaults.lua"
+   "etc/notion/cfg_dock.lua"
+   "etc/notion/cfg_kludges.lua"
+   "etc/notion/cfg_layouts.lua"
+   "etc/notion/cfg_menu.lua"
+   "etc/notion/cfg_notion.lua"
+   "etc/notion/cfg_notioncore.lua"
+   "etc/notion/cfg_query.lua"
+   "etc/notion/cfg_sp.lua"
+   "etc/notion/cfg_statusbar.lua"
+   "etc/notion/cfg_tiling.lua"
+   "etc/notion/cfg_xrandr.lua"
+   "etc/notion/look.lua"
+   "etc/notion/look_brownsteel.lua"
+   "etc/notion/look_clean.lua"
+   "etc/notion/look_cleanios.lua"
+   "etc/notion/look_cleanviolet.lua"
+   "etc/notion/look_dusky.lua"
+   "etc/notion/look_greenlight.lua"
+   "etc/notion/look_greyviolet.lua"
+   "etc/notion/look_ios.lua"
+   

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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:49:58
  Author: spupykin
Revision: 665114

upgpkg: notion 1:4.0.1-1

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:49:52 UTC (rev 665113)
+++ PKGBUILD2020-07-23 21:49:58 UTC (rev 665114)
@@ -4,8 +4,8 @@
 
 pkgname=notion
 epoch=1
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 _commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
 pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
 url="https://notionwm.net;
@@ -12,7 +12,7 @@
 arch=('x86_64')
 license=('LGPL')
 depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
-optdepends=('libxinerama' 'libxrandr')
+optdepends=('libxinerama' 'libxrandr' 'xorg-xmessage')
 makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
 'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
 backup=("etc/notion/cfg_defaults.lua"


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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:49:33
  Author: spupykin
Revision: 665111

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   68 
 lxcfs.service |   26 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 21:49:24 UTC (rev 665110)
+++ PKGBUILD2020-07-23 21:49:33 UTC (rev 665111)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   "lxcfs.service")
-sha256sums=('7b19c1a596a4fecd5083aa101110a0e596e95849e8496b9ee39a9f0b4dc4c04d'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 665110, 
lxcfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 21:49:33 UTC (rev 665111)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
+   "lxcfs.service")
+sha256sums=('4e75373654667f8cb0d27fea675bd2054af1773574fd3ca7594d2e6741c05996'
+'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-pamdir=/usr/lib/security \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 "$pkgdir"/var/lib/lxcfs
+install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===
--- lxcfs.service   2020-07-23 21:49:24 UTC (rev 665110)
+++ lxcfs.service   2020-07-23 21:49:33 UTC (rev 665111)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 665110, 
lxcfs/trunk/lxcfs.service)
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2020-07-23 21:49:33 UTC (rev 665111)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target


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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:49:18
  Author: spupykin
Revision: 665109

archrelease: copy trunk to community-x86_64

Added:
  gxkb/repos/community-x86_64/PKGBUILD
(from rev 665108, gxkb/trunk/PKGBUILD)
Deleted:
  gxkb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 21:49:08 UTC (rev 665108)
+++ PKGBUILD2020-07-23 21:49:18 UTC (rev 665109)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: A.T.W.A. 
-
-pkgname=gxkb
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="X11 keyboard indicator and switcher"
-arch=('x86_64')
-url="https://zen-tools.github.io/gxkb;
-license=('GPL2')
-depends=('libxklavier' 'libwnck')
-source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('aa8a69bbdce94e3cd17c7c12f5773c8e4bb7f2a5b706aacdce545e82063ff35e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./autogen.sh
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gxkb/repos/community-x86_64/PKGBUILD (from rev 665108, 
gxkb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 21:49:18 UTC (rev 665109)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: A.T.W.A. 
+
+pkgname=gxkb
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="X11 keyboard indicator and switcher"
+arch=('x86_64')
+url="https://zen-tools.github.io/gxkb;
+license=('GPL2')
+depends=('libxklavier' 'libwnck')
+source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('e13e8b0f67050933e5bae30839e4ba5e1c8e723fe2557217d0b597463141b488')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./autogen.sh
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:49:24
  Author: spupykin
Revision: 665110

upgpkg: lxcfs 4.0.4-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:49:18 UTC (rev 665109)
+++ PKGBUILD2020-07-23 21:49:24 UTC (rev 665110)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
"lxcfs.service")
-sha256sums=('7b19c1a596a4fecd5083aa101110a0e596e95849e8496b9ee39a9f0b4dc4c04d'
+sha256sums=('4e75373654667f8cb0d27fea675bd2054af1773574fd3ca7594d2e6741c05996'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
 build() {


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:49:52
  Author: spupykin
Revision: 665113

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 665112, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 21:49:45 UTC (rev 665112)
+++ PKGBUILD2020-07-23 21:49:52 UTC (rev 665113)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=3.2.4
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/bookmarks;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('69043a2870bb5812046917c4f780b1884c507343e819b61ccc4544cd6e493a8b')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 665112, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 21:49:52 UTC (rev 665113)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/bookmarks;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('401112c70a965c7910499f2b165c366bd5d3ae2eb66603e98f7f92dbfcc9c356')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:49:08
  Author: spupykin
Revision: 665108

upgpkg: gxkb 0.8.2-1

Modified:
  gxkb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:26:27 UTC (rev 665107)
+++ PKGBUILD2020-07-23 21:49:08 UTC (rev 665108)
@@ -2,8 +2,8 @@
 # Maintainer: A.T.W.A. 
 
 pkgname=gxkb
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="X11 keyboard indicator and switcher"
 arch=('x86_64')
 url="https://zen-tools.github.io/gxkb;
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('libxklavier' 'libwnck')
 source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('aa8a69bbdce94e3cd17c7c12f5773c8e4bb7f2a5b706aacdce545e82063ff35e')
+sha256sums=('e13e8b0f67050933e5bae30839e4ba5e1c8e723fe2557217d0b597463141b488')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2020-07-23 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 23, 2020 @ 21:49:45
  Author: spupykin
Revision: 665112

upgpkg: nextcloud-app-bookmarks 1:3.2.5-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:49:33 UTC (rev 665111)
+++ PKGBUILD2020-07-23 21:49:45 UTC (rev 665112)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('69043a2870bb5812046917c4f780b1884c507343e819b61ccc4544cd6e493a8b')
+sha256sums=('401112c70a965c7910499f2b165c366bd5d3ae2eb66603e98f7f92dbfcc9c356')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in xrootd/trunk (PKGBUILD add_missing_header.patch cxx17.patch)

2020-07-23 Thread Konstantin Gizdov via arch-commits
Date: Thursday, July 23, 2020 @ 21:26:21
  Author: kgizdov
Revision: 665106

upgpkg: xrootd 5.0.0-1

Added:
  xrootd/trunk/add_missing_header.patch
Modified:
  xrootd/trunk/PKGBUILD
  xrootd/trunk/cxx17.patch

--+
 PKGBUILD |   19 +++---
 add_missing_header.patch |   27 ++
 cxx17.patch  |   46 +
 3 files changed, 73 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 21:06:33 UTC (rev 665105)
+++ PKGBUILD2020-07-23 21:26:21 UTC (rev 665106)
@@ -3,18 +3,22 @@
 # Contributor: Alex Pearce < alex at alexpearce dot me >
 pkgname=xrootd
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=4.12.3
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 arch=('x86_64')
 url="https://xrootd.slac.stanford.edu/;
 license=('LGPL3')
-depends=('ceph' 'curl' 'libxml2' 'openssl' 'perl' 'python')
+depends=('ceph' 'curl' 'json-c' 'libxml2' 'openssl' 'perl' 'python')
 makedepends=('cmake')
 checkdepends=('cppunit')
-source=("${url}/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-'cxx17.patch')
-sha256sums=('6f2ca1accc8d49d605706bb556777c753860bf46d845b1ee11393a5cb5987f15'
-'ad423ea5c78c89e4f048da5c0ffd0fe263a3005e6de638077fbd770de89603eb')
+source=(
+"${url}/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+'cxx17.patch'
+'add_missing_header.patch'
+)
+sha256sums=('cb5ae36e3ed3015691b9d3884ea863c5772658d6af7c35f19b6b7233e2a11359'
+'828de400b8fef40a80b9eadb8198fdfe7c991515a466045b699425df2f681817'
+'68eac594d8d3b15c1e4d8522c4422a26c9a51c9206d3a88fedf00d4e9599d455')
 
 get_pyver () {
 python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
@@ -23,6 +27,7 @@
 prepare () {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 patch -Np1 -i "${srcdir}/cxx17.patch"
+patch -Np1 -i "${srcdir}/add_missing_header.patch"
 }
 
 build() {

Added: add_missing_header.patch
===
--- add_missing_header.patch(rev 0)
+++ add_missing_header.patch2020-07-23 21:26:21 UTC (rev 665106)
@@ -0,0 +1,27 @@
+diff --git a/src/Xrd/XrdConfig.cc b/src/Xrd/XrdConfig.cc
+index 1be14323e..4b6d9caec 100644
+--- a/src/Xrd/XrdConfig.cc
 b/src/Xrd/XrdConfig.cc
+@@ -46,6 +46,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+
+ #include "XrdVersion.hh"
+@@ -793,12 +794,12 @@ int XrdConfig::ConfigXeq(char *var, XrdOucStream 
, XrdSysError *eDest)
+
+ int XrdConfig::ASocket(const char *path, const char *fname, mode_t mode)
+ {
+-   struct sockaddr_un unix;
++   struct sockaddr_un my_local_unix;
+int  plen = strlen(path), flen = strlen(fname);
+
+ // Make sure we can fit everything in our buffer
+ //
+-   if ((plen + flen + 3) > (int)sizeof(unix.sun_path))
++   if ((plen + flen + 3) > (int)sizeof(my_local_unix.sun_path))
+   {Log.Emsg("Config", "admin path", path, "too long");
+return 1;
+   }

Modified: cxx17.patch
===
--- cxx17.patch 2020-07-23 21:06:33 UTC (rev 665105)
+++ cxx17.patch 2020-07-23 21:26:21 UTC (rev 665106)
@@ -1,33 +1,36 @@
 diff --git a/bindings/python/setup.py.in b/bindings/python/setup.py.in
-index 74fbe36a6..6bedbead8 100644
+index cea13f3a9..dcfc46b05 100644
 --- a/bindings/python/setup.py.in
 +++ b/bindings/python/setup.py.in
-@@ -8,15 +8,15 @@
+@@ -8,15 +8,15 @@ import subprocess
  # Remove the "-Wstrict-prototypes" compiler option, which isn't valid for C++.
  cfg_vars = sysconfig.get_config_vars()
  opt = cfg_vars["OPT"]
 -cfg_vars["OPT"] = " ".join( flag for flag in opt.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++0x"
 +cfg_vars["OPT"] = " ".join( flag for flag in opt.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++17"
-
+ 
  cflags = cfg_vars["CFLAGS"]
--cfg_vars["CFLAGS"] =  " ".join( flag for flag in cflags.split() if flag not 
in ['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++0x"
-+cfg_vars["CFLAGS"] =  " ".join( flag for flag in cflags.split() if flag not 
in ['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++17"
-
+-cfg_vars["CFLAGS"] = " ".join( flag for flag in cflags.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++0x"
++cfg_vars["CFLAGS"] = " ".join( flag for flag in cflags.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++17"
+ 
  # pypy doesn't define PY_CFLAGS so skip it if it's missing
  if "PY_CFLAGS" in cfg_vars:
py_cflags = cfg_vars["PY_CFLAGS"]
 -  cfg_vars["PY_CFLAGS"] = " ".join( flag for flag in py_cflags.split() if 
flag not in ['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++0x"
 +  

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

2020-07-23 Thread Konstantin Gizdov via arch-commits
Date: Thursday, July 23, 2020 @ 21:26:27
  Author: kgizdov
Revision: 665107

archrelease: copy trunk to community-testing-x86_64

Added:
  xrootd/repos/community-testing-x86_64/
  xrootd/repos/community-testing-x86_64/PKGBUILD
(from rev 665106, xrootd/trunk/PKGBUILD)
  xrootd/repos/community-testing-x86_64/add_missing_header.patch
(from rev 665106, xrootd/trunk/add_missing_header.patch)
  xrootd/repos/community-testing-x86_64/cxx17.patch
(from rev 665106, xrootd/trunk/cxx17.patch)

--+
 PKGBUILD |   88 +
 add_missing_header.patch |   27 +
 cxx17.patch  |   78 +++
 3 files changed, 193 insertions(+)

Copied: xrootd/repos/community-testing-x86_64/PKGBUILD (from rev 665106, 
xrootd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-23 21:26:27 UTC (rev 665107)
@@ -0,0 +1,88 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgname=xrootd
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=5.0.0
+pkgrel=1
+arch=('x86_64')
+url="https://xrootd.slac.stanford.edu/;
+license=('LGPL3')
+depends=('ceph' 'curl' 'json-c' 'libxml2' 'openssl' 'perl' 'python')
+makedepends=('cmake')
+checkdepends=('cppunit')
+source=(
+"${url}/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+'cxx17.patch'
+'add_missing_header.patch'
+)
+sha256sums=('cb5ae36e3ed3015691b9d3884ea863c5772658d6af7c35f19b6b7233e2a11359'
+'828de400b8fef40a80b9eadb8198fdfe7c991515a466045b699425df2f681817'
+'68eac594d8d3b15c1e4d8522c4422a26c9a51c9206d3a88fedf00d4e9599d455')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+prepare () {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -Np1 -i "${srcdir}/cxx17.patch"
+patch -Np1 -i "${srcdir}/add_missing_header.patch"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+# configure
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DCMAKE_CXX_STANDARD="17" \
+  -DENABLE_TESTS=1 \
+  -DXRD_PYTHON_REQ_VERSION=$(get_pyver) \
+  "${srcdir}/${pkgbase}-${pkgver}"
+
+# build
+make
+}
+
+check() {
+cd "${srcdir}/build/tests"
+
+# Check has significantly changed, to-be-updated
+# ./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
+
+##
+# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
+# only run this if you have configured the env correctly,
+# examples in https://github.com/xrootd/xrootd-test-suite
+# sample environment can be configured like so:
+# export XRDTEST_MAINSERVERURL=metaman.xrd.test
+# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DISKSERVERURL=srv1.xrd.test
+# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DATAPATH=/tests/test-files/
+# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_LOCALFILE=/tmp/accwe.root
+# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
+# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
+}
+
+package() {
+cd "${srcdir}/build"
+make DESTDIR="${pkgdir}" install
+# drop unneeded test bin & lib
+rm "${pkgdir}/usr/bin/text-runner"
+rm "${pkgdir}/usr/lib/libXrdClTests.so"
+install -d "${pkgdir}/usr/lib/cmake/XRootD"
+mv "${pkgdir}/usr/share/xrootd/cmake/XRootDConfig.cmake" 
"${pkgdir}/usr/lib/cmake/XRootD"/
+rm -rf "${pkgdir}/usr/share/xrootd/cmake"
+ln -s "/usr/lib/cmake" "${pkgdir}/usr/share/xrootd/cmake"
+}

Copied: xrootd/repos/community-testing-x86_64/add_missing_header.patch (from 
rev 665106, xrootd/trunk/add_missing_header.patch)
===
--- community-testing-x86_64/add_missing_header.patch   
(rev 0)
+++ community-testing-x86_64/add_missing_header.patch   2020-07-23 21:26:27 UTC 
(rev 665107)
@@ -0,0 +1,27 @@
+diff --git a/src/Xrd/XrdConfig.cc b/src/Xrd/XrdConfig.cc
+index 1be14323e..4b6d9caec 100644
+--- a/src/Xrd/XrdConfig.cc
 b/src/Xrd/XrdConfig.cc
+@@ -46,6 +46,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+
+ 

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

2020-07-23 Thread Daniel M. Capella via arch-commits
Date: Thursday, July 23, 2020 @ 21:06:14
  Author: polyzen
Revision: 665104

upgpkg: borgmatic 1.5.9-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:53:35 UTC (rev 665103)
+++ PKGBUILD2020-07-23 21:06:14 UTC (rev 665104)
@@ -6,7 +6,7 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.5.8
+pkgver=1.5.9
 pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
@@ -16,7 +16,7 @@
  'python-ruamel-yaml' 'python-setuptools')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65')
+sha256sums=('6f3e18befd0f26118c6c6ddf39e2ef18366ff9501cbcbf664ffde669e3c2d132')
 
 prepare() {
   cd $pkgname-$pkgver


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

2020-07-23 Thread Daniel M. Capella via arch-commits
Date: Thursday, July 23, 2020 @ 21:06:33
  Author: polyzen
Revision: 665105

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 665104, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 21:06:14 UTC (rev 665104)
+++ PKGBUILD2020-07-23 21:06:33 UTC (rev 665105)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.5.8
-pkgrel=1
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 665104, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 21:06:33 UTC (rev 665105)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6f3e18befd0f26118c6c6ddf39e2ef18366ff9501cbcbf664ffde669e3c2d132')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:53:19
  Author: felixonmars
Revision: 665102

upgpkg: python-hypothesis 5.20.4-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:29:36 UTC (rev 665101)
+++ PKGBUILD2020-07-23 20:53:19 UTC (rev 665102)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.20.3
+pkgver=5.20.4
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('2b8819c425f607e300ad569115cc72b3ab45026a4d82b7f52a66fc60fe92d392a4ca0dac3260969409006958a81e69fbaac1b4612bfa6236e27f4d8f996acb89')
+sha512sums=('709408666fe12d0e3b61d027fd55bf71425a20644941a66fc399dbaf3932d49cab222b19bc2c1e3f5ea509a5e5167167a4bdc2e2f7fe9a922c55d0100efbdff1')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:53:35
  Author: felixonmars
Revision: 665103

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:53:19 UTC (rev 665102)
+++ PKGBUILD2020-07-23 20:53:35 UTC (rev 665103)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.20.3
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('2b8819c425f607e300ad569115cc72b3ab45026a4d82b7f52a66fc60fe92d392a4ca0dac3260969409006958a81e69fbaac1b4612bfa6236e27f4d8f996acb89')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 665102, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:53:35 UTC (rev 665103)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.20.4
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('709408666fe12d0e3b61d027fd55bf71425a20644941a66fc399dbaf3932d49cab222b19bc2c1e3f5ea509a5e5167167a4bdc2e2f7fe9a922c55d0100efbdff1')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2020-07-23 Thread Jan Steffens via arch-commits
Date: Thursday, July 23, 2020 @ 20:42:30
  Author: heftig
Revision: 392471

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 392470, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 392470, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-07-23 20:42:30 UTC (rev 392471)
@@ -0,0 +1,65 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+_commit=2b823fc2568fc354551a63c37f5f5490d70a53d1  # tags/20200721^0
+pkgver=20200721.2b823fc
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+arch=('any')
+makedepends=('git')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

+
+prepare() {
+  cd ${pkgname}
+}
+
+pkgver() {
+  cd ${pkgname}
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+
+  # Reproducibility: set the timestamp on the bin file
+  if [[ -n ${SOURCE_DATE_EPOCH} ]]; then 
+touch -d @${SOURCE_DATE_EPOCH} kernel/x86/microcode/AuthenticAMD.bin
+  fi
+
+  # Reproducibility: strip the inode and device numbers from the cpio archive
+  echo kernel/x86/microcode/AuthenticAMD.bin |
+bsdtar --uid 0 --gid 0 -cnf - -T - |
+bsdtar --null -cf - --format=newc @- > amd-ucode.img
+}
+
+package_linux-firmware() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+
+  # Trigger a microcode reload for configurations not using early updates
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN* WHENCE
+}
+
+package_amd-ucode() {
+  pkgdesc="Microcode update image for AMD CPUs"
+  license=(custom)
+
+  install -Dt "${pkgdir}/boot" -m644 amd-ucode.img
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
${pkgbase}/LICENSE.amd-ucode
+}
+
+# vim:set sw=2 et:


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

2020-07-23 Thread Jan Steffens via arch-commits
Date: Thursday, July 23, 2020 @ 20:41:56
  Author: heftig
Revision: 392470

20200721.2b823fc-1

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:25:28 UTC (rev 392469)
+++ PKGBUILD2020-07-23 20:41:56 UTC (rev 392470)
@@ -2,14 +2,14 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-_commit=e96c1212f0c61505f3efe6e9db324735b15fd290  # tags/20200619^0
-pkgver=20200619.e96c121
+_commit=2b823fc2568fc354551a63c37f5f5490d70a53d1  # tags/20200721^0
+pkgver=20200721.2b823fc
 pkgrel=1
 pkgdesc="Firmware files for Linux"
-makedepends=('git')
-arch=('any')
 
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
 license=('GPL2' 'GPL3' 'custom')
+arch=('any')
+makedepends=('git')
 options=(!strip)
 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed;)
 sha256sums=('SKIP')
@@ -31,8 +31,8 @@
   cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
 
   # Reproducibility: set the timestamp on the bin file
-  if [[ -n $SOURCE_DATE_EPOCH ]]; then 
-touch -d @$SOURCE_DATE_EPOCH kernel/x86/microcode/AuthenticAMD.bin
+  if [[ -n ${SOURCE_DATE_EPOCH} ]]; then 
+touch -d @${SOURCE_DATE_EPOCH} kernel/x86/microcode/AuthenticAMD.bin
   fi
 
   # Reproducibility: strip the inode and device numbers from the cpio archive
@@ -42,46 +42,24 @@
 }
 
 package_linux-firmware() {
-  conflicts=('linux-firmware-git'
- 'kernel26-firmware'
- 'ar9170-fw'
- 'iwlwifi-1000-ucode'
- 'iwlwifi-3945-ucode'
- 'iwlwifi-4965-ucode'
- 'iwlwifi-5000-ucode'
- 'iwlwifi-5150-ucode'
- 'iwlwifi-6000-ucode'
- 'rt2870usb-fw'
- 'rt2x00-rt61-fw'
- 'rt2x00-rt71w-fw')
-  replaces=('kernel26-firmware'
-'ar9170-fw'
-'iwlwifi-1000-ucode'
-'iwlwifi-3945-ucode'
-'iwlwifi-4965-ucode'
-'iwlwifi-5000-ucode'
-'iwlwifi-5150-ucode'
-'iwlwifi-6000-ucode'
-'rt2870usb-fw'
-'rt2x00-rt61-fw'
-'rt2x00-rt71w-fw')
-
   cd ${pkgname}
 
   make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
 
-  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN* WHENCE
-
   # Trigger a microcode reload for configurations not using early updates
   echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' |
 install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN* WHENCE
 }
 
 package_amd-ucode() {
-  pkgdesc='Microcode update files for AMD CPUs'
+  pkgdesc="Microcode update image for AMD CPUs"
+  license=(custom)
 
   install -Dt "${pkgdir}/boot" -m644 amd-ucode.img
-  install -Dm644 ${pkgbase}/LICENSE.amd-ucode 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
${pkgbase}/LICENSE.amd-ucode
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:29:21
  Author: felixonmars
Revision: 665100

upgpkg: python-hacking 3.2.0-1

Modified:
  python-hacking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:27:39 UTC (rev 665099)
+++ PKGBUILD2020-07-23 20:29:21 UTC (rev 665100)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hacking
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Hacking Guideline Enforcement'
@@ -11,7 +11,7 @@
 makedepends=('python-pbr' 'python-setuptools')
 checkdepends=('python-oslotest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/hacking/archive/$pkgver.tar.gz;)
-sha512sums=('ebe34824ad8416a3e2af74c2e80363b373e9bfc9341eb0d8ad87bc3fce11b098539511ab097b8d9a886171df975084ba6774c8e1fbc81f3bc30fe375ef541a04')
+sha512sums=('199a5320aa7362cc9aea8993d3816fe94710a5618e9052850ed990b03ca407417faf8ee5076acccf2f90ef7ad1232e3925dca9146b648d2bde5bfea5cb6e3d19')
 
 export PBR_VERSION=$pkgver
 


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:29:36
  Author: felixonmars
Revision: 665101

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:29:21 UTC (rev 665100)
+++ PKGBUILD2020-07-23 20:29:36 UTC (rev 665101)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hacking
-pkgver=3.1.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Hacking Guideline Enforcement'
-url='https://docs.openstack.org/developer/hacking'
-license=('Apache')
-depends=('flake8')
-makedepends=('python-pbr' 'python-setuptools')
-checkdepends=('python-oslotest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/hacking/archive/$pkgver.tar.gz;)
-sha512sums=('ebe34824ad8416a3e2af74c2e80363b373e9bfc9341eb0d8ad87bc3fce11b098539511ab097b8d9a886171df975084ba6774c8e1fbc81f3bc30fe375ef541a04')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cd hacking-$pkgver
-  sed -i 's/<.*//' requirements.txt
-}
-
-build() {
-  cd "$srcdir"/hacking-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd hacking-$pkgver
-  stestr run
-}
-
-package_python-hacking() {
-  cd hacking-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-hacking/repos/community-any/PKGBUILD (from rev 665100, 
python-hacking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:29:36 UTC (rev 665101)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hacking
+pkgver=3.2.0
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Hacking Guideline Enforcement'
+url='https://docs.openstack.org/developer/hacking'
+license=('Apache')
+depends=('flake8')
+makedepends=('python-pbr' 'python-setuptools')
+checkdepends=('python-oslotest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/hacking/archive/$pkgver.tar.gz;)
+sha512sums=('199a5320aa7362cc9aea8993d3816fe94710a5618e9052850ed990b03ca407417faf8ee5076acccf2f90ef7ad1232e3925dca9146b648d2bde5bfea5cb6e3d19')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  cd hacking-$pkgver
+  sed -i 's/<.*//' requirements.txt
+}
+
+build() {
+  cd "$srcdir"/hacking-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd hacking-$pkgver
+  stestr run
+}
+
+package_python-hacking() {
+  cd hacking-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (4 files)

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:27:17
  Author: felixonmars
Revision: 665097

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 665096, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/deepin-session-ui-qt5.15.patch
(from rev 665096, deepin-session-ui/trunk/deepin-session-ui-qt5.15.patch)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
  deepin-session-ui/repos/community-x86_64/deepin-session-ui-qt5.15.patch

+
 PKGBUILD   |   84 +++
 deepin-session-ui-qt5.15.patch |   48 +++---
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:26:58 UTC (rev 665096)
+++ PKGBUILD2020-07-23 20:27:17 UTC (rev 665097)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=5.2.0.11
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'deepin-wallpapers')
-makedepends=('deepin-gettext-tools' 'qt5-tools')
-provides=('deepin-notifications')
-conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
- deepin-session-ui-qt5.15.patch)
-sha512sums=('03d9dcb1dd8afe977fb3315839784c02f8efc4ea6a5de07abce3b6dcfd186de587324e77352c6022600e1cfcafdafde6946a11ca23f020cd5a53d08af8b1a860'
-
'846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6')
-
-prepare() {
-  cd dde-session-ui-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
-
-  sed -i '/include /a #include ' 
dde-notification-plugin/notifications/notificationswidget.cpp
-
-  patch -p1 -i ../deepin-session-ui-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 665096, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:27:17 UTC (rev 665097)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=5.2.0.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'deepin-wallpapers')
+makedepends=('deepin-gettext-tools' 'qt5-tools')
+provides=('deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
+ deepin-session-ui-qt5.15.patch)
+sha512sums=('f4e13295b6155a395c0d3176e0788dbc4577e276e7ea8128e9b6505269002de894637bb8e7e7586cf15958710a9eca778269651c8bc4e5474d18cfd8ac510edb'
+
'846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
+
+  sed -i '/include /a #include ' 
dde-notification-plugin/notifications/notificationswidget.cpp
+
+  patch -p1 -i ../deepin-session-ui-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-session-ui-qt5.15.patch
===
--- deepin-session-ui-qt5.15.patch  2020-07-23 20:26:58 UTC (rev 665096)
+++ deepin-session-ui-qt5.15.patch  2020-07-23 20:27:17 UTC (rev 665097)
@@ -1,24 +0,0 @@
-diff --git a/dde-osd/common.cpp b/dde-osd/common.cpp
-index 0505ac60..ffa55e84 100644
 a/dde-osd/common.cpp
-+++ b/dde-osd/common.cpp
-@@ -25,6 +25,7 @@
- 
- #include "common.h"
- #include 
-+#include 
- 

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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:27:23
  Author: felixonmars
Revision: 665098

upgpkg: python-tox 3.18.0-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:27:17 UTC (rev 665097)
+++ PKGBUILD2020-07-23 20:27:23 UTC (rev 665098)
@@ -5,7 +5,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=3.17.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-mock' 'python2-pathlib2' 'python-flaky' 
'python2-flaky'
   'python-pathlib2' 'python2-pathlib2')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
-sha512sums=('5b1d275d9599a67fc6e51906b0e37b385f71e1ca6dbda3917e21325e6c150872269e7c9b02d2b7626f7c1bd5d666b644d3e64ab3ca4207d0510ff2d3510e')
+sha512sums=('3430aa129c463c33c3264f7be9c47bed9e6d075e510330efed51971e3292fe24c145ab86c14f171d99ae106cf59773f78c05903539a379b08132dfd6104a3b9f')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:27:39
  Author: felixonmars
Revision: 665099

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:27:23 UTC (rev 665098)
+++ PKGBUILD2020-07-23 20:27:39 UTC (rev 665099)
@@ -1,78 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=3.17.1
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='https://tox.readthedocs.io'
-license=('GPL2')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-virtualenv'
- 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
- 'python-filelock' 'python2-filelock' 'python-freezegun' 
'python2-freezegun')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
-  'python2-pytest-mock' 'python2-pathlib2' 'python-flaky' 
'python2-flaky'
-  'python-pathlib2' 'python2-pathlib2')
-source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
-sha512sums=('5b1d275d9599a67fc6e51906b0e37b385f71e1ca6dbda3917e21325e6c150872269e7c9b02d2b7626f7c1bd5d666b644d3e64ab3ca4207d0510ff2d3510e')
-
-prepare() {
-  find tox-$pkgver -name "*.pyc" -delete
-
-  cp -a tox-$pkgver{,-py2}
-
-  sed -i 's|pathlib2|pathlib|' tox-$pkgver/tests/integration/*.py
-}
-
-build() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points
-
-  (
-cd "$srcdir"/tox-$pkgver
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-
-  (
-cd "$srcdir"/tox-$pkgver-py2
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy' 
'python-toml'
-   'python-filelock')
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "$pkgdir"/usr/bin/tox3
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy' 'python2-toml'
-   'python2-filelock')
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/tox{,2}
-  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 665098, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:27:39 UTC (rev 665099)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=3.18.0
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='https://tox.readthedocs.io'
+license=('GPL2')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-virtualenv'
+ 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
+ 'python-filelock' 'python2-filelock' 'python-freezegun' 
'python2-freezegun')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
+  'python2-pytest-mock' 'python2-pathlib2' 'python-flaky' 
'python2-flaky'
+  'python-pathlib2' 'python2-pathlib2')
+source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
+sha512sums=('3430aa129c463c33c3264f7be9c47bed9e6d075e510330efed51971e3292fe24c145ab86c14f171d99ae106cf59773f78c05903539a379b08132dfd6104a3b9f')
+
+prepare() {
+  find tox-$pkgver -name "*.pyc" -delete
+
+  cp -a tox-$pkgver{,-py2}
+
+  sed -i 's|pathlib2|pathlib|' tox-$pkgver/tests/integration/*.py
+}
+
+build() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/tox-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points
+
+  (
+cd "$srcdir"/tox-$pkgver
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+
+  (
+cd 

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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:26:25
  Author: felixonmars
Revision: 665093

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:26:10 UTC (rev 665092)
+++ PKGBUILD2020-07-23 20:26:25 UTC (rev 665093)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=5.2.0.13
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('b5a4c168dc462b7857f525c7077adf3e8d5edbba40ef7196af4e133b3af8da124c2b5d0a96802d3b56cc82353bae6090938c48775e3dfcc074db5f34a1482840')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-
-  sed -i '/include /a #include ' 
src/widgets/miniframenavigation.cpp src/widgets/avatar.cpp 
src/widgets/miniframebutton.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  ninja
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 665092, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:26:25 UTC (rev 665093)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=5.2.0.14
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('d13cfd672d6a0ca1b3f35040936d9b84e8b778100dce309b9525d48131a1696c04f7eacabd7357941aca1030c143d048a6c990f3ef62866bd3aa51cef9bbec47')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+
+  sed -i '/include /a #include ' 
src/widgets/miniframenavigation.cpp src/widgets/avatar.cpp 
src/widgets/miniframebutton.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  ninja
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:26:58
  Author: felixonmars
Revision: 665096

upgpkg: deepin-session-ui 5.2.0.12-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:26:52 UTC (rev 665095)
+++ PKGBUILD2020-07-23 20:26:58 UTC (rev 665096)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=5.2.0.11
+pkgver=5.2.0.12
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
  deepin-session-ui-qt5.15.patch)
-sha512sums=('03d9dcb1dd8afe977fb3315839784c02f8efc4ea6a5de07abce3b6dcfd186de587324e77352c6022600e1cfcafdafde6946a11ca23f020cd5a53d08af8b1a860'
+sha512sums=('f4e13295b6155a395c0d3176e0788dbc4577e276e7ea8128e9b6505269002de894637bb8e7e7586cf15958710a9eca778269651c8bc4e5474d18cfd8ac510edb'
 
'846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6')
 
 prepare() {


[arch-commits] Commit in python-oslo-utils/repos/community-any (4 files)

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:26:52
  Author: felixonmars
Revision: 665095

archrelease: copy trunk to community-any

Added:
  python-oslo-utils/repos/community-any/PKGBUILD
(from rev 665094, python-oslo-utils/trunk/PKGBUILD)
  python-oslo-utils/repos/community-any/oslo-utils-py38.patch
(from rev 665094, python-oslo-utils/trunk/oslo-utils-py38.patch)
Deleted:
  python-oslo-utils/repos/community-any/PKGBUILD
  python-oslo-utils/repos/community-any/oslo-utils-py38.patch

---+
 PKGBUILD  |   82 -
 oslo-utils-py38.patch |  116 
 2 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:26:33 UTC (rev 665094)
+++ PKGBUILD2020-07-23 20:26:52 UTC (rev 665095)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-utils
-pkgver=4.2.2
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
- 'python-netaddr' 'python-netifaces' 'python-debtcollector')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;
-oslo-utils-py38.patch)
-sha512sums=('4a7c8ba55452dac59118ffbaf5ec99ff5b5feb05850c1d09cad6862dea31db9fcbdd1fd41b636767af5b505654b22e4ef21049967c8140de68bbaa0f29b214cb'
-
'edc9861dfc02b82d0312774f2484bb5853a9e5b2e7de9ee19efbd7e1220be56e52d99abb15f71dba4d764832835371200e8d7cac2d40c0546d5cfc8daf68554a')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  patch -d oslo.utils-$pkgver -p1 -i ../oslo-utils-py38.patch
-}
-
-build() {
-  cd oslo.utils-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.utils-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.utils-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 665094, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:26:52 UTC (rev 665095)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-utils
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
+ 'python-netaddr' 'python-netifaces' 'python-debtcollector')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;
+oslo-utils-py38.patch)
+sha512sums=('a0dea21a948686dd1de0e52c3f2d803118b04740e925048b7b7f63e7a0e6fe9bb5443f3d9d46ad4debe03ddaf46e4f880a08e3ba86c9ab088e24c9ca5059a65a'
+
'edc9861dfc02b82d0312774f2484bb5853a9e5b2e7de9ee19efbd7e1220be56e52d99abb15f71dba4d764832835371200e8d7cac2d40c0546d5cfc8daf68554a')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  patch -d oslo.utils-$pkgver -p1 -i ../oslo-utils-py38.patch
+}
+
+build() {
+  cd oslo.utils-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.utils-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.utils-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: oslo-utils-py38.patch
===
--- oslo-utils-py38.patch   2020-07-23 20:26:33 UTC (rev 665094)
+++ oslo-utils-py38.patch   2020-07-23 20:26:52 UTC (rev 665095)
@@ -1,58 +0,0 @@
-Description: non-strict callback comparison is not possible in py3.8
-Author: Dimitri John Ledkov 
-Bug-Python: https://bugs.python.org/issue1617161
-Bug-LP: 
https://bugs.launchpad.net/ubuntu/+source/python-oslo.utils/+bug/1841072
-
-Index: python-oslo.utils-3.41.1/oslo_utils/reflection.py
-===
 python-oslo.utils-3.41.1.orig/oslo_utils/reflection.py
-+++ python-oslo.utils-3.41.1/oslo_utils/reflection.py
-@@ -22,6 +22,8 @@ Reflection module.
- 
- import inspect
- import types
-+import platform
-+import warnings
- 
- import six
- 
-@@ -169,7 +171,10 @@ def is_same_callback(callback1, callback
- # This happens when plain methods are given (or static/non-bound
- # methods).
- return True
-+if not strict and platform.python_version() > '3.8':
-+warnings.warn("non strict comparison impossible in py3.8+", 
DeprecationWarning)
- if callback1 == callback2:
-+## 

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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:26:10
  Author: felixonmars
Revision: 665092

upgpkg: deepin-launcher 5.2.0.14-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:24:24 UTC (rev 665091)
+++ PKGBUILD2020-07-23 20:26:10 UTC (rev 665092)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=5.2.0.13
+pkgver=5.2.0.14
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('b5a4c168dc462b7857f525c7077adf3e8d5edbba40ef7196af4e133b3af8da124c2b5d0a96802d3b56cc82353bae6090938c48775e3dfcc074db5f34a1482840')
+sha512sums=('d13cfd672d6a0ca1b3f35040936d9b84e8b778100dce309b9525d48131a1696c04f7eacabd7357941aca1030c143d048a6c990f3ef62866bd3aa51cef9bbec47')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:26:33
  Author: felixonmars
Revision: 665094

upgpkg: python-oslo-utils 4.3.0-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:26:25 UTC (rev 665093)
+++ PKGBUILD2020-07-23 20:26:33 UTC (rev 665094)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-utils
-pkgver=4.2.2
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;
 oslo-utils-py38.patch)
-sha512sums=('4a7c8ba55452dac59118ffbaf5ec99ff5b5feb05850c1d09cad6862dea31db9fcbdd1fd41b636767af5b505654b22e4ef21049967c8140de68bbaa0f29b214cb'
+sha512sums=('a0dea21a948686dd1de0e52c3f2d803118b04740e925048b7b7f63e7a0e6fe9bb5443f3d9d46ad4debe03ddaf46e4f880a08e3ba86c9ab088e24c9ca5059a65a'
 
'edc9861dfc02b82d0312774f2484bb5853a9e5b2e7de9ee19efbd7e1220be56e52d99abb15f71dba4d764832835371200e8d7cac2d40c0546d5cfc8daf68554a')
 
 export PBR_VERSION=$pkgver


[arch-commits] Commit in root/repos (11 files)

2020-07-23 Thread Konstantin Gizdov via arch-commits
Date: Thursday, July 23, 2020 @ 20:24:24
  Author: kgizdov
Revision: 665091

archrelease: copy trunk to community-testing-x86_64

Added:
  root/repos/community-testing-x86_64/
  root/repos/community-testing-x86_64/PKGBUILD
(from rev 665090, root/trunk/PKGBUILD)
  root/repos/community-testing-x86_64/ROOFIT_LICENSE
(from rev 665090, root/trunk/ROOFIT_LICENSE)
  root/repos/community-testing-x86_64/adapt_tmva_to_support_cudnn8.patch
(from rev 665090, root/trunk/adapt_tmva_to_support_cudnn8.patch)
  root/repos/community-testing-x86_64/jupyter_notebook_config.py
(from rev 665090, root/trunk/jupyter_notebook_config.py)
  root/repos/community-testing-x86_64/nbman-for-arch.patch
(from rev 665090, root/trunk/nbman-for-arch.patch)
  root/repos/community-testing-x86_64/root.pc.tpl
(from rev 665090, root/trunk/root.pc.tpl)
  root/repos/community-testing-x86_64/root.xml
(from rev 665090, root/trunk/root.xml)
  root/repos/community-testing-x86_64/settings-cuda.cmake
(from rev 665090, root/trunk/settings-cuda.cmake)
  root/repos/community-testing-x86_64/settings.cmake
(from rev 665090, root/trunk/settings.cmake)
  root/repos/community-testing-x86_64/thisroot.fail
(from rev 665090, root/trunk/thisroot.fail)

+
 PKGBUILD   |  281 
 ROOFIT_LICENSE |   22 
 adapt_tmva_to_support_cudnn8.patch | 1130 +++
 jupyter_notebook_config.py |1 
 nbman-for-arch.patch   |  177 +
 root.pc.tpl|   12 
 root.xml   |   14 
 settings-cuda.cmake|  110 +++
 settings.cmake |  110 +++
 thisroot.fail  |   12 
 10 files changed, 1869 insertions(+)

Copied: root/repos/community-testing-x86_64/PKGBUILD (from rev 665090, 
root/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-23 20:24:24 UTC (rev 665091)
@@ -0,0 +1,281 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
+# Contributor: Scott Lawrence < bytbox at gmail dot com >
+# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
+# Contributor: Sebastian Voecking < voeck at web dot de >
+
+pkgbase=root
+pkgname=('root' 'root-cuda')
+pkgver=6.22.00
+pkgrel=1
+pkgdesc='C++ data analysis framework and interpreter from CERN'
+arch=('x86_64')
+url='https://root.cern'
+license=('LGPL2.1' 'GPL' 'custom:University of California and Stanford 
University License')
+makedepends=(
+'ccache'
+'cern-vdt'
+'chromium'
+'cfitsio'
+'cmake'
+'cuda'
+'cudnn'
+'gcc-fortran'
+'gcc9-fortran'
+'git'
+'go'
+'libxml2'
+'libmariadbclient'
+'ocaml'
+'ocaml-ctypes'
+'openmp'
+'openmpi'
+'openssl'
+'postgresql-libs'
+'pythia8>=8.2.40-1'
+'qt5-webengine'
+'sqlite'
+'unuran'
+'vc'
+'xrootd>=4.6.0-2'
+'z3'
+)
+depends=(
+'blas'
+'desktop-file-utils'
+'fcgi'
+'fftw'
+'ftgl'
+'giflib'
+'gl2ps'
+'glew'
+'graphviz'
+'gsl'
+'hicolor-icon-theme'
+'intel-tbb'
+'libafterimage'
+'librsvg'
+'libxpm'
+'python'
+'python-numpy'
+'tex-gyre-fonts'
+'unixodbc'
+'xxhash>=0.6.5-1'
+'zstd'
+)
+optdepends=(
+'cern-vdt: Add a set of fast and vectorisable mathematical functions'
+'chromium: Support for WebGUI'
+'cfitsio: Read images and data from FITS files'
+'libmariadbclient: MySQL support'
+'libxml2: XML parser interface'
+'openmp: Support OpenMP extensions in Minuit2'
+'openmpi: Support OpenMPI extensions in Minuit2'
+'openssl: OpenSSL support'
+'postgresql-libs: PostgreSQL support'
+'pythia8>=8.2.40-1: Pythia8 EG support'
+'qt5-webengine: Support for WebGUI'
+'sqlite: SQLite support'
+'tcsh: Legacy CSH support'
+'unuran: Support non-uniform random numbers'
+'vc: Add types for portable and intuitive SIMD programming'
+'xrootd: Support remote file server and client'
+'z3: Suuport the Z3 theorem prover'
+)
+source=(
+"https://root.cern.ch/download/root_v${pkgver}.source.tar.gz;
+'ROOFIT_LICENSE'
+'root.xml'
+'root.pc.tpl'
+'settings.cmake'
+'settings-cuda.cmake'
+'jupyter_notebook_config.py'
+'nbman-for-arch.patch'
+'thisroot.fail'
+'adapt_tmva_to_support_cudnn8.patch'
+)
+sha512sums=('9e3c54bbc146b0abb0a2d960af380255ec59d0b3a11a4a97a2a25cb7ac567b07280c4eb48dddf99c1fa2e692881f6396a842ce125d3a253037e52f719739f01e'
+
'af8f178fc9df66997d5495b271e38adcd1636aab4c8fc994c6600c2496127829d831250d73d3fc229b02dfe49b9867d0be979beacb959f2f3a05351b8118a4a6'
+

[arch-commits] Commit in root/trunk (5 files)

2020-07-23 Thread Konstantin Gizdov via arch-commits
Date: Thursday, July 23, 2020 @ 20:24:09
  Author: kgizdov
Revision: 665090

upgpkg: root 6.22.00-1

Added:
  root/trunk/adapt_tmva_to_support_cudnn8.patch
Modified:
  root/trunk/PKGBUILD
  root/trunk/nbman-for-arch.patch
Deleted:
  root/trunk/add_missing_include_ROOT-10315.patch
  root/trunk/fix_relative_paths.patch

--+
 PKGBUILD |   20 
 adapt_tmva_to_support_cudnn8.patch   | 1130 +
 add_missing_include_ROOT-10315.patch |   22 
 fix_relative_paths.patch |   39 -
 nbman-for-arch.patch |   17 
 5 files changed, 1148 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:13:52 UTC (rev 665089)
+++ PKGBUILD2020-07-23 20:24:09 UTC (rev 665090)
@@ -6,7 +6,7 @@
 
 pkgbase=root
 pkgname=('root' 'root-cuda')
-pkgver=6.20.06
+pkgver=6.22.00
 pkgrel=1
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 'cuda'
 'cudnn'
 'gcc-fortran'
-'gcc8-fortran'
+'gcc9-fortran'
 'git'
 'go'
 'libxml2'
@@ -90,12 +90,11 @@
 'settings.cmake'
 'settings-cuda.cmake'
 'jupyter_notebook_config.py'
-'add_missing_include_ROOT-10315.patch'
-'fix_relative_paths.patch'
 'nbman-for-arch.patch'
 'thisroot.fail'
+'adapt_tmva_to_support_cudnn8.patch'
 )
-sha512sums=('232fd5253e83eb02ad33d03941c7c83d39d5f6b0162bd42594e44a0c1c08deade42ae5793e571db767ce4fa0a582aa332b9d1869e621b825d1eb1162819c98c6'
+sha512sums=('9e3c54bbc146b0abb0a2d960af380255ec59d0b3a11a4a97a2a25cb7ac567b07280c4eb48dddf99c1fa2e692881f6396a842ce125d3a253037e52f719739f01e'
 
'af8f178fc9df66997d5495b271e38adcd1636aab4c8fc994c6600c2496127829d831250d73d3fc229b02dfe49b9867d0be979beacb959f2f3a05351b8118a4a6'
 
'1fe6f4aa09d583d33f27cc766f4935510bb7ab6bbb8d4700baa1aaab92ea6c876500b67da1e4f6e0b510aa5616e4e193b860264b86925de85f2d9f558d75d5dc'
 
'3c81d255a17b902ffac0187af1752847036137e16641a88b17eef0d9c944e6f0d3c954bc93307d6270603f43f6c23f2e04f98dc7a68f9d076dbaa8006a2527d6'
@@ -102,10 +101,9 @@
 
'9ee5b6606dbd352608a2a4998344ca4026d677c86823e62fff615f6e84efcecdffc07a1e9182a356aa35035e7f35df5a107127722a6bad4b97d1f49cffebf5b9'
 
'7665bc8cbe79162e0b969b08802e1b7b2ed22ed8b1402d50cf194172a644f647dcaf0f5abb76f8b6007dfab8dbc811604479be826b345d8fd77edfb51032110b'
 
'1c905ee7a3f8f5f3f567d957f9be6b503a8631565d4d9b9bfea5e496ef86865c5a8be1a1f8c7842754029879cf0afd2465249f532a116cc43660aa2e460ae682'
-
'19b46d3b6a8083d9461f5d4f57845a1145b80de699e8b773cee7edecad0b064fe570faffa226720078273f40a88fe8ba933b7d944925391ad869f0b9cdbf9579'
-
'fa2f3b9b8717bfd11b6743a4457bbff104e547112bcec864f212510b1954a92809d9bde5ada8702d11659a150f2957daed4e4d2621858b0bc4e234d9f6924244'
-
'f4152ecddbef8079e7507625c3cfb2dcd6d3c844f38827f293d7c1915ff9be5ea3e4414080b51a83f86128b954520d8ec113349a5a07ba39fc87047b72bf0136'
-
'ff555ac4db568affe139701907f86d919a2206f3e304f69dd317b756ea0904b5934d9364a524060778aa507809ce78448621619bb34039ba34c5a71af71a4a8c')
+
'12814f50b7016bd86d3f91e0e31c052783a0c0fa72b7d6a072d3ae6f86c2437323d585e531235377ebbfdd9cb76abd7da84d9631de821151547f1d4b13417e69'
+
'ff555ac4db568affe139701907f86d919a2206f3e304f69dd317b756ea0904b5934d9364a524060778aa507809ce78448621619bb34039ba34c5a71af71a4a8c'
+
'2ae126795df4127c27a6287a1499bdb8b2bacb74cfbec17dabe378a5fb9fc7c755644e4090a4da1d0045bf5d4f542f06da827a0f48a5927ee8509874045f18b6')
 
 get_pyver () {
 python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
@@ -167,8 +165,8 @@
 mkdir -p "${srcdir}/build-cuda"
 cd "${srcdir}/build-cuda"
 
-CC=/usr/bin/gcc-8 \
-CXX=/usr/bin/g++-8 \
+CC=/usr/bin/gcc-9 \
+CXX=/usr/bin/g++-9 \
 cmake -C "${srcdir}/settings-cuda.cmake" \
 ${CUSTOM_CMAKE_FLAGS} \
 "${srcdir}/${pkgbase}-${pkgver}-cuda"

Added: adapt_tmva_to_support_cudnn8.patch
===
--- adapt_tmva_to_support_cudnn8.patch  (rev 0)
+++ adapt_tmva_to_support_cudnn8.patch  2020-07-23 20:24:09 UTC (rev 665090)
@@ -0,0 +1,1130 @@
+From 05739e6b01fb34b5ef40e1a584107876e68e4b77 Mon Sep 17 00:00:00 2001
+From: Konstantin Gizdov 
+Date: Tue, 21 Jul 2020 15:13:57 +0300
+Subject: [PATCH 01/10] update deprecated function call name to backward
+ compatible one
+
+---
+ tmva/tmva/src/DNN/Architectures/Cudnn/RecurrentPropagation.cu | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/tmva/tmva/src/DNN/Architectures/Cudnn/RecurrentPropagation.cu 
b/tmva/tmva/src/DNN/Architectures/Cudnn/RecurrentPropagation.cu
+index 058cee28424..60289ec2fdd 100644
+--- a/tmva/tmva/src/DNN/Architectures/Cudnn/RecurrentPropagation.cu
 

[arch-commits] Commit in python-google-auth/repos/community-any (4 files)

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:07:42
  Author: felixonmars
Revision: 665074

archrelease: copy trunk to community-any

Added:
  python-google-auth/repos/community-any/PKGBUILD
(from rev 665073, python-google-auth/trunk/PKGBUILD)
  python-google-auth/repos/community-any/pytest5.patch
(from rev 665073, python-google-auth/trunk/pytest5.patch)
Deleted:
  python-google-auth/repos/community-any/PKGBUILD
  python-google-auth/repos/community-any/pytest5.patch

---+
 PKGBUILD  |   82 
 pytest5.patch |   36 
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:07:24 UTC (rev 665073)
+++ PKGBUILD2020-07-23 20:07:42 UTC (rev 665074)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-google-auth
-pkgver=1.19.1
-pkgrel=1
-pkgdesc="Google Authentication Library"
-url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
-license=('Apache')
-arch=('any')
-depends=('ca-certificates' 'python-pyasn1-modules' 'python-rsa' 
'python-setuptools'
- 'python-cachetools')
-checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask'
-  'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
-  'python-freezegun' 'python-responses' 'python-pyopenssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz;)
-sha512sums=('8b822dee07ba23c9485951a39da09820777626971d6743beffeddf2c46f766f3e287471c55324c67719e2f49da195f4e201ae5e88e89cd295bcd2b35438be35f')
-
-prepare() {
-  # Use system cert
-  sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
- -e 's|if certifi is not None:|if True:|' \
- -e 's|import certifi|pass|' \
- 
google-auth-library-python-$pkgver/google/auth/transport/{urllib3,requests}.py
-}
-
-build() {
-  cd google-auth-library-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Skip the without_certifi tests because we always have the system ca bundle
-
-  cd google-auth-library-python-$pkgver
-  python -m pytest tests --deselect 
tests/transport/test_urllib3.py::test__make_default_http_without_certifi
-}
-
-package() {
-  cd google-auth-library-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-auth/repos/community-any/PKGBUILD (from rev 665073, 
python-google-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:07:42 UTC (rev 665074)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-google-auth
+pkgver=1.19.2
+pkgrel=1
+pkgdesc="Google Authentication Library"
+url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
+license=('Apache')
+arch=('any')
+depends=('ca-certificates' 'python-pyasn1-modules' 'python-rsa' 
'python-setuptools'
+ 'python-cachetools')
+checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask'
+  'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
+  'python-freezegun' 'python-responses' 'python-pyopenssl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz;)
+sha512sums=('c337ce9772119e88418707df99258d675973eedd125ffa0a5cca792dcc35759b2b663e6776e1ed2dce50c8f1dd28bbcfa0ba73cbac549f53e724de88db46467c')
+
+prepare() {
+  # Use system cert
+  sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+ -e 's|if certifi is not None:|if True:|' \
+ -e 's|import certifi|pass|' \
+ 
google-auth-library-python-$pkgver/google/auth/transport/{urllib3,requests}.py
+}
+
+build() {
+  cd google-auth-library-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip the without_certifi tests because we always have the system ca bundle
+
+  cd google-auth-library-python-$pkgver
+  python -m pytest tests --deselect 
tests/transport/test_urllib3.py::test__make_default_http_without_certifi
+}
+
+package() {
+  cd google-auth-library-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: pytest5.patch
===
--- pytest5.patch   2020-07-23 20:07:24 UTC (rev 665073)
+++ pytest5.patch   2020-07-23 20:07:42 UTC (rev 665074)
@@ -1,18 +0,0 @@
-From 938e5d933aee963a6b28d6cf9e34e0634c8c4a29 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= 
-Date: Fri, 26 Jul 2019 01:20:41 +0200
-Subject: [PATCH] Use new pytest api to keep building with pytest 5 (#353)
-
-diff --git a/tests/test__default.py b/tests/test__default.py
-index 3fb0fa1..d143479 100644
 a/tests/test__default.py
-+++ b/tests/test__default.py

[arch-commits] Commit in python-isort/repos/testing-any (PKGBUILD PKGBUILD)

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:07:33
  Author: felixonmars
Revision: 392462

archrelease: copy trunk to testing-any

Added:
  python-isort/repos/testing-any/PKGBUILD
(from rev 392461, python-isort/trunk/PKGBUILD)
Deleted:
  python-isort/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:07:18 UTC (rev 392461)
+++ PKGBUILD2020-07-23 20:07:33 UTC (rev 392462)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-pkgname=python-isort
-pkgver=5.0.3
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort;
-license=('MIT')
-depends=('python')
-makedepends=('python-dephell')
-checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 
'python-pipreqs'
-  'python-pytest' 'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('06a65ae077ba5f1f0a793253d0e709c83fd15f904adfd522c4401e90e36e54c675a22e5036081c8585523ad6434d132d3c7d1ee4e797015eab9cac5b158ae069')
-
-prepare() {
-  cd isort-$pkgver
-  # poetry-generated setup.py are fatally broken, see:
-  # https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd isort-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd isort-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" pytest --deselect 
tests/test_importable.py::test_importable
-}
-
-package() {
-  cd isort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-isort/repos/testing-any/PKGBUILD (from rev 392461, 
python-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:07:33 UTC (rev 392462)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgname=python-isort
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort;
+license=('MIT')
+depends=('python')
+makedepends=('python-dephell')
+checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 
'python-pipreqs'
+  'python-pytest' 'python-requirementslib')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('99c8d6b6322829cdb1d1a0df935b2857edef96b166eb342f1fc3cee6d109e1a774e2b84df925dac81fc9d3d4532be008e6581230e527fda4362ba1809b237c8e')
+
+prepare() {
+  cd isort-$pkgver
+  # poetry-generated setup.py are fatally broken, see:
+  # https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd isort-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd isort-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" pytest --deselect 
tests/test_importable.py::test_importable
+}
+
+package() {
+  cd isort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:07:48
  Author: felixonmars
Revision: 665075

upgpkg: deepin-compressor 5.8.0.4-1

Modified:
  deepin-compressor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:07:42 UTC (rev 665074)
+++ PKGBUILD2020-07-23 20:07:48 UTC (rev 665075)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-compressor
-pkgver=5.8.0.3
+pkgver=5.8.0.4
 pkgrel=1
 pkgdesc='A fast and lightweight application for creating and extracting 
archives'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-compressor/archive/$pkgver.tar.gz;)
-sha512sums=('b2fb745d25e8a67775d682fe97449a790e273a0536fe2ab9233ead246e9da81d693d32bb50bc031ed8d57759536f42b81d13d68e02049065e9fe13d47afb8f27')
+sha512sums=('3b0ccf2826789c32693525f62298288fcb053f73320e194e098cd91b8e61bb9e983a0eab0c27fe925061ca775f80931757724a578a39d8b3623fc3fce610cd16')
 
 prepare() {
   cd deepin-compressor-$pkgver


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:08:03
  Author: felixonmars
Revision: 665076

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:07:48 UTC (rev 665075)
+++ PKGBUILD2020-07-23 20:08:03 UTC (rev 665076)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-compressor
-pkgver=5.8.0.3
-pkgrel=1
-pkgdesc='A fast and lightweight application for creating and extracting 
archives'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-compressor;
-license=('GPL3')
-depends=('deepin-qt5integration' 'disomaster' 'karchive' 'kcodecs' 
'libarchive' 'libzip' 'minizip' 'udisks2-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-compressor/archive/$pkgver.tar.gz;)
-sha512sums=('b2fb745d25e8a67775d682fe97449a790e273a0536fe2ab9233ead246e9da81d693d32bb50bc031ed8d57759536f42b81d13d68e02049065e9fe13d47afb8f27')
-
-prepare() {
-  cd deepin-compressor-$pkgver
-  sed -i '/include /a #include ' 
deepin-compressor/source/src/openwithdialog/openwithdialog.cpp 
deepin-compressor/source/src/logviewheaderview.cpp
-}
-
-build() {
-  cd deepin-compressor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-compressor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-compressor/repos/community-x86_64/PKGBUILD (from rev 665075, 
deepin-compressor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:08:03 UTC (rev 665076)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-compressor
+pkgver=5.8.0.4
+pkgrel=1
+pkgdesc='A fast and lightweight application for creating and extracting 
archives'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-compressor;
+license=('GPL3')
+depends=('deepin-qt5integration' 'disomaster' 'karchive' 'kcodecs' 
'libarchive' 'libzip' 'minizip' 'udisks2-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-compressor/archive/$pkgver.tar.gz;)
+sha512sums=('3b0ccf2826789c32693525f62298288fcb053f73320e194e098cd91b8e61bb9e983a0eab0c27fe925061ca775f80931757724a578a39d8b3623fc3fce610cd16')
+
+prepare() {
+  cd deepin-compressor-$pkgver
+  sed -i '/include /a #include ' 
deepin-compressor/source/src/openwithdialog/openwithdialog.cpp 
deepin-compressor/source/src/logviewheaderview.cpp
+}
+
+build() {
+  cd deepin-compressor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-compressor-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:07:18
  Author: felixonmars
Revision: 392461

upgpkg: python-isort 5.0.4-1

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:46:09 UTC (rev 392460)
+++ PKGBUILD2020-07-23 20:07:18 UTC (rev 392461)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python-isort
-pkgver=5.0.3
+pkgver=5.0.4
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 
'python-pipreqs'
   'python-pytest' 'python-requirementslib')
 
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('06a65ae077ba5f1f0a793253d0e709c83fd15f904adfd522c4401e90e36e54c675a22e5036081c8585523ad6434d132d3c7d1ee4e797015eab9cac5b158ae069')
+sha512sums=('99c8d6b6322829cdb1d1a0df935b2857edef96b166eb342f1fc3cee6d109e1a774e2b84df925dac81fc9d3d4532be008e6581230e527fda4362ba1809b237c8e')
 
 prepare() {
   cd isort-$pkgver


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:07:24
  Author: felixonmars
Revision: 665073

upgpkg: python-google-auth 1.19.2-1

Modified:
  python-google-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 20:04:45 UTC (rev 665072)
+++ PKGBUILD2020-07-23 20:07:24 UTC (rev 665073)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-google-auth
-pkgver=1.19.1
+pkgver=1.19.2
 pkgrel=1
 pkgdesc="Google Authentication Library"
 url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
@@ -13,7 +13,7 @@
   'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
   'python-freezegun' 'python-responses' 'python-pyopenssl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz;)
-sha512sums=('8b822dee07ba23c9485951a39da09820777626971d6743beffeddf2c46f766f3e287471c55324c67719e2f49da195f4e201ae5e88e89cd295bcd2b35438be35f')
+sha512sums=('c337ce9772119e88418707df99258d675973eedd125ffa0a5cca792dcc35759b2b663e6776e1ed2dce50c8f1dd28bbcfa0ba73cbac549f53e724de88db46467c')
 
 prepare() {
   # Use system cert


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:04:45
  Author: felixonmars
Revision: 665072

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 20:04:30 UTC (rev 665071)
+++ PKGBUILD2020-07-23 20:04:45 UTC (rev 665072)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-osprofiler
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="OpenStack Profiler Library"
-arch=('any')
-url="https://docs.openstack.org/osprofiler/latest/;
-license=('Apache')
-depends=('python-netaddr' 'python-oslo-concurrency' 
'python-oslo-serialization' 'python-oslo-utils'
- 'python-prettytable' 'python-requests' 'python-six' 'python-webob')
-checkdepends=('python-ddt' 'python-docutils' 'python-elasticsearch' 
'python-jaeger-client'
-  'python-pymongo' 'python-redis' 'python-stestr')
-source=("https://github.com/openstack/osprofiler/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('466f27986ff4387bcfed4a69b1c465fda67ccc589deec70e25df34a1a70ee346c389a112bd51f6727c2c470b953eb759f66d93e90f0a072bea19186fcbc55156')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd osprofiler-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd osprofiler-$pkgver
-  stestr run
-}
-
-package() {
-  cd osprofiler-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-osprofiler/repos/community-any/PKGBUILD (from rev 665071, 
python-osprofiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 20:04:45 UTC (rev 665072)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-osprofiler
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="OpenStack Profiler Library"
+arch=('any')
+url="https://docs.openstack.org/osprofiler/latest/;
+license=('Apache')
+depends=('python-netaddr' 'python-oslo-concurrency' 
'python-oslo-serialization' 'python-oslo-utils'
+ 'python-prettytable' 'python-requests' 'python-six' 'python-webob')
+checkdepends=('python-ddt' 'python-docutils' 'python-elasticsearch' 
'python-jaeger-client'
+  'python-pymongo' 'python-redis' 'python-stestr')
+source=("https://github.com/openstack/osprofiler/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('68fa21397b572bbde303ebce7fd31a0d4e24074d43a3a000dc5e44e452216c54cbbc7820ec36f5e8ff560f84b4e9256dfab300a3f564437707972c3164d08f2f')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd osprofiler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd osprofiler-$pkgver
+  stestr run
+}
+
+package() {
+  cd osprofiler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 20:04:30
  Author: felixonmars
Revision: 665071

upgpkg: python-osprofiler 3.3.0-1

Modified:
  python-osprofiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:45:51 UTC (rev 665070)
+++ PKGBUILD2020-07-23 20:04:30 UTC (rev 665071)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-osprofiler
-pkgver=3.2.2
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="OpenStack Profiler Library"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-ddt' 'python-docutils' 'python-elasticsearch' 
'python-jaeger-client'
   'python-pymongo' 'python-redis' 'python-stestr')
 
source=("https://github.com/openstack/osprofiler/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('466f27986ff4387bcfed4a69b1c465fda67ccc589deec70e25df34a1a70ee346c389a112bd51f6727c2c470b953eb759f66d93e90f0a072bea19186fcbc55156')
+sha512sums=('68fa21397b572bbde303ebce7fd31a0d4e24074d43a3a000dc5e44e452216c54cbbc7820ec36f5e8ff560f84b4e9256dfab300a3f564437707972c3164d08f2f')
 
 export PBR_VERSION=$pkgver
 


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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:46:04
  Author: anthraxx
Revision: 392459

upgpkg: fping 4.3-1

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:05:37 UTC (rev 392458)
+++ PKGBUILD2020-07-23 19:46:04 UTC (rev 392459)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=fping
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
 pkgdesc='Utility to ping multiple hosts at once'
 url='https://www.fping.org/'
 arch=('x86_64')
@@ -12,13 +12,14 @@
 depends=('glibc')
 install=${pkgname}.install
 source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('2bab34dae539d942eb5e436802e6f74d57c04aa4b782f9adbd6c27830209fdb47707131f20ed966012bcec3d253c9bb3df9033a60b55bfe560af6bb1f572ee8a'
+sha512sums=('9304a590a9a914227331d495aae9bce434dbef6768b2efbca15bc3dddbdd2c0b8406402c0fe40f8e83740f35704b7473287ac80f7c638549174c0ec055ea8bcb'
 'SKIP')
+b2sums=('43d68f8b6884d562aa5563049b1de5e2cc53c02b2ffd2870200cb535c9d0480c5b29e2f2d4886616f8bc0f41f011c671faf35a97f3a9e47275d6a86c1b7bd0a8'
+'SKIP')
 validpgpkeys=('8D1E89B8FBA920A5A609F2615A11A22BC5A1F734') # David Schweikert 

 
 build() {
   cd ${pkgname}-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 19:45:11
  Author: felixonmars
Revision: 665067

upgpkg: python-xcffib 0.10.1-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:41:11 UTC (rev 665066)
+++ PKGBUILD2020-07-23 19:45:11 UTC (rev 665067)
@@ -2,7 +2,7 @@
 # Contributor: Roger Duran 
 
 pkgname=python-xcffib
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 
'haskell-xcffib')
 checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz;)
-sha512sums=('fdf0bbeba709d2b4c83e51d8fe1b9aea97165f72ff2cd483daf3f837e179619e8e651ac925ac1a46b57becc5fec6b5c07f925f683bd6ad592489ef5a43737151')
+sha512sums=('62bf10d35b1afc42f91e4f404a2eba6355ca55567dc1a1e8f5dc5b49bec8e1713637ada1c299fab638df1f729085bba3c64a9868ad85486574fa4689745c9d04')
 
 build() {
   cd "$srcdir"/xcffib-$pkgver


[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:45:45
  Author: anthraxx
Revision: 665069

upgpkg: pycharm-community-edition 2020.1.4-1

Modified:
  pycharm-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:45:28 UTC (rev 665068)
+++ PKGBUILD2020-07-23 19:45:45 UTC (rev 665069)
@@ -3,9 +3,9 @@
 # Contributor: David Keogh 
 
 pkgname=pycharm-community-edition
-pkgver=2020.1.3
-_build=201.8538.36
-_gitcommit=3e0e8f91ced043195717b296b09e008802b2f6aa
+pkgver=2020.1.4
+_build=201.8743.11
+_gitcommit=260a7894571c469a79b33e8238f552c5d5ac467d
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
 arch=(x86_64)


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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:45:51
  Author: anthraxx
Revision: 665070

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 665069, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 665069, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 665069, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  182 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   40 +--
 3 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 19:45:45 UTC (rev 665069)
+++ PKGBUILD2020-07-23 19:45:51 UTC (rev 665070)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.1.3
-_build=201.8538.36
-_gitcommit=3e0e8f91ced043195717b296b09e008802b2f6aa
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  java11-openjfx
-  python
-  sh
-  ttf-font
-  libdbusmenu-glib
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  sed '/def targetOs =/c def targetOs = "linux"' -i 
build/dependencies/setupJbre.gradle
-  sed '/String targetOS/c   String targetOS = OS_LINUX' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
-  sed -E 's|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
665069, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 19:45:51 UTC (rev 665070)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.1.4
+_build=201.8743.11
+_gitcommit=260a7894571c469a79b33e8238f552c5d5ac467d
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 

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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:46:09
  Author: anthraxx
Revision: 392460

archrelease: copy trunk to extra-x86_64

Added:
  fping/repos/extra-x86_64/PKGBUILD
(from rev 392459, fping/trunk/PKGBUILD)
  fping/repos/extra-x86_64/fping.install
(from rev 392459, fping/trunk/fping.install)
Deleted:
  fping/repos/extra-x86_64/PKGBUILD
  fping/repos/extra-x86_64/fping.install

---+
 PKGBUILD  |   75 
 fping.install |   18 ++---
 2 files changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 19:46:04 UTC (rev 392459)
+++ PKGBUILD2020-07-23 19:46:09 UTC (rev 392460)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=fping
-pkgver=4.2
-pkgrel=2
-pkgdesc='Utility to ping multiple hosts at once'
-url='https://www.fping.org/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-install=${pkgname}.install
-source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('2bab34dae539d942eb5e436802e6f74d57c04aa4b782f9adbd6c27830209fdb47707131f20ed966012bcec3d253c9bb3df9033a60b55bfe560af6bb1f572ee8a'
-'SKIP')
-validpgpkeys=('8D1E89B8FBA920A5A609F2615A11A22BC5A1F734') # David Schweikert 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---mandir=/usr/share/man \
---enable-ipv4 \
---enable-ipv6
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 392459, 
fping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 19:46:09 UTC (rev 392460)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=fping
+pkgver=4.3
+pkgrel=1
+pkgdesc='Utility to ping multiple hosts at once'
+url='https://www.fping.org/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+install=${pkgname}.install
+source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('9304a590a9a914227331d495aae9bce434dbef6768b2efbca15bc3dddbdd2c0b8406402c0fe40f8e83740f35704b7473287ac80f7c638549174c0ec055ea8bcb'
+'SKIP')
+b2sums=('43d68f8b6884d562aa5563049b1de5e2cc53c02b2ffd2870200cb535c9d0480c5b29e2f2d4886616f8bc0f41f011c671faf35a97f3a9e47275d6a86c1b7bd0a8'
+'SKIP')
+validpgpkeys=('8D1E89B8FBA920A5A609F2615A11A22BC5A1F734') # David Schweikert 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--mandir=/usr/share/man \
+--enable-ipv4 \
+--enable-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fping.install
===
--- fping.install   2020-07-23 19:46:04 UTC (rev 392459)
+++ fping.install   2020-07-23 19:46:09 UTC (rev 392460)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap cap_net_raw=ep usr/bin/fping  2>/dev/null || chmod +s usr/bin/fping
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fping/repos/extra-x86_64/fping.install (from rev 392459, 
fping/trunk/fping.install)
===
--- fping.install   (rev 0)
+++ fping.install   2020-07-23 19:46:09 UTC (rev 392460)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/fping  2>/dev/null || chmod +s usr/bin/fping
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 19:45:28
  Author: felixonmars
Revision: 665068

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 19:45:11 UTC (rev 665067)
+++ PKGBUILD2020-07-23 19:45:28 UTC (rev 665068)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-pkgname=python-xcffib
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
-arch=('any')
-url="https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-depends=('python-six' 'python-cffi' 'libxcb')
-makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 
'haskell-xcffib')
-checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz;)
-sha512sums=('fdf0bbeba709d2b4c83e51d8fe1b9aea97165f72ff2cd483daf3f837e179619e8e651ac925ac1a46b57becc5fec6b5c07f925f683bd6ad592489ef5a43737151')
-
-build() {
-  cd "$srcdir"/xcffib-$pkgver
-  make xcffib GEN=xcffibgen CABAL=true
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/xcffib-$pkgver
-  xvfb-run nosetests3
-}
-
-package() {
-  cd xcffib-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 665067, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 19:45:28 UTC (rev 665068)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgname=python-xcffib
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+depends=('python-six' 'python-cffi' 'libxcb')
+makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 
'haskell-xcffib')
+checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz;)
+sha512sums=('62bf10d35b1afc42f91e4f404a2eba6355ca55567dc1a1e8f5dc5b49bec8e1713637ada1c299fab638df1f729085bba3c64a9868ad85486574fa4689745c9d04')
+
+build() {
+  cd "$srcdir"/xcffib-$pkgver
+  make xcffib GEN=xcffibgen CABAL=true
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/xcffib-$pkgver
+  xvfb-run nosetests3
+}
+
+package() {
+  cd xcffib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:41:11
  Author: anthraxx
Revision: 665066

archrelease: copy trunk to community-x86_64

Added:
  ccache/repos/community-x86_64/PKGBUILD
(from rev 665065, ccache/trunk/PKGBUILD)
Deleted:
  ccache/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 19:41:07 UTC (rev 665065)
+++ PKGBUILD2020-07-23 19:41:11 UTC (rev 665066)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.7.10
-pkgrel=1
-pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
-url='https://ccache.samba.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'zlib')
-source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
-validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha512sums=('64b0d42af7fd2dfdda65668b04dbd16807a22324e336e61f6c6a91c00110fb535c7ac9062a9c14c924a7ddaf42247f69a43d83dd0fd187ce3b0737158b5bb8fc'
-'SKIP')
-b2sums=('d7c06ee55a79afb4b72cdc20ec3d6413a5417301c63a0c822a4f82e6b9542c7a9cdf9f1bbd60a4698c335fdddfadcb9d674bff02c6dad1c2df9932212fdf6477'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
-  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -d "${pkgdir}/usr/lib/ccache/bin"
-  local _prog
-  for _prog in gcc g++ c++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
-  done
-  for _prog in cc clang clang++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: ccache/repos/community-x86_64/PKGBUILD (from rev 665065, 
ccache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 19:41:11 UTC (rev 665066)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=ccache
+pkgver=3.7.11
+pkgrel=1
+pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
+url='https://ccache.samba.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'zlib')
+source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
+validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

+sha512sums=('47b71b3ab4b89bf9b6f6d15941c22d2207b369922f51f9a8fbf4e86554325053dccce669e1c1ed3c0019a7e0a3d610f399e52d3fee68b56111aa7c1b24132c11'
+'SKIP')
+b2sums=('46fc5d65d6224bb796db7632b35ccca1089e5fed36eeb2ba231cf4c1aaa94be10bf0504f6ef565ce11673e527e09dee64583a764062ca7fea38364d790dd8cc1'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
+  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -d "${pkgdir}/usr/lib/ccache/bin"
+  local _prog
+  for _prog in gcc g++ c++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
+  done
+  for _prog in cc clang clang++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:41:07
  Author: anthraxx
Revision: 665065

upgpkg: ccache 3.7.11-1

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:31:55 UTC (rev 665064)
+++ PKGBUILD2020-07-23 19:41:07 UTC (rev 665065)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ccache
-pkgver=3.7.10
+pkgver=3.7.11
 pkgrel=1
 pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
 url='https://ccache.samba.org/'
@@ -12,9 +12,9 @@
 depends=('glibc' 'zlib')
 
source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha512sums=('64b0d42af7fd2dfdda65668b04dbd16807a22324e336e61f6c6a91c00110fb535c7ac9062a9c14c924a7ddaf42247f69a43d83dd0fd187ce3b0737158b5bb8fc'
+sha512sums=('47b71b3ab4b89bf9b6f6d15941c22d2207b369922f51f9a8fbf4e86554325053dccce669e1c1ed3c0019a7e0a3d610f399e52d3fee68b56111aa7c1b24132c11'
 'SKIP')
-b2sums=('d7c06ee55a79afb4b72cdc20ec3d6413a5417301c63a0c822a4f82e6b9542c7a9cdf9f1bbd60a4698c335fdddfadcb9d674bff02c6dad1c2df9932212fdf6477'
+b2sums=('46fc5d65d6224bb796db7632b35ccca1089e5fed36eeb2ba231cf4c1aaa94be10bf0504f6ef565ce11673e527e09dee64583a764062ca7fea38364d790dd8cc1'
 'SKIP')
 
 build() {


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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:31:55
  Author: anthraxx
Revision: 665064

archrelease: copy trunk to community-x86_64

Added:
  distorm/repos/community-x86_64/PKGBUILD
(from rev 665063, distorm/trunk/PKGBUILD)
Deleted:
  distorm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 19:31:50 UTC (rev 665063)
+++ PKGBUILD2020-07-23 19:31:55 UTC (rev 665064)
@@ -1,60 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Mike Sampson 
-# Contributor: Dmitry A. Ilyashevich 
-
-pkgbase=distorm
-pkgname=('distorm' 'python-distorm' 'python2-distorm')
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Powerful disassembler library for x86/AMD64'
-url='https://github.com/gdabah/distorm'
-arch=('x86_64')
-license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'glibc')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
-sha512sums=('0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-  sed -e '1i#!/usr/bin/env python' -i 
${pkgbase}-${pkgver}/examples/python/sample.py
-  sed -e '1i#!/usr/bin/env python2' -i 
${pkgbase}-${pkgver}-py2/examples/python/sample.py
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-make -C make/linux CFLAGS="${CFLAGS} ${CPPFLAGS} -fPIC"
-python setup.py build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-package_distorm() {
-  depends=('glibc')
-  provides=('libdistorm3.so')
-  cd ${pkgbase}-${pkgver}
-  make -C make/linux PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 include/*.h -t "${pkgdir}/usr/include"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -sf "/usr/lib/libdistorm3.so.$(grep 'LIB_R_VERSION =' 
make/linux/Makefile|cut -d' ' -f3)" "${pkgdir}/usr/lib/libdistorm3.so"
-}
-
-package_python-distorm() {
-  depends=('python')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 examples/python/sample.py -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-distorm() {
-  depends=('python2')
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 examples/python/sample.py -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: distorm/repos/community-x86_64/PKGBUILD (from rev 665063, 
distorm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 19:31:55 UTC (rev 665064)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mike Sampson 
+# Contributor: Dmitry A. Ilyashevich 
+
+pkgbase=distorm
+pkgname=('distorm' 'python-distorm' 'python2-distorm')
+pkgver=3.5
+pkgrel=1
+pkgdesc='Powerful disassembler library for x86/AMD64'
+url='https://github.com/gdabah/distorm'
+arch=('x86_64')
+license=('BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'glibc')
+options=('staticlibs')
+source=(https://github.com/gdabah/distorm/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e6aa36e5c70004ea759549e056d052c2f510f47c3f23175fb9f73278df96562fb0bda62421372b29ca20145a0b873c466f19e48f588a05a9d4da42da79ef1a5c')
+b2sums=('4fd316620693517627f5673880714e4e105b7309e3c148f3d9958698764c29870c3f0bd6a29f9caa7d524e54a6d6c35f00ad9f5b0dd39f50baaf56170a2e5f29')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+make -C make/linux CFLAGS="${CFLAGS} ${CPPFLAGS} -fPIC"
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_distorm() {
+  depends=('glibc')
+  provides=('libdistorm3.so')
+  cd ${pkgbase}-${pkgver}
+  make -C make/linux PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 include/*.h -t "${pkgdir}/usr/include"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -sf "/usr/lib/libdistorm3.so.$(grep 'LIB_R_VERSION =' 
make/linux/Makefile|cut -d' ' -f3)" "${pkgdir}/usr/lib/libdistorm3.so"
+}
+
+package_python-distorm() {
+  depends=('python')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-distorm() {
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 COPYING -t 

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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:31:50
  Author: anthraxx
Revision: 665063

upgpkg: distorm 3.5-1

Modified:
  distorm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:30:31 UTC (rev 665062)
+++ PKGBUILD2020-07-23 19:31:50 UTC (rev 665063)
@@ -4,8 +4,8 @@
 
 pkgbase=distorm
 pkgname=('distorm' 'python-distorm' 'python2-distorm')
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.5
+pkgrel=1
 pkgdesc='Powerful disassembler library for x86/AMD64'
 url='https://github.com/gdabah/distorm'
 arch=('x86_64')
@@ -12,13 +12,12 @@
 license=('BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'glibc')
 options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
-sha512sums=('0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083')
+source=(https://github.com/gdabah/distorm/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e6aa36e5c70004ea759549e056d052c2f510f47c3f23175fb9f73278df96562fb0bda62421372b29ca20145a0b873c466f19e48f588a05a9d4da42da79ef1a5c')
+b2sums=('4fd316620693517627f5673880714e4e105b7309e3c148f3d9958698764c29870c3f0bd6a29f9caa7d524e54a6d6c35f00ad9f5b0dd39f50baaf56170a2e5f29')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}
-  sed -e '1i#!/usr/bin/env python' -i 
${pkgbase}-${pkgver}/examples/python/sample.py
-  sed -e '1i#!/usr/bin/env python2' -i 
${pkgbase}-${pkgver}-py2/examples/python/sample.py
 }
 
 build() {
@@ -45,7 +44,6 @@
   depends=('python')
   cd ${pkgbase}-${pkgver}
   python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 examples/python/sample.py -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
@@ -53,7 +51,6 @@
   depends=('python2')
   cd ${pkgbase}-${pkgver}-py2
   python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 examples/python/sample.py -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 


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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:30:31
  Author: anthraxx
Revision: 665062

archrelease: copy trunk to community-x86_64

Added:
  cobalt/repos/community-x86_64/PKGBUILD
(from rev 665061, cobalt/trunk/PKGBUILD)
Deleted:
  cobalt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 19:30:27 UTC (rev 665061)
+++ PKGBUILD2020-07-23 19:30:31 UTC (rev 665062)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stas Rudakou 
-
-pkgname=cobalt
-pkgver=0.15.11
-pkgrel=1
-pkgdesc='Static site generator written in Rust'
-url='https://cobalt-org.github.io/'
-arch=('x86_64')
-license=('MIT')
-depends=('openssl' 'libsass')
-makedepends=('rust' 'cargo')
-source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('db097c17a59ab9ffe294f84c41ca97498c6d61ddff591e8624f01e5292a1f96505e206e952b54279471cecff0b5c2eb8ecb71c2db9776954a424d7d9070f1022')
-b2sums=('5881a095123730175ca7b63f745c70ebc58efabff98608ea164e6c7957821f55ef5f5709d9b7383bcb2e0574f228c94281d1e9de06bc67b840ed6ae6b0becf2b')
-
-build() {
-  cd ${pkgname}.rs-${pkgver}
-  cargo build --release --locked --features 'syntax-highlight sass'
-}
-
-check() {
-  cd ${pkgname}.rs-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}.rs-${pkgver}
-  install -Dm 755 target/release/cobalt -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cobalt/repos/community-x86_64/PKGBUILD (from rev 665061, 
cobalt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 19:30:31 UTC (rev 665062)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stas Rudakou 
+
+pkgname=cobalt
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Static site generator written in Rust'
+url='https://cobalt-org.github.io/'
+arch=('x86_64')
+license=('MIT')
+depends=('openssl' 'libsass')
+makedepends=('rust' 'cargo')
+source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
+sha512sums=('055b7114a4018e9f233786eb5c1b9f959e2e2ce3e96783376a0c92ebbe3e34c85a3a9f17946ed615f087c161820bb3f05738be81f9c14ed459bf4a1de99f2be0')
+b2sums=('0a7183dbff6556cc7c9e9c4cf78ba913a69c089cb4a98b47e6446162092d0bcc9e009d1981b0bfb3174854d2003b3b20a05318dedd7e9b7e05f0b4f5a0554e4b')
+
+build() {
+  cd ${pkgname}.rs-${pkgver}
+  cargo build --release --locked --features 'syntax-highlight sass'
+}
+
+check() {
+  cd ${pkgname}.rs-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}.rs-${pkgver}
+  install -Dm 755 target/release/cobalt -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:30:27
  Author: anthraxx
Revision: 665061

upgpkg: cobalt 0.16.0-1

Modified:
  cobalt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:29:53 UTC (rev 665060)
+++ PKGBUILD2020-07-23 19:30:27 UTC (rev 665061)
@@ -2,7 +2,7 @@
 # Contributor: Stas Rudakou 
 
 pkgname=cobalt
-pkgver=0.15.11
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Static site generator written in Rust'
 url='https://cobalt-org.github.io/'
@@ -11,8 +11,8 @@
 depends=('openssl' 'libsass')
 makedepends=('rust' 'cargo')
 
source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('db097c17a59ab9ffe294f84c41ca97498c6d61ddff591e8624f01e5292a1f96505e206e952b54279471cecff0b5c2eb8ecb71c2db9776954a424d7d9070f1022')
-b2sums=('5881a095123730175ca7b63f745c70ebc58efabff98608ea164e6c7957821f55ef5f5709d9b7383bcb2e0574f228c94281d1e9de06bc67b840ed6ae6b0becf2b')
+sha512sums=('055b7114a4018e9f233786eb5c1b9f959e2e2ce3e96783376a0c92ebbe3e34c85a3a9f17946ed615f087c161820bb3f05738be81f9c14ed459bf4a1de99f2be0')
+b2sums=('0a7183dbff6556cc7c9e9c4cf78ba913a69c089cb4a98b47e6446162092d0bcc9e009d1981b0bfb3174854d2003b3b20a05318dedd7e9b7e05f0b4f5a0554e4b')
 
 build() {
   cd ${pkgname}.rs-${pkgver}


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

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:29:53
  Author: anatolik
Revision: 665060

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-shell/repos/community-testing-x86_64/
  gitlab-shell/repos/community-testing-x86_64/PKGBUILD
(from rev 665059, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-testing-x86_64/configs.patch
(from rev 665059, gitlab-shell/trunk/configs.patch)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.gitconfig
(from rev 665059, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.install
(from rev 665059, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.sysusers
(from rev 665059, gitlab-shell/trunk/gitlab-shell.sysusers)

+
 PKGBUILD   |  101 +++
 configs.patch  |   61 
 gitlab-shell.gitconfig |   12 +
 gitlab-shell.install   |9 
 gitlab-shell.sysusers  |1 
 5 files changed, 184 insertions(+)

Copied: gitlab-shell/repos/community-testing-x86_64/PKGBUILD (from rev 665059, 
gitlab-shell/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-23 19:29:53 UTC (rev 665060)
@@ -0,0 +1,101 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-shell
+pkgver=13.4.0
+pkgrel=1
+epoch=2
+pkgdesc="Git management software"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby' 'redis' 'git')
+makedepends=('go')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+"etc/webapps/${pkgname}/.gitconfig")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/-/archive/v${pkgver}/gitlab-shell-v${pkgver}.tar.gz;
+"configs.patch"
+"gitlab-shell.gitconfig"
+"gitlab-shell.sysusers")
+sha512sums=('3c151ce291b267f563aa625190b2dde00f93ac850087387e86229ead3640108f55788766f8a84973587637d3332f4287c6b8021e0ccaf5f43cfaea1616f65ba0'
+
'49c5f15eeb985f402296faa991315311596ebf527b1fe715e94852c7048c767ccd69da3b42ddf3ebd45b86838ec72389d68a2204764f432ae5e9ce1651ff1966'
+
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
+
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
+
+_datadir="/usr/share/webapps/${pkgname}"
+_etcdir="/etc/webapps/${pkgname}"
+_homedir="/var/lib/gitlab"
+_logdir="/var/log/gitlab"
+_srcdir="gitlab-shell-v${pkgver}"
+
+prepare() {
+  cd "${srcdir}/${_srcdir}"
+
+  patch -p1 < ../configs.patch
+  # At this point config file should not contain any references to '/home/git'
+}
+
+build() {
+  cd "${srcdir}/${_srcdir}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build
+}
+
+package() {
+  cd "${srcdir}/${_srcdir}"
+
+  install -dm755 -o root -g root "${pkgdir}${_datadir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
+  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
+  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
+
+  # sysusers
+  install -Dm644 "${srcdir}/gitlab-shell.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-shell.conf"
+
+  # .gitconfig
+  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
+  ln -fs "${_etcdir}/.gitconfig" "${pkgdir}${_homedir}/.gitconfig"
+
+  # .gitlab_shell_secret
+  touch "${pkgdir}${_etcdir}/secret"
+  chmod 640 "${pkgdir}${_etcdir}/secret"
+  chown root:105 "${pkgdir}${_etcdir}/secret"
+  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
+
+  # config.yml
+  install -Dm644 config.yml.example "${pkgdir}${_etcdir}/config.yml"
+  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
+
+  cp -r VERSION bin hooks spec support "${pkgdir}${_datadir}"
+  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
+
+  # 

[arch-commits] Commit in gitlab-shell/trunk (PKGBUILD configs.patch)

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:29:19
  Author: anatolik
Revision: 665059

upgpkg: gitlab-shell 2:13.4.0-1

Modified:
  gitlab-shell/trunk/PKGBUILD
  gitlab-shell/trunk/configs.patch

---+
 PKGBUILD  |9 +
 configs.patch |   12 
 2 files changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:28:00 UTC (rev 665058)
+++ PKGBUILD2020-07-23 19:29:19 UTC (rev 665059)
@@ -1,4 +1,5 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
 # Contributor: Pavol (Lopo) Hluchy 
 # Contributor: Massimiliano Torromeo 
 # Contributor: Jonas Heinrich 
@@ -11,7 +12,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-shell
-pkgver=13.3.0
+pkgver=13.4.0
 pkgrel=1
 epoch=2
 pkgdesc="Git management software"
@@ -29,8 +30,8 @@
 "configs.patch"
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('f13b2c9ddb5f937f5f38097c94cd9f5ea7b02b2b0cdda3e0fa9285a789a47764a00f44017a39c377cde5c3528cce6a6a41af53e65e2ab8a55e20871ec6658b5a'
-
'ebb6f950a3ef47e187216f8a47d43d08dbe8a5883bd2d1d9aedd3b2f83b92dbbd0cdf733a331bbc8e130a45002bc99a7e4b31fa3b9fad21edea5f82dfbd80940'
+sha512sums=('3c151ce291b267f563aa625190b2dde00f93ac850087387e86229ead3640108f55788766f8a84973587637d3332f4287c6b8021e0ccaf5f43cfaea1616f65ba0'
+
'49c5f15eeb985f402296faa991315311596ebf527b1fe715e94852c7048c767ccd69da3b42ddf3ebd45b86838ec72389d68a2204764f432ae5e9ce1651ff1966'
 
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
 

Modified: configs.patch
===
--- configs.patch   2020-07-23 19:28:00 UTC (rev 665058)
+++ configs.patch   2020-07-23 19:29:19 UTC (rev 665059)
@@ -1,6 +1,6 @@
-commit e713b14a4c3344669da1702141abedc755b12f35
+commit 1621cfc0cb80493412dc43841ab48781630e481a
 Author: Anatol Pomozov 
-Date:   Thu Jun 4 11:56:44 2020 -0700
+Date:   Tue May 26 00:39:46 2020 -0700
 
 Patch config files with Arch Linux specific locations
 
@@ -15,7 +15,7 @@
 will cause a conflict that needs to be reviewed manually.
 
 diff --git a/config.yml.example b/config.yml.example
-index c2c1027..e34dcac 100644
+index 60435a3..5001cc2 100644
 --- a/config.yml.example
 +++ b/config.yml.example
 @@ -4,7 +4,7 @@
@@ -36,7 +36,7 @@
  
  # See installation.md#using-https for additional HTTPS configuration details.
  http_settings:
-@@ -25,15 +25,15 @@ http_settings:
+@@ -25,7 +25,7 @@ http_settings:
self_signed_cert: false
  
  # File used as authorized_keys for gitlab user
@@ -43,6 +43,10 @@
 -auth_file: "/home/git/.ssh/authorized_keys"
 +auth_file: "/var/lib/gitlab/.ssh/authorized_keys"
  
+ # SSL certificate dir where custom certificates can be placed
+ # https://golang.org/pkg/crypto/x509/
+@@ -33,11 +33,11 @@ auth_file: "/home/git/.ssh/authorized_keys"
+ 
  # File that contains the secret key for verifying access to GitLab.
  # Default is .gitlab_shell_secret in the gitlab-shell directory.
 -# secret_file: "/home/git/gitlab-shell/.gitlab_shell_secret"


[arch-commits] Commit in (swig3)

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:28:00
  Author: anatolik
Revision: 665058

swig3: this package has been dropped from the repo, remove its SVN dir as well

Deleted:
  swig3/


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

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:15:46
  Author: anatolik
Revision: 665057

archrelease: copy trunk to community-testing-x86_64

Added:
  aws-checksums/repos/community-testing-x86_64/
  aws-checksums/repos/community-testing-x86_64/PKGBUILD
(from rev 665056, aws-checksums/trunk/PKGBUILD)

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

Copied: aws-checksums/repos/community-testing-x86_64/PKGBUILD (from rev 665056, 
aws-checksums/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-23 19:15:46 UTC (rev 665057)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-checksums
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Cross-Platform HW accelerated CRC32c and CRC32 with fallback to 
efficient SW implementations.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-checksums'
+license=(Apache)
+makedepends=(cmake)
+source=(aws-checksums-$pkgver.zip::https://github.com/awslabs/aws-checksums/archive/v$pkgver.zip)
+sha256sums=('f8b8b894a846c3b25824d356b85edc99e1b565a81d2d3265b7e246b9a753bedf')
+
+build() {
+  cd aws-checksums-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-checksums-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-checksums-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:15:25
  Author: anatolik
Revision: 665056

upgpkg: aws-checksums 0.1.7-1

Modified:
  aws-checksums/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:47:44 UTC (rev 665055)
+++ PKGBUILD2020-07-23 19:15:25 UTC (rev 665056)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-checksums
-pkgver=0.1.5
+pkgver=0.1.7
 pkgrel=1
 pkgdesc='Cross-Platform HW accelerated CRC32c and CRC32 with fallback to 
efficient SW implementations.'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(Apache)
 makedepends=(cmake)
 
source=(aws-checksums-$pkgver.zip::https://github.com/awslabs/aws-checksums/archive/v$pkgver.zip)
-sha256sums=('538aee3dd5fd58e0f6ec70f846c35263fcd9244fb62ede49fe8a700e489cd462')
+sha256sums=('f8b8b894a846c3b25824d356b85edc99e1b565a81d2d3265b7e246b9a753bedf')
 
 build() {
   cd aws-checksums-$pkgver


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

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:05:21
  Author: anatolik
Revision: 392457

upgpkg: spice-protocol 0.14.2-1

Modified:
  spice-protocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 19:04:38 UTC (rev 392456)
+++ PKGBUILD2020-07-23 19:05:21 UTC (rev 392457)
@@ -2,7 +2,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice-protocol
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="Headers for SPICE protocol"
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD' 'LGPL2.1')
 makedepends=('meson')
 
source=(https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v$pkgver/spice-protocol-v$pkgver.tar.gz)
-md5sums=('097faa51c224645ee2539d4acd3103ac')
+md5sums=('265539c4eba2079521980fce0ac64563')
 
 build() {
   mkdir build


[arch-commits] Commit in spice-protocol/repos (testing-any testing-any/PKGBUILD)

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:05:37
  Author: anatolik
Revision: 392458

archrelease: copy trunk to testing-any

Added:
  spice-protocol/repos/testing-any/
  spice-protocol/repos/testing-any/PKGBUILD
(from rev 392457, spice-protocol/trunk/PKGBUILD)

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

Copied: spice-protocol/repos/testing-any/PKGBUILD (from rev 392457, 
spice-protocol/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-07-23 19:05:37 UTC (rev 392458)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice-protocol
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="Headers for SPICE protocol"
+arch=(any)
+url="https://spice-space.org;
+license=('BSD' 'LGPL2.1')
+makedepends=('meson')
+source=(https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v$pkgver/spice-protocol-v$pkgver.tar.gz)
+md5sums=('265539c4eba2079521980fce0ac64563')
+
+build() {
+  mkdir build
+  cd "$srcdir/$pkgname-v$pkgver"
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+package() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  DESTDIR="$pkgdir/" ninja -C ../build install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:04:38
  Author: anatolik
Revision: 392456

archrelease: copy trunk to testing-any

Added:
  rubygems/repos/testing-any/
  rubygems/repos/testing-any/PKGBUILD
(from rev 392455, rubygems/trunk/PKGBUILD)
  rubygems/repos/testing-any/gemrc
(from rev 392455, rubygems/trunk/gemrc)
  rubygems/repos/testing-any/stop_so_duplication.patch
(from rev 392455, rubygems/trunk/stop_so_duplication.patch)

---+
 PKGBUILD  |   45 
 gemrc |5 
 stop_so_duplication.patch |   26 +
 3 files changed, 76 insertions(+)

Copied: rubygems/repos/testing-any/PKGBUILD (from rev 392455, 
rubygems/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-07-23 19:04:38 UTC (rev 392456)
@@ -0,0 +1,45 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=rubygems
+pkgdesc='Package management framework for Ruby'
+pkgver=3.1.4
+pkgrel=1
+arch=(any)
+url='https://rubygems.org/'
+license=(MIT)
+# To avoid circular dependency with ruby, move it to makedepends
+makedepends=(ruby)
+backup=(etc/gemrc)
+checkdepends=(rake)
+source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
+stop_so_duplication.patch
+   gemrc)
+sha512sums=('751f4ed87c12c6548314f8eadca4c1d588df9cf81990fb9ddb06fcaf46794ad3a4df743566ad19ba64ab2fb484583538424f468de288d2b31e52a24efa660981'
+
'9919490bbf7dba979a1df7543e62eb3fca48e8a516e6b6ab0a73080952e1b58599b7f233259d122dc66bf93f032b434d70e0dd448a1cb86513f01acb51b2120e'
+
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
+
+prepare() {
+  cd rubygems-${pkgver}
+  patch -p1 < ../stop_so_duplication.patch
+}
+
+check() {
+  cd rubygems-${pkgver}
+
+  # disable as it requires a lot of ruby-* dependencies
+  #rake test
+}
+
+package() {
+  depends+=(ruby)
+  cd rubygems-${pkgver}
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  local rubyver=$(ruby --version | sed -r 's|^ruby 
([[:digit:]]+\.[[:digit:]]+\.).*$|\1|')0
+
+  install -d "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m755 bin/gem "${pkgdir}/usr/bin/gem"
+  cp -r lib/* "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m644 MIT.txt "${pkgdir}/usr/share/licenses/rubygems/MIT.txt"
+}

Copied: rubygems/repos/testing-any/gemrc (from rev 392455, rubygems/trunk/gemrc)
===
--- testing-any/gemrc   (rev 0)
+++ testing-any/gemrc   2020-07-23 19:04:38 UTC (rev 392456)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at 
http://guides.rubygems.org/command-reference/#gem-environment
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: rubygems/repos/testing-any/stop_so_duplication.patch (from rev 392455, 
rubygems/trunk/stop_so_duplication.patch)
===
--- testing-any/stop_so_duplication.patch   (rev 0)
+++ testing-any/stop_so_duplication.patch   2020-07-23 19:04:38 UTC (rev 
392456)
@@ -0,0 +1,26 @@
+commit ac83e58d1b9af68042433ae7ca8c9ff55b379770
+Author: Anatol Pomozov 
+Date:   Fri Dec 27 15:43:14 2019 -0800
+
+Do not put generated *.so file to 'lib/'
+
+Keep the *.so files under extension directory only. 'lib/' is for ruby
+sources only.
+
+References:
+  
https://src.fedoraproject.org/rpms/rubygems/blob/master/f/operating_system.rb
+  https://github.com/rubygems/rubygems/issues/749
+
+diff --git a/lib/rubygems/defaults.rb b/lib/rubygems/defaults.rb
+index d4ff4a26..4926f322 100644
+--- a/lib/rubygems/defaults.rb
 b/lib/rubygems/defaults.rb
+@@ -144,7 +144,7 @@ module Gem
+   # Install extensions into lib as well as into the extension directory.
+ 
+   def self.install_extension_in_lib # :nodoc:
+-true
++false
+   end
+ 
+   ##


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

2020-07-23 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 19:04:11
  Author: anatolik
Revision: 392455

upgpkg: rubygems 3.1.4-1

Modified:
  rubygems/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:45:27 UTC (rev 392454)
+++ PKGBUILD2020-07-23 19:04:11 UTC (rev 392455)
@@ -2,7 +2,7 @@
 
 pkgname=rubygems
 pkgdesc='Package management framework for Ruby'
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 arch=(any)
 url='https://rubygems.org/'
@@ -14,7 +14,7 @@
 
source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
 stop_so_duplication.patch
gemrc)
-sha512sums=('ab26d9ee1e3fc990e2814da57cc373234cf2798c9edb1ab51704168271a8ff014bd67feaf6876713fcc349bcf9e613a0acda626103c520179f0288b22c14f07d'
+sha512sums=('751f4ed87c12c6548314f8eadca4c1d588df9cf81990fb9ddb06fcaf46794ad3a4df743566ad19ba64ab2fb484583538424f468de288d2b31e52a24efa660981'
 
'9919490bbf7dba979a1df7543e62eb3fca48e8a516e6b6ab0a73080952e1b58599b7f233259d122dc66bf93f032b434d70e0dd448a1cb86513f01acb51b2120e'
 
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
 


[arch-commits] Commit in cockpit/repos/community-x86_64 (8 files)

2020-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, July 23, 2020 @ 18:47:34
  Author: mtorromeo
Revision: 665054

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 665052, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 665052, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 665053, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 665053, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  250 +++---
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 18:47:29 UTC (rev 665053)
+++ PKGBUILD2020-07-23 18:47:34 UTC (rev 665054)
@@ -1,125 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-docker cockpit-machines)
-pkgver=223
-pkgrel=1
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz;
-
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz;
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('564ff12bf11c3aa65f7df0477613eed1ee2002f8b8c450189e752b805fcdb065'
-'e69a039562acfa5064d17281bdb28a7de393f8e7c35c565d07fd92c387b20f93'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
---with-nfs-client-package='"nfs-utils"' \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
-  "cockpit-docker: user interface for managing docker containers"
-  "cockpit-podman: user interface for managing podman containers"
-  "cockpit-machines: user interface for managing virtual machines"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages"
-  "kubernetes: manage cluster")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard,docker,machines} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{docker,machines}.metainfo.xml
 \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  

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

2020-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, July 23, 2020 @ 18:47:29
  Author: mtorromeo
Revision: 665053

upgpkg: cockpit-podman 20-1

Modified:
  cockpit-podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:47:14 UTC (rev 665052)
+++ PKGBUILD2020-07-23 18:47:29 UTC (rev 665053)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-podman
-pkgver=18
+pkgver=20
 pkgrel=1
 pkgdesc='Cockpit UI for podman containers'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(cockpit podman)
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8942c04e6c21a18614a28c4ef573e575867bc8b2a83d3c33d7b14f2391f92cc0')
+sha256sums=('d37939ec5beddb2c821e71df6b98e524360e1e2d9fb3c75fb828e06608ce359f')
 
 package() {
   cd $pkgname


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

2020-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, July 23, 2020 @ 18:47:14
  Author: mtorromeo
Revision: 665052

upgpkg: cockpit 224-1

Modified:
  cockpit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:46:37 UTC (rev 665051)
+++ PKGBUILD2020-07-23 18:47:14 UTC (rev 665052)
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-docker cockpit-machines)
-pkgver=223
+pkgver=224
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,8 +18,8 @@
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('564ff12bf11c3aa65f7df0477613eed1ee2002f8b8c450189e752b805fcdb065'
-'e69a039562acfa5064d17281bdb28a7de393f8e7c35c565d07fd92c387b20f93'
+sha256sums=('6432a5d101749c620d45dfe0b02c6f408c606f5495bf00d5228aa8c8e632aa8f'
+'429cd52871e3dccedd497fd618ed3b1212380e4860d69cb925cd301c3999a5a2'
 'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')


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

2020-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, July 23, 2020 @ 18:47:44
  Author: mtorromeo
Revision: 665055

archrelease: copy trunk to community-x86_64

Added:
  cockpit-podman/repos/community-x86_64/PKGBUILD
(from rev 665054, cockpit-podman/trunk/PKGBUILD)
Deleted:
  cockpit-podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 18:47:34 UTC (rev 665054)
+++ PKGBUILD2020-07-23 18:47:44 UTC (rev 665055)
@@ -1,17 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=cockpit-podman
-pkgver=18
-pkgrel=1
-pkgdesc='Cockpit UI for podman containers'
-arch=('x86_64')
-url='https://github.com/cockpit-project/cockpit-podman'
-license=(LGPL)
-depends=(cockpit podman)
-source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8942c04e6c21a18614a28c4ef573e575867bc8b2a83d3c33d7b14f2391f92cc0')
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cockpit-podman/repos/community-x86_64/PKGBUILD (from rev 665054, 
cockpit-podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 18:47:44 UTC (rev 665055)
@@ -0,0 +1,17 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=cockpit-podman
+pkgver=20
+pkgrel=1
+pkgdesc='Cockpit UI for podman containers'
+arch=('x86_64')
+url='https://github.com/cockpit-project/cockpit-podman'
+license=(LGPL)
+depends=(cockpit podman)
+source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d37939ec5beddb2c821e71df6b98e524360e1e2d9fb3c75fb828e06608ce359f')
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:46:37
  Author: eworm
Revision: 665051

archrelease: copy trunk to community-staging-x86_64

Added:
  
haproxy/repos/community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 665050, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 665050, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-staging-x86_64/haproxy.cfg
(from rev 665050, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-staging-x86_64/haproxy.install
(from rev 665050, haproxy/trunk/haproxy.install)
  haproxy/repos/community-staging-x86_64/haproxy.sysusers
(from rev 665050, haproxy/trunk/haproxy.sysusers)
Deleted:
  
haproxy/repos/community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/repos/community-staging-x86_64/PKGBUILD
  haproxy/repos/community-staging-x86_64/haproxy.cfg
  haproxy/repos/community-staging-x86_64/haproxy.install
  haproxy/repos/community-staging-x86_64/haproxy.sysusers

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   78 +++
 PKGBUILD|  152 +++---
 haproxy.cfg |   98 -
 haproxy.install |   16 -
 haproxy.sysusers|2 
 5 files changed, 173 insertions(+), 173 deletions(-)

Deleted: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-07-23 
18:46:30 UTC (rev 665050)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-07-23 
18:46:37 UTC (rev 665051)
@@ -1,39 +0,0 @@
-diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index bf67c1f..e98a3fa 100644
 a/contrib/halog/Makefile
-+++ b/contrib/halog/Makefile
-@@ -16,7 +16,7 @@ DEFINE   =
- OBJS = halog
- 
- halog: halog.c fgets2.c
--  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(SRC)/ebtree.c 
$(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c $(SRC)/ebsttree.c 
$(SRC)/ebistree.c $(SRC)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(SRC)/ebtree.c $(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c 
$(SRC)/ebsttree.c $(SRC)/ebistree.c $(SRC)/ebimtree.c $^
- 
- clean:
-   rm -f $(OBJS) *.[oas]
-diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6..1276b97 100644
 a/contrib/ip6range/Makefile
-+++ b/contrib/ip6range/Makefile
-@@ -7,7 +7,7 @@ OBJS = ip6range
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
-diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72ed..e92baf3 100644
 a/contrib/iprange/Makefile
-+++ b/contrib/iprange/Makefile
-@@ -7,7 +7,7 @@ OBJS = iprange
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~

Copied: 
haproxy/repos/community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 665050, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 
(rev 0)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-07-23 
18:46:37 UTC (rev 665051)
@@ -0,0 +1,39 @@
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index bf67c1f..e98a3fa 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(SRC)/ebtree.c 
$(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c $(SRC)/ebsttree.c 
$(SRC)/ebistree.c $(SRC)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(SRC)/ebtree.c $(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c 
$(SRC)/ebsttree.c $(SRC)/ebistree.c $(SRC)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6..1276b97 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72ed..e92baf3 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ 

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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:46:30
  Author: eworm
Revision: 665050

upgpkg: haproxy 2.2.1-2: lua 5.4 rebuild - switch to lua53

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:43:34 UTC (rev 665049)
+++ PKGBUILD2020-07-23 18:46:30 UTC (rev 665050)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -10,7 +10,11 @@
 arch=('x86_64')
 license=('GPL')
 
-depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+# TODO: switch to lua 5.4 when possible
+# Function lua_resume() earned a new argument, requires haproxy to be updated.
+# https://github.com/haproxy/haproxy/issues/730
+
+depends=('openssl' 'pcre' 'zlib' 'lua53' 'systemd-libs')
 makedepends=('systemd')
 
 backup=('etc/haproxy/haproxy.cfg')


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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:45:23
  Author: eworm
Revision: 392453

upgpkg: libidn 1.36-1: new upstream release

Modified:
  libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:42:07 UTC (rev 392452)
+++ PKGBUILD2020-07-23 18:45:23 UTC (rev 392453)
@@ -3,8 +3,8 @@
 # Contributor: Eric Johnson 
 
 pkgname=libidn
-pkgver=1.35
-pkgrel=3
+pkgver=1.36
+pkgrel=1
 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
 url="https://www.gnu.org/software/libidn/;
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson 

   '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

-sha256sums=('f11af1005b46b7b15d057d7f107315a1ad46935c7fcdf243c16e46ec14f0fe1e'
+sha256sums=('14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038'
 'SKIP')
 
 prepare() {


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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:45:27
  Author: eworm
Revision: 392454

archrelease: copy trunk to testing-x86_64

Added:
  libidn/repos/testing-x86_64/
  libidn/repos/testing-x86_64/PKGBUILD
(from rev 392453, libidn/trunk/PKGBUILD)

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

Copied: libidn/repos/testing-x86_64/PKGBUILD (from rev 392453, 
libidn/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-23 18:45:27 UTC (rev 392454)
@@ -0,0 +1,46 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+# Contributor: Eric Johnson 
+
+pkgname=libidn
+pkgver=1.36
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
+url="https://www.gnu.org/software/libidn/;
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson 

+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+sha256sums=('14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038'
+'SKIP')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=cca32830b5
+  sed -i '/pragma weak pthread_create/d' {lib/,}gltests/glthread/thread.h
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make check
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  # doc html installation - gtk-doc isn't supported anymore - FS#55151
+  mkdir -p "${pkgdir}/usr/share/gtk-doc/html/${pkgname}"
+  cp -r -v doc/reference/html/* "${pkgdir}/usr/share/gtk-doc/html/${pkgname}"
+}


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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:43:27
  Author: eworm
Revision: 665048

upgpkg: haproxy 2.2.1-1: new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:43:03 UTC (rev 665047)
+++ PKGBUILD2020-07-23 18:43:27 UTC (rev 665048)
@@ -2,8 +2,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.2.1
+pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -10,11 +10,7 @@
 arch=('x86_64')
 license=('GPL')
 
-# TODO: switch to lua 5.4 when possible
-# Function lua_resume() earned a new argument, requires haproxy to be updated.
-# https://github.com/haproxy/haproxy/issues/730
-
-depends=('openssl' 'pcre' 'zlib' 'lua53' 'systemd-libs')
+depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
 makedepends=('systemd')
 
 backup=('etc/haproxy/haproxy.cfg')
@@ -26,7 +22,7 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-sha256sums=('3c1a87160eea40e067f1e2813bfe692280a10c455beb17a8ee7fae11e4223274'
+sha256sums=('536552af1316807c01de727ad3dac84b3a2f5285db32e9bfdfe234e47ff9d124'
 'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
 'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
 '81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')


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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:43:34
  Author: eworm
Revision: 665049

archrelease: copy trunk to community-testing-x86_64

Added:
  haproxy/repos/community-testing-x86_64/
  
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 665048, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 665048, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 665048, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 665048, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/haproxy.sysusers
(from rev 665048, haproxy/trunk/haproxy.sysusers)

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   39 +++
 PKGBUILD|   72 ++
 haproxy.cfg |   49 +
 haproxy.install |8 +
 haproxy.sysusers|1 
 5 files changed, 169 insertions(+)

Copied: 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 665048, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(rev 0)
+++ 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2020-07-23 18:43:34 UTC (rev 665049)
@@ -0,0 +1,39 @@
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index bf67c1f..e98a3fa 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(SRC)/ebtree.c 
$(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c $(SRC)/ebsttree.c 
$(SRC)/ebistree.c $(SRC)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(SRC)/ebtree.c $(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c 
$(SRC)/ebsttree.c $(SRC)/ebistree.c $(SRC)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6..1276b97 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72ed..e92baf3 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~

Copied: haproxy/repos/community-testing-x86_64/PKGBUILD (from rev 665048, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-23 18:43:34 UTC (rev 665049)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=2.2.1
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://www.haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+makedepends=('systemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
+
+sha256sums=('536552af1316807c01de727ad3dac84b3a2f5285db32e9bfdfe234e47ff9d124'
+'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
+'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
+'81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')
+
+prepare() {
+  cd haproxy-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+CPU=generic \
+TARGET=linux-glibc \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1 \
+USE_SYSTEMD=1 \
+EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
+
+  for contrib in halog iprange ip6range systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin OPTIMIZE= 

[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:42:59
  Author: eworm
Revision: 665046

upgpkg: xfce4-whiskermenu-plugin 2.4.6-1: new upstream release

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:33:32 UTC (rev 665045)
+++ PKGBUILD2020-07-23 18:42:59 UTC (rev 665046)
@@ -3,7 +3,7 @@
 # Contributor: Graeme Gott 
 
 pkgname=xfce4-whiskermenu-plugin
-pkgver=2.4.5
+pkgver=2.4.6
 pkgrel=1
 pkgdesc='Menu for Xfce4'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
 makedepends=('cmake' 'ninja')
 
source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
-sha256sums=('f5241910ea6411840b8c9f9471f0d262ab0583150bb82f9b280eccbaadb0ebbe')
+sha256sums=('8974d38cc87df528693efe4b6e14bcd233cdb49d2018a23f745110b25744')
 
 build() {
mkdir -p build


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:43:03
  Author: eworm
Revision: 665047

archrelease: copy trunk to community-x86_64

Added:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 665046, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 18:42:59 UTC (rev 665046)
+++ PKGBUILD2020-07-23 18:43:03 UTC (rev 665047)
@@ -1,31 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=2.4.5
-pkgrel=1
-pkgdesc='Menu for Xfce4'
-arch=('x86_64')
-url='https://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
-makedepends=('cmake' 'ninja')
-source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
-sha256sums=('f5241910ea6411840b8c9f9471f0d262ab0583150bb82f9b280eccbaadb0ebbe')
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -GNinja
-   ninja
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-}

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 
665046, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 18:43:03 UTC (rev 665047)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella 
+# Contributor: Alexander F Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=2.4.6
+pkgrel=1
+pkgdesc='Menu for Xfce4'
+arch=('x86_64')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
+makedepends=('cmake' 'ninja')
+source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
+sha256sums=('8974d38cc87df528693efe4b6e14bcd233cdb49d2018a23f745110b25744')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -GNinja
+   ninja
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+}


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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:41:53
  Author: eworm
Revision: 392451

upgpkg: util-linux 2.36-1: new upstream release

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:13:13 UTC (rev 392450)
+++ PKGBUILD2020-07-23 18:41:53 UTC (rev 392451)
@@ -4,8 +4,8 @@
 
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
-_pkgmajor=2.35
-pkgver=${_pkgmajor}.2
+_pkgmajor=2.36
+pkgver=${_pkgmajor}
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url='https://github.com/karelzak/util-linux'
@@ -20,7 +20,7 @@
 '60-rfkill.rules'
 'rfkill-unblock_.service'
 'rfkill-block_.service')
-sha256sums=('21b7431e82f6bcd9441a01beeec3d57ed33ee948f8a5b41da577073c372eb58a'
+sha256sums=('9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1'
 'SKIP'
 '993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92'
 'fc6807842f92e9d3f792d6b64a0d5aad87995a279153ab228b1b2a64d9f32f20'


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

2020-07-23 Thread Christian Hesse via arch-commits
Date: Thursday, July 23, 2020 @ 18:42:07
  Author: eworm
Revision: 392452

archrelease: copy trunk to testing-x86_64

Added:
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/60-rfkill.rules
(from rev 392451, util-linux/trunk/60-rfkill.rules)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 392451, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 392451, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 392451, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-runuser
(from rev 392451, util-linux/trunk/pam-runuser)
  util-linux/repos/testing-x86_64/pam-su
(from rev 392451, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/rfkill-block_.service
(from rev 392451, util-linux/trunk/rfkill-block_.service)
  util-linux/repos/testing-x86_64/rfkill-unblock_.service
(from rev 392451, util-linux/trunk/rfkill-unblock_.service)
  util-linux/repos/testing-x86_64/util-linux.sysusers
(from rev 392451, util-linux/trunk/util-linux.sysusers)

-+
 60-rfkill.rules |1 
 PKGBUILD|  124 ++
 pam-common  |6 ++
 pam-login   |7 ++
 pam-runuser |4 +
 pam-su  |9 +++
 rfkill-block_.service   |   10 +++
 rfkill-unblock_.service |   10 +++
 util-linux.sysusers |2 
 9 files changed, 173 insertions(+)

Copied: util-linux/repos/testing-x86_64/60-rfkill.rules (from rev 392451, 
util-linux/trunk/60-rfkill.rules)
===
--- testing-x86_64/60-rfkill.rules  (rev 0)
+++ testing-x86_64/60-rfkill.rules  2020-07-23 18:42:07 UTC (rev 392452)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: util-linux/repos/testing-x86_64/PKGBUILD (from rev 392451, 
util-linux/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-23 18:42:07 UTC (rev 392452)
@@ -0,0 +1,124 @@
+# Maintainer: Tom Gundersen 
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+_pkgmajor=2.36
+pkgver=${_pkgmajor}
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux"
+url='https://github.com/karelzak/util-linux'
+arch=('x86_64')
+makedepends=('systemd' 'python' 'libcap-ng')
+license=('GPL2')
+options=('strip')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
+pam-{login,common,runuser,su}
+'util-linux.sysusers'
+'60-rfkill.rules'
+'rfkill-unblock_.service'
+'rfkill-block_.service')
+sha256sums=('9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1'
+'SKIP'
+'993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92'
+'fc6807842f92e9d3f792d6b64a0d5aad87995a279153ab228b1b2a64d9f32f20'
+'95b7cdc4cba17494d7b87f37f8d0937ec54c55de0e3ce9d9ab05ad5cc76bf935'
+'51eac9c2a2f51ad3982bba35de9aac5510f1eeff432d2d63c6362e45d620afc0'
+'10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3'
+'742309fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37'
+'8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
+'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  # We ship Debian's hardlink in package 'hardlink', Fedora's hardlink was
+  # merged in util-linux. For now we disable the latter, but let's dicuss
+  # the details:
+  # https://bugs.archlinux.org/task/62896
+  # https://github.com/karelzak/util-linux/issues/808
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib \
+--bindir=/usr/bin \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--enable-usrdir-path \
+--enable-fs-paths-default=/usr/bin:/usr/local/bin \
+--enable-raw \
+--enable-vipw \
+--enable-newgrp \
+--enable-chfn-chsh \
+--enable-write \
+--enable-mesg \
+--disable-hardlink \
+--with-python=3
+
+  make
+}
+
+package_util-linux() {
+  conflicts=('rfkill')
+  provides=('rfkill')
+  replaces=('rfkill')
+  depends=('pam' 'shadow' 'coreutils' 'systemd-libs' 'libcap-ng' 
'libutil-linux')
+  optdepends=('python: python bindings to libmount'
+  'words: default dictionary for look')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/runuser
+  etc/pam.d/runuser-l
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd "$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # setuid chfn and chsh
+  chmod 4755 

[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 18:13:04
  Author: arojas
Revision: 392449

libraw 0.20 rebuild

Modified:
  libkdcraw/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:09:09 UTC (rev 392448)
+++ PKGBUILD2020-07-23 18:13:04 UTC (rev 392449)
@@ -4,7 +4,7 @@
 
 pkgname=libkdcraw
 pkgver=20.07.80
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ interface used to decode RAW picture"
 url="https://www.kde.org/applications/graphics/;
 arch=(x86_64)


[arch-commits] Commit in libkdcraw/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 18:13:13
  Author: arojas
Revision: 392450

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
(from rev 392449, libkdcraw/kde-unstable/PKGBUILD)
Deleted:
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 18:13:04 UTC (rev 392449)
+++ PKGBUILD2020-07-23 18:13:13 UTC (rev 392450)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=20.07.80
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base libraw)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b82f1f0f51127d3550a0a9a1c09faee60350c190442df3b4171b70771c1c1d44'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libkdcraw/repos/kde-unstable-x86_64/PKGBUILD (from rev 392449, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 18:13:13 UTC (rev 392450)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=20.07.80
+pkgrel=2
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b82f1f0f51127d3550a0a9a1c09faee60350c190442df3b4171b70771c1c1d44'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 18:06:47
  Author: arojas
Revision: 665033

archrelease: copy trunk to community-staging-x86_64

Added:
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 665032, openimageio/trunk/PKGBUILD)

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

Copied: openimageio/repos/community-staging-x86_64/PKGBUILD (from rev 665032, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-23 18:06:47 UTC (rev 665033)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SpepS 
+
+pkgname=openimageio
+pkgver=2.1.16.0
+pkgrel=2
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(x86_64)
+url="http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'libpng' 'libraw' 'libwebp')
+makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender' 'ninja')
+optdepends=('qt5-base: iv image viewer'
+'python: bindings support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz;
+ 
openimageio-libraw-0.20.patch::"https://github.com/OpenImageIO/oiio/commit/7b602c17.patch;)
+sha512sums=('30de5e5f915ba319d6e63d0bac2c30c5368f8ebd1434e91cb5bcfad3d39efda5b1779a3fedbcdf0c94ec09f1d1370da0b785af06a1fb8f164dfa52adec0db6cb'
+
'5f8bc45c6ed3f3a12c1755e6e074047600714c587d490d423a8f1630b2bb9ec80031c1529e41d7e4f6c7a910e302655d2d09366f18761688fff1d50cd0ab0e16')
+
+prepare() {
+  cd oiio-Release-$pkgver
+  patch -p1 -i ../openimageio-libraw-0.20.patch # Fix build with libraw 0.20
+}
+
+build() {
+  cd oiio-Release-$pkgver
+
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DUSE_PYTHON=ON \
+  -DPYTHON_VERSION=3.8 \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON \
+  -DSTOP_ON_WARNING=OFF
+  ninja -C build
+}
+
+package() {
+  cd oiio-Release-$pkgver
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md
+}


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

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 18:06:37
  Author: arojas
Revision: 665032

libraw 0.20 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 17:57:54 UTC (rev 665031)
+++ PKGBUILD2020-07-23 18:06:37 UTC (rev 665032)
@@ -3,7 +3,7 @@
 
 pkgname=openimageio
 pkgver=2.1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(x86_64)
 url="http://www.openimageio.org/;
@@ -12,9 +12,16 @@
 makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender' 'ninja')
 optdepends=('qt5-base: iv image viewer'
 'python: bindings support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz;)
-sha512sums=('30de5e5f915ba319d6e63d0bac2c30c5368f8ebd1434e91cb5bcfad3d39efda5b1779a3fedbcdf0c94ec09f1d1370da0b785af06a1fb8f164dfa52adec0db6cb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz;
+ 
openimageio-libraw-0.20.patch::"https://github.com/OpenImageIO/oiio/commit/7b602c17.patch;)
+sha512sums=('30de5e5f915ba319d6e63d0bac2c30c5368f8ebd1434e91cb5bcfad3d39efda5b1779a3fedbcdf0c94ec09f1d1370da0b785af06a1fb8f164dfa52adec0db6cb'
+
'5f8bc45c6ed3f3a12c1755e6e074047600714c587d490d423a8f1630b2bb9ec80031c1529e41d7e4f6c7a910e302655d2d09366f18761688fff1d50cd0ab0e16')
 
+prepare() {
+  cd oiio-Release-$pkgver
+  patch -p1 -i ../openimageio-libraw-0.20.patch # Fix build with libraw 0.20
+}
+
 build() {
   cd oiio-Release-$pkgver
 


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

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 17:57:42
  Author: arojas
Revision: 665030

libraw 0.20 rebuild

Modified:
  luminancehdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 17:55:28 UTC (rev 665029)
+++ PKGBUILD2020-07-23 17:57:42 UTC (rev 665030)
@@ -4,7 +4,7 @@
 
 pkgname=luminancehdr
 pkgver=2.6.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
 arch=('x86_64')
 url='http://qtpfsgui.sourceforge.net/'


  1   2   >