[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:47:18
  Author: lcarlier
Revision: 391038

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 391037, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 06:47:14 UTC (rev 391037)
+++ PKGBUILD2020-07-09 06:47:18 UTC (rev 391038)
@@ -1,42 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.2.145
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('660fdf8e883de3a584dad4916ad50ada54286af0ff73f45f770f6e9a57e3e6e0')
-
-prepare() {
-  npm install escape-string-regexp
-  npm install he
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html manhtmlpages styleguide registry
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 391037, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 06:47:18 UTC (rev 391038)
@@ -0,0 +1,42 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.2.146
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('98b9165840341d9ec34e9adf2468fc3dc05a76b83563af413a66aeb5f6b289c5')
+
+prepare() {
+  npm install escape-string-regexp
+  npm install he
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html manhtmlpages styleguide registry
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


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

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:47:14
  Author: lcarlier
Revision: 391037

upgpkg: vulkan-docs 1:1.2.146-1: upstream update 1.2.146

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 06:44:42 UTC (rev 391036)
+++ PKGBUILD2020-07-09 06:47:14 UTC (rev 391037)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.2.145
+pkgver=1.2.146
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('660fdf8e883de3a584dad4916ad50ada54286af0ff73f45f770f6e9a57e3e6e0')
+sha256sums=('98b9165840341d9ec34e9adf2468fc3dc05a76b83563af413a66aeb5f6b289c5')
 
 prepare() {
   npm install escape-string-regexp


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

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:44:38
  Author: lcarlier
Revision: 391035

upgpkg: vulkan-headers 1:1.2.146-1: upstream update 1.2.146

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 06:09:45 UTC (rev 391034)
+++ PKGBUILD2020-07-09 06:44:38 UTC (rev 391035)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.2.145
+pkgver=1.2.146
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249";)
-sha256sums=('c8656969f0dc33f5f544b9449f02d66b7c9de67e6e58376c1cd4999694ab8517')
+sha256sums=('2b068692cedf549274bb6a314499d14a2a84ff83560cb26983c21c7e2422c253')
 
 #pkgver() {
 #  cd Vulkan-Headers*


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:44:42
  Author: lcarlier
Revision: 391036

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 391035, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 06:44:38 UTC (rev 391035)
+++ PKGBUILD2020-07-09 06:44:42 UTC (rev 391036)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.2.145
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249";)
-sha256sums=('c8656969f0dc33f5f544b9449f02d66b7c9de67e6e58376c1cd4999694ab8517')
-
-#pkgver() {
-#  cd Vulkan-Headers*
-#
-#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 391035, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 06:44:42 UTC (rev 391036)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.2.146
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249";)
+sha256sums=('2b068692cedf549274bb6a314499d14a2a84ff83560cb26983c21c7e2422c253')
+
+#pkgver() {
+#  cd Vulkan-Headers*
+#
+#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:24:32
  Author: lcarlier
Revision: 661793

archrelease: copy trunk to multilib-x86_64

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

--+
 LICENSE  |  166 +++
 PKGBUILD |  434 ++---
 2 files changed, 300 insertions(+), 300 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-07-09 06:24:27 UTC (rev 661792)
+++ LICENSE 2020-07-09 06:24:32 UTC (rev 661793)
@@ -1,83 +0,0 @@
-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-x86_64/LICENSE (from rev 661792, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-07-09 06:24:32 UTC (rev 661793)
@@ -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. 

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

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:24:27
  Author: lcarlier
Revision: 661792

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

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 06:18:34 UTC (rev 661791)
+++ PKGBUILD2020-07-09 06:24:27 UTC (rev 661792)
@@ -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.2
+pkgver=20.1.3
 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=('467fc6a1cbfc1bc140ba2e6e90a14bd8d15d979b92ba14d084018b6cf22b172767575f5127c6edb5c3bdf12fe6696b27d9975826b3fbb5ad5909d258fc3b8433'
+sha512sums=('c3134cda6a07041c2cacd783663c0618e97f907bb0e67718a5c8fb03f4608ba47f0cd5adb6f0400a44f15fd70f3b41d66da1376035ba4e4f4f97a1843dcb1f77'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Thursday, July 9, 2020 @ 06:18:34
  Author: arojas
Revision: 661791

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 661790, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 06:18:25 UTC (rev 661790)
+++ PKGBUILD2020-07-09 06:18:34 UTC (rev 661791)
@@ -1,56 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.20
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(x86_64)
-url="https://cython.org";
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
-
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('88e92dc9cdc28460a5e3c6dccb78e81bd994e96cf5e86a9061b0382f4864fd50'
-'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-
-  cd cython-$pkgver
-  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python-setuptools)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2-setuptools)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 661790, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-09 06:18:34 UTC (rev 661791)
@@ -0,0 +1,56 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.21
+pkgrel=1
+pkgdesc="C-Extensions for Python"
+arch=(x86_64)
+url="https://cython.org";
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
+
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
+sha256sums=('e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079'
+'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+
+  cd cython-$pkgver
+  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python-setuptools)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2-setuptools)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}


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

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Thursday, July 9, 2020 @ 06:18:25
  Author: arojas
Revision: 661790

Update to 0.29.21

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 02:18:54 UTC (rev 661789)
+++ PKGBUILD2020-07-09 06:18:25 UTC (rev 661790)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.20
+pkgver=0.29.21
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz";
 
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch";)
-sha256sums=('88e92dc9cdc28460a5e3c6dccb78e81bd994e96cf5e86a9061b0382f4864fd50'
+sha256sums=('e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079'
 '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
 
 prepare() {


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

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:09:45
  Author: lcarlier
Revision: 391034

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/LICENSE
(from rev 391033, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 391033, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  166 -
 PKGBUILD |  402 ++---
 2 files changed, 284 insertions(+), 284 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-07-09 06:09:40 UTC (rev 391033)
+++ LICENSE 2020-07-09 06:09:45 UTC (rev 391034)
@@ -1,83 +0,0 @@
-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/extra-x86_64/LICENSE (from rev 391033, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-07-09 06:09:45 UTC (rev 391034)
@@ -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 con

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

2020-07-08 Thread Laurent Carlier via arch-commits
Date: Thursday, July 9, 2020 @ 06:09:40
  Author: lcarlier
Revision: 391033

upgpkg: mesa 20.1.3-1: upstream update 20.1.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:13:49 UTC (rev 391032)
+++ PKGBUILD2020-07-09 06:09:40 UTC (rev 391033)
@@ -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.2
+pkgver=20.1.3
 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=('467fc6a1cbfc1bc140ba2e6e90a14bd8d15d979b92ba14d084018b6cf22b172767575f5127c6edb5c3bdf12fe6696b27d9975826b3fbb5ad5909d258fc3b8433'
+sha512sums=('c3134cda6a07041c2cacd783663c0618e97f907bb0e67718a5c8fb03f4608ba47f0cd5adb6f0400a44f15fd70f3b41d66da1376035ba4e4f4f97a1843dcb1f77'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2020-07-08 Thread Kyle Keen via arch-commits
Date: Thursday, July 9, 2020 @ 02:18:54
  Author: kkeen
Revision: 661789

archrelease: copy trunk to community-x86_64

Added:
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 661788, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 661788, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 661788, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 PKGBUILD  |  146 ++--
 mozconfig |  106 ++---
 seamonkey.install |   26 -
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 02:14:01 UTC (rev 661788)
+++ PKGBUILD2020-07-09 02:18:54 UTC (rev 661789)
@@ -1,73 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.53.3
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('x86_64')
-license=('MPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
- 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
- 'nss' 'sqlite' 'startup-notification')
-makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
- 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-   'libnotify: Notification integration'
-   'pulseaudio: Audio support')
-url="https://www.seamonkey-project.org/";
-source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
-"mozconfig")
-sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
-'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
-install="$pkgname.install"
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat >> .mozconfig <
+
+pkgname=seamonkey
+pkgver=2.53.3
+pkgrel=1
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
+ 'nss' 'sqlite' 'startup-notification')
+makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+   'libnotify: Notification integration'
+   'pulseaudio: Audio support')
+url="https://www.seamonkey-project.org/";
+source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
+"mozconfig")
+sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
+'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
+install="$pkgname.install"
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat >> .mozconfig 

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

2020-07-08 Thread Kyle Keen via arch-commits
Date: Thursday, July 9, 2020 @ 02:14:01
  Author: kkeen
Revision: 661788

archrelease: copy trunk to community-x86_64

Added:
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 661787, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 661787, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 661787, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 PKGBUILD  |  146 ++--
 mozconfig |  106 ++---
 seamonkey.install |   26 -
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-09 02:13:40 UTC (rev 661787)
+++ PKGBUILD2020-07-09 02:14:01 UTC (rev 661788)
@@ -1,73 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.53.2
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('x86_64')
-license=('MPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
- 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types' 'mozilla-common'
- 'nss' 'sqlite' 'startup-notification')
-makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
- 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-   'libnotify: Notification integration'
-   'pulseaudio: Audio support')
-url="https://www.seamonkey-project.org/";
-source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
-"mozconfig")
-sha256sums=('d339a2968191368b3444635cf91d19b73d6499566c27e3833150d16083448a83'
-'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
-install="$pkgname.install"
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat >> .mozconfig <
+
+pkgname=seamonkey
+pkgver=2.53.3
+pkgrel=1
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
+ 'nss' 'sqlite' 'startup-notification')
+makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+   'libnotify: Notification integration'
+   'pulseaudio: Audio support')
+url="https://www.seamonkey-project.org/";
+source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
+"mozconfig")
+sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
+'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
+install="$pkgname.install"
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat >> .mozconfig 

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

2020-07-08 Thread Kyle Keen via arch-commits
Date: Thursday, July 9, 2020 @ 02:13:40
  Author: kkeen
Revision: 661787

upgpkg: seamonkey 2.53.3-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 01:42:22 UTC (rev 661786)
+++ PKGBUILD2020-07-09 02:13:40 UTC (rev 661787)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.53.2
+pkgver=2.53.3
 pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 url="https://www.seamonkey-project.org/";
 
source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
 "mozconfig")
-sha256sums=('d339a2968191368b3444635cf91d19b73d6499566c27e3833150d16083448a83'
+sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
 'ad6ba5338340498971219eed6246b4ae27427511e126f4b3ad1b6f305883b8b7')
 install="$pkgname.install"
 


[arch-commits] Commit in gnac/repos/community-x86_64 (13 files)

2020-07-08 Thread Balló György via arch-commits
Date: Thursday, July 9, 2020 @ 01:42:22
  Author: bgyorgy
Revision: 661786

archrelease: copy trunk to community-x86_64

Added:
  gnac/repos/community-x86_64/0001-Add-support-for-OPUS-format.patch
(from rev 661785, gnac/trunk/0001-Add-support-for-OPUS-format.patch)
  gnac/repos/community-x86_64/0001-Use-GLib-debug-functions.patch
(from rev 661785, gnac/trunk/0001-Use-GLib-debug-functions.patch)
  gnac/repos/community-x86_64/PKGBUILD
(from rev 661785, gnac/trunk/PKGBUILD)
  gnac/repos/community-x86_64/fix-build.patch
(from rev 661785, gnac/trunk/fix-build.patch)
  gnac/repos/community-x86_64/gcc10.patch
(from rev 661785, gnac/trunk/gcc10.patch)
  gnac/repos/community-x86_64/gnac.appdata.xml
(from rev 661785, gnac/trunk/gnac.appdata.xml)
  gnac/repos/community-x86_64/gstreamer-1.0.patch
(from rev 661785, gnac/trunk/gstreamer-1.0.patch)
  gnac/repos/community-x86_64/yelp-tools.patch
(from rev 661785, gnac/trunk/yelp-tools.patch)
Deleted:
  gnac/repos/community-x86_64/PKGBUILD
  gnac/repos/community-x86_64/fix-build.patch
  gnac/repos/community-x86_64/gnac.appdata.xml
  gnac/repos/community-x86_64/gstreamer-1.0.patch
  gnac/repos/community-x86_64/yelp-tools.patch

+
 0001-Add-support-for-OPUS-format.patch |  808 +++
 0001-Use-GLib-debug-functions.patch| 1526 ++
 PKGBUILD   |  126 -
 fix-build.patch|   50 
 gcc10.patch|   38 
 gnac.appdata.xml   |   42 
 gstreamer-1.0.patch| 3296 +++
 yelp-tools.patch   |  136 -
 8 files changed, 4204 insertions(+), 1818 deletions(-)

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


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

2020-07-08 Thread Balló György via arch-commits
Date: Thursday, July 9, 2020 @ 01:42:15
  Author: bgyorgy
Revision: 661785

upgpkg: gnac 0.2.4.1-9: Fix build, various other fixes

Added:
  gnac/trunk/0001-Add-support-for-OPUS-format.patch
  gnac/trunk/0001-Use-GLib-debug-functions.patch
  gnac/trunk/gcc10.patch
Modified:
  gnac/trunk/PKGBUILD

+
 0001-Add-support-for-OPUS-format.patch |  808 
 0001-Use-GLib-debug-functions.patch| 1526 +++
 PKGBUILD   |   20 
 gcc10.patch|   38 
 4 files changed, 2389 insertions(+), 3 deletions(-)

Added: 0001-Add-support-for-OPUS-format.patch
===
--- 0001-Add-support-for-OPUS-format.patch  (rev 0)
+++ 0001-Add-support-for-OPUS-format.patch  2020-07-09 01:42:15 UTC (rev 
661785)
@@ -0,0 +1,808 @@
+From 09f6b86e35dc8e51ba993b99292db68edddf36f7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 8 Jul 2020 22:25:13 +0200
+Subject: [PATCH] Add support for OPUS format
+
+---
+ data/profiles/Makefile.am |   1 +
+ data/profiles/base.xml.in |   1 +
+ data/profiles/default/CD_Quality,_AAC.xml.in  |   2 +-
+ .../default/CD_Quality,_Lossless.xml.in   |   2 +-
+ .../profiles/default/CD_Quality,_Lossy.xml.in |   2 +-
+ data/profiles/default/CD_Quality,_MP3.xml.in  |   2 +-
+ data/profiles/default/Voice,_Lossless.xml.in  |   2 +-
+ data/profiles/default/Voice,_Lossy.xml.in |   2 +-
+ data/profiles/opus.xml.in |  61 +
+ data/profiles/ui/Makefile.am  |   1 +
+ data/profiles/ui/gnac-profiles-opus.xml   | 180 +
+ po/POTFILES.in|   2 +
+ src/Makefile.am   |   2 +
+ src/profiles/formats/gnac-profiles-opus.c | 255 ++
+ src/profiles/formats/gnac-profiles-opus.h |  41 +++
+ src/profiles/formats/gnac-profiles-unknown.c  |   2 +-
+ src/profiles/gnac-profiles-properties.c   |   2 +
+ src/profiles/gnac-profiles-utils.c|  10 +-
+ 18 files changed, 561 insertions(+), 9 deletions(-)
+ create mode 100644 data/profiles/opus.xml.in
+ create mode 100755 data/profiles/ui/gnac-profiles-opus.xml
+ create mode 100755 src/profiles/formats/gnac-profiles-opus.c
+ create mode 100644 src/profiles/formats/gnac-profiles-opus.h
+
+diff --git a/data/profiles/Makefile.am b/data/profiles/Makefile.am
+index 2ba31aa..50fd2bd 100755
+--- a/data/profiles/Makefile.am
 b/data/profiles/Makefile.am
+@@ -14,6 +14,7 @@ config_xml_in_files = \
+   flac.xml.in \
+   mp3-lame.xml.in \
+   vorbis.xml.in \
++  opus.xml.in \
+   speex.xml.in \
+   wav.xml.in \
+   wavpack.xml.in
+diff --git a/data/profiles/base.xml.in b/data/profiles/base.xml.in
+index bbef919..04e61f6 100755
+--- a/data/profiles/base.xml.in
 b/data/profiles/base.xml.in
+@@ -23,5 +23,6 @@
+   
+ audio/x-raw
+ audioconvert
++audioresample
+   
+ 
+diff --git a/data/profiles/default/CD_Quality,_AAC.xml.in 
b/data/profiles/default/CD_Quality,_AAC.xml.in
+index a56cd75..e7a4239 100644
+--- a/data/profiles/default/CD_Quality,_AAC.xml.in
 b/data/profiles/default/CD_Quality,_AAC.xml.in
+@@ -8,7 +8,7 @@
+ <_description>Used for converting to CD-quality audio, but with the lossy 
AAC codec. Use this for preparing files for copying to devices that only 
support the AAC codec. Note that using this format may be illegal in your 
jurisdiction; contact your lawyer for advice.
+ 2
+ 44100
+-audioconvert ! audio/x-raw, rate=44100, channels=2 ! 
audioconvert ! faac bitrate=128000 ! audio/mpeg, mpegversion=4, 
stream-format=adts ! aacparse
++audioconvert ! audioresample ! audio/x-raw, rate=44100, 
channels=2 ! audioconvert ! audioresample ! faac bitrate=128000 ! audio/mpeg, 
mpegversion=4, stream-format=adts ! aacparse
+   
+   
+ 128000
+diff --git a/data/profiles/default/CD_Quality,_Lossless.xml.in 
b/data/profiles/default/CD_Quality,_Lossless.xml.in
+index dd26c4d..a26ae5a 100644
+--- a/data/profiles/default/CD_Quality,_Lossless.xml.in
 b/data/profiles/default/CD_Quality,_Lossless.xml.in
+@@ -8,7 +8,7 @@
+ <_description>Used for converting to CD-quality audio, but with a 
lossless compression codec. Use this if you later want to edit the file or burn 
it to CD.
+ 2
+ 44100
+-audioconvert ! audio/x-raw, rate=44100, channels=2 ! 
audioconvert ! flacenc name=enc quality=5
++audioconvert ! audioresample ! audio/x-raw, rate=44100, 
channels=2 ! audioconvert ! audioresample ! flacenc name=enc 
quality=5
+   
+   
+ 5
+diff --git a/data/profiles/default/CD_Quality,_Lossy.xml.in 
b/data/profiles/default/CD_Quality,_Lossy.xml.in
+index 52716e0..e3a7be9 100644
+--- a/data/profiles/default/CD_Quality,_Lossy.xml.in
 b/data/profiles/default/CD_Quality,_Lossy.xml.in
+@@ 

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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 23:56:16
  Author: felixonmars
Revision: 661784

fix tarball name

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 23:32:39 UTC (rev 661783)
+++ PKGBUILD2020-07-08 23:56:16 UTC (rev 661784)
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python-bcrypt' 'python-cryptography' 
'python-pynacl')
 checkdepends=('python-pytest-runner' 'python-pytest-relaxed' 'python-pyasn1' 
'python-invoke'
  'python-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz";)
+source=("https://github.com/paramiko/paramiko/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('2cebed2420cf9af77cb0d459b64a74adcffcdb15bd58c8fc9243855ae91f43e16706665b64ce2851f6e99e59ca6a47d7299a2aae35a4c9d01ab97b343569c4b2')
 
 check() {


[arch-commits] Commit in fontobene-qt5/repos/community-x86_64 (3 files)

2020-07-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 8, 2020 @ 23:32:39
  Author: ffy00
Revision: 661783

archrelease: copy trunk to community-x86_64

Added:
  fontobene-qt5/repos/community-x86_64/PKGBUILD
(from rev 661782, fontobene-qt5/trunk/PKGBUILD)
  fontobene-qt5/repos/community-x86_64/fontobene-qt5.pc
(from rev 661782, fontobene-qt5/trunk/fontobene-qt5.pc)
Deleted:
  fontobene-qt5/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 -
 fontobene-qt5.pc |9 +
 2 files changed, 58 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 23:32:30 UTC (rev 661782)
+++ PKGBUILD2020-07-08 23:32:39 UTC (rev 661783)
@@ -1,41 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=fontobene-qt5
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
-arch=('x86_64')
-url='https://github.com/fontobene/fontobene-qt5'
-license=('MIT' 'Apache')
-depends=('qt5-base')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('SKIP')
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake -r ../$pkgname.pro \
-  PREFIX=/usr \
-  QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-  QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm 644 ../LICENSE-MIT 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
-  install -Dm 644 ../LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-

Copied: fontobene-qt5/repos/community-x86_64/PKGBUILD (from rev 661782, 
fontobene-qt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 23:32:39 UTC (rev 661783)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=fontobene-qt5
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
+arch=('x86_64')
+url='https://github.com/fontobene/fontobene-qt5'
+license=('MIT' 'Apache')
+depends=('qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"$pkgname.pc")
+sha512sums=('33f1d2a4245f54749d357f07ef8bc5ec6cbc1b66a2190dcf958b6e8175b69c415811835738e330f6801db852086792fce4378f256ad2154257ce37bed8bf108b'
+
'c107b1060e6ac75ce96cff23b40018f65f54f7f30025586eed7e3a9f067c241c43d8abb603186ec96103af63c36aac0e8330f8fe65aeb4ace679209412c08244')
+
+prepare() {
+  sed -i "s|%PKGVER%|$pkgver|g" $pkgname.pc
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake -r ../$pkgname.pro \
+  PREFIX=/usr \
+  QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+  QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm 644 "$srcdir"/$pkgname.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
+
+  install -Dm 644 ../LICENSE-MIT 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm 644 ../LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
+}
+

Copied: fontobene-qt5/repos/community-x86_64/fontobene-qt5.pc (from rev 661782, 
fontobene-qt5/trunk/fontobene-qt5.pc)
===
--- fontobene-qt5.pc(rev 0)
+++ fontobene-qt5.pc2020-07-08 23:32:39 UTC (rev 661783)
@@ -0,0 +1,9 @@
+prefix=/usr
+includedir=${prefix}/include
+
+Name: fontobene-qt5
+Description: FontoBene parser for Qt5 (header-only)
+Version: %PKGVER%
+Libs:
+Cflags: -I${includedir}/fontobene-qt5
+Requires: Qt5Core


[arch-commits] Commit in fontobene-qt5/trunk (PKGBUILD fontobene-qt5.pc)

2020-07-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 8, 2020 @ 23:32:30
  Author: ffy00
Revision: 661782

upgpkg: fontobene-qt5 0.1.0-2 (add pkg-config file)

Added:
  fontobene-qt5/trunk/fontobene-qt5.pc
Modified:
  fontobene-qt5/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 fontobene-qt5.pc |9 +
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 22:46:52 UTC (rev 661781)
+++ PKGBUILD2020-07-08 23:32:30 UTC (rev 661782)
@@ -2,7 +2,7 @@
 
 pkgname=fontobene-qt5
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
 arch=('x86_64')
 url='https://github.com/fontobene/fontobene-qt5'
@@ -9,9 +9,15 @@
 license=('MIT' 'Apache')
 depends=('qt5-base')
 makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"$pkgname.pc")
+sha512sums=('33f1d2a4245f54749d357f07ef8bc5ec6cbc1b66a2190dcf958b6e8175b69c415811835738e330f6801db852086792fce4378f256ad2154257ce37bed8bf108b'
+
'c107b1060e6ac75ce96cff23b40018f65f54f7f30025586eed7e3a9f067c241c43d8abb603186ec96103af63c36aac0e8330f8fe65aeb4ace679209412c08244')
 
+prepare() {
+  sed -i "s|%PKGVER%|$pkgver|g" $pkgname.pc
+}
+
 build() {
   mkdir $pkgname-$pkgver/build
   cd $pkgname-$pkgver/build
@@ -35,6 +41,8 @@
 
   make INSTALL_ROOT="$pkgdir" install
 
+  install -Dm 644 "$srcdir"/$pkgname.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
+
   install -Dm 644 ../LICENSE-MIT 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
   install -Dm 644 ../LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
 }

Added: fontobene-qt5.pc
===
--- fontobene-qt5.pc(rev 0)
+++ fontobene-qt5.pc2020-07-08 23:32:30 UTC (rev 661782)
@@ -0,0 +1,9 @@
+prefix=/usr
+includedir=${prefix}/include
+
+Name: fontobene-qt5
+Description: FontoBene parser for Qt5 (header-only)
+Version: %PKGVER%
+Libs:
+Cflags: -I${includedir}/fontobene-qt5
+Requires: Qt5Core


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

2020-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 8, 2020 @ 22:46:44
  Author: svenstaro
Revision: 661780

upgpkg: rustup 1.22.1-1

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 20:37:18 UTC (rev 661779)
+++ PKGBUILD2020-07-08 22:46:44 UTC (rev 661780)
@@ -2,7 +2,7 @@
 # Contributor: Jonathon Fernyhough 
 # Contributor: Jon Gjengset 
 pkgname=rustup
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="The Rust toolchain installer"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('cargo-tree')
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz";)
-sha512sums=('49529812bd22fc60e97c2d7572799e2e7268c1d65c1cdef2c099c4edc66ccc86e5ec6937012ab0bea1b62946122f2186a6b57344ae69f6ce97e31124895e5788')
+sha512sums=('14a978a3cf699956722d8443070b9f8a043f1252cc1a7ed300b14637a0e6d654f34088d4403790c676500cbab327e30fdb7f81be0b9bde29e552143f26912ac7')
 _binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
 
 build() {


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

2020-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 8, 2020 @ 22:46:52
  Author: svenstaro
Revision: 661781

archrelease: copy trunk to community-x86_64

Added:
  rustup/repos/community-x86_64/PKGBUILD
(from rev 661780, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 661780, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

--+
 PKGBUILD |   98 -
 post.install |   16 -
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 22:46:44 UTC (rev 661780)
+++ PKGBUILD2020-07-08 22:46:52 UTC (rev 661781)
@@ -1,49 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('x86_64')
-url="https://github.com/rust-lang/rustup.rs";
-license=('MIT' 'Apache')
-depends=('curl' 'xz')
-makedepends=('cargo')
-optdepends=('lldb: rust-lldb script'
-'gdb: rust-gdb script')
-provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
-conflicts=('rust' 'cargo' 'rustfmt')
-replaces=('cargo-tree')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz";)
-sha512sums=('49529812bd22fc60e97c2d7572799e2e7268c1d65c1cdef2c099c4edc66ccc86e5ec6937012ab0bea1b62946122f2186a6b57344ae69f6ce97e31124895e5788')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
-
-build() {
-cd "$srcdir/$pkgname-${pkgver}"
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-"$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-"$pkgdir"/usr/bin/rustup completions bash cargo > 
"$pkgdir/usr/share/bash-completion/completions/cargo"
-mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
-"$pkgdir"/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/vendor_completions.d/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-"$pkgdir"/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-"$pkgdir"/usr/bin/rustup completions zsh cargo > 
"$pkgdir/usr/share/zsh/site-functions/_cargo"
-
-install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
-install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-x86_64/PKGBUILD (from rev 661780, 
rustup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 22:46:52 UTC (rev 661781)
@@ -0,0 +1,49 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="The Rust toolchain installer"
+arch=('x86_64')
+url="https://github.com/rust-lang/rustup.rs";
+license=('MIT' 'Apache')
+depends=('curl' 'xz')
+makedepends=('cargo')
+optdepends=('lldb: rust-lldb script'
+'gdb: rust-gdb script')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
+conflicts=('rust' 'cargo' 'rustfmt')
+replaces=('cargo-tree')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz";)
+sha512sums=('14a978a3cf699956722d8443070b9f8a043f1252cc1a7ed300b14637a0e6d654f34088d4403790c676500cbab327e30fdb7f81be0b9bde29e552143f26912ac7')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
+
+build() {
+cd "$srcdir/$pkgname-${pkgver}"
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+"$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+"$pkgdir"/usr/bin/rustup completions bash cargo > 
"$pkgdir/usr/share/bash-completion/completions/cargo"
+mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
+"$pkgdir"/usr/bin/rustup completions fish > 
"

[arch-commits] Commit in matrix-appservice-irc/repos/community-x86_64 (8 files)

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 20:37:18
  Author: dvzrv
Revision: 661779

archrelease: copy trunk to community-x86_64

Added:
  matrix-appservice-irc/repos/community-x86_64/PKGBUILD
(from rev 661778, matrix-appservice-irc/trunk/PKGBUILD)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.service
(from rev 661778, matrix-appservice-irc/trunk/matrix-appservice-irc.service)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.sysusers
(from rev 661778, 
matrix-appservice-irc/trunk/matrix-appservice-irc.sysusers)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.tmpfiles
(from rev 661778, 
matrix-appservice-irc/trunk/matrix-appservice-irc.tmpfiles)
Deleted:
  matrix-appservice-irc/repos/community-x86_64/PKGBUILD
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.service
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.sysusers
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.tmpfiles

+
 PKGBUILD   |  256 +++
 matrix-appservice-irc.service  |   66 +-
 matrix-appservice-irc.sysusers |2 
 matrix-appservice-irc.tmpfiles |2 
 4 files changed, 165 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 20:36:19 UTC (rev 661778)
+++ PKGBUILD2020-07-08 20:37:18 UTC (rev 661779)
@@ -1,126 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Bruno Pagani 
-
-pkgname=matrix-appservice-irc
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Node.js IRC bridge for Matrix"
-arch=('x86_64')
-url="https://github.com/matrix-org/matrix-appservice-irc";
-license=('Apache')
-depends=('nodejs')
-makedepends=('git' 'npm' 'python')
-optdepends=('python-urllib3: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
-'python-requests: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
-'python-yaml: for grant-ops-in-room.py, migrate-users.py and 
remove-user.py')
-backup=("etc/${pkgname}/config.yaml"
-"etc/${pkgname}/provisioning.rules.yaml"
-"etc/${pkgname}/registration.yaml")
-source=("https://github.com/matrix-org/matrix-appservice-irc/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('897fb4d3b7ffd338978d955794fced3fa67258f8b2ef5d5aaa8c52d59d033ba81fd53be641f2a9b3984222abf9d22c56a06d22230e0ef389ef444a15febdd8b6'
-
'f1d1351a554f68537c7fc5771dddc0267a1f19d214bef935faca7b161d611145e3c127c77ae4eefc10c002a2f2f7a8d90e353b0e526ab83a9666d7d457fc449c'
-
'f615e5da11be8d834d6f48f064a65a9b7aa129d255be7865a171522d5aed921eb549a33661ab2c4fff4625d2ca5a7f9c43be95c188e7a77bdde4062aa3983edd'
-
'60b7afdd68aaf2c8e47caf10efefb6c4dc54f40d187ad495a604786b30c00dac7e5c77a7b596d86c2a62a7cdbe3727e11f75494f86d26c9fc51ea7a1bf6ab7f0')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -e 
"s|./provisioning.rules.yaml|/etc/${pkgname}/provisioning.rules.yaml|" \
-  -i config.sample.yaml
-  touch registration.yaml
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  npm install --cache "${srcdir}"/npm-cache
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  npm audit || echo "npm audit output might return non-zero"
-  npm test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # removing unneeded files and directories
-  find node_modules -type f \
-  \( \
- -iname '*Makefile*' -o \
- -iname '*appveyor.yml' -o \
- -iname '*.babelrc' -o \
- -iname '*.bak' -o \
- -iname '*bower.json' -o \
- -iname '*.c' -o \
- -iname '*.cc' -o \
- -iname '*.cpp' -o \
- -iname '*.md' -o \
- -iname '*.markdown' -o \
- -iname '*.rst' -o \
- -iname '*.nycrc' -o \
- -iname '*.npmignore' -o \
- -iname '*.editorconfig' -o \
- -iname '*.el' -o \
- -iname '*.eslintignore' -o \
- -iname '*.eslintrc*' -o \
- -iname '*.fimbullinter.yaml' -o \
- -iname '*.gitattributes' -o \
- -iname '*.gitmodules' -o \
- -iname '*.h' -o \
- -iname '*.html' -o \
- -iname '*.jshintrc' -o \
- -iname '*.jscs.json' -o \
- -iname '*.log' -o \
- -iname '*logo.svg' -o \
- -iname '*.nvmrc' -o \
- -iname '*.o' -o \
- -iname '*package-lock.json' -o \
- -iname '*.travis.yml' -o \
- -iname '*.prettierrc' -o \
- -iname '*.sh' -o \
- -iname '*.tags*' -o \
- -iname '*.tm_properties' -o \
- -iname '*.wotanrc.yaml' -o \
- -iname '*tsconfig.json' -o \
- -iname '*yarn.lock' \
- \) \
- -delete
-  find node_modules -type d \
-  \( \
- -iwholename '*.github' -

[arch-commits] Commit in matrix-appservice-irc/trunk (PKGBUILD)

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 20:36:19
  Author: dvzrv
Revision: 661778

upgpkg: matrix-appservice-irc 0.19.0-1: Upgrading to 0.19.0.

Modified:
  matrix-appservice-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 20:02:42 UTC (rev 661777)
+++ PKGBUILD2020-07-08 20:36:19 UTC (rev 661778)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Pagani 
 
 pkgname=matrix-appservice-irc
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc="Node.js IRC bridge for Matrix"
 arch=('x86_64')
@@ -20,10 +20,14 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha512sums=('897fb4d3b7ffd338978d955794fced3fa67258f8b2ef5d5aaa8c52d59d033ba81fd53be641f2a9b3984222abf9d22c56a06d22230e0ef389ef444a15febdd8b6'
+sha512sums=('c18b36e2cde72df343648cd2b82f4215eecd3e1d2a4831e216ce0f725e5d57905020b88ec50fb5d94def36de3473a8c1091df923282963d9b93a2bbb2361b6ac'
 
'f1d1351a554f68537c7fc5771dddc0267a1f19d214bef935faca7b161d611145e3c127c77ae4eefc10c002a2f2f7a8d90e353b0e526ab83a9666d7d457fc449c'
 
'f615e5da11be8d834d6f48f064a65a9b7aa129d255be7865a171522d5aed921eb549a33661ab2c4fff4625d2ca5a7f9c43be95c188e7a77bdde4062aa3983edd'
 
'60b7afdd68aaf2c8e47caf10efefb6c4dc54f40d187ad495a604786b30c00dac7e5c77a7b596d86c2a62a7cdbe3727e11f75494f86d26c9fc51ea7a1bf6ab7f0')
+b2sums=('133b9e45aa129738c134252d7863c1a7c87163c6dd23f1655f20b8e0ce752ddc9b5d5a14e125c955180fab3c3dc7d7acc4e26c1b59a96471f92a99745929438a'
+
'6010949756e816ca0fe9f9d6d119ec2085f34ec214111c0d55b6f0f90f1fccca23431c6ac485d29bf6ec723a3e6fa04150316fef67ea554254e994176078487a'
+
'cbfe3cdb07707b79ae438936927f06ac4e92669b0b7dd35a9d228aae3cc821e3a50a2cc1627f7959147e329e617247f4002a267bc8630819946e8083a39b8895'
+
'2dbbf14f82d88418470f848a2d11c0feacb257026382513c2fa02ad7f605f47e4cc5e9bf05668da383a596bc81450e468288863cdbdde9f7c16b02561f0114a7')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 20:02:42
  Author: dvzrv
Revision: 661777

archrelease: copy trunk to community-x86_64

Added:
  csoundqt/repos/community-x86_64/PKGBUILD
(from rev 661776, csoundqt/trunk/PKGBUILD)
Deleted:
  csoundqt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 20:02:32 UTC (rev 661776)
+++ PKGBUILD2020-07-08 20:02:42 UTC (rev 661777)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: rtfreedman
-
-_name=CsoundQt
-pkgname=csoundqt
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="A frontend for Csound"
-arch=('x86_64')
-url="https://csoundqt.github.io/";
-license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
-groups=('pro-audio')
-depends=('csound-doc' 'gcc-libs' 'glibc' 'hicolor-icon-theme'  'qt5-base'
-'qt5-declarative' 'qt5-webengine')
-makedepends=('csound' 'rtmidi')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('ecf23f1997fa5e006abb61374b9cfedb7afaa297cc4075657ad590f266b05427d2779de9c272a0289eea7c62561693d9f0600cbbe275d5750be6e35598196357')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  qmake-qt5 qcs.pro \
-SHARE_DIR="${pkgdir}/usr/share" \
-INSTALL_DIR="${pkgdir}/usr" \
-CONFIG+=rtmidi \
-CONFIG+=html_webengine \
-CONFIG+=record_support
-  make
-}
-
-package() {
-  depends+=('libcsnd6.so' 'libcsound64.so' 'librtmidi.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: csoundqt/repos/community-x86_64/PKGBUILD (from rev 661776, 
csoundqt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 20:02:42 UTC (rev 661777)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: rtfreedman
+
+_name=CsoundQt
+pkgname=csoundqt
+pkgver=0.9.8.1
+pkgrel=1
+epoch=1
+pkgdesc="A frontend for Csound"
+arch=('x86_64')
+url="https://csoundqt.github.io/";
+license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
+groups=('pro-audio')
+depends=('csound-doc' 'gcc-libs' 'glibc' 'hicolor-icon-theme'  'qt5-base'
+'qt5-declarative' 'qt5-webengine')
+makedepends=('csound' 'rtmidi')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('e27590f7cc5802dce55f6b3f0f1b477a68a164c65636967d5a87c71d73b389c31db755c4029496c9ab61f40b1c0afd34c56fa2026a4cae9a3de001d26023')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  qmake-qt5 qcs.pro \
+SHARE_DIR="${pkgdir}/usr/share" \
+INSTALL_DIR="${pkgdir}/usr" \
+CONFIG+=rtmidi \
+CONFIG+=html_webengine \
+CONFIG+=record_support
+  make
+}
+
+package() {
+  depends+=('libcsnd6.so' 'libcsound64.so' 'librtmidi.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 20:02:32
  Author: dvzrv
Revision: 661776

upgpkg: csoundqt 1:0.9.8.1-1: Downgrading to 0.9.8.1.

Upstream removed the v0.10.0 tag and (a few commits later) tagged v0.9.8.1.
https://github.com/CsoundQt/CsoundQt/issues/331

Modified:
  csoundqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:53:57 UTC (rev 661775)
+++ PKGBUILD2020-07-08 20:02:32 UTC (rev 661776)
@@ -4,8 +4,9 @@
 
 _name=CsoundQt
 pkgname=csoundqt
-pkgver=0.10.0
+pkgver=0.9.8.1
 pkgrel=1
+epoch=1
 pkgdesc="A frontend for Csound"
 arch=('x86_64')
 url="https://csoundqt.github.io/";
@@ -15,7 +16,7 @@
 'qt5-declarative' 'qt5-webengine')
 makedepends=('csound' 'rtmidi')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('ecf23f1997fa5e006abb61374b9cfedb7afaa297cc4075657ad590f266b05427d2779de9c272a0289eea7c62561693d9f0600cbbe275d5750be6e35598196357')
+sha512sums=('e27590f7cc5802dce55f6b3f0f1b477a68a164c65636967d5a87c71d73b389c31db755c4029496c9ab61f40b1c0afd34c56fa2026a4cae9a3de001d26023')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2020-07-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, July 8, 2020 @ 19:53:57
  Author: sangy
Revision: 661775

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 661774, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 661774, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

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

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 661774, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-07-08 19:53:57 UTC (rev 661775)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:53:21 UTC (rev 661774)
+++ PKGBUILD2020-07-08 19:53:57 UTC (rev 661775)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.1
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-url="https://mathema.tician.de/software/pyopencl";
-license=('MIT' 'Apache' 'BSD')
-depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
-makedepends=('ctags' 'python-setuptools' 'python-mako' 'python-numpy' 'git'
- 'pybind11')
-checkdepends=('python-six' 'python-appdirs' 'python-pytest' 'python-pytools')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}";)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
-
-cd pyopencl
-python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build

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

2020-07-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, July 8, 2020 @ 19:53:21
  Author: sangy
Revision: 661774

upgpkg: python-pyopencl 1:2020.2-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:52:48 UTC (rev 661773)
+++ PKGBUILD2020-07-08 19:53:21 UTC (rev 661774)
@@ -4,7 +4,7 @@
 _pypiname=pyopencl
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.1
+pkgver=2020.2
 pkgrel=1
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"


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

2020-07-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 8, 2020 @ 19:52:38
  Author: ffy00
Revision: 661772

upgpkg: fontobene-qt5 0.1.0-1

Added:
  fontobene-qt5/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 19:52:38 UTC (rev 661772)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=fontobene-qt5
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
+arch=('x86_64')
+url='https://github.com/fontobene/fontobene-qt5'
+license=('MIT' 'Apache')
+depends=('qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('SKIP')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake -r ../$pkgname.pro \
+  PREFIX=/usr \
+  QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+  QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm 644 ../LICENSE-MIT 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm 644 ../LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
+}
+


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

2020-07-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 8, 2020 @ 19:52:48
  Author: ffy00
Revision: 661773

archrelease: copy trunk to community-x86_64

Added:
  fontobene-qt5/repos/community-x86_64/
  fontobene-qt5/repos/community-x86_64/PKGBUILD
(from rev 661772, fontobene-qt5/trunk/PKGBUILD)

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

Copied: fontobene-qt5/repos/community-x86_64/PKGBUILD (from rev 661772, 
fontobene-qt5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-07-08 19:52:48 UTC (rev 661773)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=fontobene-qt5
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
+arch=('x86_64')
+url='https://github.com/fontobene/fontobene-qt5'
+license=('MIT' 'Apache')
+depends=('qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('SKIP')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake -r ../$pkgname.pro \
+  PREFIX=/usr \
+  QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+  QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm 644 ../LICENSE-MIT 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm 644 ../LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
+}
+


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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 19:46:23
  Author: mtorromeo
Revision: 661770

upgpkg: grpc 1.30.0-2: Fixed missing dependency declaration

Modified:
  grpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:43:53 UTC (rev 661769)
+++ PKGBUILD2020-07-08 19:46:23 UTC (rev 661770)
@@ -7,12 +7,12 @@
 pkgver=1.30.0
 _gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
 _abseilcppver=20200225.2
-pkgrel=1
+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')
+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";)
@@ -69,7 +69,7 @@
 }
 
 package_grpc() {
-  depends=('c-ares' 'protobuf' 'openssl')
+  depends=('c-ares' 'protobuf' 'openssl' 'benchmark')
 
   cd "$srcdir/$pkgbase-$pkgver/build"
   make DESTDIR="$pkgdir" install


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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 19:46:37
  Author: mtorromeo
Revision: 661771

archrelease: copy trunk to community-x86_64

Added:
  grpc/repos/community-x86_64/PKGBUILD
(from rev 661770, grpc/trunk/PKGBUILD)
  grpc/repos/community-x86_64/cmake-cli.patch
(from rev 661770, 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-08 19:46:23 UTC (rev 661770)
+++ PKGBUILD2020-07-08 19:46:37 UTC (rev 661771)
@@ -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.0
-_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
-_abseilcppver=20200225.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'
-license=('BSD')
-makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags' 
'cython' 'cmake')
-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=('419dba362eaf8f1d36849ceee17c3e2ff8ff12ac666b42d3ff02a164ebe090e9'
-'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=-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')
-
-  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 661770, 
grpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 19:46:37 UTC (rev 661771)
@@ -0,0 +1,114 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Aleksey Filippov 
+# Contributor: Victor Aurélio Santos 
+
+pkgbase='grpc'
+pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
+pkg

[arch-commits] Commit in (fontobene-qt5 fontobene-qt5/repos fontobene-qt5/trunk)

2020-07-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 8, 2020 @ 19:43:53
  Author: ffy00
Revision: 661769

add root structure

Added:
  fontobene-qt5/
  fontobene-qt5/repos/
  fontobene-qt5/trunk/


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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 19:30:21
  Author: mtorromeo
Revision: 661768

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:30:04 UTC (rev 661767)
+++ PKGBUILD2020-07-08 19:30:21 UTC (rev 661768)
@@ -1,118 +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.29.1
-_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
-_abseilcppver=20200225.2
-_gbenchmark=1.5.0
-pkgrel=1
-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')
-source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$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";
-
"https://github.com/google/benchmark/archive/v$_gbenchmark/google-benchmark-$_gbenchmark.tar.gz";)
-sha256sums=('0343e6dbde66e9a31c691f2f61e98d79f3584e03a11511fad3f10e3667832a45'
-'443d383db648ebb8e391382c0ab63263b7091d03197f304390baac10f178a468'
-'f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111'
-'3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$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
-
-  rm -rf third_party/benchmark
-  ln -s "$srcdir/benchmark-$_gbenchmark/" third_party/benchmark
-
-  sed '/TARGET gflags::gflags/i \  set(_gRPC_GFLAGS_LIBRARIES gflags)' -i 
cmake/gflags.cmake
-
-  mkdir build
-  cd build
-  cmake \
--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 \
--DBENCHMARK_HAS_CXX03_FLAG=OFF \
-..
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make
-  export LDFLAGS="$LDFLAGS -L$PWD"
-
-  # PHP
-  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
-  phpize
-  ./configure --enable-grpc="$srcdir/$pkgname-$pkgver"
-  make
-
-  # Python
-  cd "$srcdir/$pkgname-$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')
-
-  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 661767, 
grpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ P

[arch-commits] Commit in benchmark (3 files)

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 19:30:04
  Author: mtorromeo
Revision: 661767

archrelease: copy trunk to community-x86_64

Added:
  benchmark/repos/
  benchmark/repos/community-x86_64/
  benchmark/repos/community-x86_64/PKGBUILD
(from rev 661766, benchmark/trunk/PKGBUILD)

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

Copied: benchmark/repos/community-x86_64/PKGBUILD (from rev 661766, 
benchmark/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-08 19:30:04 UTC (rev 661767)
@@ -0,0 +1,40 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Philipp Claßen 
+
+pkgname=benchmark
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A microbenchmark support library"
+arch=('x86_64')
+url="https://github.com/google/benchmark";
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake')
+
+source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('23082937d1663a53b90cb5b61df4bcc312f6dee7018da78ba00dd6bd669dfef2')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DBENCHMARK_ENABLE_LTO=ON \
+-DBENCHMARK_ENABLE_GTEST_TESTS=OFF \
+..
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+}


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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 19:20:45
  Author: dvzrv
Revision: 661765

archrelease: copy trunk to community-x86_64

Added:
  php-redis/repos/community-x86_64/PKGBUILD
(from rev 661764, php-redis/trunk/PKGBUILD)
Deleted:
  php-redis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:20:39 UTC (rev 661764)
+++ PKGBUILD2020-07-08 19:20:45 UTC (rev 661765)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=php-redis
-_name=redis
-_upstream=phpredis
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="An API for communicating with the Redis key-value store"
-arch=('x86_64')
-url="https://github.com/phpredis/phpredis/";
-license=('PHP')
-depends=('glibc' 'php-igbinary')
-makedepends=('liblzf')
-checkdepends=('lsof' 'redis')
-optdepends=('redis: use a local redis instance')
-backup=("etc/php/conf.d/${_name}.ini")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz";)
-sha512sums=('6c1bcc5a4626ec67901468acc7c645b0b3db93b2805d6a72b645001e81894a00a9f5f6a0e0aeff4ea2a51055f9c8e764e821b51f5848a566c03204fc8ef1db79')
-
-prepare() {
-  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # tempfile is non-standard, Debian only
-  sed -e 's/tempfile/mktemp/g' -i tests/mkring.sh
-  # the kill after shutdown of redis makes it exit with status code 1
-  sed -e '/kill -9/d' -i tests/mkring.sh
-  # disable the extension by default
-  echo -e "; this extension requires igbinary to be activated as 
well\n;extension=${_name}" > "${_name}.ini"
-  phpize
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --enable-redis-igbinary \
-  --enable-redis-lzf \
-  --with-liblzf=/usr/lib/
-  make
-}
-
-check() {
-  # tests are partly broken:
-  # https://github.com/phpredis/phpredis/issues/1593
-  export TEST_PHP_EXECUTABLE=/usr/bin/php
-  export TEST_PHP_ARGS="-d extension=igbinary -d 
extension=${srcdir}/${pkgname}-${pkgver}/modules/redis.so"
-  cd "$pkgname-$pkgver"
-  tests/mkring.sh start
-  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class Redis
-  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class RedisArray
-  tests/mkring.sh stop
-}
-
-package() {
-  depends+=('liblzf.so')
-  cd "$pkgname-$pkgver"
-  make INSTALL_ROOT="$pkgdir/" install
-  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
-  install -vDm 644 {{README,arrays,cluster}.markdown,CREDITS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: php-redis/repos/community-x86_64/PKGBUILD (from rev 661764, 
php-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 19:20:45 UTC (rev 661765)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+
+pkgname=php-redis
+_name=redis
+_upstream=phpredis
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="An API for communicating with the Redis key-value store"
+arch=('x86_64')
+url="https://github.com/phpredis/phpredis/";
+license=('PHP')
+depends=('glibc' 'php-igbinary')
+makedepends=('liblzf')
+checkdepends=('lsof' 'redis')
+optdepends=('redis: use a local redis instance')
+backup=("etc/php/conf.d/${_name}.ini")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz";)
+sha512sums=('7ab11c9b6583e4ba1aabebd7323de7d38b90274c0bee395b7a994a0d70b35ddee1bb6b6e6407b5237b0440b11f9c27f864707259ec130624aee3b71e7cee3536')
+
+prepare() {
+  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # tempfile is non-standard, Debian only
+  sed -e 's/tempfile/mktemp/g' -i tests/mkring.sh
+  # the kill after shutdown of redis makes it exit with status code 1
+  sed -e '/kill -9/d' -i tests/mkring.sh
+  # disable the extension by default
+  echo -e "; this extension requires igbinary to be activated as 
well\n;extension=${_name}" > "${_name}.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-redis-igbinary \
+  --enable-redis-lzf \
+  --with-liblzf=/usr/lib/
+  make
+}
+
+check() {
+  # tests are partly broken:
+  # https://github.com/phpredis/phpredis/issues/1593
+  export TEST_PHP_EXECUTABLE=/usr/bin/php
+  export TEST_PHP_ARGS="-d extension=igbinary -d 
extension=${srcdir}/${pkgname}-${pkgver}/modules/redis.so"
+  cd "$pkgname-$pkgver"
+  tests/mkring.sh start
+  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class Redis
+  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class RedisArray
+  tests/mkring.sh stop
+}
+
+package() {
+  depends+=('liblzf.so')
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/p

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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 19:28:04
  Author: mtorromeo
Revision: 661766

Reverted salt 3000 committed by mistake. Sorry!

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:20:45 UTC (rev 661765)
+++ PKGBUILD2020-07-08 19:28:04 UTC (rev 661766)
@@ -4,8 +4,8 @@
 # Contributor: Christer Edwards 
 
 pkgname=salt
-pkgver=3001
-pkgrel=2
+pkgver=2019.2.4
+pkgrel=1
 
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -15,19 +15,19 @@
 replaces=('salt-zmq' 'salt-raet')
 conflicts=('salt-zmq' 'salt-raet')
 
-depends=('python-jinja'
- 'python-msgpack'
- 'python-yaml'
- 'python-markupsafe'
- 'python-requests'
- 'python-pyzmq'
- 'python-pycryptodome'
- 'python-pycryptodomex'
- 'python-m2crypto'
- 'python-systemd'
- 'python-distro')
+depends=('python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado'
+ 'python2-futures')
 optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python-pygit2: gitfs support')
+'python2-pygit2: gitfs support')
 
 backup=('etc/logrotate.d/salt'
 'etc/salt/master'
@@ -37,18 +37,12 @@
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";
 salt.logrotate)
 
-sha256sums=('5ca60d1b2cc8e63db50995bd8b117914eeaf57c48ce2b3a3731ee57163adf154'
+sha256sums=('afeb1c95db61c9008f95259c0b27e525c8a9957cbc6f51c40e824a92637d2847'
 'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
 
-prepare() {
-  cd salt-$pkgver
-  find requirements salt.egg-info/requires.txt -type f -name \*.txt -exec \
-sed -r 's;^pycrypto\b.*;pycryptodome;' -i {} +
-}
-
 build() {
   cd salt-$pkgver
-  python setup.py build
+  python2 setup.py build
 }
 
 package() {
@@ -55,7 +49,7 @@
   install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
 
   cd salt-$pkgver
-  python setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1 --skip-build
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1 --skip-build
 
   # default config
   install -Dm644 conf/master "$pkgdir/etc/salt/master"


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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 19:20:39
  Author: dvzrv
Revision: 661764

upgpkg: php-redis 5.3.1-1: Upgrading to 5.3.1.

Modified:
  php-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:18:49 UTC (rev 661763)
+++ PKGBUILD2020-07-08 19:20:39 UTC (rev 661764)
@@ -3,7 +3,7 @@
 pkgname=php-redis
 _name=redis
 _upstream=phpredis
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('redis: use a local redis instance')
 backup=("etc/php/conf.d/${_name}.ini")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz";)
-sha512sums=('6c1bcc5a4626ec67901468acc7c645b0b3db93b2805d6a72b645001e81894a00a9f5f6a0e0aeff4ea2a51055f9c8e764e821b51f5848a566c03204fc8ef1db79')
+sha512sums=('7ab11c9b6583e4ba1aabebd7323de7d38b90274c0bee395b7a994a0d70b35ddee1bb6b6e6407b5237b0440b11f9c27f864707259ec130624aee3b71e7cee3536')
 
 prepare() {
   mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"


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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 19:18:49
  Author: dvzrv
Revision: 661763

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD
(from rev 661762, lib32-alsa-lib/trunk/PKGBUILD)
Deleted:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:18:42 UTC (rev 661762)
+++ PKGBUILD2020-07-08 19:18:49 UTC (rev 661763)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-_name=alsa-lib
-pkgname=lib32-alsa-lib
-pkgver=1.2.3.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support (32 bit)"
-arch=('x86_64')
-url="https://www.alsa-project.org";
-license=('LGPL2.1')
-depends=('lib32-glibc' "alsa-lib=${pkgver}")
-provides=('libasound.so' 'libatopology.so')
-source=("https://www.alsa-project.org/files/pub/lib/${_name}-$pkgver.tar.bz2";)
-sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
-b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
-
-prepare() {
-  cd "${_name}-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${_name}-$pkgver"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --without-debug \
-  --disable-python
-  make
-}
-
-check() {
-  cd "${_name}-$pkgver"
-  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
-  make -k check
-}
-
-package() {
-  cd "${_name}-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}

Copied: lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD (from rev 661762, 
lib32-alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 19:18:49 UTC (rev 661763)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+_name=alsa-lib
+pkgname=lib32-alsa-lib
+pkgver=1.2.3.2
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support (32 bit)"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('LGPL2.1')
+depends=('lib32-glibc' "alsa-lib=${pkgver}")
+provides=('libasound.so' 'libatopology.so')
+source=("https://www.alsa-project.org/files/pub/lib/${_name}-$pkgver.tar.bz2";)
+sha512sums=('1fbc6360fda841bd9ca488739bdc9f4142c1b4a07ff767f48f1e160e3d4dff914aed422c97088e238b5e77d7e30aa79ff72569c3348a4cf4a412e1e4bce0bf2a')
+b2sums=('70ba972953f71fc6ac20f6f3e91361b5aed72c8c7887252331a01334ec4cc154c1bfea02dfaf0f76f8244b8cf73426d83577dcf55aa0033f80ee303d23386df6')
+
+prepare() {
+  cd "${_name}-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${_name}-$pkgver"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --without-debug \
+  --disable-python
+  make
+}
+
+check() {
+  cd "${_name}-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
+package() {
+  cd "${_name}-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}


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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 19:18:42
  Author: dvzrv
Revision: 661762

upgpkg: lib32-alsa-lib 1.2.3.2-1: Upgrading to 1.2.3.2.

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:13:50 UTC (rev 661761)
+++ PKGBUILD2020-07-08 19:18:42 UTC (rev 661762)
@@ -3,7 +3,7 @@
 
 _name=alsa-lib
 pkgname=lib32-alsa-lib
-pkgver=1.2.3.1
+pkgver=1.2.3.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('lib32-glibc' "alsa-lib=${pkgver}")
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/${_name}-$pkgver.tar.bz2";)
-sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
-b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
+sha512sums=('1fbc6360fda841bd9ca488739bdc9f4142c1b4a07ff767f48f1e160e3d4dff914aed422c97088e238b5e77d7e30aa79ff72569c3348a4cf4a412e1e4bce0bf2a')
+b2sums=('70ba972953f71fc6ac20f6f3e91361b5aed72c8c7887252331a01334ec4cc154c1bfea02dfaf0f76f8244b8cf73426d83577dcf55aa0033f80ee303d23386df6')
 
 prepare() {
   cd "${_name}-$pkgver"


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

2020-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 8, 2020 @ 19:09:12
  Author: svenstaro
Revision: 661759

upgpkg: cuda 11.0.2-1

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 18:35:56 UTC (rev 661758)
+++ PKGBUILD2020-07-08 19:09:12 UTC (rev 661759)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Maintainer: Konstantin Gizdov 
 pkgname=cuda
-pkgver=11.0.1
-_driverver=450.36.06
+pkgver=11.0.2
+_driverver=450.51.05
 pkgrel=1
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
@@ -15,12 +15,12 @@
 'java-runtime=8: for nsight and nvvp')
 options=(!strip staticlibs)
 install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/11.0.1/local_installers/cuda_${pkgver}_${_driverver}_linux.run
+source=(http://developer.download.nvidia.com/compute/cuda/${pkgver}/local_installers/cuda_${pkgver}_${_driverver}_linux.run
 cuda.sh
 cuda.conf
 cuda-findgllib_mk.diff
 *.pc)
-sha512sums=('91228fd065a3f93ef0b56f158bb372bb4c4f7b0d6b691939a325eed660a19bf748042b58d49b77da9501e5f23b3d2d572aeda988574e9f54e03d3bcf0da25a01'
+sha512sums=('b20853fe7106c50b05419879172cbbfc3bb3deb381acbd8db3e6363e9963d4c944002da77014787cce3fe5151064c70436311892b6335579aa5b765cc6191d16'
 
'b3691913027b8390161c7412d87a905712d90434cc82027a52f203f8ae3dda755738f734f8190277471e4541d685b524568ad03af58d4b7ebad346eee11c10e4'
 
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
 
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b'


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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 19:13:49
  Author: dvzrv
Revision: 391032

archrelease: copy trunk to extra-x86_64

Added:
  alsa-lib/repos/extra-x86_64/PKGBUILD
(from rev 391031, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:13:38 UTC (rev 391031)
+++ PKGBUILD2020-07-08 19:13:49 UTC (rev 391032)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: judd 
-
-pkgname=alsa-lib
-pkgver=1.2.3.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="https://www.alsa-project.org";
-license=('LGPL2.1')
-depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
-provides=('libasound.so' 'libatopology.so')
-source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2";)
-sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
-b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --without-debug
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" install -C doc
-  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: alsa-lib/repos/extra-x86_64/PKGBUILD (from rev 391031, 
alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 19:13:49 UTC (rev 391032)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Contributor: judd 
+
+pkgname=alsa-lib
+pkgver=1.2.3.2
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('LGPL2.1')
+depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
+provides=('libasound.so' 'libatopology.so')
+source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2";)
+sha512sums=('1fbc6360fda841bd9ca488739bdc9f4142c1b4a07ff767f48f1e160e3d4dff914aed422c97088e238b5e77d7e30aa79ff72569c3348a4cf4a412e1e4bce0bf2a')
+b2sums=('70ba972953f71fc6ac20f6f3e91361b5aed72c8c7887252331a01334ec4cc154c1bfea02dfaf0f76f8244b8cf73426d83577dcf55aa0033f80ee303d23386df6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --without-debug
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export LD_LIBRARY_PATH="${PWD}/src/.libs/:${LD_LIBRARY_PATH}"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C doc
+  install -vDm 644 {MEMORY-LEAK,TODO,NOTES,ChangeLog,doc/asoundrc.txt} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (6 files)

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 19:13:50
  Author: mtorromeo
Revision: 661761

Added benchmark as dependency for grpc

Added:
  benchmark/
  benchmark/trunk/
  benchmark/trunk/PKGBUILD
Modified:
  grpc/trunk/PKGBUILD
  python-ujson/trunk/PKGBUILD
  salt/trunk/PKGBUILD

-+
 benchmark/trunk/PKGBUILD|   40 
 grpc/trunk/PKGBUILD |   34 +++---
 python-ujson/trunk/PKGBUILD |   10 +-
 salt/trunk/PKGBUILD |   40 +++-
 4 files changed, 83 insertions(+), 41 deletions(-)

Added: benchmark/trunk/PKGBUILD
===
--- benchmark/trunk/PKGBUILD(rev 0)
+++ benchmark/trunk/PKGBUILD2020-07-08 19:13:50 UTC (rev 661761)
@@ -0,0 +1,40 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Philipp Claßen 
+
+pkgname=benchmark
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A microbenchmark support library"
+arch=('x86_64')
+url="https://github.com/google/benchmark";
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake')
+
+source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('23082937d1663a53b90cb5b61df4bcc312f6dee7018da78ba00dd6bd669dfef2')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DBENCHMARK_ENABLE_LTO=ON \
+-DBENCHMARK_ENABLE_GTEST_TESTS=OFF \
+..
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+}

Modified: grpc/trunk/PKGBUILD
===
--- grpc/trunk/PKGBUILD 2020-07-08 19:09:54 UTC (rev 661760)
+++ grpc/trunk/PKGBUILD 2020-07-08 19:13:50 UTC (rev 661761)
@@ -4,10 +4,9 @@
 
 pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
-pkgver=1.29.1
+pkgver=1.30.0
 _gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
 _abseilcppver=20200225.2
-_gbenchmark=1.5.0
 pkgrel=1
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
 arch=('x86_64')
@@ -14,17 +13,15 @@
 url='https://grpc.io'
 license=('BSD')
 makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags' 
'cython' 'cmake')
-source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
+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";
-
"https://github.com/google/benchmark/archive/v$_gbenchmark/google-benchmark-$_gbenchmark.tar.gz";)
-sha256sums=('0343e6dbde66e9a31c691f2f61e98d79f3584e03a11511fad3f10e3667832a45'
+
"https://github.com/abseil/abseil-cpp/archive/$_abseilcppver/abseil-cpp-$_abseilcppver.tar.gz";)
+sha256sums=('419dba362eaf8f1d36849ceee17c3e2ff8ff12ac666b42d3ff02a164ebe090e9'
 '443d383db648ebb8e391382c0ab63263b7091d03197f304390baac10f178a468'
-'f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111'
-'3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a')
+'f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
   ln -sf "$srcdir/googletest-$_gtestver/"{googlemock,googletest} \
 third_party/googletest
 
@@ -31,14 +28,16 @@
   rm -rf third_party/abseil-cpp
   ln -s "$srcdir/abseil-cpp-$_abseilcppver/" third_party/abseil-cpp
 
-  rm -rf third_party/benchmark
-  ln -s "$srcdir/benchmark-$_gbenchmark/" third_party/benchmark
-
   sed '/TARGET gflags::gflags/i \  set(_gRPC_GFLAGS_LIBRARIES gflags)' -i 
cmake/gflags.cmake
 
   mkdir build
-  cd build
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
   cmake \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_CXX_FLAGS=-DNDEBUG \
 -DgRPC_INSTALL=ON \
 -DBUILD_SHARED_LIBS=ON \
 -DgRPC_BUILD_TESTS=ON \
@@ -48,12 +47,9 @@
 -DgRPC_SSL_PROVIDER=package \
 -DgRPC_ZLIB_PROVIDER=package \
 -DgRPC_GFLAGS_PROVIDER=package \
--DBENCHMARK_HAS_CXX03_FLAG=OFF \
+-DgRPC_BENCHMARK_PROVIDER=package \
 ..
-}
 
-build() {
-  cd "$srcdir/$pkgname-$pkgver/build"
   make
   export LDFLAGS="$LDFLAGS -L$PWD"
 
@@ -60,11 +56,11 @@
   # PHP
   cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
   phpize
-  ./configure --enable-grpc="$srcdir/$pkgname-$pkgver"
+  ./configure --enable-grpc="$srcdir/$pkgbase-$pkgver"
   make
 
   # Python
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
   GRPC_PYTHON_BUILD_WITH_CYTHON=1 \
   GRPC_PYTHON_BUILD_SYSTEM_

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

2020-07-08 Thread David Runge via arch-commits
Date: Wednesday, July 8, 2020 @ 19:13:38
  Author: dvzrv
Revision: 391031

upgpkg: alsa-lib 1.2.3.2-1: Upgrading to 1.2.3.2.

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:10:05 UTC (rev 391030)
+++ PKGBUILD2020-07-08 19:13:38 UTC (rev 391031)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.3.1
+pkgver=1.2.3.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('glibc' 'alsa-topology-conf' 'alsa-ucm-conf')
 provides=('libasound.so' 'libatopology.so')
 source=("https://www.alsa-project.org/files/pub/lib/$pkgname-$pkgver.tar.bz2";)
-sha512sums=('ed0a81371117a91a5024f3bef5a881ffa9521399eab5e016924669a3f1eba2d6a02efa284b160089bc581717d39d15325ebb2faf162e4d3dabe4c29785a5fb58')
-b2sums=('0460ec9449e3936582b29af6ef019ddbe9875090ba722e00074d3d3dfe6214f40c1d96cec8827bb724a52b06abbff1d80dc5fed46f5bb1f03bc5c46a765756fd')
+sha512sums=('1fbc6360fda841bd9ca488739bdc9f4142c1b4a07ff767f48f1e160e3d4dff914aed422c97088e238b5e77d7e30aa79ff72569c3348a4cf4a412e1e4bce0bf2a')
+b2sums=('70ba972953f71fc6ac20f6f3e91361b5aed72c8c7887252331a01334ec4cc154c1bfea02dfaf0f76f8244b8cf73426d83577dcf55aa0033f80ee303d23386df6')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-07-08 Thread Jan Steffens via arch-commits
Date: Wednesday, July 8, 2020 @ 19:10:05
  Author: heftig
Revision: 391030

archrelease: copy trunk to extra-x86_64

Added:
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 391029, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:09:58 UTC (rev 391029)
+++ PKGBUILD2020-07-08 19:10:05 UTC (rev 391030)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.36.3.1
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://gitlab.gnome.org/GNOME/gnome-desktop";
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap
- systemd-libs)
-makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-checkdepends=(xorg-server-xvfb)
-provides=(libgnome-desktop-3.so)
-_commit=ee338733ce62f1fa6203c12693469b8b6cfa2106  # tags/3.36.3.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gnome_distributor="Arch Linux®" \
--D gtk_doc=true \
--D date_in_gnome_version=false
-  ninja -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 391029, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 19:10:05 UTC (rev 391030)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.36.4
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://gitlab.gnome.org/GNOME/gnome-desktop";
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap
+ systemd-libs)
+makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
+checkdepends=(xorg-server-xvfb)
+provides=(libgnome-desktop-3.so)
+_commit=3521de51e391f81566efc38d714159492226a206  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gnome_distributor="Arch Linux®" \
+-D gtk_doc=true \
+-D date_in_gnome_version=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-07-08 Thread Jan Steffens via arch-commits
Date: Wednesday, July 8, 2020 @ 19:09:58
  Author: heftig
Revision: 391029

3.36.4-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 18:19:06 UTC (rev 391028)
+++ PKGBUILD2020-07-08 19:09:58 UTC (rev 391029)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.36.3.1
+pkgver=3.36.4
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
 checkdepends=(xorg-server-xvfb)
 provides=(libgnome-desktop-3.so)
-_commit=ee338733ce62f1fa6203c12693469b8b6cfa2106  # tags/3.36.3.1^0
+_commit=3521de51e391f81566efc38d714159492226a206  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
 -D gnome_distributor="Arch Linux®" \
 -D gtk_doc=true \
 -D date_in_gnome_version=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in cuda/repos/community-testing-x86_64 (66 files)

2020-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 8, 2020 @ 19:09:54
  Author: svenstaro
Revision: 661760

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 661759, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/accinj64.pc
(from rev 661759, cuda/trunk/accinj64.pc)
  cuda/repos/community-testing-x86_64/cublas.pc
(from rev 661759, cuda/trunk/cublas.pc)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 661759, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 661759, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 661759, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.pc
(from rev 661759, cuda/trunk/cuda.pc)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 661759, cuda/trunk/cuda.sh)
  cuda/repos/community-testing-x86_64/cudart.pc
(from rev 661759, cuda/trunk/cudart.pc)
  cuda/repos/community-testing-x86_64/cufft.pc
(from rev 661759, cuda/trunk/cufft.pc)
  cuda/repos/community-testing-x86_64/cufftw.pc
(from rev 661759, cuda/trunk/cufftw.pc)
  cuda/repos/community-testing-x86_64/cuinj64.pc
(from rev 661759, cuda/trunk/cuinj64.pc)
  cuda/repos/community-testing-x86_64/curand.pc
(from rev 661759, cuda/trunk/curand.pc)
  cuda/repos/community-testing-x86_64/cusolver.pc
(from rev 661759, cuda/trunk/cusolver.pc)
  cuda/repos/community-testing-x86_64/cusparse.pc
(from rev 661759, cuda/trunk/cusparse.pc)
  cuda/repos/community-testing-x86_64/nppc.pc
(from rev 661759, cuda/trunk/nppc.pc)
  cuda/repos/community-testing-x86_64/nppi.pc
(from rev 661759, cuda/trunk/nppi.pc)
  cuda/repos/community-testing-x86_64/nppial.pc
(from rev 661759, cuda/trunk/nppial.pc)
  cuda/repos/community-testing-x86_64/nppicc.pc
(from rev 661759, cuda/trunk/nppicc.pc)
  cuda/repos/community-testing-x86_64/nppicom.pc
(from rev 661759, cuda/trunk/nppicom.pc)
  cuda/repos/community-testing-x86_64/nppidei.pc
(from rev 661759, cuda/trunk/nppidei.pc)
  cuda/repos/community-testing-x86_64/nppif.pc
(from rev 661759, cuda/trunk/nppif.pc)
  cuda/repos/community-testing-x86_64/nppig.pc
(from rev 661759, cuda/trunk/nppig.pc)
  cuda/repos/community-testing-x86_64/nppim.pc
(from rev 661759, cuda/trunk/nppim.pc)
  cuda/repos/community-testing-x86_64/nppist.pc
(from rev 661759, cuda/trunk/nppist.pc)
  cuda/repos/community-testing-x86_64/nppisu.pc
(from rev 661759, cuda/trunk/nppisu.pc)
  cuda/repos/community-testing-x86_64/nppitc.pc
(from rev 661759, cuda/trunk/nppitc.pc)
  cuda/repos/community-testing-x86_64/npps.pc
(from rev 661759, cuda/trunk/npps.pc)
  cuda/repos/community-testing-x86_64/nvToolsExt.pc
(from rev 661759, cuda/trunk/nvToolsExt.pc)
  cuda/repos/community-testing-x86_64/nvgraph.pc
(from rev 661759, cuda/trunk/nvgraph.pc)
  cuda/repos/community-testing-x86_64/nvidia-ml.pc
(from rev 661759, cuda/trunk/nvidia-ml.pc)
  cuda/repos/community-testing-x86_64/nvjpeg.pc
(from rev 661759, cuda/trunk/nvjpeg.pc)
  cuda/repos/community-testing-x86_64/nvrtc.pc
(from rev 661759, cuda/trunk/nvrtc.pc)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/accinj64.pc
  cuda/repos/community-testing-x86_64/cublas.pc
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.pc
  cuda/repos/community-testing-x86_64/cuda.sh
  cuda/repos/community-testing-x86_64/cudart.pc
  cuda/repos/community-testing-x86_64/cufft.pc
  cuda/repos/community-testing-x86_64/cufftw.pc
  cuda/repos/community-testing-x86_64/cuinj64.pc
  cuda/repos/community-testing-x86_64/curand.pc
  cuda/repos/community-testing-x86_64/cusolver.pc
  cuda/repos/community-testing-x86_64/cusparse.pc
  cuda/repos/community-testing-x86_64/nppc.pc
  cuda/repos/community-testing-x86_64/nppi.pc
  cuda/repos/community-testing-x86_64/nppial.pc
  cuda/repos/community-testing-x86_64/nppicc.pc
  cuda/repos/community-testing-x86_64/nppicom.pc
  cuda/repos/community-testing-x86_64/nppidei.pc
  cuda/repos/community-testing-x86_64/nppif.pc
  cuda/repos/community-testing-x86_64/nppig.pc
  cuda/repos/community-testing-x86_64/nppim.pc
  cuda/repos/community-testing-x86_64/nppist.pc
  cuda/repos/community-testing-x86_64/nppisu.pc
  cuda/repos/community-testing-x86_64/nppitc.pc
  cuda/repos/community-testing-x86_64/npps.pc
  cuda/repos/community-testing-x86_64/nvToolsExt.pc
  cuda/repos/community-testing-x86_64/nvgraph.pc
  cuda/repos/community-testing-x86_64/nvidia-ml.pc
  cuda/repos/community-testing-x86_64/nvjpeg.pc
  cuda/repos/community-testing-x86_64/nvrtc.pc

+
 PKGBUILD   |  216 +++
 accinj64.pc|   18 +--
 cublas.pc  |   18 +--

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

2020-07-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 8, 2020 @ 18:35:46
  Author: ffy00
Revision: 661757

upgpkg: wine-mono 5.1.0-1

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 18:00:35 UTC (rev 661756)
+++ PKGBUILD2020-07-08 18:35:46 UTC (rev 661757)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=5.0.0
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('GPL' 'LGPL2.1' 'MPL')
 depends=('wine')
 source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.msi";)
-sha512sums=('8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c')
+sha512sums=('c4013307ba43121346f11881a30ff83d4921e0563a1ad3ff1adc34373f7bda5d5f6ad8c46bafe11c13ca372075333562864e073fe944428225b01fb885f9532f')
 
 package() {
-  install -Dm644 $pkgname-$pkgver-x86.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
+  install -Dm644 $pkgname-$pkgver-x86.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver-x86.msi
 }


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

2020-07-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 8, 2020 @ 18:35:56
  Author: ffy00
Revision: 661758

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
(from rev 661757, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 18:35:46 UTC (rev 661757)
+++ PKGBUILD2020-07-08 18:35:56 UTC (rev 661758)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=wine-mono
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=('any')
-url="https://wiki.winehq.org/Mono";
-license=('GPL' 'LGPL2.1' 'MPL')
-depends=('wine')
-source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.msi";)
-sha512sums=('8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c')
-
-package() {
-  install -Dm644 $pkgname-$pkgver-x86.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
-}

Copied: wine-mono/repos/community-any/PKGBUILD (from rev 661757, 
wine-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 18:35:56 UTC (rev 661758)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=wine-mono
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
+arch=('any')
+url="https://wiki.winehq.org/Mono";
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('wine')
+source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.msi";)
+sha512sums=('c4013307ba43121346f11881a30ff83d4921e0563a1ad3ff1adc34373f7bda5d5f6ad8c46bafe11c13ca372075333562864e073fe944428225b01fb885f9532f')
+
+package() {
+  install -Dm644 $pkgname-$pkgver-x86.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver-x86.msi
+}


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

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 8, 2020 @ 18:19:06
  Author: arojas
Revision: 391028

archrelease: copy trunk to extra-x86_64

Added:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 391027, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/extra-x86_64/qt5-webengine-gcc10.patch
(from rev 391027, qt5-webengine/trunk/qt5-webengine-gcc10.patch)
  qt5-webengine/repos/extra-x86_64/qt5-webengine-pipewire.patch
(from rev 391027, qt5-webengine/trunk/qt5-webengine-pipewire.patch)
Deleted:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
  qt5-webengine/repos/extra-x86_64/qt5-webengine-gcc10.patch

--+
 PKGBUILD |  151 +
 qt5-webengine-gcc10.patch|   24 +++---
 qt5-webengine-pipewire.patch |   76 
 3 files changed, 166 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 18:18:49 UTC (rev 391027)
+++ PKGBUILD2020-07-08 18:19:06 UTC (rev 391028)
@@ -1,73 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.15.0
-pkgver=${_qtver/-/}
-pkgrel=4
-arch=('x86_64')
-url='https://www.qt.io'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 
'krb5' 'ttf-font')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
-
qt5-webengine-icu67.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=e941f2bd";
-qt5-webengine-gcc10.patch
-
dark-mode-crash.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=4e8ca195";
-
qtbug-85119.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=c91f4d20";
-
qtbug-85120.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=242802ab";
-
qtbug-85118.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=e42ccdad";
-
qtbug-62957.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=f341988f";
-
qtbug-62957-pre.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch?id=75412200";
-)
-sha256sums=('c38e2fda7ed1b7d5a90f26abf231ec0715d78a5bc39a94673d8e39d75f04c5df'
-'22a2265c81bc73dba6843279407ccaec9f192d0987c54a0d9533be7c49b37f29'
-'8a6e0c41f708d6a8f1febb751157642ab985b58c07ada1447b73b71cd31b4d99'
-'7ea054a95045635fcee9ee50a6a28e9aedf182ca97a76cc6dd680fb1a91748e1'
-'758561a5bd52feca16751c37def8e7cd3388073bf5bd072eb0862830c174decc'
-'4bb12a72d40e69052946a6b66fff621f28e40c3d3c11ddeec155133a9204f352'
-'fc976a6a7198121a4c1b6026318098de278412d73634db31b1815a3cc7502657'
-'1a07ab59daa9552ad1a70abd03b00d40e542d9dd64fa6d7404d31c9a51e5eeba'
-'d47ec2111c9713312158f800c01ca9358400b4e11273e470d57a53c36b7565c0')
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  patch -d src/3rdparty -p1 -i "$srcdir"/qt5-webengine-icu67.patch # Fix build 
with ICU 67
-  patch -d src/3rdparty -p1 -i "$srcdir"/qt5-webengine-gcc10.patch
-  patch -d src/3rdparty -p1 -i "$srcdir"/dark-mode-crash.patch # Fix crash in 
qutebrowser when using dark mode
-  patch -d src/3rdparty -p1 -i "$srcdir"/qtbug-85119.patch # Extend url 
library for WebEngine custom schemes
-  patch -d src/3rdparty -p1 -i "$srcdir"/qtbug-85120.patch # Make XScrnSaver 
optional
-
-  patch -p1 -i ../qtbug-85118.patch # Fix recentlyAudible signal
-  patch -p1 -i ../qtbug-62957-pre.patch # Avoid the network context reset 
during http cache clear
-  patch -p1 -i ../qtbug-62957.patch # Return valid path in Profile::GetPath() 
for incognito profiles
-}
-
-build() {
-  cd build
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker \
--webengine-icu \
--webengine-kerberos
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/extra-x86_64/PKGBUILD (from rev 391027, 
qt5-webengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 18:19:06 UTC (rev 391028)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+p

[arch-commits] Commit in qt5-webengine/trunk (qt5-webengine-pipewire.patch)

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 8, 2020 @ 18:18:49
  Author: arojas
Revision: 391027

Add screen sharing support on Wayland

Added:
  qt5-webengine/trunk/qt5-webengine-pipewire.patch

--+
 qt5-webengine-pipewire.patch |   76 +
 1 file changed, 76 insertions(+)

Added: qt5-webengine-pipewire.patch
===
--- qt5-webengine-pipewire.patch(rev 0)
+++ qt5-webengine-pipewire.patch2020-07-08 18:18:49 UTC (rev 391027)
@@ -0,0 +1,76 @@
+From e5b5fcb1a2c186f14ae35f4c48f593e6fa75dd87 Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen 
+Date: Mon, 29 Jun 2020 17:04:53 +0200
+Subject: Add pipewire detection and support
+
+Used for screensharing on wayland
+
+Fixes: QTBUG-85309
+Change-Id: I7ec61611bb9e3f318a6a5bd3a43212f391766628
+Reviewed-by: Kirill Burtsev 
+---
+ src/buildtools/config/linux.pri |  2 ++
+ src/core/configure.json   | 15 +++
+ 2 files changed, 17 insertions(+)
+
+diff --git a/src/buildtools/config/linux.pri b/src/buildtools/config/linux.pri
+index e98524002..26d0dcf7d 100644
+--- a/src/buildtools/config/linux.pri
 b/src/buildtools/config/linux.pri
+@@ -29,6 +29,8 @@ qtConfig(webengine-embedded-build) {
+ qtConfig(webengine-webrtc): gn_args += rtc_use_x11=true
+ }
+ 
++qtConfig(webengine-webrtc): qtConfig(webengine-webrtc-pipewire): gn_args 
+= rtc_use_pipewire=true
++
+ qtConfig(webengine-system-libevent): gn_args += use_system_libevent=true
+ qtConfig(webengine-system-libwebp):  gn_args += use_system_libwebp=true
+ qtConfig(webengine-system-libxml2):  gn_args += use_system_libxml=true 
use_system_libxslt=true
+diff --git a/src/core/configure.json b/src/core/configure.json
+index 1a2162723..7ba4a94c7 100644
+--- a/src/core/configure.json
 b/src/core/configure.json
+@@ -25,6 +25,7 @@
+ "webengine-native-spellchecker": "boolean",
+ "webengine-extensions": "boolean",
+ "webengine-webrtc": "boolean",
++"webengine-webrtc-pipewire": "boolean",
+ "webengine-geolocation": "boolean",
+ "webengine-webchannel": "boolean",
+ "webengine-kerberos": "boolean",
+@@ -67,6 +68,12 @@
+ "sources": [
+ { "type": "pkgConfig", "args": "libpulse >= 0.9.10 
libpulse-mainloop-glib" }
+ ]
++},
++"webengine-gio": {
++"label": "gio",
++"sources": [
++{ "type": "pkgConfig", "args": "gio-2.0" }
++]
+ }
+ },
+ "tests" : {
+@@ -183,6 +190,13 @@
+ "autoDetect": "!features.webengine-embedded-build",
+ "output": [ "privateFeature" ]
+ },
++"webengine-webrtc-pipewire": {
++"label": "PipeWire over GIO",
++"purpose": "Provides PipeWire support in WebRTC using GIO.",
++"condition": "features.webengine-webrtc && libs.webengine-gio",
++"autoDetect": "false",
++"output": [ "privateFeature" ]
++},
+ "webengine-ozone-x11" : {
+  "label": "Support qpa-xcb",
+  "condition": "features.webengine-ozone-x11",
+@@ -252,6 +266,7 @@
+ "webengine-spellchecker",
+ "webengine-native-spellchecker",
+ "webengine-webrtc",
++"webengine-webrtc-pipewire",
+ "webengine-geolocation",
+ "webengine-webchannel",
+ "webengine-kerberos",
+-- 


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

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 8, 2020 @ 18:18:35
  Author: arojas
Revision: 391026

Add screen sharing support on Wayland

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 18:08:43 UTC (rev 391025)
+++ PKGBUILD2020-07-08 18:18:35 UTC (rev 391026)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -11,7 +11,8 @@
 pkgdesc='Provides support for web applications using the Chromium browser 
project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
  'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 
'krb5' 'ttf-font')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 
'libpipewire02')
+optdepends=('libpipewire02: WebRTC desktop sharing under Wayland')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
@@ -23,6 +24,7 @@
 
qtbug-85118.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=e42ccdad";
 
qtbug-62957.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=f341988f";
 
qtbug-62957-pre.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch?id=75412200";
+qt5-webengine-pipewire.patch
 )
 sha256sums=('c38e2fda7ed1b7d5a90f26abf231ec0715d78a5bc39a94673d8e39d75f04c5df'
 '22a2265c81bc73dba6843279407ccaec9f192d0987c54a0d9533be7c49b37f29'
@@ -32,7 +34,8 @@
 '4bb12a72d40e69052946a6b66fff621f28e40c3d3c11ddeec155133a9204f352'
 'fc976a6a7198121a4c1b6026318098de278412d73634db31b1815a3cc7502657'
 '1a07ab59daa9552ad1a70abd03b00d40e542d9dd64fa6d7404d31c9a51e5eeba'
-'d47ec2111c9713312158f800c01ca9358400b4e11273e470d57a53c36b7565c0')
+'d47ec2111c9713312158f800c01ca9358400b4e11273e470d57a53c36b7565c0'
+'34cd6fdcdf7d20f9a32d4ad066535edad61735a83a895e9503edab247fee5542')
 
 prepare() {
   mkdir -p build
@@ -47,6 +50,7 @@
   patch -p1 -i ../qtbug-85118.patch # Fix recentlyAudible signal
   patch -p1 -i ../qtbug-62957-pre.patch # Avoid the network context reset 
during http cache clear
   patch -p1 -i ../qtbug-62957.patch # Return valid path in Profile::GetPath() 
for incognito profiles
+  patch -p1 -i ../qt5-webengine-pipewire.patch # Add screen sharing support on 
wayland via pipewire
 }
 
 build() {
@@ -57,7 +61,8 @@
 -webp \
 -spellchecker \
 -webengine-icu \
--webengine-kerberos
+-webengine-kerberos \
+-webengine-webrtc-pipewire
   make
 }
 


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

2020-07-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 8, 2020 @ 18:08:43
  Author: foutrelis
Revision: 391025

archrelease: copy trunk to extra-x86_64

Added:
  exo/repos/extra-x86_64/PKGBUILD
(from rev 391024, exo/trunk/PKGBUILD)
  exo/repos/extra-x86_64/fix-xfce4-settings-manager-resizing.patch
(from rev 391024, exo/trunk/fix-xfce4-settings-manager-resizing.patch)
Deleted:
  exo/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |   79 ++--
 fix-xfce4-settings-manager-resizing.patch |   38 +
 2 files changed, 80 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 18:08:38 UTC (rev 391024)
+++ PKGBUILD2020-07-08 18:08:43 UTC (rev 391025)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.12.11
-pkgrel=4
-pkgdesc="Application library for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/";
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 391024, exo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 18:08:43 UTC (rev 391025)
@@ -0,0 +1,42 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.12.11
+pkgrel=5
+pkgdesc="Application library for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/";
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+fix-xfce4-settings-manager-resizing.patch)
+sha256sums=('ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6'
+'0bb6896fae60b06ba4accd15cd334da88f874849f6fabd39ef5831f977c8a181')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://gitlab.xfce.org/xfce/exo/-/issues/19
+  patch -Np1 -i ../fix-xfce4-settings-manager-resizing.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/fix-xfce4-settings-manager-resizing.patch (from 
rev 391024, exo/trunk/fix-xfce4-settings-manager-resizing.patch)
===
--- fix-xfce4-settings-manager-resizing.patch   (rev 0)
+++ fix-xfce4-settings-manager-resizing.patch   2020-07-08 18:08:43 UTC (rev 
391025)
@@ -0,0 +1,38 @@
+From b41b65612085a145622d23207b810e9cbb40e3cb Mon Sep 17 00:00:00 2001
+From: Theo Linkspfeifer 
+Date: Thu, 11 Jun 2020 06:02:02 -0400
+Subject: [PATCH] Allow resizing the xfce4-settings window smaller (fixes #19)
+
+Signed-off-by: Sean Davis 
+---
+ exo/exo-icon-view.c | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
+index 939658fb..deba7f5d 100644
+--- a/exo/exo-icon-view.c
 b/exo/exo-icon-view.c
+@@ -1669,7 +1669,9 @@ exo_icon_view_get_preferred_width (GtkWidget *widget,
+   GList*lp;
+ 
+   /* well, this is easy */
+-  *minimal_width = *natural_width = priv->width;
++  if (priv->item_width < 0)
++*minimal_width = priv->width;
++  *natural_width = priv->width;
+ 
+   /* handle the child widgets */
+   for (lp = priv->children; lp != NULL; lp = lp->next)
+@@ -1691,7 +1693,8 @@ exo_icon_view_get_preferred_height (GtkWidget *widget,
+   GList*lp;
+ 
+   /* well, this is easy */
+-  *natural_height = *minimal_height = priv->height;
++  *minimal_height = priv->height;
++  *natural_height = priv->height;
+ 
+   /* handle the child widgets */
+   for (lp = priv->children; lp != NULL; lp = lp->next)
+-- 
+2.26.2
+


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

2020-07-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 8, 2020 @ 18:08:38
  Author: foutrelis
Revision: 391024

upgpkg: exo 0.12.11-5: fix xfce4-settings-manager window resizing

https://gitlab.xfce.org/xfce/exo/-/issues/19

Added:
  exo/trunk/fix-xfce4-settings-manager-resizing.patch
Modified:
  exo/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +---
 fix-xfce4-settings-manager-resizing.patch |   38 
 2 files changed, 46 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 17:47:27 UTC (rev 391023)
+++ PKGBUILD2020-07-08 18:08:38 UTC (rev 391024)
@@ -4,7 +4,7 @@
 
 pkgname=exo
 pkgver=0.12.11
-pkgrel=4
+pkgrel=5
 pkgdesc="Application library for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/";
@@ -12,11 +12,16 @@
 groups=('xfce4')
 depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
 makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+fix-xfce4-settings-manager-resizing.patch)
+sha256sums=('ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6'
+'0bb6896fae60b06ba4accd15cd334da88f874849f6fabd39ef5831f977c8a181')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+
+  # https://gitlab.xfce.org/xfce/exo/-/issues/19
+  patch -Np1 -i ../fix-xfce4-settings-manager-resizing.patch
 }
 
 build() {

Added: fix-xfce4-settings-manager-resizing.patch
===
--- fix-xfce4-settings-manager-resizing.patch   (rev 0)
+++ fix-xfce4-settings-manager-resizing.patch   2020-07-08 18:08:38 UTC (rev 
391024)
@@ -0,0 +1,38 @@
+From b41b65612085a145622d23207b810e9cbb40e3cb Mon Sep 17 00:00:00 2001
+From: Theo Linkspfeifer 
+Date: Thu, 11 Jun 2020 06:02:02 -0400
+Subject: [PATCH] Allow resizing the xfce4-settings window smaller (fixes #19)
+
+Signed-off-by: Sean Davis 
+---
+ exo/exo-icon-view.c | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
+index 939658fb..deba7f5d 100644
+--- a/exo/exo-icon-view.c
 b/exo/exo-icon-view.c
+@@ -1669,7 +1669,9 @@ exo_icon_view_get_preferred_width (GtkWidget *widget,
+   GList*lp;
+ 
+   /* well, this is easy */
+-  *minimal_width = *natural_width = priv->width;
++  if (priv->item_width < 0)
++*minimal_width = priv->width;
++  *natural_width = priv->width;
+ 
+   /* handle the child widgets */
+   for (lp = priv->children; lp != NULL; lp = lp->next)
+@@ -1691,7 +1693,8 @@ exo_icon_view_get_preferred_height (GtkWidget *widget,
+   GList*lp;
+ 
+   /* well, this is easy */
+-  *natural_height = *minimal_height = priv->height;
++  *minimal_height = priv->height;
++  *natural_height = priv->height;
+ 
+   /* handle the child widgets */
+   for (lp = priv->children; lp != NULL; lp = lp->next)
+-- 
+2.26.2
+


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 18:00:35
  Author: felixonmars
Revision: 661756

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 661755, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch
(from rev 661755, 
deepin-control-center/trunk/deepin-control-center-build-fix.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch

---+
 PKGBUILD  |  144 
 deepin-control-center-build-fix.patch |  130 ++--
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 18:00:17 UTC (rev 661755)
+++ PKGBUILD2020-07-08 18:00:35 UTC (rev 661756)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=5.2.0.15
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('cmake' 'deepin-dock' 'ninja' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";
-$pkgname-build-fix.patch
-
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
-
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('dd12b59c743c2b22dbc883a59fb9025b8d2b0ae23e90ee0503a3e577f5a5c71f524085f9307a9dc19cb3d68bf35fe0f61c2fb599f824f4188deb327d30a15905'
-
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
-
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
-
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')
-
-prepare() {
-  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch || :
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-build-fix.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
-  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
-  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
-  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
-  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
-  
src/frame/window/modules/personalization/roundcolorwidget.cpp 
src/frame/window/modules/unionid/pages/avatarwidget.cpp
-  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
-
-  sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
-  
com.deepin.controlcenter.restore.policy
-  sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt
-
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  se

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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 18:00:07
  Author: felixonmars
Revision: 661754

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 661753, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 661753, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   90 +-
 icon-size.patch |  184 +++---
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 17:59:48 UTC (rev 661753)
+++ PKGBUILD2020-07-08 18:00:07 UTC (rev 661754)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
- 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz";
-icon-size.patch)
-sha512sums=('ab22853603d698053af8994d601ffeb564b25f0211b3f8e4116826931c38cc51ea37d98d1cc5144b307a4f533bc83114c3124196fb12064ed7cee09908983057'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 661753, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 18:00:07 UTC (rev 661754)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.10
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell";
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz";
+icon-size.patch)
+sha512sums=('1e8703ddc0988a13ea8129db21207f93896b24475fe081d0b382dde599cf6007c6209dcd8d18033c8006e3d31d65381789c62ec1a2200818eb721ee43001c885'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  DESTDIR="$pkgdir" ninja install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-07-08 17:59:48 UTC (rev 661753)
+++ icon-size.patch 2020-07-08 18:00:07 UTC (rev 661754)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString &file)
-+QPixmap loadPixm

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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 18:00:17
  Author: felixonmars
Revision: 661755

upgpkg: deepin-control-center 5.2.0.16-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 18:00:07 UTC (rev 661754)
+++ PKGBUILD2020-07-08 18:00:17 UTC (rev 661755)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.2.0.15
+pkgver=5.2.0.16
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 $pkgname-build-fix.patch
 
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
 
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('dd12b59c743c2b22dbc883a59fb9025b8d2b0ae23e90ee0503a3e577f5a5c71f524085f9307a9dc19cb3d68bf35fe0f61c2fb599f824f4188deb327d30a15905'
+sha512sums=('5abec135e561f5794325e49668a6e7568994180bcafb1fc9b9ec4b75def72509078a44eefcc8d4d0265dc0b6fabdf0d0ccaec286db61ed27ff8b8c845017ef46'
 
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
 
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
 
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 17:59:48
  Author: felixonmars
Revision: 661753

upgpkg: deepin-session-shell 5.1.0.10-1

Modified:
  deepin-session-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 17:59:41 UTC (rev 661752)
+++ PKGBUILD2020-07-08 17:59:48 UTC (rev 661753)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-shell
-pkgver=5.1.0.8
+pkgver=5.1.0.10
 pkgrel=1
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz";
 icon-size.patch)
-sha512sums=('ab22853603d698053af8994d601ffeb564b25f0211b3f8e4116826931c38cc51ea37d98d1cc5144b307a4f533bc83114c3124196fb12064ed7cee09908983057'
+sha512sums=('1e8703ddc0988a13ea8129db21207f93896b24475fe081d0b382dde599cf6007c6209dcd8d18033c8006e3d31d65381789c62ec1a2200818eb721ee43001c885'
 
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
 
 prepare() {


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 17:59:41
  Author: felixonmars
Revision: 661752

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 17:59:25 UTC (rev 661751)
+++ PKGBUILD2020-07-08 17:59:41 UTC (rev 661752)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-chameleon
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Fast HTML/XML Template Compiler"
-arch=('any')
-license=('custom:BSD' 'ZPL')
-url="http://www.pagetemplates.org/";
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz";)
-sha512sums=('7eaeee53a215fe93142ad57e40d161816fdcfa9a24d68a4648f09ae0a49a2439ccf8f0ace700780025e196471dc1cb8941cd77b120c84876cec77c89e883534d')
-
-build() {
-  cd chameleon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd chameleon-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd chameleon-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-chameleon/repos/community-any/PKGBUILD (from rev 661751, 
python-chameleon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 17:59:41 UTC (rev 661752)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-chameleon
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('custom:BSD' 'ZPL')
+url="http://www.pagetemplates.org/";
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz";)
+sha512sums=('d4a4b3ac0b59865a7ea1d9ede7f08d991296c1d08a48c7290b9e2864afa6527237d8dee604114918f3b5035f2cc915bf6218d0758ebcd393f2103bb0751f6ea2')
+
+build() {
+  cd chameleon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd chameleon-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd chameleon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 17:59:25
  Author: felixonmars
Revision: 661751

upgpkg: python-chameleon 3.8.1-1

Modified:
  python-chameleon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 17:57:02 UTC (rev 661750)
+++ PKGBUILD2020-07-08 17:59:25 UTC (rev 661751)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-chameleon
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Fast HTML/XML Template Compiler"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz";)
-sha512sums=('7eaeee53a215fe93142ad57e40d161816fdcfa9a24d68a4648f09ae0a49a2439ccf8f0ace700780025e196471dc1cb8941cd77b120c84876cec77c89e883534d')
+sha512sums=('d4a4b3ac0b59865a7ea1d9ede7f08d991296c1d08a48c7290b9e2864afa6527237d8dee604114918f3b5035f2cc915bf6218d0758ebcd393f2103bb0751f6ea2')
 
 build() {
   cd chameleon-$pkgver


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 17:57:02
  Author: felixonmars
Revision: 661750

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 17:56:47 UTC (rev 661749)
+++ PKGBUILD2020-07-08 17:57:02 UTC (rev 661750)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-sugar
-pkgver=0.9.3
-_commit=2764da41c431f6f32ade45b2de0310010117efd7
-pkgrel=1
-pkgdesc='A plugin for py.test that changes the default look and feel of 
py.test'
-arch=('any')
-license=('BSD')
-url='https://github.com/Frozenball/pytest-sugar'
-depends=('python-pytest' 'python-termcolor')
-source=("$pkgname-$_commit.tar.gz::https://github.com/Frozenball/pytest-sugar/archive/$_commit.tar.gz";)
-sha512sums=('ea54eeb6adaff5e8548e4fffec3fc6dfb8a5e186ede77291180efe0ab445f6aab4608c7d08b753a5e15630c1f5caa0689dccca7cd4f3f734ba83a02b9c482df3')
-
-prepare() {
-  mv pytest-sugar-{$_commit,$pkgver}
-}
-
-build() {
-  cd "$srcdir"/pytest-sugar-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-sugar-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # https://github.com/Teemu/pytest-sugar/issues/180
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test --deselect 
test_sugar.py::TestTerminalReporter::test_item_count_after_pytest_collection_modifyitems
 \
-   
 --deselect test_sugar.py::TestTerminalReporter::test_collect_error \
-   
 --deselect test_sugar.py::TestTerminalReporter::test_doctest
-}
-
-package() {
-  cd pytest-sugar-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-sugar/repos/community-any/PKGBUILD (from rev 661749, 
python-pytest-sugar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 17:57:02 UTC (rev 661750)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-sugar
+pkgver=0.9.4
+_commit=92ae9dee9f76af01a64d29de5ab07ef33fc5a15b
+pkgrel=1
+pkgdesc='A plugin for py.test that changes the default look and feel of 
py.test'
+arch=('any')
+license=('BSD')
+url='https://github.com/Frozenball/pytest-sugar'
+depends=('python-pytest' 'python-termcolor')
+source=("https://github.com/Frozenball/pytest-sugar/archive/$_commit/$pkgname-$_commit.tar.gz";)
+sha512sums=('006772eeacd4cccec0fbe7dd615f4a24b30bda935a7c7a91551173e5c4053bc4316a9c22f859c29ed2314ba5a2e81d0956fe5f1ccdd5fb9ca70e68354d30371d')
+
+prepare() {
+  mv pytest-sugar-{$_commit,$pkgver}
+}
+
+build() {
+  cd pytest-sugar-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-sugar-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest-sugar-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 17:56:47
  Author: felixonmars
Revision: 661749

upgpkg: python-pytest-sugar 0.9.4-1

Modified:
  python-pytest-sugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 16:53:15 UTC (rev 661748)
+++ PKGBUILD2020-07-08 17:56:47 UTC (rev 661749)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-sugar
-pkgver=0.9.3
-_commit=2764da41c431f6f32ade45b2de0310010117efd7
+pkgver=0.9.4
+_commit=92ae9dee9f76af01a64d29de5ab07ef33fc5a15b
 pkgrel=1
 pkgdesc='A plugin for py.test that changes the default look and feel of 
py.test'
 arch=('any')
@@ -9,8 +9,8 @@
 license=('BSD')
 url='https://github.com/Frozenball/pytest-sugar'
 depends=('python-pytest' 'python-termcolor')
-source=("$pkgname-$_commit.tar.gz::https://github.com/Frozenball/pytest-sugar/archive/$_commit.tar.gz";)
-sha512sums=('ea54eeb6adaff5e8548e4fffec3fc6dfb8a5e186ede77291180efe0ab445f6aab4608c7d08b753a5e15630c1f5caa0689dccca7cd4f3f734ba83a02b9c482df3')
+source=("https://github.com/Frozenball/pytest-sugar/archive/$_commit/$pkgname-$_commit.tar.gz";)
+sha512sums=('006772eeacd4cccec0fbe7dd615f4a24b30bda935a7c7a91551173e5c4053bc4316a9c22f859c29ed2314ba5a2e81d0956fe5f1ccdd5fb9ca70e68354d30371d')
 
 prepare() {
   mv pytest-sugar-{$_commit,$pkgver}
@@ -17,7 +17,7 @@
 }
 
 build() {
-  cd "$srcdir"/pytest-sugar-$pkgver
+  cd pytest-sugar-$pkgver
   python setup.py build
 }
 
@@ -24,12 +24,9 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir"/pytest-sugar-$pkgver
+  cd pytest-sugar-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # https://github.com/Teemu/pytest-sugar/issues/180
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test --deselect 
test_sugar.py::TestTerminalReporter::test_item_count_after_pytest_collection_modifyitems
 \
-   
 --deselect test_sugar.py::TestTerminalReporter::test_collect_error \
-   
 --deselect test_sugar.py::TestTerminalReporter::test_doctest
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
pytest
 }
 
 package() {


[arch-commits] Commit in seabios/trunk (PKGBUILD reproducible-version.patch)

2020-07-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 8, 2020 @ 17:47:27
  Author: anatolik
Revision: 391023

FS#67178: Do not embedd buildtime/hostname into version

This helps to with the package reproducibility

Added:
  seabios/trunk/reproducible-version.patch
Modified:
  seabios/trunk/PKGBUILD

+
 PKGBUILD   |   11 +--
 reproducible-version.patch |   15 +++
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 10:55:59 UTC (rev 391022)
+++ PKGBUILD2020-07-08 17:47:27 UTC (rev 391023)
@@ -22,7 +22,8 @@
 config.vga.vmware
 config.vga.bochs-display
 config.vga.ramfb
-config.vga.virtio)
+config.vga.virtio
+reproducible-version.patch)
 sha1sums=('b63b9fd5f73f74f0e8076ad23623c975ec0c2127'
   '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
   '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
@@ -35,7 +36,8 @@
   '5b017b16aec445df873618aaebd154aa97107148'
   'c7c730ade7a63e1efc7de81c7536632e0617e808'
   'c2f4a7708befd6a0763dd4a5a4f8b5168db30340'
-  'a2b3d09f944e3d6857ceee272b733075a7edc52e')
+  'a2b3d09f944e3d6857ceee272b733075a7edc52e'
+  '352aa180d17642d1230391e5a1a26389a9629c47')
 
 # build routine from fedora
 build_bios() {
@@ -50,8 +52,13 @@
 
 prepare() {
   cd seabios-$_tag
+
+  patch -p1 < ../reproducible-version.patch # FS#67178
+
   rm -rf binaries
   mkdir binaries
+
+  echo "ArchLinux ${pkgver}-${pkgrel}" > .version
 }
 
 build() {

Added: reproducible-version.patch
===
--- reproducible-version.patch  (rev 0)
+++ reproducible-version.patch  2020-07-08 17:47:27 UTC (rev 391023)
@@ -0,0 +1,15 @@
+diff --git a/scripts/buildversion.py b/scripts/buildversion.py
+index 8875497..a0eb646 100755
+--- a/scripts/buildversion.py
 b/scripts/buildversion.py
+@@ -124,10 +124,6 @@ def main():
+ cleanbuild = cleanbuild and ver and options.extra != ""
+ if not ver:
+ ver = "?"
+-if not cleanbuild:
+-btime = time.strftime("%Y%m%d_%H%M%S")
+-hostname = socket.gethostname()
+-ver = "%s-%s-%s" % (ver, btime, hostname)
+ write_version(outfile, ver + options.extra, toolstr)
+ 
+ if __name__ == '__main__':


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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 16:53:15
  Author: mtorromeo
Revision: 661748

archrelease: copy trunk to community-x86_64

Added:
  earlyoom/repos/community-x86_64/PKGBUILD
(from rev 661747, earlyoom/trunk/PKGBUILD)
Deleted:
  earlyoom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 16:53:02 UTC (rev 661747)
+++ PKGBUILD2020-07-08 16:53:15 UTC (rev 661748)
@@ -1,32 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=earlyoom
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Early OOM Daemon for Linux"
-arch=('x86_64')
-url="https://github.com/rfjakob/earlyoom";
-license=('MIT')
-makedepends=('pandoc')
-opedepends=('systembus-notify: desktop notifications')
-backup=("etc/default/earlyoom")
-source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('bcd3fab4da5e1dddec952a0974c866ec90c5f9159c995f9162c45488c4d03340')
-
-prepare() {
-cd "$pkgname-$pkgver"
-sed "/systemctl|chcon/d" -ri Makefile
-sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
-sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: earlyoom/repos/community-x86_64/PKGBUILD (from rev 661747, 
earlyoom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 16:53:15 UTC (rev 661748)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=earlyoom
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Early OOM Daemon for Linux"
+arch=('x86_64')
+url="https://github.com/rfjakob/earlyoom";
+license=('MIT')
+makedepends=('pandoc')
+optdepends=('systembus-notify: desktop notifications')
+backup=("etc/default/earlyoom")
+source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('bcd3fab4da5e1dddec952a0974c866ec90c5f9159c995f9162c45488c4d03340')
+
+prepare() {
+cd "$pkgname-$pkgver"
+sed "/systemctl|chcon/d" -ri Makefile
+sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
+sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 16:53:02
  Author: mtorromeo
Revision: 661747

upgpkg: earlyoom 1.6.1-1

Modified:
  earlyoom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 16:52:13 UTC (rev 661746)
+++ PKGBUILD2020-07-08 16:53:02 UTC (rev 661747)
@@ -8,7 +8,7 @@
 url="https://github.com/rfjakob/earlyoom";
 license=('MIT')
 makedepends=('pandoc')
-opedepends=('systembus-notify: desktop notifications')
+optdepends=('systembus-notify: desktop notifications')
 backup=("etc/default/earlyoom")
 
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 sha256sums=('bcd3fab4da5e1dddec952a0974c866ec90c5f9159c995f9162c45488c4d03340')


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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 16:52:13
  Author: mtorromeo
Revision: 661746

archrelease: copy trunk to community-x86_64

Added:
  earlyoom/repos/community-x86_64/PKGBUILD
(from rev 661745, earlyoom/trunk/PKGBUILD)
Deleted:
  earlyoom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 16:52:06 UTC (rev 661745)
+++ PKGBUILD2020-07-08 16:52:13 UTC (rev 661746)
@@ -1,32 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=earlyoom
-pkgver=1.6
-pkgrel=1
-pkgdesc="Early OOM Daemon for Linux"
-arch=('x86_64')
-url="https://github.com/rfjakob/earlyoom";
-license=('MIT')
-makedepends=('pandoc')
-opedepends=('systembus-notify: desktop notifications')
-backup=("etc/default/earlyoom")
-source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b81804fc4470f996014d52252a87a1cf3b43d3d8754140035b10dcee349302b8')
-
-prepare() {
-cd "$pkgname-$pkgver"
-sed "/systemctl|chcon/d" -ri Makefile
-sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
-sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: earlyoom/repos/community-x86_64/PKGBUILD (from rev 661745, 
earlyoom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 16:52:13 UTC (rev 661746)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=earlyoom
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Early OOM Daemon for Linux"
+arch=('x86_64')
+url="https://github.com/rfjakob/earlyoom";
+license=('MIT')
+makedepends=('pandoc')
+opedepends=('systembus-notify: desktop notifications')
+backup=("etc/default/earlyoom")
+source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('bcd3fab4da5e1dddec952a0974c866ec90c5f9159c995f9162c45488c4d03340')
+
+prepare() {
+cd "$pkgname-$pkgver"
+sed "/systemctl|chcon/d" -ri Makefile
+sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
+sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 16:52:06
  Author: mtorromeo
Revision: 661745

upgpkg: earlyoom 1.6.1-1

Modified:
  earlyoom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 16:50:05 UTC (rev 661744)
+++ PKGBUILD2020-07-08 16:52:06 UTC (rev 661745)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=earlyoom
-pkgver=1.6
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 opedepends=('systembus-notify: desktop notifications')
 backup=("etc/default/earlyoom")
 
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b81804fc4470f996014d52252a87a1cf3b43d3d8754140035b10dcee349302b8')
+sha256sums=('bcd3fab4da5e1dddec952a0974c866ec90c5f9159c995f9162c45488c4d03340')
 
 prepare() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in nginx-mod-njs/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 16:50:05
  Author: mtorromeo
Revision: 661744

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-njs/repos/community-x86_64/PKGBUILD
(from rev 661743, nginx-mod-njs/trunk/PKGBUILD)
Deleted:
  nginx-mod-njs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 16:49:44 UTC (rev 661743)
+++ PKGBUILD2020-07-08 16:50:05 UTC (rev 661744)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.4.1 # https://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-
-pkgdesc='nginScript module for nginx'
-arch=('x86_64')
-depends=('nginx')
-makedepends=('nginx-src')
-url="https://nginx.org/en/docs/njs_about.html";
-license=('CUSTOM')
-
-source=(
-   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('d7da0035634b6b99cdab0ed5e24bf0843231ce1f01713317a1a12227d7ac89e4')
-
-build() {
-  cp -r /usr/src/nginx .
-
-   cd "$srcdir"/nginx
-   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-njs/repos/community-x86_64/PKGBUILD (from rev 661743, 
nginx-mod-njs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 16:50:05 UTC (rev 661744)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-njs
+pkgver=0.4.2 # https://hg.nginx.org/njs/tags
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+
+pkgdesc='nginScript module for nginx'
+arch=('x86_64')
+depends=('nginx')
+makedepends=('nginx-src')
+url="https://nginx.org/en/docs/njs_about.html";
+license=('CUSTOM')
+
+source=(
+   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5c5342b80764de134f9af2d400f3e9f9877b2f98f9c7bb22877fa1b3898af07c')
+
+build() {
+   cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
+   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-njs/trunk (PKGBUILD)

2020-07-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, July 8, 2020 @ 16:49:44
  Author: mtorromeo
Revision: 661743

upgpkg: nginx-mod-njs 0.4.2-1

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 16:01:25 UTC (rev 661742)
+++ PKGBUILD2020-07-08 16:49:44 UTC (rev 661743)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-njs
-pkgver=0.4.1 # https://hg.nginx.org/njs/tags
+pkgver=0.4.2 # https://hg.nginx.org/njs/tags
 pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
@@ -17,10 +17,10 @@
njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('d7da0035634b6b99cdab0ed5e24bf0843231ce1f01713317a1a12227d7ac89e4')
+sha256sums=('5c5342b80764de134f9af2d400f3e9f9877b2f98f9c7bb22877fa1b3898af07c')
 
 build() {
-  cp -r /usr/src/nginx .
+   cp -r /usr/src/nginx .
 
cd "$srcdir"/nginx
./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx


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

2020-07-08 Thread Balló György via arch-commits
Date: Wednesday, July 8, 2020 @ 16:01:20
  Author: bgyorgy
Revision: 661741

upgpkg: ciano 0.2.2-3: Various fixes

Added:
  ciano/trunk/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
Modified:
  ciano/trunk/PKGBUILD

-+
 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch |   76 
++
 PKGBUILD|   11 -
 2 files changed, 83 insertions(+), 4 deletions(-)

Added: 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
===
--- 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch 
(rev 0)
+++ 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch 
2020-07-08 16:01:20 UTC (rev 661741)
@@ -0,0 +1,76 @@
+From 62a8a740f0843822b2e39db3dd8c1ff68a785a3e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 8 Jul 2020 17:54:05 +0200
+Subject: [PATCH] Add support for conversion and selection of WEBP images
+
+---
+ src/Configs/Constants.vala   |  3 ++-
+ src/Controllers/ConverterController.vala | 10 +-
+ src/Widgets/SourceListSidebar.vala   |  4 +++-
+ 3 files changed, 14 insertions(+), 3 deletions(-)
+
+diff --git a/src/Configs/Constants.vala b/src/Configs/Constants.vala
+index 64143c9..e583155 100644
+--- a/src/Configs/Constants.vala
 b/src/Configs/Constants.vala
+@@ -73,7 +73,8 @@ namespace Ciano.Configs {
+ public abstract const string TEXT_TGA   = 
"TGA";
+ public abstract const string TEXT_OGV   = 
"OGV";
+ public abstract const string TEXT_WEBM  = 
"WEBM";
++public abstract const string TEXT_WEBP  = 
"WEBP";
+ public abstract const string [] ABOUT_AUTHORS   = 
{ "Robert San " };
+ public abstract const Gtk.License ABOUT_LICENSE_TYPE= 
Gtk.License.GPL_3_0;
+ }
+ }
+diff --git a/src/Controllers/ConverterController.vala 
b/src/Controllers/ConverterController.vala
+index b639d11..696f2bd 100644
+--- a/src/Controllers/ConverterController.vala
 b/src/Controllers/ConverterController.vala
+@@ -746,6 +746,9 @@ namespace Ciano.Controllers {
+ case Constants.TEXT_TGA:
+ formats = get_array_formats_image (Constants.TEXT_TGA);
+ break;
++case Constants.TEXT_WEBP:
++formats = get_array_formats_image (Constants.TEXT_WEBP);
++break;
+ }
+ 
+ return formats.data;
+@@ -948,7 +951,12 @@ namespace Ciano.Controllers {
+ array.add (Constants.TEXT_TGA.up());
+ }
+ 
++if(format_image != Constants.TEXT_WEBP) {
++array.add (Constants.TEXT_WEBP);
++array.add (Constants.TEXT_WEBP.up());
++}
++
+ return array;
+ }
+ }
+ }
+diff --git a/src/Widgets/SourceListSidebar.vala 
b/src/Widgets/SourceListSidebar.vala
+index eeaba78..81cb7e8 100644
+--- a/src/Widgets/SourceListSidebar.vala
 b/src/Widgets/SourceListSidebar.vala
+@@ -150,6 +150,7 @@ namespace Ciano.Widgets {
+ var tif_item = new SourceList.Item (Constants.TEXT_TIF);
+ var gif_item = new SourceList.Item (Constants.TEXT_GIF);
+ var tga_item = new SourceList.Item (Constants.TEXT_TGA);
++var webp_item = new SourceList.Item (Constants.TEXT_WEBP);
+ 
+ image_list.add (jpg_item);
+ image_list.add (bmp_item);
+@@ -157,8 +158,9 @@ namespace Ciano.Widgets {
+ image_list.add (tif_item);
+ image_list.add (gif_item);
+ image_list.add (tga_item);
++image_list.add (webp_item);
+ 
+ this.type_list.add (image_list);
+ }
+ }
+ }
+-- 
+2.27.0
+

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 15:01:49 UTC (rev 661740)
+++ PKGBUILD2020-07-08 16:01:20 UTC (rev 661741)
@@ -2,7 +2,7 @@
 
 pkgname=ciano
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Multimedia file converter focused on simplicity"
 arch=(x86_64)
 url="https://robertsanseries.github.io/ciano/";
@@ -13,12 +13,14 @@
 "0001-Handle-GIF-with-ImageMagick.patch"
 "0001-Create-output-directory-if-not-exist.patch"
 "0001-Use-standard-icon-names.patch"
-"0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch")
+"0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch"
+"0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch")
 sha256sums=('49e648ff0d6f122057e6f15f7d3a3a451b005e296781d4f4d9816c8f0fcaa387'
 '8b44b7df58f82d0ff38572b773724b6f42e085fc1a1aa098776c794eb117b49d'
 

[arch-commits] Commit in ciano/repos/community-x86_64 (11 files)

2020-07-08 Thread Balló György via arch-commits
Date: Wednesday, July 8, 2020 @ 16:01:25
  Author: bgyorgy
Revision: 661742

archrelease: copy trunk to community-x86_64

Added:
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
(from rev 661741, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch)
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
(from rev 661741, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch)
  ciano/repos/community-x86_64/0001-Create-output-directory-if-not-exist.patch
(from rev 661741, 
ciano/trunk/0001-Create-output-directory-if-not-exist.patch)
  ciano/repos/community-x86_64/0001-Handle-GIF-with-ImageMagick.patch
(from rev 661741, ciano/trunk/0001-Handle-GIF-with-ImageMagick.patch)
  ciano/repos/community-x86_64/0001-Use-standard-icon-names.patch
(from rev 661741, ciano/trunk/0001-Use-standard-icon-names.patch)
  ciano/repos/community-x86_64/PKGBUILD
(from rev 661741, ciano/trunk/PKGBUILD)
Deleted:
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
  ciano/repos/community-x86_64/0001-Create-output-directory-if-not-exist.patch
  ciano/repos/community-x86_64/0001-Handle-GIF-with-ImageMagick.patch
  ciano/repos/community-x86_64/0001-Use-standard-icon-names.patch
  ciano/repos/community-x86_64/PKGBUILD

-+
 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch |  192 
+-
 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch |   76 +++
 0001-Create-output-directory-if-not-exist.patch |   52 +-
 0001-Handle-GIF-with-ImageMagick.patch  |  152 +++
 0001-Use-standard-icon-names.patch  |  100 ++---
 PKGBUILD|  103 ++---
 6 files changed, 377 insertions(+), 298 deletions(-)

Deleted: 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
===
--- 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-07-08 16:01:20 UTC (rev 661741)
+++ 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-07-08 16:01:25 UTC (rev 661742)
@@ -1,96 +0,0 @@
-From 0e4808a1513ea9f7a7d7c24911ec7dd0e7ccc02f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Wed, 8 Jul 2020 11:34:01 +0200
-Subject: [PATCH] Add support for conversion and selection of OPUS audios. #65
-

- src/Configs/Constants.vala   |  3 ++-
- src/Controllers/ConverterController.vala | 13 -
- src/Widgets/SourceListSidebar.vala   |  4 +++-
- 3 files changed, 17 insertions(+), 3 deletions(-)
-
-diff --git a/src/Configs/Constants.vala b/src/Configs/Constants.vala
-index 64143c9..f163ff5 100644
 a/src/Configs/Constants.vala
-+++ b/src/Configs/Constants.vala
-@@ -61,6 +61,7 @@ namespace Ciano.Configs {
- public abstract const string TEXT_AAC   = 
"AAC";
- public abstract const string TEXT_MMF   = 
"MMF";
- public abstract const string TEXT_M4A   = 
"M4A";
-+public abstract const string TEXT_OPUS  = 
"OPUS";
- public abstract const string TEXT_WAV   = 
"WAV";
- public abstract const string TEXT_FLAC  = 
"FLAC";
- public abstract const string TEXT_AIFF  = 
"AIFF";
-@@ -76,4 +77,4 @@ namespace Ciano.Configs {
- public abstract const string [] ABOUT_AUTHORS   = 
{ "Robert San " };
- public abstract const Gtk.License ABOUT_LICENSE_TYPE= 
Gtk.License.GPL_3_0;
- }
--}
-\ No newline at end of file
-+}
-diff --git a/src/Controllers/ConverterController.vala 
b/src/Controllers/ConverterController.vala
-index b639d11..756a7cb 100644
 a/src/Controllers/ConverterController.vala
-+++ b/src/Controllers/ConverterController.vala
-@@ -721,6 +721,12 @@ namespace Ciano.Controllers {
- get_array_formats_videos (StringUtil.EMPTY)
- );
- break;
-+case Constants.TEXT_OPUS:
-+formats = ArrayUtil.join_generic_string_arrays ( 
-+get_array_formats_music (Constants.TEXT_OPUS), 
-+get_array_formats_videos (StringUtil.EMPTY)
-+);
-+break;
- 
- case Constants.TEXT_JPG:
- formats = get_array_formats_image (Constants.TEXT_JPG);
-@@ -894,6 +900,11 @@ namespace Ciano.Controllers {
- array.add (Constants.TEXT_M4A.up());
- }
- 
-+if(format_music != Constants.TEXT_OPUS) {
-+

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

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 8, 2020 @ 15:01:49
  Author: arojas
Revision: 661740

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 661739, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 15:01:35 UTC (rev 661739)
+++ PKGBUILD2020-07-08 15:01:49 UTC (rev 661740)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.1
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net";
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('97644fd7302944474a9665c23b179c39d44f1d53aef57dd7be3a79c7ff57e909')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 661739, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 15:01:49 UTC (rev 661740)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.2
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net";
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
+sha256sums=('a2c27408b6bcadf966f43e376ff376face46f2782ae635cda144070efb5f4c5c')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 8, 2020 @ 15:01:35
  Author: arojas
Revision: 661739

Update to 14.31.2

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 14:11:23 UTC (rev 661738)
+++ PKGBUILD2020-07-08 15:01:35 UTC (rev 661739)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.1
+pkgver=14.31.2
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net";
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('97644fd7302944474a9665c23b179c39d44f1d53aef57dd7be3a79c7ff57e909')
+sha256sums=('a2c27408b6bcadf966f43e376ff376face46f2782ae635cda144070efb5f4c5c')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2020-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 8, 2020 @ 14:11:23
  Author: svenstaro
Revision: 661738

archrelease: copy trunk to community-x86_64

Added:
  dua-cli/repos/community-x86_64/PKGBUILD
(from rev 661737, dua-cli/trunk/PKGBUILD)
Deleted:
  dua-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 14:11:18 UTC (rev 661737)
+++ PKGBUILD2020-07-08 14:11:23 UTC (rev 661738)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: mexus 
-pkgname=dua-cli
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
-arch=('x86_64')
-url="https://github.com/Byron/dua-cli";
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('51ef258d828b2a80aaebb8d83933402172d0ac9b191599d050319f688cff26c3408554a3ffd54ed39b72310bd3be69bd5e46793b20aecf1df27efb6eb5ad7e73')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm 755 "target/release/dua" "$pkgdir/usr/bin/dua"
-}

Copied: dua-cli/repos/community-x86_64/PKGBUILD (from rev 661737, 
dua-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 14:11:23 UTC (rev 661738)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: mexus 
+pkgname=dua-cli
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
+arch=('x86_64')
+url="https://github.com/Byron/dua-cli";
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('1fb0b06679d449973dd87f92608b46d6766d0900d62dec03e4d03dda37af916af1ca1f28ec88fa208c89d40115959238cb0cf156bacde51f90540d1eb55b5c4a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 755 "target/release/dua" "$pkgdir/usr/bin/dua"
+}


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

2020-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 8, 2020 @ 14:11:18
  Author: svenstaro
Revision: 661737

upgpkg: dua-cli 2.9.1-1

Modified:
  dua-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 13:24:57 UTC (rev 661736)
+++ PKGBUILD2020-07-08 14:11:18 UTC (rev 661737)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: mexus 
 pkgname=dua-cli
-pkgver=2.6.1
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('51ef258d828b2a80aaebb8d83933402172d0ac9b191599d050319f688cff26c3408554a3ffd54ed39b72310bd3be69bd5e46793b20aecf1df27efb6eb5ad7e73')
+sha512sums=('1fb0b06679d449973dd87f92608b46d6766d0900d62dec03e4d03dda37af916af1ca1f28ec88fa208c89d40115959238cb0cf156bacde51f90540d1eb55b5c4a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-07-08 Thread Balló György via arch-commits
Date: Wednesday, July 8, 2020 @ 13:24:52
  Author: bgyorgy
Revision: 661735

upgpkg: ciano 0.2.2-2: Various fixes

Added:
  ciano/trunk/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
  ciano/trunk/0001-Create-output-directory-if-not-exist.patch
  ciano/trunk/0001-Handle-GIF-with-ImageMagick.patch
  ciano/trunk/0001-Use-standard-icon-names.patch
Modified:
  ciano/trunk/PKGBUILD

-+
 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch |   96 
++
 0001-Create-output-directory-if-not-exist.patch |   26 ++
 0001-Handle-GIF-with-ImageMagick.patch  |   76 +++
 0001-Use-standard-icon-names.patch  |   50 +
 PKGBUILD|   38 ++-
 5 files changed, 273 insertions(+), 13 deletions(-)

Added: 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
===
--- 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
(rev 0)
+++ 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-07-08 13:24:52 UTC (rev 661735)
@@ -0,0 +1,96 @@
+From 0e4808a1513ea9f7a7d7c24911ec7dd0e7ccc02f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 8 Jul 2020 11:34:01 +0200
+Subject: [PATCH] Add support for conversion and selection of OPUS audios. #65
+
+---
+ src/Configs/Constants.vala   |  3 ++-
+ src/Controllers/ConverterController.vala | 13 -
+ src/Widgets/SourceListSidebar.vala   |  4 +++-
+ 3 files changed, 17 insertions(+), 3 deletions(-)
+
+diff --git a/src/Configs/Constants.vala b/src/Configs/Constants.vala
+index 64143c9..f163ff5 100644
+--- a/src/Configs/Constants.vala
 b/src/Configs/Constants.vala
+@@ -61,6 +61,7 @@ namespace Ciano.Configs {
+ public abstract const string TEXT_AAC   = 
"AAC";
+ public abstract const string TEXT_MMF   = 
"MMF";
+ public abstract const string TEXT_M4A   = 
"M4A";
++public abstract const string TEXT_OPUS  = 
"OPUS";
+ public abstract const string TEXT_WAV   = 
"WAV";
+ public abstract const string TEXT_FLAC  = 
"FLAC";
+ public abstract const string TEXT_AIFF  = 
"AIFF";
+@@ -76,4 +77,4 @@ namespace Ciano.Configs {
+ public abstract const string [] ABOUT_AUTHORS   = 
{ "Robert San " };
+ public abstract const Gtk.License ABOUT_LICENSE_TYPE= 
Gtk.License.GPL_3_0;
+ }
+-}
+\ No newline at end of file
++}
+diff --git a/src/Controllers/ConverterController.vala 
b/src/Controllers/ConverterController.vala
+index b639d11..756a7cb 100644
+--- a/src/Controllers/ConverterController.vala
 b/src/Controllers/ConverterController.vala
+@@ -721,6 +721,12 @@ namespace Ciano.Controllers {
+ get_array_formats_videos (StringUtil.EMPTY)
+ );
+ break;
++case Constants.TEXT_OPUS:
++formats = ArrayUtil.join_generic_string_arrays ( 
++get_array_formats_music (Constants.TEXT_OPUS), 
++get_array_formats_videos (StringUtil.EMPTY)
++);
++break;
+ 
+ case Constants.TEXT_JPG:
+ formats = get_array_formats_image (Constants.TEXT_JPG);
+@@ -894,6 +900,11 @@ namespace Ciano.Controllers {
+ array.add (Constants.TEXT_M4A.up());
+ }
+ 
++if(format_music != Constants.TEXT_OPUS) {
++array.add (Constants.TEXT_OPUS);
++array.add (Constants.TEXT_OPUS.up());
++}
++
+ return array;
+ }
+ 
+@@ -951,4 +962,4 @@ namespace Ciano.Controllers {
+ return array;
+ }
+ }
+-}
+\ No newline at end of file
++}
+diff --git a/src/Widgets/SourceListSidebar.vala 
b/src/Widgets/SourceListSidebar.vala
+index eeaba78..129d525 100644
+--- a/src/Widgets/SourceListSidebar.vala
 b/src/Widgets/SourceListSidebar.vala
+@@ -117,6 +117,7 @@ namespace Ciano.Widgets {
+ var aiff_item = new SourceList.Item (Constants.TEXT_AIFF);

+ var mmf_item = new SourceList.Item (Constants.TEXT_MMF);
+ var m4a_item = new SourceList.Item (Constants.TEXT_M4A);
++var opus_item = new SourceList.Item (Constants.TEXT_OPUS);
+ 
+ music_list.add (mp3_item);
+ music_list.add (wma_item);
+@@ -127,6 +128,7 @@ namespace Ciano.Widgets {
+ music_list.add (aiff_item);
+ music_list.add (mmf_item);
+ music_list.add 

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

2020-07-08 Thread Balló György via arch-commits
Date: Wednesday, July 8, 2020 @ 13:24:57
  Author: bgyorgy
Revision: 661736

archrelease: copy trunk to community-x86_64

Added:
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
(from rev 661735, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch)
  ciano/repos/community-x86_64/0001-Create-output-directory-if-not-exist.patch
(from rev 661735, 
ciano/trunk/0001-Create-output-directory-if-not-exist.patch)
  ciano/repos/community-x86_64/0001-Handle-GIF-with-ImageMagick.patch
(from rev 661735, ciano/trunk/0001-Handle-GIF-with-ImageMagick.patch)
  ciano/repos/community-x86_64/0001-Use-standard-icon-names.patch
(from rev 661735, ciano/trunk/0001-Use-standard-icon-names.patch)
  ciano/repos/community-x86_64/PKGBUILD
(from rev 661735, ciano/trunk/PKGBUILD)
Deleted:
  ciano/repos/community-x86_64/PKGBUILD

-+
 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch |   96 
++
 0001-Create-output-directory-if-not-exist.patch |   26 ++
 0001-Handle-GIF-with-ImageMagick.patch  |   76 +++
 0001-Use-standard-icon-names.patch  |   50 +
 PKGBUILD|   88 
+
 5 files changed, 298 insertions(+), 38 deletions(-)

Copied: 
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
 (from rev 661735, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch)
===
--- 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
(rev 0)
+++ 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-07-08 13:24:57 UTC (rev 661736)
@@ -0,0 +1,96 @@
+From 0e4808a1513ea9f7a7d7c24911ec7dd0e7ccc02f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 8 Jul 2020 11:34:01 +0200
+Subject: [PATCH] Add support for conversion and selection of OPUS audios. #65
+
+---
+ src/Configs/Constants.vala   |  3 ++-
+ src/Controllers/ConverterController.vala | 13 -
+ src/Widgets/SourceListSidebar.vala   |  4 +++-
+ 3 files changed, 17 insertions(+), 3 deletions(-)
+
+diff --git a/src/Configs/Constants.vala b/src/Configs/Constants.vala
+index 64143c9..f163ff5 100644
+--- a/src/Configs/Constants.vala
 b/src/Configs/Constants.vala
+@@ -61,6 +61,7 @@ namespace Ciano.Configs {
+ public abstract const string TEXT_AAC   = 
"AAC";
+ public abstract const string TEXT_MMF   = 
"MMF";
+ public abstract const string TEXT_M4A   = 
"M4A";
++public abstract const string TEXT_OPUS  = 
"OPUS";
+ public abstract const string TEXT_WAV   = 
"WAV";
+ public abstract const string TEXT_FLAC  = 
"FLAC";
+ public abstract const string TEXT_AIFF  = 
"AIFF";
+@@ -76,4 +77,4 @@ namespace Ciano.Configs {
+ public abstract const string [] ABOUT_AUTHORS   = 
{ "Robert San " };
+ public abstract const Gtk.License ABOUT_LICENSE_TYPE= 
Gtk.License.GPL_3_0;
+ }
+-}
+\ No newline at end of file
++}
+diff --git a/src/Controllers/ConverterController.vala 
b/src/Controllers/ConverterController.vala
+index b639d11..756a7cb 100644
+--- a/src/Controllers/ConverterController.vala
 b/src/Controllers/ConverterController.vala
+@@ -721,6 +721,12 @@ namespace Ciano.Controllers {
+ get_array_formats_videos (StringUtil.EMPTY)
+ );
+ break;
++case Constants.TEXT_OPUS:
++formats = ArrayUtil.join_generic_string_arrays ( 
++get_array_formats_music (Constants.TEXT_OPUS), 
++get_array_formats_videos (StringUtil.EMPTY)
++);
++break;
+ 
+ case Constants.TEXT_JPG:
+ formats = get_array_formats_image (Constants.TEXT_JPG);
+@@ -894,6 +900,11 @@ namespace Ciano.Controllers {
+ array.add (Constants.TEXT_M4A.up());
+ }
+ 
++if(format_music != Constants.TEXT_OPUS) {
++array.add (Constants.TEXT_OPUS);
++array.add (Constants.TEXT_OPUS.up());
++}
++
+ return array;
+ }
+ 
+@@ -951,4 +962,4 @@ namespace Ciano.Controllers {
+ return array;
+ }
+ }
+-}
+\ No newline at end of file
++}
+diff --git a/src/Widgets/SourceListSidebar.vala 
b/src/Widgets/SourceListSidebar.vala
+index eeaba78..129d525 100644
+--- a/src/Widgets/SourceListSidebar.

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

2020-07-08 Thread Christian Hesse via arch-commits
Date: Wednesday, July 8, 2020 @ 12:45:35
  Author: eworm
Revision: 661733

upgpkg: haproxy 2.2.0-1: new upstream release

Modified:
  haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/trunk/PKGBUILD

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   28 ++
 PKGBUILD|8 ++--
 2 files changed, 9 insertions(+), 27 deletions(-)

Modified: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-07-08 
12:34:59 UTC (rev 661732)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-07-08 
12:45:35 UTC (rev 661733)
@@ -1,20 +1,5 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- contrib/halog/Makefile| 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
 diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 100644
+index bf67c1f..e98a3fa 100644
 --- a/contrib/halog/Makefile
 +++ b/contrib/halog/Makefile
 @@ -16,7 +16,7 @@ DEFINE   =
@@ -21,13 +6,13 @@
  OBJS = halog
  
  halog: halog.c fgets2.c
--  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.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 55849b6d..1276b97d 100644
+index 55849b6..1276b97 100644
 --- a/contrib/ip6range/Makefile
 +++ b/contrib/ip6range/Makefile
 @@ -7,7 +7,7 @@ OBJS = ip6range
@@ -40,7 +25,7 @@
  clean:
rm -f $(OBJS) *.o *.a *~
 diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72eda..e92baf3d 100644
+index b3c72ed..e92baf3 100644
 --- a/contrib/iprange/Makefile
 +++ b/contrib/iprange/Makefile
 @@ -7,7 +7,7 @@ OBJS = iprange
@@ -52,6 +37,3 @@
  
  clean:
rm -f $(OBJS) *.o *.a *~
--- 
-2.20.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 12:34:59 UTC (rev 661732)
+++ PKGBUILD2020-07-08 12:45:35 UTC (rev 661733)
@@ -2,8 +2,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=2.1.7
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -25,10 +25,10 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-sha256sums=('392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339'
+sha256sums=('3c1a87160eea40e067f1e2813bfe692280a10c455beb17a8ee7fae11e4223274'
 'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
 'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
-'ba489cec86ea7dae643128825d69fd560a53dd9dc85d0bf4e81f2614aade164e')
+'81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')
 
 prepare() {
   cd haproxy-$pkgver


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

2020-07-08 Thread Christian Hesse via arch-commits
Date: Wednesday, July 8, 2020 @ 12:45:47
  Author: eworm
Revision: 661734

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 661733, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 661733, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-staging-x86_64/haproxy.cfg
(from rev 661733, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-staging-x86_64/haproxy.install
(from rev 661733, haproxy/trunk/haproxy.install)
  haproxy/repos/community-staging-x86_64/haproxy.sysusers
(from rev 661733, 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 |   96 +++-
 PKGBUILD|  150 +++---
 haproxy.cfg |   98 -
 haproxy.install |   16 -
 haproxy.sysusers|2 
 5 files changed, 172 insertions(+), 190 deletions(-)

Deleted: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-07-08 
12:45:35 UTC (rev 661733)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2020-07-08 
12:45:47 UTC (rev 661734)
@@ -1,57 +0,0 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- contrib/halog/Makefile| 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 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) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
- 
- clean:
-   rm -f $(OBJS) *.[oas]
-diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6d..1276b97d 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 b3c72eda..e92baf3d 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 *~
--- 
-2.20.1
-

Copied: 
haproxy/repos/community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 661733, 
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-08 
12:45:47 UTC (rev 661734)
@@ -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 $(SR

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2020-07-08 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 8, 2020 @ 12:34:59
  Author: andrewsc
Revision: 661732

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 661731, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 12:34:33 UTC (rev 661731)
+++ PKGBUILD2020-07-08 12:34:59 UTC (rev 661732)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b4
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('e58971c9676669f058aef0990172b59dd318424c94e3f8284f5ba97a25aa37a7a8f238c975e74e599de648b96def1ca48226bdfc5e766572fbb72909fb434319'
-
'81e9898c88ad84a231531beb369d2f504e6e93de553f5b2806466313ac9314a9e7882c4fcd021d46a2845a8d01e01c4d49d5366566828d7c84b823884e5de69c'
-
'1c7ca8dbbbcf95192b5577258d5b7495e1672f2a23ce5af8bea789af11d52894998ad8c780ecd77c43fda70a8f19f531cbbd9598843e5147071f8671c99ad844'
-
'f24223e68efab8b11b9af32efb48e798007f69c1f12803e

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2020-07-08 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 8, 2020 @ 12:34:33
  Author: andrewsc
Revision: 661731

upgpkg: firefox-developer-edition-i18n 79.0b5-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 12:26:58 UTC (rev 661730)
+++ PKGBUILD2020-07-08 12:34:33 UTC (rev 661731)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b4
+pkgver=79.0b5
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('e58971c9676669f058aef0990172b59dd318424c94e3f8284f5ba97a25aa37a7a8f238c975e74e599de648b96def1ca48226bdfc5e766572fbb72909fb434319'
-
'81e9898c88ad84a231531beb369d2f504e6e93de553f5b2806466313ac9314a9e7882c4fcd021d46a2845a8d01e01c4d49d5366566828d7c84b823884e5de69c'
-
'1c7ca8dbbbcf95192b5577258d5b7495e1672f2a23ce5af8bea789af11d52894998ad8c780ecd77c43fda70a8f19f531cbbd9598843e5147071f8671c99ad844'
-
'f24223e68efab8b11b9af32efb48e798007f69c1f12803ee7a95cddacb37d89f0d795d23d838fe6e0391a2f047564ac655d55bca3db5dcf17cdbe402f1d59ac3'
-
'6a9e1d0cff1961f8a819763d93c733f9d5d2bf2bee3d874477ec76291c768416fa3853808c2b1bb540675c13eff6a908707ec105a73fd3ae15cf73725815af60'
-
'997600f539f7392b7b53afafd803d1e8e1f702ecef28b0208788509048396d1a689aeb12d5088ed3831d769d5d31ca06a10cd024b3fab68b2f31917c0a6f0a83'
-
'b0cab9b8711ceb8f3c0bd4a8ed6fb472de978538cca5390375518dfe08a096e4941bbe2924e0349b2a9c0dc2b04877bb5e58884565d2b4c780e9ca4d48ccf916'
-
'c2b184e3d51cd3e84161eb93f38fe10e58a13e980fafe0548f2f196e31ca0e5bdac2a76792b553802cdadb9900aa801ebbf4ab253a707e54520699df48ffc3b6'
-
'55f096b3d334d4c905e027ae13074233a4732b15abc8d30c1fea10b4ce26b1e1439be9f89a59f9932db7a56e5ad31122602621324c64fd628b18c8046667'
-
'f17a719e972e59c2a2dedf8969f6a57c52b2417fe12ba10e1154de6863a3ca16957e3479362cc956b3e8d49db219818e9ecea34be60b894dc00f40a6fce65310'
-
'ff6697fdfa0d29f98ee47f99a351f26b14b3dbb40f1659e50b179f584e5e6146e86055d63dde34ccb02e46a102fd7be44e61c5b91d2ae9e63462f0787a646970'
-
'42f715740d581c2ee9de514dadff33dc7de05a123ce5b1704cf11675a5760b592d69fb6ccd2065af2ab308fd660273f4222351205b9bcc271ee7e90ae58c40d3'
-
'6437f1dd9e3d9a0d1654429ab28cc6e066f13f7cdee1911b2c3babc6e5f2123245a071a9b98dfc7c7910d23b643448e559490ea76f6b4bd82ea224e8fd854208'
-
'1597dd84cad0813c321e796dcbc82574e764b571cde542cf1a538803538b6ade311f420bc886dff4407bea6d072bcf89dd7f69af7e9f34ac7802a4ac7492fcdb'
-
'997a9ddd12148fc6038aeaee406307e38250d5a6fdf00ffde21a69f76d71815d2719f75a4c3bef83364c7bed5383ff353b16ad0e41894d35f2deb8ac02ab7839'
-
'f86136ef7d94f940d15cd3298614f3a471e82323c9213e49c11ab14fc5a4850d722d42cbd4b77d05343a42e5cc7f886b8086ccfdbb331650206aeb4fa6c2ae58'
-
'eb73b8520e856c64e56535763d5686ac3436793173a586ddf2613d5cd9f99011286adecdedfebde98f627816bd707693dd6d1a3288f449365a6d96d0c1f22355'
-
'88a47ee753d73def8bcc18a0c982a26bb7eeeb8fbe48a2edabda3cfd1bb37349b8ed280065042d92eef538784741c6a601a41ad0a21f3e2c65afb7c30c7a6d08'
-
'e5660d3759a01398f75496f6c42ec071b13f7c9e24c6d8570b57487aad3997269ae8e197c25e70ed9bf0b056cb01af7b3660835a4d947ef274691d209fa3a3c8'
-
'5951210a3b8261d86167dd2a4acf5da03596ff20069a6f3c898e151ced033cb8d000ebaee2e674f84aa09b2f39e0cbb710156e5bd8a479a8839a78f4c5431825'
-
'61f0249e5363d818e176114e37ad32f1d778c70ec6ab27193d8a6d2f263e6315daba358170a2763adf4c07b2ffb26bff8fbdbbfe2a787c1d292f514e29449d09'
-
'85f301466333671bc3fda9450ac35a8e6a54af64e0e923a5684a8cd019ee3fc07136593a62cf0464b86899e88fec3963d0ca849ab00ee1f079c89aacef4fd818'
-
'5d9df5f1d31cf761aff7f0545a597c3c6347f28f427d89bc8cae37740ab7aa20c6e722549859fee3ad42568f318544ec8d795088e6bf608f32edd84f7f7aeab3'
-
'078048a7d7435c42c2da96fafa7aebf2f041510bb249d737e9da2991467dcf82544a71a56ffe10635067abcbb0059a7ca926f2c4fadcab318e54a9d257924ba8'
-
'4b2ed4ae18c96fab999a232b958527479736126f4b3ea4f59dc89d27072aa038b803c76fca05e574cab02113224062171c50da634df0244336d16e382983c25c'
-
'48c810cfc93fb8663b9c1bcbc91b61423f4656d08705d851e1097f17a77442e99aa3ddd21cb0473fd82e2ed75c9ae494d0b436afe85932f7b279bb889078cbbb'
-
'ccd1bc5f08937d149ef36042f765b97ad45fbfb50c3b6be7f0d9a82d73f55b2f38e33a04832116467d77ec491009b4fbee37447f8e4cd5daa1c98eab06b6dfd0'
-
'0fa203a5ac220b144face99174202d2405ef52eb01d3591d6359c6ef1884a4803917bddcb10b9a51163a810d2a9e91d69a6111cd0cb5eaa6832e00df4e06'
-
'3c25c5030f174efcf244f86115872f1e0bb8612ef63eeca209c2d956da112bba513

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2020-07-08 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 8, 2020 @ 12:26:58
  Author: andrewsc
Revision: 661730

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 661729, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 661729, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 661729, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 661729, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001_Use_remoting_name_for_GDK_application_names.patch |   96 +-
 PKGBUILD   |  446 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 654 insertions(+), 654 deletions(-)

Deleted: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-08 
12:26:31 UTC (rev 661729)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-08 
12:26:58 UTC (rev 661730)
@@ -1,48 +0,0 @@
-# HG changeset patch
-# User Andrew Crerar 
-# Date 153129 14400
-#  Thu May 07 16:25:29 2020 -0400
-# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
-# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
-Use remoting name for GDK application names
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3703,11 +3703,7 @@
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -178,10 +179,8 @@
-   // creating top-level windows. (At this point, a child process hasn't
-   // received the list of registered chrome packages, so the
-   // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 661729, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-08 
12:26:58 UTC (rev 661730)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ #i

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2020-07-08 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 8, 2020 @ 12:26:31
  Author: andrewsc
Revision: 661729

upgpkg: firefox-developer-edition 79.0b5-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:59:22 UTC (rev 661728)
+++ PKGBUILD2020-07-08 12:26:31 UTC (rev 661729)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=79.0b4
+pkgver=79.0b5
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('5a86c470cfa2d1741421bf20799d0a04792c539a26a9b5ba01abadc534fde790986a2241359b5515143407b949de746fc070e38ad85d36560ba615393af050fd'
+sha512sums=('af676729c33d12abe08d13fa68cc53722dc02978e2ee1f6abd95c33505cd3d0dc782bbc2bb6a07784ed57b6dfac40b6335a585fc98e0da7acfb25ca2841a37f2'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:59:06
  Author: felixonmars
Revision: 661727

upgpkg: deepin-launcher 5.2.0.13-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:58:59 UTC (rev 661726)
+++ PKGBUILD2020-07-08 11:59:06 UTC (rev 661727)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=5.2.0.12
+pkgver=5.2.0.13
 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=('94da0c79574a5994ec962c7ae3724557df0108d4f5b0cbc55159a8634e32ee3861a48c9944459ccda522d327eaf40d5921f821bad4521740cd8c78ba64a14707')
+sha512sums=('b5a4c168dc462b7857f525c7077adf3e8d5edbba40ef7196af4e133b3af8da124c2b5d0a96802d3b56cc82353bae6090938c48775e3dfcc074db5f34a1482840')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:58:59
  Author: felixonmars
Revision: 661726

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 11:58:42 UTC (rev 661725)
+++ PKGBUILD2020-07-08 11:58:59 UTC (rev 661726)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-editor
-pkgver=5.6.20
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor";
-license=('GPL3')
-depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
-sha512sums=('ad7de0ca6651edb83d2309f865013e9489111636224915891cc7d1923174b71ae1812e235130b8690ea9cf57be791c29ed3353ec1689ff54f25c1a86b3b31921')
-
-build(){
-  cd deepin-editor-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 661725, 
deepin-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 11:58:59 UTC (rev 661726)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-editor
+pkgver=5.6.21
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor";
+license=('GPL3')
+depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
+sha512sums=('97076f35aa357122d25cec537811eef5dd7b3e42918084549a1d1cb31ece1b9bbd1096bafb95d2aee6b519ea277096c1206c3336a2c2109955e2c98457891e81')
+
+build(){
+  cd deepin-editor-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:59:22
  Author: felixonmars
Revision: 661728

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 661727, 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-08 11:59:06 UTC (rev 661727)
+++ PKGBUILD2020-07-08 11:59:22 UTC (rev 661728)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=5.2.0.12
-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' '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=('94da0c79574a5994ec962c7ae3724557df0108d4f5b0cbc55159a8634e32ee3861a48c9944459ccda522d327eaf40d5921f821bad4521740cd8c78ba64a14707')
-
-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 . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 661727, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 11:59:22 UTC (rev 661728)
@@ -0,0 +1,37 @@
+# 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
+}


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:58:42
  Author: felixonmars
Revision: 661725

upgpkg: deepin-editor 5.6.21-1

Modified:
  deepin-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:56:21 UTC (rev 661724)
+++ PKGBUILD2020-07-08 11:58:42 UTC (rev 661725)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-editor
-pkgver=5.6.20
+pkgver=5.6.21
 pkgrel=1
 pkgdesc='Simple editor for Deepin'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
-sha512sums=('ad7de0ca6651edb83d2309f865013e9489111636224915891cc7d1923174b71ae1812e235130b8690ea9cf57be791c29ed3353ec1689ff54f25c1a86b3b31921')
+sha512sums=('97076f35aa357122d25cec537811eef5dd7b3e42918084549a1d1cb31ece1b9bbd1096bafb95d2aee6b519ea277096c1206c3336a2c2109955e2c98457891e81')
 
 build(){
   cd deepin-editor-$pkgver


[arch-commits] Commit in ukui-session-manager/trunk (PKGBUILD)

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:56:21
  Author: felixonmars
Revision: 661724

switch to ninja

Modified:
  ukui-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:52:41 UTC (rev 661723)
+++ PKGBUILD2020-07-08 11:56:21 UTC (rev 661724)
@@ -10,7 +10,7 @@
 groups=('ukui')
 depends=('kidletime' 'peony' 'qt5-multimedia' 'qt5-ukui-platformtheme' 
'ukui-biometric-auth'
  'ukui-panel' 'ukui-settings-daemon' 'ukui-screensaver' 'ukwm' 
'xtrans')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-session-manager/archive/v$pkgver.tar.gz";)
 
sha512sums=('3207251b3fc2ee6a04a8e49f08c3d7445f3524bbf49d932d2e43c19f8c29ae558ef129cf304217193252259a7a4b43cd7172647828d5dd40486a1979592b2019')
 
@@ -22,11 +22,11 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
+-GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
 }
 
 package() {
   cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:52:41
  Author: felixonmars
Revision: 661723

switch to ninja

Modified:
  ukui-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:52:26 UTC (rev 661722)
+++ PKGBUILD2020-07-08 11:52:41 UTC (rev 661723)
@@ -12,22 +12,23 @@
 replaces=('ukui-indicators')
 depends=('dconf' 'gsettings-qt' 'kwindowsystem' 'libqtxdg' 'peony' 
'qt5-webkit' 'ukui-biometric-auth'
  'ukui-menu' 'ukui-menus')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
 
sha512sums=('b0e6e829fb0cdb721c42b548c64cf92dad3a1c025f60864192c1a53f0f92fddcb71ced849f8ff96c23cf4d543af559768ce200a182060f8b8bdbc02e8de12594')
 
 prepare() {
   mkdir -p build
+  sed -i '1i #include ' 
$pkgname-$pkgver/ukui-flash-disk/ejectInterface.cpp
 }
 
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
+-GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
 }
 
 package() {
   cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


[arch-commits] Commit in (ukui-indicators)

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:52:26
  Author: felixonmars
Revision: 661722

remove obsolete package

Deleted:
  ukui-indicators/


[arch-commits] Commit in ukui-biometric-auth/trunk (PKGBUILD)

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:49:36
  Author: felixonmars
Revision: 661721

switch to ninja

Modified:
  ukui-biometric-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:47:35 UTC (rev 661720)
+++ PKGBUILD2020-07-08 11:49:36 UTC (rev 661721)
@@ -9,7 +9,7 @@
 url="https://github.com/ukui/ukui-biometric-auth";
 groups=('ukui')
 depends=('polkit-qt5')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-biometric-auth/archive/v$pkgver.tar.gz";)
 
sha512sums=('bb32283b5f503d7014c0a730389a6d6fb35eb18555a7580b3e92b3ee2c9e21b22f793535f95bb29d139109bec081142cc9ae5e63a609fe2f8b48fa88ae27da03')
 
@@ -22,11 +22,11 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
+-GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
 }
 
 package() {
   cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:47:35
  Author: felixonmars
Revision: 661720

switch to ninja

Modified:
  deepin-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:47:11 UTC (rev 661719)
+++ PKGBUILD2020-07-08 11:47:35 UTC (rev 661720)
@@ -8,7 +8,7 @@
 url="https://github.com/linuxdeepin/deepin-calculator";
 license=('GPL3')
 depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz";
 deepin-calculator-qt5.15.patch)
@@ -24,11 +24,11 @@
 
 build() {
   cd deepin-calculator-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
 }
 
 package() {
   cd deepin-calculator-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:47:11
  Author: felixonmars
Revision: 661719

switch to ninja

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:46:14 UTC (rev 661718)
+++ PKGBUILD2020-07-08 11:47:11 UTC (rev 661719)
@@ -10,7 +10,7 @@
 url="https://github.com/linuxdeepin/dde-calendar";
 license=('GPL3')
 depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz";)
 
sha512sums=('71e6d3973c6ad9f154b13993c269c16d74c04e626d13e61937cc703e7795afc9628fd37fbc3350babf733c39447dc85d59fd55816a828ecd56d6827542f71c8d')
@@ -26,11 +26,11 @@
 
 build() {
   cd dde-calendar-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
 }
 
 package() {
   cd dde-calendar-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:46:14
  Author: felixonmars
Revision: 661718

switch to ninja

Modified:
  deepin-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:44:33 UTC (rev 661717)
+++ PKGBUILD2020-07-08 11:46:14 UTC (rev 661718)
@@ -8,7 +8,7 @@
 url="https://github.com/linuxdeepin/deepin-editor";
 license=('GPL3')
 depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
 
sha512sums=('ad7de0ca6651edb83d2309f865013e9489111636224915891cc7d1923174b71ae1812e235130b8690ea9cf57be791c29ed3353ec1689ff54f25c1a86b3b31921')
@@ -15,11 +15,11 @@
 
 build(){
   cd deepin-editor-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
 }
 
 package() {
   cd deepin-editor-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:44:33
  Author: felixonmars
Revision: 661717

switch to ninja

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:44:06 UTC (rev 661716)
+++ PKGBUILD2020-07-08 11:44:33 UTC (rev 661717)
@@ -9,7 +9,7 @@
 url="https://github.com/linuxdeepin/deepin-movie-reborn";
 license=('GPL3')
 depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz";)
 
sha512sums=('afc45a9f2a19a839f15ecae23b59989dad73da3eda0d98e35679a626e56d1bfb0cc5294e6b8606895a7ea70c64e0d692b225209198b26def21887d16dd315168')
@@ -16,11 +16,11 @@
 
 build() {
   cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  make
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  ninja
 }
 
 package() {
   cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:44:06
  Author: felixonmars
Revision: 661716

switch to ninja

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:43:58 UTC (rev 661715)
+++ PKGBUILD2020-07-08 11:44:06 UTC (rev 661716)
@@ -10,7 +10,7 @@
 url="https://github.com/linuxdeepin/deepin-screenshot";
 license=('GPL3')
 depends=('deepin-qt5integration' 'dtkwm' 'deepin-turbo')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz";
 deepin-screenshot-no-notification.patch)
@@ -20,17 +20,18 @@
 prepare() {
   cd deepin-screenshot-$pkgver
   patch -p1 -i ../deepin-screenshot-no-notification.patch
+  sed -i '1i #include ' src/widgets/shapeswidget.cpp
 }
 
 build() {
   cd deepin-screenshot-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
 }
 
 package() {
   cd deepin-screenshot-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 
   rm "$pkgdir"/usr/share/dbus-1/services/com.deepin.Screenshot.service
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:43:58
  Author: felixonmars
Revision: 661715

switch to ninja

Modified:
  deepin-session-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:43:34 UTC (rev 661714)
+++ PKGBUILD2020-07-08 11:43:58 UTC (rev 661715)
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
  'startdde')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 conflicts=('deepin-session-ui<5')
 provides=('lightdm-deepin-greeter')
 groups=('deepin')
@@ -33,13 +33,13 @@
 
 build() {
   cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
 }
 
 package() {
   cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 
   chmod +x "$pkgdir"/usr/bin/deepin-greeter
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:43:34
  Author: felixonmars
Revision: 661714

switch to ninja

Modified:
  deepin-kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:38:45 UTC (rev 661713)
+++ PKGBUILD2020-07-08 11:43:34 UTC (rev 661714)
@@ -11,7 +11,7 @@
 license=('GPL3')
 groups=('deepin')
 depends=('deepin-qt5integration' 'deepin-wallpapers' 'kwin')
-makedepends=('cmake' 'expac' 'qt5-tools')
+makedepends=('cmake' 'expac' 'ninja' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz";
 
$pkgname-tabbox-chameleon-rename.patch::https://github.com/linuxdeepin/dde-kwin/pull/106.patch
 
$pkgname-build-fix.patch::https://github.com/linuxdeepin/dde-kwin/pull/109.patch
@@ -37,13 +37,13 @@
 
 build() {
   cd dde-kwin-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d 
- -f 1)
-  make
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | 
cut -d - -f 1)
+  ninja
 }
 
 package() {
   cd dde-kwin-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 
   chmod +x "$pkgdir"/usr/bin/kwin_no_scale
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:38:45
  Author: felixonmars
Revision: 661713

switch to ninja

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:36:52 UTC (rev 661712)
+++ PKGBUILD2020-07-08 11:38:45 UTC (rev 661713)
@@ -11,7 +11,7 @@
 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' 'qt5-tools')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 conflicts=('dde-launcher')
 replaces=('dde-launcher')
 groups=('deepin')
@@ -27,11 +27,11 @@
 
 build() {
   cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  make
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  ninja
 }
 
 package() {
   cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:36:52
  Author: felixonmars
Revision: 661712

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 661711, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch
(from rev 661711, 
deepin-control-center/trunk/deepin-control-center-build-fix.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch

---+
 PKGBUILD  |  144 
 deepin-control-center-build-fix.patch |  130 ++--
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 11:36:32 UTC (rev 661711)
+++ PKGBUILD2020-07-08 11:36:52 UTC (rev 661712)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=5.2.0.14
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'cmake' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";
-$pkgname-build-fix.patch
-
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
-
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('35067218e324510a958e7b43b6a40ba49d6fbab664671b08da658b73289b7d20795143e9d884de25489ccc555f3c7961a695cd45cb9eb3a354aae2034a27d07c'
-
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
-
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
-
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')
-
-prepare() {
-  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch || :
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-build-fix.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
-  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
-  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
-  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
-  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
-  
src/frame/window/modules/personalization/roundcolorwidget.cpp 
src/frame/window/modules/unionid/pages/avatarwidget.cpp
-  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
-
-  sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
-  
com.deepin.controlcenter.restore.policy
-  sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt
-
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  sed -i '/n

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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:35:49
  Author: felixonmars
Revision: 661709

upgpkg: deepin-daemon 5.11.0.17-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:31:52 UTC (rev 661708)
+++ PKGBUILD2020-07-08 11:35:49 UTC (rev 661709)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=5.11.0.16
+pkgver=5.11.0.17
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 
source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz";
 dde-daemon_5.9.4.2.diff
 'deepin-daemon.sysusers')
-sha512sums=('cc1c0f5458500b2ee47ebadba841fd221559732830b1ab767d9af40b666d472b430501829276754f7aa4782b18a36df0316a77326b3756354748d1460fe087ba'
+sha512sums=('d165aa52ad3d80dcc06cd79df1b05fcec6dc532f95801263a664b688160cc66b61841168415ca3c24175f705c2965e82019c14804aa37391f72834e0d3790ff8'
 
'188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 


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

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 11:36:32
  Author: felixonmars
Revision: 661711

upgpkg: deepin-control-center 5.2.0.15-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 11:36:16 UTC (rev 661710)
+++ PKGBUILD2020-07-08 11:36:32 UTC (rev 661711)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.2.0.14
+pkgver=5.2.0.15
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 $pkgname-build-fix.patch
 
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
 
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('35067218e324510a958e7b43b6a40ba49d6fbab664671b08da658b73289b7d20795143e9d884de25489ccc555f3c7961a695cd45cb9eb3a354aae2034a27d07c'
+sha512sums=('dd12b59c743c2b22dbc883a59fb9025b8d2b0ae23e90ee0503a3e577f5a5c71f524085f9307a9dc19cb3d68bf35fe0f61c2fb599f824f4188deb327d30a15905'
 
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
 
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
 
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')


  1   2   3   >