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

2021-04-29 Thread Andreas Radke via arch-commits
Date: Friday, April 30, 2021 @ 05:50:23
  Author: andyrtr
Revision: 414051

archrelease: copy trunk to testing-any

Added:
  xorgproto/repos/testing-any/
  xorgproto/repos/testing-any/PKGBUILD
(from rev 414050, xorgproto/trunk/PKGBUILD)

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

Copied: xorgproto/repos/testing-any/PKGBUILD (from rev 414050, 
xorgproto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-04-30 05:50:23 UTC (rev 414051)
@@ -0,0 +1,49 @@
+# Maintainer: AndyRTR 
+
+# When releasing a xorgproto version with updated keysyms, rebuild libx11
+
+pkgname=xorgproto
+pkgver=2021.4
+pkgrel=1
+pkgdesc="combined X.Org X11 Protocol headers"
+arch=('any')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+makedepends=('xorg-util-macros' 'meson')
+checkdepends=('python-libevdev')
+source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.bz2{,.sig})
+sha512sums=('0d905e5f135daf7005e23371cbdc41a62d99567e0a20784e71ead0092ffd1e7582733819f7198add1d97edcc9aa80012ae01d2be8367280d69b41d0c25349367'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) "
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  arch-meson "$pkgname"-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # missing docs
+  install -m755 -d "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 "$pkgname"-$pkgver/PM_spec 
"${pkgdir}/usr/share/doc/${pkgname}/"
+
+  # licenses
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 "$pkgname"-$pkgver/COPYING* 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+  # remove licences of legacy stuff we don't ship anymore
+  rm -f 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING-{evieproto,fontcacheproto,lg3dproto,printproto,xcalibrateproto,xf86rushproto}
+
+  # cleanup
+  rm -f "${pkgdir}"/usr/include/X11/extensions/apple*
+  rm -f 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING-{apple,windows}wmproto
+  rm -f "${pkgdir}"/usr/share/pkgconfig/applewmproto.pc
+}


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

2021-04-29 Thread Andreas Radke via arch-commits
Date: Friday, April 30, 2021 @ 05:50:10
  Author: andyrtr
Revision: 414050

upgpkg: xorgproto 2021.4-1: upstream update 2021.4

Modified:
  xorgproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-30 04:00:21 UTC (rev 414049)
+++ PKGBUILD2021-04-30 05:50:10 UTC (rev 414050)
@@ -3,7 +3,7 @@
 # When releasing a xorgproto version with updated keysyms, rebuild libx11
 
 pkgname=xorgproto
-pkgver=2021.3
+pkgver=2021.4
 pkgrel=1
 pkgdesc="combined X.Org X11 Protocol headers"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'meson')
 checkdepends=('python-libevdev')
 
source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.bz2{,.sig})
-sha512sums=('3965e8f7f9fbfb2ad8c315865e112e2743915e6b9669fb1ee9bdd376fe4dce0145d547c679a321763b3eaa54832c7a92ff627f36505e914d2a4c48c2246a800e'
+sha512sums=('0d905e5f135daf7005e23371cbdc41a62d99567e0a20784e71ead0092ffd1e7582733819f7198add1d97edcc9aa80012ae01d2be8367280d69b41d0c25349367'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) "
 
@@ -34,9 +34,7 @@
 
   # missing docs
   install -m755 -d "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m644 "$pkgname"-$pkgver/*.txt "${pkgdir}/usr/share/doc/${pkgname}/"
   install -m644 "$pkgname"-$pkgver/PM_spec 
"${pkgdir}/usr/share/doc/${pkgname}/"
-  rm "${pkgdir}"/usr/share/doc/${pkgname}/meson_options.txt
 
   # licenses
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 30, 2021 @ 04:55:20
  Author: svenstaro
Revision: 925320

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pytorch/repos/community-staging-x86_64/
  python-pytorch/repos/community-staging-x86_64/PKGBUILD
(from rev 925319, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-staging-x86_64/disable_non_x86_64.patch
(from rev 925319, python-pytorch/trunk/disable_non_x86_64.patch)
  python-pytorch/repos/community-staging-x86_64/fix_include_system.patch
(from rev 925319, python-pytorch/trunk/fix_include_system.patch)
  python-pytorch/repos/community-staging-x86_64/test.py
(from rev 925319, python-pytorch/trunk/test.py)
  python-pytorch/repos/community-staging-x86_64/use-system-libuv.patch
(from rev 925319, python-pytorch/trunk/use-system-libuv.patch)

--+
 PKGBUILD |  280 +
 disable_non_x86_64.patch |   15 ++
 fix_include_system.patch |   13 ++
 test.py  |7 +
 use-system-libuv.patch   |   13 ++
 5 files changed, 328 insertions(+)

Copied: python-pytorch/repos/community-staging-x86_64/PKGBUILD (from rev 
925319, python-pytorch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-30 04:55:20 UTC (rev 925320)
@@ -0,0 +1,280 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Stephen Zhang 
+
+pkgbase=python-pytorch
+pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
+_pkgname="pytorch"
+pkgver=1.8.1
+_pkgver=1.8.1
+pkgrel=3
+pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
+arch=('x86_64')
+url="https://pytorch.org;
+license=('BSD')
+depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'libuv'
+ 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 
'onednn' 'intel-mkl'
+ 'python-typing_extensions')
+makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda'
+ 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen')
+source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver;
+# generated using parse-submodules
+"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git;
+
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git;
+"${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git;
+"${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git;
+"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git;
+"${pkgname}-PeachPy::git+https://github.com/Maratyszcza/PeachPy.git;
+"${pkgname}-cub::git+https://github.com/NVlabs/cub.git;
+"${pkgname}-psimd::git+https://github.com/Maratyszcza/psimd.git;
+"${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git;
+"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git;
+"${pkgname}-ideep::git+https://github.com/intel/ideep;
+"${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK;
+"${pkgname}-foxi::git+https://github.com/houseroad/foxi.git;
+
"${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git;
+"${pkgname}-six::git+https://github.com/benjaminp/six.git;
+
"${pkgname}-eigen-git-mirror::git+https://github.com/eigenteam/eigen-git-mirror.git;
+"${pkgname}-gloo::git+https://github.com/facebookincubator/gloo;
+"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl;
+"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git;
+"${pkgname}-kineto::git+https://github.com/pytorch/kineto;
+"${pkgname}-sleef::git+https://github.com/shibatch/sleef;
+"${pkgname}-onnx-tensorrt::git+https://github.com/onnx/onnx-tensorrt;
+"${pkgname}-benchmark::git+https://github.com/google/benchmark.git;
+"${pkgname}-tbb::git+https://github.com/01org/tbb;
+"${pkgname}-XNNPACK::git+https://github.com/malfet/XNNPACK.git;
+"${pkgname}-fbjni::git+https://github.com/facebookincubator/fbjni.git;
+"${pkgname}-tensorpipe::git+https://github.com/pytorch/tensorpipe.git;
+"${pkgname}-pybind11::git+https://github.com/pybind/pybind11.git;
+"${pkgname}-fbgemm::git+https://github.com/pytorch/fbgemm;
+"${pkgname}-googletest::git+https://github.com/google/googletest.git;
+"${pkgname}-zstd::git+https://github.com/facebook/zstd.git;
+"${pkgname}-onnx::git+https://github.com/onnx/onnx.git;
+
"${pkgname}-protobuf::git+https://github.com/protocolbuffers/protobuf.git;
+"${pkgname}-fmt::git+https://github.com/fmtlib/fmt.git;
+fix_include_system.patch
+use-system-libuv.patch
+

[arch-commits] Commit in python-pytorch/trunk (3 files)

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 30, 2021 @ 04:55:03
  Author: svenstaro
Revision: 925319

upgpkg: python-pytorch 1.8.1-3: cudnn 8.2 rebuild

Modified:
  python-pytorch/trunk/PKGBUILD
Deleted:
  python-pytorch/trunk/nccl_version.patch
  python-pytorch/trunk/use-system-libuv2.patch

-+
 PKGBUILD|9 +
 nccl_version.patch  |   25 -
 use-system-libuv2.patch |   13 -
 3 files changed, 1 insertion(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-30 02:43:44 UTC (rev 925318)
+++ PKGBUILD2021-04-30 04:55:03 UTC (rev 925319)
@@ -6,7 +6,7 @@
 _pkgname="pytorch"
 pkgver=1.8.1
 _pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -54,8 +54,6 @@
 "${pkgname}-fmt::git+https://github.com/fmtlib/fmt.git;
 fix_include_system.patch
 use-system-libuv.patch
-use-system-libuv2.patch
-nccl_version.patch
 disable_non_x86_64.patch)
 sha256sums=('SKIP'
 'SKIP'
@@ -94,8 +92,6 @@
 'SKIP'
 '557761502bbd994d9795bef46779e4b8c60ba0b45e7d60841f477d3b7f28a00a'
 'cd9ac4aaa9f946ac5eafc57cf66c5c16b3ea7ac8af32c2558fad0705411bb669'
-'7b65c3b209fc39f92ba58a58be6d3da40799f1922910b1171ccd9209eda1f9eb'
-'e4a96887b41cbdfd4204ce5f16fcb16a23558d23126331794ab6aa30a66f2e0d'
 'd3ef8491718ed7e814fe63e81df2f49862fffbea891d2babbcb464796a1bd680')
 
 prepare() {
@@ -147,9 +143,6 @@
   # Use system libuv
   patch -Np1 -i "${srcdir}"/use-system-libuv.patch
 
-  # FindNCCL patch to export correct nccl version
-  # patch -Np1 -i "${srcdir}"/nccl_version.patch
-
   # remove local nccl
   rm -rf third_party/nccl/nccl
 

Deleted: nccl_version.patch
===
--- nccl_version.patch  2021-04-30 02:43:44 UTC (rev 925318)
+++ nccl_version.patch  2021-04-30 04:55:03 UTC (rev 925319)
@@ -1,25 +0,0 @@
-diff --git a/cmake/Modules/FindNCCL.cmake b/cmake/Modules/FindNCCL.cmake
-index a16c9aca67..51eb54f14c 100644
 a/cmake/Modules/FindNCCL.cmake
-+++ b/cmake/Modules/FindNCCL.cmake
-@@ -55,9 +55,10 @@ if(NCCL_FOUND)  # obtaining NCCL version and some sanity 
checks
-   set (OLD_CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES})
-   list (APPEND CMAKE_REQUIRED_INCLUDES ${NCCL_INCLUDE_DIRS})
-   include(CheckCXXSymbolExists)
--  check_cxx_symbol_exists(NCCL_VERSION_CODE nccl.h NCCL_VERSION_DEFINED)
-+  set(NCCL_VERSION_CODE $ENV{NCCL_VER_CODE})
-+  set(NCCL_VERSION_DEFINED $ENV{NCCL_VER_CODE})
- 
--  if (NCCL_VERSION_DEFINED)
-+  if (DEFINED NCCL_VERSION_DEFINED)
- set(file "${PROJECT_BINARY_DIR}/detect_nccl_version.cc")
- file(WRITE ${file} "
-   #include 
-@@ -72,6 +73,7 @@ if(NCCL_FOUND)  # obtaining NCCL version and some sanity 
checks
-   }
- ")
- try_run(NCCL_VERSION_MATCHED compile_result ${PROJECT_BINARY_DIR} ${file}
-+  CMAKE_FLAGS -DINCLUDE_DIRECTORIES=/opt/cuda/include
-   RUN_OUTPUT_VARIABLE NCCL_VERSION_FROM_HEADER
-   CMAKE_FLAGS  "-DINCLUDE_DIRECTORIES=${NCCL_INCLUDE_DIRS}"
-   LINK_LIBRARIES ${NCCL_LIBRARIES})

Deleted: use-system-libuv2.patch
===
--- use-system-libuv2.patch 2021-04-30 02:43:44 UTC (rev 925318)
+++ use-system-libuv2.patch 2021-04-30 04:55:03 UTC (rev 925319)
@@ -1,13 +0,0 @@
-diff --git a/cmake/pytorch.cmake b/cmake/pytorch.cmake
-index e4d6b9c..48e0669 100644
 a/cmake/pytorch.cmake
-+++ b/cmake/pytorch.cmake
-@@ -138,7 +138,7 @@ endif()
- 
- add_library(tensorpipe ${TENSORPIPE_SRC})
- 
--set(TP_BUILD_LIBUV ON)
-+set(TP_BUILD_LIBUV OFF)
- find_package(uv REQUIRED)
- target_link_libraries(tensorpipe PRIVATE uv::uv)
- 


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

2021-04-29 Thread Evangelos Foutras via arch-commits
Date: Friday, April 30, 2021 @ 04:00:21
  Author: foutrelis
Revision: 414049

archrelease: copy trunk to extra-x86_64

Added:
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 414048, pidgin/trunk/PKGBUILD)
Deleted:
  pidgin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-30 04:00:15 UTC (rev 414048)
+++ PKGBUILD2021-04-30 04:00:21 UTC (rev 414049)
@@ -1,105 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Lucien Immink 
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.14.3
-pkgrel=1
-arch=('x86_64')
-url="https://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
- 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'libnm' 'dbus-glib'
- 'libgnt' 'libxcrypt')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('2b064802fdfec008878f7179120ccf1e67c68b46ec0966399a095e20bc762e76'
-'SKIP')
-validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc="Multi-protocol instant messaging client"
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir/usr/share/man/man1/finch.1"
-
-  # https://bugs.archlinux.org/task/53770
-  # https://bugs.archlinux.org/task/69026
-  find "$pkgdir/usr/lib/perl5" -name perllocal.pod -delete
-}
-
-package_libpurple(){
-  pkgdesc="IM library extracted from Pidgin"
-  depends=('farstream' 'libsasl' 'libidn' 'libnsl' 'libgadu' 'dbus-glib' 'nss'
-   'libnm' 'libxcrypt')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $pkgbase-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C "$_dir" DESTDIR="$pkgdir" install
-  done
-
-  # https://bugs.archlinux.org/task/53770
-  # https://bugs.archlinux.org/task/69026
-  find "$pkgdir/usr/lib/perl5" -name perllocal.pod -delete
-}
-
-package_finch(){
-  pkgdesc="A ncurses-based messaging client"
-  depends=('libpurple' 'libgnt' 'libx11')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C finch DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir"/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-x86_64/PKGBUILD (from rev 414048, 
pidgin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-30 04:00:21 UTC (rev 414049)
@@ -0,0 +1,106 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Lucien Immink 
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.14.4
+pkgrel=1
+arch=('x86_64')
+url="https://pidgin.im/;
+license=('GPL')
+makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
+ 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
+ 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'libnm' 'dbus-glib'
+ 'libgnt' 'libxcrypt')
+options=('!emptydirs')
+source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('67c1a0104b0624a50100c6d73cd5504d53c9d221922b1b28fa86020531a9904e'
+'SKIP')
+validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+

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

2021-04-29 Thread Evangelos Foutras via arch-commits
Date: Friday, April 30, 2021 @ 04:00:15
  Author: foutrelis
Revision: 414048

upgpkg: pidgin 2.14.4-1: new upstream release

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-30 03:47:38 UTC (rev 414047)
+++ PKGBUILD2021-04-30 04:00:15 UTC (rev 414048)
@@ -5,7 +5,7 @@
 # Contributor: Lucien Immink 
 
 pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.14.3
+pkgver=2.14.4
 pkgrel=1
 arch=('x86_64')
 url="https://pidgin.im/;
@@ -16,7 +16,7 @@
  'libgnt' 'libxcrypt')
 options=('!emptydirs')
 
source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('2b064802fdfec008878f7179120ccf1e67c68b46ec0966399a095e20bc762e76'
+sha256sums=('67c1a0104b0624a50100c6d73cd5504d53c9d221922b1b28fa86020531a9904e'
 'SKIP')
 validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

 
@@ -31,6 +31,7 @@
 --prefix=/usr \
 --sysconfdir=/etc \
 --disable-schemas-install \
+--disable-gevolution \
 --disable-meanwhile \
 --disable-gnutls \
 --enable-cyrus-sasl \


[arch-commits] Commit in (gn-m76)

2021-04-29 Thread Evangelos Foutras via arch-commits
Date: Friday, April 30, 2021 @ 03:47:38
  Author: foutrelis
Revision: 414047

Remove gn-m76 (unused build dep)

Deleted:
  gn-m76/


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 30, 2021 @ 02:43:44
  Author: svenstaro
Revision: 925318

archrelease: copy trunk to community-staging-x86_64

Added:
  tensorflow/repos/community-staging-x86_64/
  tensorflow/repos/community-staging-x86_64/PKGBUILD
(from rev 925317, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-staging-x86_64/build-against-actual-mkl.patch
(from rev 925317, tensorflow/trunk/build-against-actual-mkl.patch)
  tensorflow/repos/community-staging-x86_64/fix-h5py3.0.patch
(from rev 925317, tensorflow/trunk/fix-h5py3.0.patch)
  tensorflow/repos/community-staging-x86_64/test.py
(from rev 925317, tensorflow/trunk/test.py)

+
 PKGBUILD   |  322 
 build-against-actual-mkl.patch |   37 +++
 fix-h5py3.0.patch  |  391 +++
 test.py|   12 +
 4 files changed, 762 insertions(+)

Copied: tensorflow/repos/community-staging-x86_64/PKGBUILD (from rev 925317, 
tensorflow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-30 02:43:44 UTC (rev 925318)
@@ -0,0 +1,322 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
+pkgver=2.4.1
+_pkgver=2.4.1
+pkgrel=10
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/;
+license=('APACHE')
+arch=('x86_64')
+depends=('c-ares' 'intel-mkl' 'onednn' 'pybind11' 'openssl-1.0' 'lmdb' 
'libpng' 'curl' 'giflib' 'icu' 'libjpeg-turbo')
+makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git'
+ 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
+ 'python-keras-applications' 'python-keras-preprocessing'
+ 'cython')
+optdepends=('tensorboard: Tensorflow visualization toolkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
+fix-h5py3.0.patch
+build-against-actual-mkl.patch)
+sha512sums=('be8273f464c1c1c392f3ab0190dbba36d56a0edcc7991c1a86f16604c859056d3188737d11c3b41ec7918e1cf46d13814c50c00be8f459dde9f0fb618740ee3c'
+
'556e3dd4bf0989c139536a7fbfd423b67007839814b04d778790d1c51eb9a4e9f13730a004fc4361a5e6d8a0d08b7b1a28f6e26e184c07f9297c67073a4e9192'
+
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08')
+
+# consolidate common dependencies to prevent mishaps
+_common_py_depends=(python-termcolor python-astor python-gast03 python-numpy 
python-protobuf absl-py python-h5py python-keras-applications 
python-keras-preprocessing python-tensorflow-estimator python-opt_einsum 
python-astunparse python-pasta python-flatbuffers)
+
+get_pyver () {
+  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+check_dir() {
+  # first make sure we do not break parsepkgbuild
+  if ! command -v cp &> /dev/null; then
+>&2 echo "'cp' command not found. PKGBUILD is probably being checked by 
parsepkgbuild."
+if ! command -v install &> /dev/null; then
+  >&2 echo "'install' command also not found. PKGBUILD must be getting 
checked by parsepkgbuild."
+  >&2 echo "Cannot check if directory '${1}' exists. Ignoring."
+  >&2 echo "If you are not running nacmap or parsepkgbuild, please make 
sure the PATH is correct and try again."
+  >&2 echo "PATH should not be '/dummy': PATH=$PATH"
+  return 0
+fi
+  fi
+  # if we are running normally, check the given path
+  if [ -d "${1}" ]; then
+return 0
+  else
+>&2 echo Directory "${1}" does not exist or is a file! Exiting...
+exit 1
+  fi
+}
+
+prepare() {
+  # Allow any bazel version
+  echo "*" > tensorflow-${_pkgver}/.bazelversion
+
+  # Tensorflow actually wants to build against a slimmed down version of Intel 
MKL called MKLML
+  # See https://github.com/intel/mkl-dnn/issues/102
+  # MKLML version that Tensorflow wants to use is 
https://github.com/intel/mkl-dnn/releases/tag/v0.21
+  # patch -Np1 -d tensorflow-${_pkgver} -i 
"$srcdir"/build-against-actual-mkl.patch
+
+  # Compile with C++17 by default (FS#65953)
+  #sed -i "s/c++14/c++17/g" tensorflow-${_pkgver}/.bazelrc
+
+  # FS#68488
+  patch -Np1 -d tensorflow-${_pkgver} -i "$srcdir"/fix-h5py3.0.patch
+
+  # Get rid of hardcoded versions. Not like we ever cared about what upstream
+  # thinks about which versions should be used anyway. ;) (FS#68772)
+  sed -i -E "s/'([0-9a-z_-]+) .= [0-9].+[0-9]'/'\1'/" 

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 30, 2021 @ 02:43:23
  Author: svenstaro
Revision: 925317

upgpkg: tensorflow 2.4.1-10: cudnn 8.2 rebuild

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-30 01:19:30 UTC (rev 925316)
+++ PKGBUILD2021-04-30 02:43:23 UTC (rev 925317)
@@ -7,7 +7,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.4.1
 _pkgver=2.4.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -99,7 +99,7 @@
   export 
TF_SYSTEM_LIBS="boringssl,curl,cython,gif,icu,libjpeg_turbo,lmdb,nasm,pcre,png,pybind11,zlib"
   export TF_SET_ANDROID_WORKSPACE=0
   export TF_DOWNLOAD_CLANG=0
-  export TF_NCCL_VERSION=2.8
+  export TF_NCCL_VERSION=$(pkg-config nccl --modversion | grep -Po '\d+\.\d+')
   export TF_IGNORE_MAX_BAZEL_VERSION=1
   export TF_MKL_ROOT=/opt/intel/mkl
   export NCCL_INSTALL_PATH=/usr


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

2021-04-29 Thread Andrew Crerar via arch-commits
Date: Friday, April 30, 2021 @ 01:19:30
  Author: andrewsc
Revision: 925316

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 925315, 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
===
--- PKGBUILD2021-04-30 01:19:10 UTC (rev 925315)
+++ PKGBUILD2021-04-30 01:19:30 UTC (rev 925316)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=89.0b5
-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=('6dedf2e98d8a952c959b9300d87f7cec5350d9683a67df7264386c3455a37d3c6599165d049663580dca0c0800a8084c65144833933e58718f19c124e839e7e5'
-
'9083b764613dd7223ea416f71dd1e5b475d07ebc780b65e9de4659b86050a50dbdb421499e9c69f6f3c12d4d9e2cc1b3a43be812b0414029be5635ca8a848afd'
-
'5f70ef62cbf5224fc64273b707a0e842b32b4074df7ca177906b3f73e5d24eb0dfb9b22d3ba1fb1f74da36f2cfda1981e7e274c680d15aedc40f13bfbcb0'
-

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

2021-04-29 Thread Andrew Crerar via arch-commits
Date: Friday, April 30, 2021 @ 01:19:10
  Author: andrewsc
Revision: 925315

upgpkg: firefox-developer-edition-i18n 89.0b6-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-30 01:12:17 UTC (rev 925314)
+++ PKGBUILD2021-04-30 01:19:10 UTC (rev 925315)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=89.0b5
+pkgver=89.0b6
 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=('6dedf2e98d8a952c959b9300d87f7cec5350d9683a67df7264386c3455a37d3c6599165d049663580dca0c0800a8084c65144833933e58718f19c124e839e7e5'
-
'9083b764613dd7223ea416f71dd1e5b475d07ebc780b65e9de4659b86050a50dbdb421499e9c69f6f3c12d4d9e2cc1b3a43be812b0414029be5635ca8a848afd'
-
'5f70ef62cbf5224fc64273b707a0e842b32b4074df7ca177906b3f73e5d24eb0dfb9b22d3ba1fb1f74da36f2cfda1981e7e274c680d15aedc40f13bfbcb0'
-
'7a6d5403ce2383655a877ffbfe19da2d296e886bb20a4a0ddc2e69a7d7725274985c135fe38adfe29d889f732fef9796ad44117460e7f8b305de0ee57c1dc466'
-
'0d8abed6cf9fdbf647758af144c6676fcff6f1c8630e7034e2b16240b5d26fe0efd8c34c0ac0061f1b694857efef2d22b8def2d363c325cb03dd135f8ecfe336'
-
'e9ac0ab9e39b7de7251805c811cad9265795064e172037ba100e739998f4696716954d4f094fbedf766c0cb5cb9155f39bc210874844e9b6a8dc6a430172a979'
-
'e001104aa4205c2eb7a27fbc7753a43ca577cb74e6b434684564dbe6432b8969723d1df39560ebae32e42c54c56e5f4c6673c77dc0bf70a16272356eac5ca21d'
-
'0fa9cfe81143c3216173f8a94c33d6ead72a08820e6b2efd56365d2cc73086cfe2d72b3ee10a78fb326fea90c84d7d78e6f24fec50e329177ad9f05e028a1fde'
-
'041ad20d5f6ba54d146af374eb3a9f9e5abb0821ef1dbedf7a536e8db6a7cf1d41142e30d60d487d75f36e5d7e7c74d92a241ca3138a63b6d40b8742edc6ae78'
-
'f78a88e9e14cf5fd94429727dfd3d0b277cb6ebe3591de590c3e768f88baa6fad2b99cc39b983fd8c2ddf366b88538c6d1185898bb0aca51782cca055a0e8aa1'
-
'93ac93f49e412465ee02f35e552da15699a1d4a6d2030d0c5bd54728a6ad46fb3254ad1330fb7733f8148a379bb858e185ffa57e6261ec547869eab57ec4eb9d'
-
'83a0283f3c7cf7ca54dcbbd80b2d09f1314f00571f2dd95860b390d6dff44237ed522a62f9c01dadfc29ae4fb8f1575554b24931afdf7d4cd51a4876414047a4'
-
'080d969b1dbf76b769e5da8fcc3560b3c046b4d0865dd128e74918cba93b0c72b880b823d041e3b10ee5f6d3877f7518f8824aa673f5b710d2557e5fdd9d6731'
-
'1d01d1ae299f5c0a40c0e5dead1b5f498d23a6cfcee2b672315d3f3e55dfd931919d148426de6cfc1fa91fcc8e36f949a5ce01d171c3d0edeb8d2ac682dedbe9'
-
'5547cdd7db7285bbbec895ee720202deb347ce056316ab276d4465f3130d535676b0d764355dee87d77f57d7e1f6e60f6ca27fa4db7df7ee787344886587da5e'
-
'5b0357b60ec0e1531e5e6b50034004adcb206547686ee8b90c19d02e3171a78ffc70b90cc479a1fecdc9d7de2050c8d22b280f2552b0304f98377d07b500435f'
-
'303292288dd38a3fc309f6031ba74b7bd400bb779472c38658f410ff96ad01e959da7b51ced0c7338e859ce4dfe18a7b2c0205e55692d29d042278c1335f0ae2'
-
'cc4b1e52f073f4058e17b11cd21d4b21372091ccf9ddeffe4125939eb12ea0f615e2c3c8aba829c9a10f45f76ea7acfce492c8d4d9b5aa9e8601e4e1bd21c062'
-
'df730f6de114266c65b8d925af4060905230a1a694e8ee16f623490334c93a6267ee3cdbb659488c099508c9b9b10a41ae0aaf830f781a6fc274f784a8143469'
-
'd9597c833a3ea422e12f296598a40a77a1169e3fe2a3afda6d3f686469a3c37c60fa232c3514731304cbe5d2337e4078b6d404252fc732e0ade97a927f745266'
-
'b7d89aaf763c0cfc9ffdad9997b765df6098c883caa9c88540ca45940d72ddc54a8582c0b6f423485486893a964f09b39653b595c59962b626a8a6cb0152066a'
-
'09ca8e2f149e06bb0920a07368a988826012d5477977cfb4e95439afeeeb31356e843fbd956661404ccf9ca5176d54cf9994279b3e5a92b31abfed120c6a8f10'
-
'fa8e6957c9160a4be759e51cd4b803ee182eb84b140d9bef285f4c162608cedead621a01c2334d4ee3f0803f8d562a172809d22ca8595ed05d4bc02cce8f90cd'
-
'dbf5b753419c7ee08da8d3ab2ee250fab99a261a27827282f2784d7fec85988b32e1c2fecd90222c8ab0105b105dc4b9625793db35dbb3eb23b98571298ae152'
-
'381406a6626bf64b4c800e54108cea91ec4e045e58df0fd2148af280f9f05c96a077d84c162297cb7a50b3b7ce029bc95dfbdaede3470ff6c12ea63ce4913357'
-
'42d8c0ade0526d81a08e15caf8cf50e45fa2168368500727916cf7cb3b2f737a47113deb28be0bfcfefdd0376832c2c63b6a192b4e97fda58902de4fedacea93'
-
'b7e0342f6ff61ea8ff03545a4bf5fe3290c8b5e08aef61ae55f2f93a31d3fc786a5cf55db39b04adadb94bed53b8df0f770c13fb629c65a74fd777df7c117936'
-
'ada838254c1602991548d74fecf80f0001e4644b732c204d5c64563a299d94fdada3b8cd979265567f7abe005463a74137eb91fa0c92afb537bda0d7a19855e7'
-

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

2021-04-29 Thread Andrew Crerar via arch-commits
Date: Friday, April 30, 2021 @ 01:12:17
  Author: andrewsc
Revision: 925314

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 925313, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 925313, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 925313, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 925313, 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 |  114 +-
 PKGBUILD   |  434 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 657 insertions(+), 657 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2021-04-30 
01:11:49 UTC (rev 925313)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-04-30 
01:12:17 UTC (rev 925314)
@@ -1,57 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp |  6 +-
- widget/gtk/nsAppShell.cpp   | 12 +---
- 2 files changed, 6 insertions(+), 12 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index d944ce905cbe3..9a50545bfafcb 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4161,11 +4161,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // 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
-index cfe022e65d820..c228237830e43 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,8 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
-+#include "mozilla/XREAppData.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -159,13 +161,9 @@ nsresult nsAppShell::Init() {
-   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
-   //
-   // Only bother doing this for the parent process, since it's the one
--  // 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());
-+  // creating top-level windows.
-+  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 925313, 
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  2021-04-30 
01:12:17 UTC (rev 925314)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 12 +---
+ 2 files changed, 6 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index d944ce905cbe3..9a50545bfafcb 100644

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

2021-04-29 Thread Andrew Crerar via arch-commits
Date: Friday, April 30, 2021 @ 01:11:49
  Author: andrewsc
Revision: 925313

upgpkg: firefox-developer-edition 89.0b6-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:48:32 UTC (rev 925312)
+++ PKGBUILD2021-04-30 01:11:49 UTC (rev 925313)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=89.0b5
+pkgver=89.0b6
 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=('9263d99ada12378df14000634aa92abd0a634b59f0a0eb646ebf10e1664aad3d44d644dd883fcec623a474bb6cdac05154dbb33f0043ebe39940e6c16dd2754d'
+sha512sums=('37073c9309e8d2f533d4ae4e6beb024c75e8caeff30d357ee9a2296d049389b72c1d0d33fda91daf54fbf83f648b182ce039098145d3a360e68bf2166d7c31f3'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'8df3228209334aaaddec9c761c063e61ebbf3e75c6b249db9347dc4cabb79d912ccc8abdcfe4fab63387f2a0e09b4f3c9edf3b7e25aa0fd00ee56bcc7e9dde2c'


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

2021-04-29 Thread Maxim Baz via arch-commits
Date: Thursday, April 29, 2021 @ 23:48:32
  Author: maximbaz
Revision: 925312

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 925311, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:48:28 UTC (rev 925311)
+++ PKGBUILD2021-04-29 23:48:32 UTC (rev 925312)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=9.1.0
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('575069fc1c966518e66fafae50415811133398179182310ee710708e36a08d89')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
-go build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 925311, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:48:32 UTC (rev 925312)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=9.1.1
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('8afe88b30c784c1015a81755e4dbd53b2354c5e53f0eb99464db891c416663e7')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2021-04-29 Thread Maxim Baz via arch-commits
Date: Thursday, April 29, 2021 @ 23:48:28
  Author: maximbaz
Revision: 925311

upgpkg: croc 9.1.1-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:41:40 UTC (rev 925310)
+++ PKGBUILD2021-04-29 23:48:28 UTC (rev 925311)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=9.1.0
+pkgver=9.1.1
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('575069fc1c966518e66fafae50415811133398179182310ee710708e36a08d89')
+sha256sums=('8afe88b30c784c1015a81755e4dbd53b2354c5e53f0eb99464db891c416663e7')
 
 build() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:41:40
  Author: felixonmars
Revision: 925310

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 925309, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:41:25 UTC (rev 925309)
+++ PKGBUILD2021-04-29 23:41:40 UTC (rev 925310)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=11.5.5
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('npm' 'semver')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0e5ea6e1fcdb58ae507903eb1cb3506d52898f8941d9476329e1003b3f6a8dcda1a2530cd572eebe24afbd6d170f4bee0953636e641a1da514200c112ada1ff6')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 925309, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:41:40 UTC (rev 925310)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=11.5.6
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('npm' 'semver')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('a3731264a260f93a4c3f6c6778073d418d275f99ade0e4d09b134823f901dfc243fbf1e78e9655528eb0b39268640879a8b8142bfaa1ee561ecb83b7236a572c')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:41:25
  Author: felixonmars
Revision: 925309

upgpkg: npm-check-updates 11.5.6-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:28:03 UTC (rev 925308)
+++ PKGBUILD2021-04-29 23:41:25 UTC (rev 925309)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=11.5.5
+pkgver=11.5.6
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0e5ea6e1fcdb58ae507903eb1cb3506d52898f8941d9476329e1003b3f6a8dcda1a2530cd572eebe24afbd6d170f4bee0953636e641a1da514200c112ada1ff6')
+sha512sums=('a3731264a260f93a4c3f6c6778073d418d275f99ade0e4d09b134823f901dfc243fbf1e78e9655528eb0b39268640879a8b8142bfaa1ee561ecb83b7236a572c')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz


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

2021-04-29 Thread Andrew Crerar via arch-commits
Date: Thursday, April 29, 2021 @ 23:28:03
  Author: andrewsc
Revision: 925308

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:27:48 UTC (rev 925307)
+++ PKGBUILD2021-04-29 23:28:03 UTC (rev 925308)
@@ -1,27 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Kevin Azzam 
-# Contributor: David Runge 
-
-pkgname=python-dotenv
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="Get and set values in your .env file in local and production servers"
-arch=('any')
-url="https://github.com/theskumar/python-dotenv/;
-license=('BSD')
-depends=('python-click')
-makedepends=('python-setuptools')
-optdepends=('ipython: ipython support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('e6310ba1fe18ab5a13b05d33c5872c5c44ccae6cc36f9179fc0e4eaecd5d88e654901d868701ca4a815459717867009452e828aa4204d910ee4f61acceccba96')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-dotenv/repos/community-any/PKGBUILD (from rev 925307, 
python-dotenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:28:03 UTC (rev 925308)
@@ -0,0 +1,27 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Kevin Azzam 
+# Contributor: David Runge 
+
+pkgname=python-dotenv
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="Get and set values in your .env file in local and production servers"
+arch=('any')
+url="https://github.com/theskumar/python-dotenv/;
+license=('BSD')
+depends=('python-click')
+makedepends=('python-setuptools')
+optdepends=('ipython: ipython support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz;)
+sha512sums=('ce3937f95956ffe27b1762c31caaccc6c4b084c6aac3f9ee53677f46422e9e30e22399003f219caacf8e60cc3a703951052fe08954514113eeb6d8d41ceef856')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-04-29 Thread Andrew Crerar via arch-commits
Date: Thursday, April 29, 2021 @ 23:27:48
  Author: andrewsc
Revision: 925307

upgpkg: python-dotenv 0.17.1-1

Modified:
  python-dotenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:23:43 UTC (rev 925306)
+++ PKGBUILD2021-04-29 23:27:48 UTC (rev 925307)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=python-dotenv
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="Get and set values in your .env file in local and production servers"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 optdepends=('ipython: ipython support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('e6310ba1fe18ab5a13b05d33c5872c5c44ccae6cc36f9179fc0e4eaecd5d88e654901d868701ca4a815459717867009452e828aa4204d910ee4f61acceccba96')
+sha512sums=('ce3937f95956ffe27b1762c31caaccc6c4b084c6aac3f9ee53677f46422e9e30e22399003f219caacf8e60cc3a703951052fe08954514113eeb6d8d41ceef856')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:23:43
  Author: felixonmars
Revision: 925306

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:23:29 UTC (rev 925305)
+++ PKGBUILD2021-04-29 23:23:43 UTC (rev 925306)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=8.1.1
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='https://faker.readthedocs.io/en/master/'
-license=('MIT')
-provides=("python-fake-factory=$pkgver")
-conflicts=('python-fake-factory')
-replaces=('python-fake-factory')
-depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
-  'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('ecb901905ccf535f340c3c107a631f89260701b375d9ce6e6255e821e6dedda69df2cfd4998fd3b329c668719f21f677714bae3f9cc1fb68ee70a9e26f596418')
-
-prepare() {
-  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
-}
-
-build() {
-  cd faker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd faker-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-faker/repos/community-any/PKGBUILD (from rev 925305, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:23:43 UTC (rev 925306)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=8.1.2
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='https://faker.readthedocs.io/en/master/'
+license=('MIT')
+provides=("python-fake-factory=$pkgver")
+conflicts=('python-fake-factory')
+replaces=('python-fake-factory')
+depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
+  'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
+sha512sums=('cd4ed4c182cb52de38726293f4d445e6ae7a7a8f572d50832644826c85ef48b5a155d66a0d8e596c8398cb96962b3cb3bca535b350499c676df0008a7ca0')
+
+prepare() {
+  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
+}
+
+build() {
+  cd faker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd faker-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:23:29
  Author: felixonmars
Revision: 925305

upgpkg: python-faker 8.1.2-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:23:17 UTC (rev 925304)
+++ PKGBUILD2021-04-29 23:23:29 UTC (rev 925305)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=8.1.1
+pkgver=8.1.2
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('ecb901905ccf535f340c3c107a631f89260701b375d9ce6e6255e821e6dedda69df2cfd4998fd3b329c668719f21f677714bae3f9cc1fb68ee70a9e26f596418')
+sha512sums=('cd4ed4c182cb52de38726293f4d445e6ae7a7a8f572d50832644826c85ef48b5a155d66a0d8e596c8398cb96962b3cb3bca535b350499c676df0008a7ca0')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:23:17
  Author: felixonmars
Revision: 925304

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:23:02 UTC (rev 925303)
+++ PKGBUILD2021-04-29 23:23:17 UTC (rev 925304)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-copr
-pkgver=1.109
-pkgrel=1
-pkgdesc="Python client for copr service"
-url="https://pagure.io/copr/copr;
-license=('GPL')
-arch=('any')
-depends=('python-marshmallow' 'python-requests' 'python-requests-toolbelt' 
'python-six' 'python-munch')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz;)
-sha512sums=('3896c5fe7328115c85f1ea5bc5f43df2254de2f420a7bbee904720bc1ece2de28ddacd12cce4b42acfa64da2b3b8d0f5fd18aa4afd50642cc28fe652b5f47b5f')
-
-build() {
-  cd copr-python-copr-$pkgver-1/python
-  python setup.py build
-}
-
-check() {
-  cd copr-python-copr-$pkgver-1/python
-  pytest
-}
-
-package() {
-  cd copr-python-copr-$pkgver-1/python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-copr/repos/community-any/PKGBUILD (from rev 925303, 
python-copr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:23:17 UTC (rev 925304)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-copr
+pkgver=1.110
+pkgrel=1
+pkgdesc="Python client for copr service"
+url="https://pagure.io/copr/copr;
+license=('GPL')
+arch=('any')
+depends=('python-marshmallow' 'python-requests' 'python-requests-toolbelt' 
'python-six' 'python-munch')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz;)
+sha512sums=('fc926550350a7dd46922c676473cecb2a066bb38fa47e26317bf368ea53a70d874a00f0cbc9bf4648292e6cf9646b7f82ea32c2764b2ca53a0cae3a361067a91')
+
+build() {
+  cd copr-python-copr-$pkgver-1/python
+  python setup.py build
+}
+
+check() {
+  cd copr-python-copr-$pkgver-1/python
+  python -m pytest
+}
+
+package() {
+  cd copr-python-copr-$pkgver-1/python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:23:02
  Author: felixonmars
Revision: 925303

upgpkg: python-copr 1.110-1

Modified:
  python-copr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:22:56 UTC (rev 925302)
+++ PKGBUILD2021-04-29 23:23:02 UTC (rev 925303)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-copr
-pkgver=1.109
+pkgver=1.110
 pkgrel=1
 pkgdesc="Python client for copr service"
 url="https://pagure.io/copr/copr;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-mock')
 
source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz;)
-sha512sums=('3896c5fe7328115c85f1ea5bc5f43df2254de2f420a7bbee904720bc1ece2de28ddacd12cce4b42acfa64da2b3b8d0f5fd18aa4afd50642cc28fe652b5f47b5f')
+sha512sums=('fc926550350a7dd46922c676473cecb2a066bb38fa47e26317bf368ea53a70d874a00f0cbc9bf4648292e6cf9646b7f82ea32c2764b2ca53a0cae3a361067a91')
 
 build() {
   cd copr-python-copr-$pkgver-1/python
@@ -20,7 +20,7 @@
 
 check() {
   cd copr-python-copr-$pkgver-1/python
-  pytest
+  python -m pytest
 }
 
 package() {


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:22:56
  Author: felixonmars
Revision: 925302

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:22:41 UTC (rev 925301)
+++ PKGBUILD2021-04-29 23:22:56 UTC (rev 925302)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgname=python-jsonpatch
-pkgver=1.30
-pkgrel=1
-pkgdesc="An implementation of the JSON Patch format"
-arch=("any")
-url="https://github.com/stefankoegl/python-json-patch;
-license=("BSD")
-depends=("python-jsonpointer")
-makedepends=("python-setuptools" "python-pypandoc")
-checkdepends=('python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz;)
-sha512sums=('190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093')
-
-build() {
-  cd python-json-patch-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-json-patch-$pkgver
-  coverage run --source=jsonpatch tests.py
-}
-
-package_python-jsonpatch() {
-  cd python-json-patch-$pkgver
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 925301, 
python-jsonpatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:22:56 UTC (rev 925302)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgname=python-jsonpatch
+pkgver=1.31
+pkgrel=1
+pkgdesc="An implementation of the JSON Patch format"
+arch=("any")
+url="https://github.com/stefankoegl/python-json-patch;
+license=("BSD")
+depends=("python-jsonpointer")
+makedepends=("python-setuptools" "python-pypandoc")
+checkdepends=('python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz;)
+sha512sums=('9f08014f311d18b97f0f0cfcc931f2615e0ba5079ff5994e9ba674e079be715c3c8de3ce1c1958235b34dcbe87dee09b103295655880273ce91652d2191704c0')
+
+build() {
+  cd python-json-patch-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-json-patch-$pkgver
+  coverage run --source=jsonpatch tests.py
+}
+
+package_python-jsonpatch() {
+  cd python-json-patch-$pkgver
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:22:41
  Author: felixonmars
Revision: 925301

upgpkg: python-jsonpatch 1.31-1

Modified:
  python-jsonpatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:22:21 UTC (rev 925300)
+++ PKGBUILD2021-04-29 23:22:41 UTC (rev 925301)
@@ -3,7 +3,7 @@
 # Contributor: Limao Luo 
 
 pkgname=python-jsonpatch
-pkgver=1.30
+pkgver=1.31
 pkgrel=1
 pkgdesc="An implementation of the JSON Patch format"
 arch=("any")
@@ -13,7 +13,7 @@
 makedepends=("python-setuptools" "python-pypandoc")
 checkdepends=('python-coverage')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz;)
-sha512sums=('190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093')
+sha512sums=('9f08014f311d18b97f0f0cfcc931f2615e0ba5079ff5994e9ba674e079be715c3c8de3ce1c1958235b34dcbe87dee09b103295655880273ce91652d2191704c0')
 
 build() {
   cd python-json-patch-$pkgver


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:22:21
  Author: felixonmars
Revision: 925300

archrelease: copy trunk to community-any

Added:
  python-oslo-db/repos/community-any/PKGBUILD
(from rev 925299, python-oslo-db/trunk/PKGBUILD)
Deleted:
  python-oslo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:22:05 UTC (rev 925299)
+++ PKGBUILD2021-04-29 23:22:21 UTC (rev 925300)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-db
-pkgver=8.5.0
-pkgrel=1
-pkgdesc="OpenStack Database Pattern Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.db/$pkgver;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-alembic' 'python-debtcollector' 
'python-oslo-i18n'
- 'python-oslo-config' 'python-oslo-utils' 'python-sqlalchemy' 
'python-sqlalchemy-migrate'
- 'python-stevedore')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-testresources' 'python-oslotest' 
'python-oslo-context')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('443ef7602635191b07cdf2620086a5119f7a2b76a9cf1a8d1bc16ef08217aea7b403305b78262e37ed8e13ca016b997c9157da3ef08b241af2da758c6eba')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py
-}
-
-build() {
-  cd oslo.db-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.db-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.db-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-db/repos/community-any/PKGBUILD (from rev 925299, 
python-oslo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:22:21 UTC (rev 925300)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-db
+pkgver=8.6.0
+pkgrel=1
+pkgdesc="OpenStack Database Pattern Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.db/$pkgver;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-alembic' 'python-debtcollector' 
'python-oslo-i18n'
+ 'python-oslo-config' 'python-oslo-utils' 'python-sqlalchemy' 
'python-sqlalchemy-migrate'
+ 'python-stevedore')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-testresources' 'python-oslotest' 
'python-oslo-context')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
+sha512sums=('9811ce7d65e82a0d2ba1a364b05606e112c761eb09e0df1a37e0de427dc568c44146e7d2a19fa7096559e55c0c9d8537df97857aee54580dcb6dcd9dee0a13a5')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py
+}
+
+build() {
+  cd oslo.db-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.db-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.db-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 23:22:05
  Author: felixonmars
Revision: 925299

upgpkg: python-oslo-db 8.6.0-1

Modified:
  python-oslo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 23:11:36 UTC (rev 925298)
+++ PKGBUILD2021-04-29 23:22:05 UTC (rev 925299)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-db
-pkgver=8.5.0
+pkgver=8.6.0
 pkgrel=1
 pkgdesc="OpenStack Database Pattern Library"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-mock' 'python-testresources' 'python-oslotest' 
'python-oslo-context')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('443ef7602635191b07cdf2620086a5119f7a2b76a9cf1a8d1bc16ef08217aea7b403305b78262e37ed8e13ca016b997c9157da3ef08b241af2da758c6eba')
+sha512sums=('9811ce7d65e82a0d2ba1a364b05606e112c761eb09e0df1a37e0de427dc568c44146e7d2a19fa7096559e55c0c9d8537df97857aee54580dcb6dcd9dee0a13a5')
 
 export PBR_VERSION=$pkgver
 


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 23:11:36
  Author: svenstaro
Revision: 925298

archrelease: copy trunk to community-x86_64

Added:
  onednn/repos/community-x86_64/PKGBUILD
(from rev 925297, onednn/trunk/PKGBUILD)
Deleted:
  onednn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 23:11:32 UTC (rev 925297)
+++ PKGBUILD2021-04-29 23:11:36 UTC (rev 925298)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Baris Demirdelen 
-# Contributor: Andrew Anderson 
-# Contributor: Jonathon Fernyhough 
-pkgname=onednn
-pkgver=2.1
-pkgrel=1
-pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
-arch=(x86_64)
-replaces=('intel-dnnl' 'mkl-dnn')
-provides=('intel-dnnl' 'mkl-dnn')
-url=https://github.com/oneapi-src/oneDNN
-license=('APACHE')
-depends=('gcc-libs')
-makedepends=('cmake' 'doxygen' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
-sha256sums=('5f7fd92e2d0bf83580656695d4404e2cd1390ecad36496fd8ba10b5adc905f70')
-
-build() {
-  cd "oneDNN-$pkgver"
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX="/usr"
-  ninja -C build
-  ninja -C build doc
-}
-
-check() {
-  cd "oneDNN-$pkgver/build"
-  ctest
-}
-
-package() {
-  cd "oneDNN-$pkgver"
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: onednn/repos/community-x86_64/PKGBUILD (from rev 925297, 
onednn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 23:11:36 UTC (rev 925298)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=onednn
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
+arch=(x86_64)
+replaces=('intel-dnnl' 'mkl-dnn')
+provides=('intel-dnnl' 'mkl-dnn')
+url=https://github.com/oneapi-src/oneDNN
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('cmake' 'doxygen' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
+sha256sums=('01e651eb20ca1943bbdf756804fd02d13e5ff3c84b89e3aa5d40abdeb5bb07ee')
+
+build() {
+  cd "oneDNN-$pkgver"
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX="/usr"
+  ninja -C build
+  ninja -C build doc
+}
+
+check() {
+  cd "oneDNN-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "oneDNN-$pkgver"
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 23:11:32
  Author: svenstaro
Revision: 925297

upgpkg: onednn 2.2.2-1

Modified:
  onednn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:43:01 UTC (rev 925296)
+++ PKGBUILD2021-04-29 23:11:32 UTC (rev 925297)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Anderson 
 # Contributor: Jonathon Fernyhough 
 pkgname=onednn
-pkgver=2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=('gcc-libs')
 makedepends=('cmake' 'doxygen' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
-sha256sums=('5f7fd92e2d0bf83580656695d4404e2cd1390ecad36496fd8ba10b5adc905f70')
+sha256sums=('01e651eb20ca1943bbdf756804fd02d13e5ff3c84b89e3aa5d40abdeb5bb07ee')
 
 build() {
   cd "oneDNN-$pkgver"


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

2021-04-29 Thread Balló György via arch-commits
Date: Thursday, April 29, 2021 @ 22:43:01
  Author: bgyorgy
Revision: 925296

Minor changes

Modified:
  pencil2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:38:59 UTC (rev 925295)
+++ PKGBUILD2021-04-29 22:43:01 UTC (rev 925296)
@@ -4,12 +4,12 @@
 pkgname=pencil2d
 pkgver=0.6.6
 pkgrel=1
-pkgdesc="Easy, intuitive tool to make 2D hand-drawn animations"
-arch=(x86_64)
-url="https://www.pencil2d.org/;
-license=(GPL2)
-depends=(ffmpeg hicolor-icon-theme qt5-multimedia qt5-svg qt5-xmlpatterns)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pencil2d/pencil/archive/v${pkgver}.tar.gz;)
+pkgdesc='Easy, intuitive tool to make 2D hand-drawn animations'
+arch=('x86_64')
+url='https://www.pencil2d.org/'
+license=('GPL2')
+depends=('ffmpeg' 'hicolor-icon-theme' 'qt5-multimedia' 'qt5-svg' 
'qt5-xmlpatterns')
+source=("https://github.com/pencil2d/pencil/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('9dd1f7dd35a86dea33ec4415ac92e7df146309a1f52139c908cbd8b4767e53ff')
 
 build() {


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

2021-04-29 Thread Balló György via arch-commits
Date: Thursday, April 29, 2021 @ 22:38:59
  Author: bgyorgy
Revision: 925295

archrelease: copy trunk to community-x86_64

Added:
  photoflare/repos/community-x86_64/PKGBUILD
(from rev 925294, photoflare/trunk/PKGBUILD)
Deleted:
  photoflare/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:38:53 UTC (rev 925294)
+++ PKGBUILD2021-04-29 22:38:59 UTC (rev 925295)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Josip Ponjavic 
-
-pkgname=photoflare
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
-arch=(x86_64)
-url='https://photoflare.io/'
-license=(GPL3)
-depends=(graphicsmagick hicolor-icon-theme qt5-base qt5-imageformats)
-makedepends=(qt5-tools)
-source=(https://github.com/PhotoFlare/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dd0d98bd927c127d8547b5357e6fca34709da2740220dff3133e44d951585974')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/pixmaps \\/d' Photoflare.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake Photoflare.pro PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: photoflare/repos/community-x86_64/PKGBUILD (from rev 925294, 
photoflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 22:38:59 UTC (rev 925295)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György 
+# Contributor: Josip Ponjavic 
+
+pkgname=photoflare
+pkgver=1.6.7.1
+pkgrel=1
+pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
+arch=('x86_64')
+url='https://photoflare.io/'
+license=('GPL3')
+depends=('graphicsmagick' 'hicolor-icon-theme' 'qt5-base' 'qt5-imageformats')
+makedepends=('qt5-tools')
+source=("https://github.com/PhotoFlare/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('bf983b4033ad26da2305b6068d04fbdd3e7d7898d337fc4a4b3f2d373c1e769f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/pixmaps \\/d' Photoflare.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 Photoflare.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2021-04-29 Thread Balló György via arch-commits
Date: Thursday, April 29, 2021 @ 22:38:53
  Author: bgyorgy
Revision: 925294

upgpkg: photoflare 1.6.7.1-1: Update to version 1.6.7.1

Modified:
  photoflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:35:34 UTC (rev 925293)
+++ PKGBUILD2021-04-29 22:38:53 UTC (rev 925294)
@@ -2,16 +2,16 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=photoflare
-pkgver=1.6.7
+pkgver=1.6.7.1
 pkgrel=1
 pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
-arch=(x86_64)
+arch=('x86_64')
 url='https://photoflare.io/'
-license=(GPL3)
-depends=(graphicsmagick hicolor-icon-theme qt5-base qt5-imageformats)
-makedepends=(qt5-tools)
-source=(https://github.com/PhotoFlare/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dd0d98bd927c127d8547b5357e6fca34709da2740220dff3133e44d951585974')
+license=('GPL3')
+depends=('graphicsmagick' 'hicolor-icon-theme' 'qt5-base' 'qt5-imageformats')
+makedepends=('qt5-tools')
+source=("https://github.com/PhotoFlare/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('bf983b4033ad26da2305b6068d04fbdd3e7d7898d337fc4a4b3f2d373c1e769f')
 
 prepare() {
   cd $pkgname-$pkgver


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

2021-04-29 Thread Balló György via arch-commits
Date: Thursday, April 29, 2021 @ 22:35:34
  Author: bgyorgy
Revision: 925293

Minor changes

Modified:
  phototonic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:15:41 UTC (rev 925292)
+++ PKGBUILD2021-04-29 22:35:34 UTC (rev 925293)
@@ -7,12 +7,12 @@
 pkgver=2.1
 pkgrel=2
 pkgdesc='Image viewer and organizer built with Qt and Exiv2'
-arch=(x86_64)
+arch=('x86_64')
 url='https://github.com/oferkv/phototonic/'
-license=(GPL3)
-depends=(exiv2 hicolor-icon-theme qt5-imageformats qt5-svg)
-source=(https://github.com/oferkv/phototonic/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-phototonic.appdata.xml)
+license=('GPL3')
+depends=('exiv2' 'hicolor-icon-theme' 'qt5-imageformats' 'qt5-svg')
+source=("https://github.com/oferkv/phototonic/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+'phototonic.appdata.xml')
 sha256sums=('a8b2dbc81750efabb65a4732b1704641afd4a4f772ef9c90817871ca2a52f5ef'
 '42a79f018c2909651c8d65a0008fc94350e72f95ec6c76bd4f6c821d37c17e1b')
 


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 22:27:24
  Author: svenstaro
Revision: 414045

archrelease: copy trunk to extra-x86_64

Added:
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 414044, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/varnish.install
(from rev 414044, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.sysusers
(from rev 414044, varnish/trunk/varnish.sysusers)
Deleted:
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.sysusers

--+
 PKGBUILD |  138 ++---
 varnish.install  |   24 -
 varnish.sysusers |4 -
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:27:18 UTC (rev 414044)
+++ PKGBUILD2021-04-29 22:27:24 UTC (rev 414045)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dave Reisner 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-pkgname=varnish
-pkgver=6.6.0
-pkgrel=1
-pkgdesc="High-performance HTTP accelerator"
-arch=('x86_64')
-url="https://www.varnish-cache.org/;
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre' 'libnsl')
-makedepends=('python-docutils' 'python-sphinx' 'git')
-optdepends=('python: needed for vmod development')
-backup=('etc/varnish/default.vcl')
-install=$pkgname.install
-source=("https://varnish-cache.org/_downloads/varnish-$pkgver.tgz;
-
"git+https://github.com/varnishcache/pkg-varnish-cache.git#commit=711b56b;
-varnish.sysusers)
-sha512sums=('0f52e94dd866a7cf141f9333a9169b396627f169907acb2d64f18dcac3188f9d9f1e72ea9eb9f2c0c19a5f53df0c90446041eb2b1e52f4756ea257efb329d0d1'
-'SKIP'
-
'f427da383c3b53a2ef4bad311d24b140976886a1c46afa889fa10c1afaf6c4c3f08684bcba6c170a718f4d6f1ab79e3819247303e1b61adab533189a5d4f79f6')
-
-prepare() {
-  cd "varnish-$pkgver"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "varnish-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---sbindir=/usr/bin
-
-  make
-}
-
-check() {
-  cd "varnish-$pkgver"
-
-  make check
-}
-
-package() {
-  cd "varnish-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnish.service" 
"$pkgdir/usr/lib/systemd/system/varnish.service"
-  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnishncsa.service" 
"$pkgdir/usr/lib/systemd/system/varnishncsa.service"
-  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnishreload" 
"$pkgdir/usr/bin/varnishreload"
-  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnish.logrotate" 
"$pkgdir/etc/logrotate.d/varnish"
-
-  # create varnish:varnish user/group
-  install -Dm644 "$srcdir/varnish.sysusers" 
"$pkgdir/usr/lib/sysusers.d/varnish.conf"
-
-  # config
-  install -Dm644 "etc/example.vcl" "$pkgdir/etc/varnish/default.vcl"
-  install -Dm644 "etc/builtin.vcl" "$pkgdir/usr/share/doc/varnish/builtin.vcl"
-
-  # license
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: varnish/repos/extra-x86_64/PKGBUILD (from rev 414044, 
varnish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 22:27:24 UTC (rev 414045)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dave Reisner 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+pkgname=varnish
+pkgver=6.6.0
+pkgrel=2
+pkgdesc="High-performance HTTP accelerator"
+arch=('x86_64')
+url="https://www.varnish-cache.org/;
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre' 'libnsl')
+makedepends=('python-docutils' 'python-sphinx' 'git')
+optdepends=('python: needed for vmod development')
+backup=('etc/varnish/default.vcl')
+install=$pkgname.install
+source=("https://varnish-cache.org/_downloads/varnish-$pkgver.tgz;
+
"git+https://github.com/varnishcache/pkg-varnish-cache.git#commit=711b56b;
+varnish.sysusers)
+sha512sums=('0f52e94dd866a7cf141f9333a9169b396627f169907acb2d64f18dcac3188f9d9f1e72ea9eb9f2c0c19a5f53df0c90446041eb2b1e52f4756ea257efb329d0d1'
+'SKIP'
+
'1eeeba4ab990c1790495f9ff4625ad37f21e155e08e0c255e09d18c44054f3a59613b81c07d8701610b0b266e5181ae8bbae2523138737f3c4f0e1a6c287bb0c')
+
+prepare() {
+  cd "varnish-$pkgver"
+
+  ./autogen.sh
+}
+
+build() {
+  cd "varnish-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--sbindir=/usr/bin
+
+  make
+}
+
+check() {
+  cd "varnish-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "varnish-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnish.service" 

[arch-commits] Commit in varnish/trunk (PKGBUILD varnish.sysusers)

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 22:27:18
  Author: svenstaro
Revision: 414044

upgpkg: varnish 6.6.0-2: Rename varnish user to varnishlog and assign to 
varnish group

While a little weird, this follows upstream better than before as this is what 
they request
in their .service files (FS#70512)

Modified:
  varnish/trunk/PKGBUILD
  varnish/trunk/varnish.sysusers

--+
 PKGBUILD |4 ++--
 varnish.sysusers |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:15:59 UTC (rev 414043)
+++ PKGBUILD2021-04-29 22:27:18 UTC (rev 414044)
@@ -6,7 +6,7 @@
 
 pkgname=varnish
 pkgver=6.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance HTTP accelerator"
 arch=('x86_64')
 url="https://www.varnish-cache.org/;
@@ -21,7 +21,7 @@
 varnish.sysusers)
 
sha512sums=('0f52e94dd866a7cf141f9333a9169b396627f169907acb2d64f18dcac3188f9d9f1e72ea9eb9f2c0c19a5f53df0c90446041eb2b1e52f4756ea257efb329d0d1'
 'SKIP'
-
'f427da383c3b53a2ef4bad311d24b140976886a1c46afa889fa10c1afaf6c4c3f08684bcba6c170a718f4d6f1ab79e3819247303e1b61adab533189a5d4f79f6')
+
'1eeeba4ab990c1790495f9ff4625ad37f21e155e08e0c255e09d18c44054f3a59613b81c07d8701610b0b266e5181ae8bbae2523138737f3c4f0e1a6c287bb0c')
 
 prepare() {
   cd "varnish-$pkgver"

Modified: varnish.sysusers
===
--- varnish.sysusers2021-04-29 22:15:59 UTC (rev 414043)
+++ varnish.sysusers2021-04-29 22:27:18 UTC (rev 414044)
@@ -1,2 +1,2 @@
-u varnish - "Varnish Cache Proxy"
+u varnishlog -:varnish "Varnish Cache Proxy"
 g varnish -


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

2021-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 29, 2021 @ 22:12:21
  Author: anatolik
Revision: 414042

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 414041, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 414041, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/build-most-modules-statically-hack.diff
(from rev 414041, qemu/trunk/build-most-modules-statically-hack.diff)
  qemu/repos/testing-x86_64/qemu-guest-agent.install
(from rev 414041, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/testing-x86_64/qemu-guest-agent.service
(from rev 414041, qemu/trunk/qemu-guest-agent.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 414041, qemu/trunk/qemu.install)

-+
 65-kvm.rules|1 
 PKGBUILD|  221 ++
 build-most-modules-statically-hack.diff |   40 +
 qemu-guest-agent.install|6 
 qemu-guest-agent.service|9 +
 qemu.install|8 +
 6 files changed, 285 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 414041, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2021-04-29 22:12:21 UTC (rev 414042)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 414041, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-04-29 22:12:21 UTC (rev 414042)
@@ -0,0 +1,221 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=6.0.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing ndctl dtc)
+depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty 
"${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs ninja)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+build-most-modules-statically-hack.diff
+qemu-guest-agent.service
+65-kvm.rules)
+sha512sums=('ee3ff00aebec4d8891d2ff6dabe4e667e510b2a4fe3f6190aa34673a91ea32dcd2db2e9bf94c2f1bf05aa79788f17cfbbedc6027c0988ea08a92587b79ee05e4'
+'SKIP'
+
'8721068fb968dbae62ceff71aa46eb4c2452c7fde95b87396b439f2f927ea84d2ee2c512264a9f28a5ccaf3096aacce052cebf209aaffd62a201b5bafb512002'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth 

+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd qemu-$pkgver
+  # https://bugs.launchpad.net/qemu/+bug/1910696
+  # the patch comes from 
https://salsa.debian.org/qemu-team/qemu/-/blob/master/debian/patches/build-most-modules-statically-hack.diff
+  patch -p1 < ../build-most-modules-statically-hack.diff
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl jack"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  ninja
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+

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

2021-04-29 Thread Kyle Keen via arch-commits
Date: Thursday, April 29, 2021 @ 22:11:31
  Author: kkeen
Revision: 925291

archrelease: copy trunk to community-any

Added:
  jupyter_console/repos/community-any/PKGBUILD
(from rev 925290, jupyter_console/trunk/PKGBUILD)
Deleted:
  jupyter_console/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:11:21 UTC (rev 925290)
+++ PKGBUILD2021-04-29 22:11:31 UTC (rev 925291)
@@ -1,26 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter_console
-pkgver=6.2.0
-pkgrel=3
-pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
-arch=('any')
-url="https://pypi.org/project/jupyter_console/;
-license=('BSD')
-depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
- 'python-pygments' 'python-prompt_toolkit')
-makedepends=('python-setuptools')
-#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
-source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('24600923a41fc33bf8b5db699dca3c69')
-
-build() {
-  cd "$srcdir/jupyter_console-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/jupyter_console-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter_console/repos/community-any/PKGBUILD (from rev 925290, 
jupyter_console/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 22:11:31 UTC (rev 925291)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=6.4.0
+pkgrel=1
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/;
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('400cdf73675aff2456172cb9d424d10d')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-04-29 Thread Kyle Keen via arch-commits
Date: Thursday, April 29, 2021 @ 22:11:21
  Author: kkeen
Revision: 925290

upgpkg: jupyter_console 6.4.0-1

Modified:
  jupyter_console/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:03:02 UTC (rev 925289)
+++ PKGBUILD2021-04-29 22:11:21 UTC (rev 925290)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter_console
-pkgver=6.2.0
-pkgrel=3
+pkgver=6.4.0
+pkgrel=1
 pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
 arch=('any')
 url="https://pypi.org/project/jupyter_console/;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 
#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
 
source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('24600923a41fc33bf8b5db699dca3c69')
+md5sums=('400cdf73675aff2456172cb9d424d10d')
 
 build() {
   cd "$srcdir/jupyter_console-$pkgver"


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

2021-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 29, 2021 @ 22:11:13
  Author: anatolik
Revision: 414041

upgpkg: qemu 6.0.0-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:07:37 UTC (rev 414040)
+++ PKGBUILD2021-04-29 22:11:13 UTC (rev 414041)
@@ -5,8 +5,8 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=5.2.0
-pkgrel=5
+pkgver=6.0.0
+pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;
@@ -19,7 +19,7 @@
 build-most-modules-statically-hack.diff
 qemu-guest-agent.service
 65-kvm.rules)
-sha512sums=('bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3'
+sha512sums=('ee3ff00aebec4d8891d2ff6dabe4e667e510b2a4fe3f6190aa34673a91ea32dcd2db2e9bf94c2f1bf05aa79788f17cfbbedc6027c0988ea08a92587b79ee05e4'
 'SKIP'
 
'8721068fb968dbae62ceff71aa46eb4c2452c7fde95b87396b439f2f927ea84d2ee2c512264a9f28a5ccaf3096aacce052cebf209aaffd62a201b5bafb512002'
 
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 22:07:37
  Author: svenstaro
Revision: 414040

archrelease: copy trunk to extra-x86_64

Added:
  antlr2/repos/extra-x86_64/PKGBUILD
(from rev 414039, antlr2/trunk/PKGBUILD)
  antlr2/repos/extra-x86_64/gcc4.4.patch
(from rev 414039, antlr2/trunk/gcc4.4.patch)
  antlr2/repos/extra-x86_64/runantlr2.sh
(from rev 414039, antlr2/trunk/runantlr2.sh)
Deleted:
  antlr2/repos/extra-x86_64/PKGBUILD
  antlr2/repos/extra-x86_64/gcc4.4.patch
  antlr2/repos/extra-x86_64/runantlr2.sh

--+
 PKGBUILD |   96 +
 gcc4.4.patch |   42 
 runantlr2.sh |   10 ++---
 3 files changed, 75 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:07:31 UTC (rev 414039)
+++ PKGBUILD2021-04-29 22:07:37 UTC (rev 414040)
@@ -1,47 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrea Scarpino 
-# Contributor: George Giorgidze 
-# Contributor: Stefan Husmann 
-
-pkgname=antlr2
-pkgver=2.7.7
-pkgrel=11
-arch=('x86_64')
-url="https://www.antlr2.org/;
-license=('custom')
-makedepends=('java-environment' 'sh')
-options=('staticlibs')
-source=("https://www.antlr2.org/download/antlr-${pkgver}.tar.gz;
-'runantlr2.sh'
-'gcc4.4.patch')
-md5sums=('01cc9a2a454dd33dcd8c856ec89af090'
- 'e4aa827cf78f97c4e5fae086831192d6'
- '8574c93f40e6477e83c29f9b07de49da')
-
-prepare() {
-  cd "${srcdir}/antlr-${pkgver}"
-  patch -Np0 -i "${srcdir}"/gcc4.4.patch
-}
-
-build() {
-  cd "${srcdir}/antlr-${pkgver}"
-
-  ./configure --prefix=/usr \
---disable-examples \
---disable-csharp
-  make
-}
-
-package() {
-  pkgdesc='Language recognition tool providing a framework to build 
grammatical parsers'
-  depends=('java-runtime' 'sh')
-  provides=("antlr=${pkgver}")
-
-  cd "${srcdir}"/antlr-${pkgver}/lib/cpp
-  make prefix="${pkgdir}/usr" install
-
-  install -Dm644 ../../antlr/antlr.jar "${pkgdir}"/usr/share/java/antlr2.jar
-  install -Dm755 "${srcdir}"/runantlr2.sh "${pkgdir}"/usr/bin/runantlr2
-  install -Dm644 "${srcdir}"/antlr-${pkgver}/LICENSE.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: antlr2/repos/extra-x86_64/PKGBUILD (from rev 414039, 
antlr2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 22:07:37 UTC (rev 414040)
@@ -0,0 +1,49 @@
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrea Scarpino 
+# Contributor: George Giorgidze 
+# Contributor: Stefan Husmann 
+
+pkgname=antlr2
+pkgver=2.7.7
+pkgrel=12
+arch=('x86_64')
+url="https://www.antlr2.org/;
+pkgdesc='Language recognition tool providing a framework to build grammatical 
parsers'
+license=('custom')
+depends=('java-runtime' 'sh')
+provides=("antlr=${pkgver}")
+makedepends=('java-environment')
+options=('staticlibs')
+source=("https://www.antlr2.org/download/antlr-${pkgver}.tar.gz;
+'runantlr2.sh'
+'gcc4.4.patch')
+md5sums=('01cc9a2a454dd33dcd8c856ec89af090'
+ 'e4aa827cf78f97c4e5fae086831192d6'
+ '8574c93f40e6477e83c29f9b07de49da')
+
+prepare() {
+  cd antlr-${pkgver}
+  patch -Np0 -i "${srcdir}"/gcc4.4.patch
+}
+
+build() {
+  cd antlr-${pkgver}
+
+  sed -i "/^CFLAGS=/d" ./configure
+  export CXX_LIB_CMD="ld ${LDFLAGS}"
+  export CXX_LINK_CMD="ld ${LDFLAGS}"
+  ./configure --prefix=/usr \
+--disable-examples \
+--disable-csharp
+  make CXXFLAGS="${CXXFLAGS} -fPIC"
+}
+
+package() {
+  cd antlr-${pkgver}/lib/cpp
+  make prefix="${pkgdir}/usr" install
+
+  install -Dm644 ../../antlr/antlr.jar "${pkgdir}"/usr/share/java/antlr2.jar
+  install -Dm755 "${srcdir}"/runantlr2.sh "${pkgdir}"/usr/bin/runantlr2
+  install -Dm644 "${srcdir}"/antlr-${pkgver}/LICENSE.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: gcc4.4.patch
===
--- gcc4.4.patch2021-04-29 22:07:31 UTC (rev 414039)
+++ gcc4.4.patch2021-04-29 22:07:37 UTC (rev 414040)
@@ -1,21 +0,0 @@
-diff -Naur antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp 
antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp
 lib/cpp/antlr/CharScanner.hpp  2006-11-01 22:37:17.0 +0100
-+++ lib/cpp/antlr/CharScanner.hpp  2008-03-19 20:09:21.0 +0100
-@@ -10,6 +10,7 @@
- 
- #include 
- 
-+#include 
- #include 
- 
- #ifdef HAS_NOT_CCTYPE_H
 lib/cpp/antlr/CharScanner.hpp~  2008-11-11 21:24:02.0 +
-+++ lib/cpp/antlr/CharScanner.hpp   2008-11-11 21:24:33.0 +
-@@ -10,6 +10,7 @@
-
- #include 
-
-+#include 
- #include 
- #include 
-

Copied: antlr2/repos/extra-x86_64/gcc4.4.patch (from rev 414039, 
antlr2/trunk/gcc4.4.patch)
===
--- gcc4.4.patch(rev 0)
+++ gcc4.4.patch

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 22:07:31
  Author: svenstaro
Revision: 414039

upgpkg: antlr2 2.7.7-12: Compile with -fPIC (FS#61891)

Modified:
  antlr2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:04:41 UTC (rev 414038)
+++ PKGBUILD2021-04-29 22:07:31 UTC (rev 414039)
@@ -5,11 +5,14 @@
 
 pkgname=antlr2
 pkgver=2.7.7
-pkgrel=11
+pkgrel=12
 arch=('x86_64')
 url="https://www.antlr2.org/;
+pkgdesc='Language recognition tool providing a framework to build grammatical 
parsers'
 license=('custom')
-makedepends=('java-environment' 'sh')
+depends=('java-runtime' 'sh')
+provides=("antlr=${pkgver}")
+makedepends=('java-environment')
 options=('staticlibs')
 source=("https://www.antlr2.org/download/antlr-${pkgver}.tar.gz;
 'runantlr2.sh'
@@ -19,25 +22,24 @@
  '8574c93f40e6477e83c29f9b07de49da')
 
 prepare() {
-  cd "${srcdir}/antlr-${pkgver}"
+  cd antlr-${pkgver}
   patch -Np0 -i "${srcdir}"/gcc4.4.patch
 }
 
 build() {
-  cd "${srcdir}/antlr-${pkgver}"
+  cd antlr-${pkgver}
 
+  sed -i "/^CFLAGS=/d" ./configure
+  export CXX_LIB_CMD="ld ${LDFLAGS}"
+  export CXX_LINK_CMD="ld ${LDFLAGS}"
   ./configure --prefix=/usr \
 --disable-examples \
 --disable-csharp
-  make
+  make CXXFLAGS="${CXXFLAGS} -fPIC"
 }
 
 package() {
-  pkgdesc='Language recognition tool providing a framework to build 
grammatical parsers'
-  depends=('java-runtime' 'sh')
-  provides=("antlr=${pkgver}")
-
-  cd "${srcdir}"/antlr-${pkgver}/lib/cpp
+  cd antlr-${pkgver}/lib/cpp
   make prefix="${pkgdir}/usr" install
 
   install -Dm644 ../../antlr/antlr.jar "${pkgdir}"/usr/share/java/antlr2.jar


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

2021-04-29 Thread Antonio Rojas via arch-commits
Date: Thursday, April 29, 2021 @ 22:04:41
  Author: arojas
Revision: 414038

archrelease: copy trunk to extra-x86_64

Added:
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 414037, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:04:29 UTC (rev 414037)
+++ PKGBUILD2021-04-29 22:04:41 UTC (rev 414038)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2019.11.06
-pkgrel=2
-pkgdesc='Set of C++ libraries for multimedia streaming'
-url='http://live555.com/liveMedia'
-arch=('x86_64')
-license=('LGPL')
-depends=('gcc-libs')
-options=('staticlibs')
-source=(https://download.videolan.org/contrib/live555/live.${pkgver}.tar.gz)
-sha256sums=('a512071d1c6dd2caf16ecec0aa2c24f0b1cc4fe789e96adc927ee1fe29be493a')
-sha512sums=('dd8f40d198bb8059828caaf469af1ea38e000166acf1565d7c0dc9f82f9fcebe0b16599798a23685dd5ae30234b54234216463fd4db7ea32cf3da750063d7561')
-
-build() {
-  cd live
-  sed -E 's|(\$\(INCLUDES\) -I. -O2 -DSOCKLEN_T=socklen_t)|\1 -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1|g' -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd live
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -Dm 644 ${dir}/*.a -t "${pkgdir}/usr/lib"
-install -Dm 644 ${dir}/include/*.h* -t "${pkgdir}/usr/include/${dir}"
-  done
-  find testProgs -type f -perm 755 -print0|xargs -0 -I '{}' install -Dm 755 
'{}' -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 414037, 
live-media/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 22:04:41 UTC (rev 414038)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=live-media
+pkgver=2021.04.06
+pkgrel=1
+pkgdesc='Set of C++ libraries for multimedia streaming'
+url='http://live555.com/liveMedia'
+arch=('x86_64')
+license=('LGPL')
+depends=('gcc-libs' 'openssl')
+options=('staticlibs')
+source=(https://download.videolan.org/contrib/live555/live.${pkgver}.tar.gz)
+sha256sums=('0bd182fac7d6297d924af4405ce840515a38fa5438cb1a4b90fcb6bc737b36d6')
+sha512sums=('85e8095ea0a486ea4f84a91bd1558f805105898a9faf5fefbe23121fbff7312ff70bd0e8b1a58b2da292edeb20e78745f54ee8fbd23a3881473f6dc0fba7472f')
+
+build() {
+  cd live
+  sed -E 's|(\$\(INCLUDES\) -I. -O2 -DSOCKLEN_T=socklen_t)|\1 -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1|g' -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd live
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -Dm 644 ${dir}/*.a -t "${pkgdir}/usr/lib"
+install -Dm 644 ${dir}/include/*.h* -t "${pkgdir}/usr/include/${dir}"
+  done
+  find testProgs -type f -perm 755 -print0|xargs -0 -I '{}' install -Dm 755 
'{}' -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-29 Thread Antonio Rojas via arch-commits
Date: Thursday, April 29, 2021 @ 22:04:29
  Author: arojas
Revision: 414037

Update to 2021.04.06

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:30:53 UTC (rev 414036)
+++ PKGBUILD2021-04-29 22:04:29 UTC (rev 414037)
@@ -3,17 +3,17 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2019.11.06
-pkgrel=2
+pkgver=2021.04.06
+pkgrel=1
 pkgdesc='Set of C++ libraries for multimedia streaming'
 url='http://live555.com/liveMedia'
 arch=('x86_64')
 license=('LGPL')
-depends=('gcc-libs')
+depends=('gcc-libs' 'openssl')
 options=('staticlibs')
 source=(https://download.videolan.org/contrib/live555/live.${pkgver}.tar.gz)
-sha256sums=('a512071d1c6dd2caf16ecec0aa2c24f0b1cc4fe789e96adc927ee1fe29be493a')
-sha512sums=('dd8f40d198bb8059828caaf469af1ea38e000166acf1565d7c0dc9f82f9fcebe0b16599798a23685dd5ae30234b54234216463fd4db7ea32cf3da750063d7561')
+sha256sums=('0bd182fac7d6297d924af4405ce840515a38fa5438cb1a4b90fcb6bc737b36d6')
+sha512sums=('85e8095ea0a486ea4f84a91bd1558f805105898a9faf5fefbe23121fbff7312ff70bd0e8b1a58b2da292edeb20e78745f54ee8fbd23a3881473f6dc0fba7472f')
 
 build() {
   cd live


[arch-commits] Commit in virtualbox-host-modules-arch/repos/community-testing-x86_64 (2 files)

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 22:03:02
  Author: eworm
Revision: 925289

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 925288, virtualbox-host-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:02:59 UTC (rev 925288)
+++ PKGBUILD2021-04-29 22:03:02 UTC (rev 925289)
@@ -1,37 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.20
-pkgrel=3
-pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-arch=('x86_64')
-url='https://virtualbox.org/'
-license=('GPL')
-makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
-replaces=('virtualbox-modules' 'virtualbox-host-modules')
-conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-   'virtualbox-host-dkms')
-provides=('VIRTUALBOX-HOST-MODULES')
-
-build() {
-  _kernver="$(
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.22
+pkgrel=2
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 22:02:59
  Author: eworm
Revision: 925288

upgpkg: virtualbox-host-modules-arch 6.1.22-2: new upstream release, for linux 
5.12.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:01:56 UTC (rev 925287)
+++ PKGBUILD2021-04-29 22:02:59 UTC (rev 925288)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'


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

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 22:01:56
  Author: eworm
Revision: 925287

archrelease: copy trunk to community-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 925286, virtualbox-host-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-host-modules-arch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:01:53 UTC (rev 925286)
+++ PKGBUILD2021-04-29 22:01:56 UTC (rev 925287)
@@ -1,37 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.20
-pkgrel=2
-pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-arch=('x86_64')
-url='https://virtualbox.org/'
-license=('GPL')
-makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
-replaces=('virtualbox-modules' 'virtualbox-host-modules')
-conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-   'virtualbox-host-dkms')
-provides=('VIRTUALBOX-HOST-MODULES')
-
-build() {
-  _kernver="$(
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.22
+pkgrel=1
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 22:01:53
  Author: eworm
Revision: 925286

upgpkg: virtualbox-host-modules-arch 6.1.22-1: new upstream release, for linux 
5.11.16.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 22:01:37 UTC (rev 925285)
+++ PKGBUILD2021-04-29 22:01:53 UTC (rev 925286)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.20
-pkgrel=3
+pkgver=6.1.22
+pkgrel=1
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -35,3 +35,5 @@
   printf '%s\n' vboxdrv vboxnetadp vboxnetflt |
 install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
 }
+
+


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

2021-04-29 Thread Antonio Rojas via arch-commits
Date: Thursday, April 29, 2021 @ 22:01:37
  Author: arojas
Revision: 925285

archrelease: copy trunk to community-x86_64

Added:
  openscenegraph/repos/community-x86_64/PKGBUILD
(from rev 925284, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-x86_64/openscenegraph-openexr3.patch
(from rev 925284, openscenegraph/trunk/openscenegraph-openexr3.patch)
Deleted:
  openscenegraph/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   88 +---
 openscenegraph-openexr3.patch |   82 +
 2 files changed, 130 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 22:01:23 UTC (rev 925284)
+++ PKGBUILD2021-04-29 22:01:37 UTC (rev 925285)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: Hans Janssen 
-# Contributor: my64 
-# Contributor: Colin Pitrat 
-
-pkgname=openscenegraph
-pkgver=3.6.5
-pkgrel=3
-pkgdesc='Open Source, high performance real-time graphics toolkit'
-url='http://www.openscenegraph.org'
-arch=('x86_64')
-license=('custom:OSGPL')
-depends=('fontconfig' 'libglvnd' 'libxinerama')
-makedepends=('cmake' 'ffmpeg' 'gdal' 'gst-plugins-base-libs' 'jasper' 
'librsvg' 'libvncserver' 'openexr' 'poppler-glib')
-optdepends=('ffmpeg' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
-conflicts=('openthreads')
-provides=('openthreads')
-source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz)
-sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12')
-sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b')
-
-build() {
-  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
-  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
-  ..
-  VERBOSE=1 make
-}
-
-package() {
-  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openscenegraph/repos/community-x86_64/PKGBUILD (from rev 925284, 
openscenegraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 22:01:37 UTC (rev 925285)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.6.5
+pkgrel=4
+pkgdesc='Open Source, high performance real-time graphics toolkit'
+url='http://www.openscenegraph.org'
+arch=('x86_64')
+license=('custom:OSGPL')
+depends=('fontconfig' 'libglvnd' 'libxinerama')
+makedepends=('cmake' 'ffmpeg' 'gdal' 'gst-plugins-base-libs' 'jasper' 
'librsvg' 'libvncserver' 'openexr' 'poppler-glib')
+optdepends=('ffmpeg' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz
+openscenegraph-openexr3.patch)
+sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12'
+'680ea7cd1b1681fb42137dd1510c64862507b889286d8788d3f017d9d307792d')
+sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b'
+
'0788e87bf17adf586d5041c5b565d0a09fe38f7c5e96a843e69f5171737aef68bd277b240ccf860cfb78e36ea6d7d7c599ecff104bb78de513d1b3edb70358ef')
+
+prepare() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  patch -p1 < ../openscenegraph-openexr3.patch # Fix build with openEXR 3
+}
+
+build() {
+  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+  ..
+  VERBOSE=1 make
+}
+
+package() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: openscenegraph/repos/community-x86_64/openscenegraph-openexr3.patch 
(from rev 925284, openscenegraph/trunk/openscenegraph-openexr3.patch)
===
--- openscenegraph-openexr3.patch   (rev 0)
+++ openscenegraph-openexr3.patch   2021-04-29 22:01:37 UTC (rev 925285)
@@ -0,0 +1,82 @@
+diff --git a/CMakeModules/FindOpenEXR.cmake 

[arch-commits] Commit in openscenegraph/trunk (PKGBUILD openscenegraph-openexr3.patch)

2021-04-29 Thread Antonio Rojas via arch-commits
Date: Thursday, April 29, 2021 @ 22:01:23
  Author: arojas
Revision: 925284

openexr 3.0 rebuild

Added:
  openscenegraph/trunk/openscenegraph-openexr3.patch
Modified:
  openscenegraph/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +--
 openscenegraph-openexr3.patch |   82 
 2 files changed, 94 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:56:03 UTC (rev 925283)
+++ PKGBUILD2021-04-29 22:01:23 UTC (rev 925284)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.6.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Open Source, high performance real-time graphics toolkit'
 url='http://www.openscenegraph.org'
 arch=('x86_64')
@@ -16,10 +16,18 @@
 optdepends=('ffmpeg' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
 conflicts=('openthreads')
 provides=('openthreads')
-source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz)
-sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12')
-sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz
+openscenegraph-openexr3.patch)
+sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12'
+'680ea7cd1b1681fb42137dd1510c64862507b889286d8788d3f017d9d307792d')
+sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b'
+
'0788e87bf17adf586d5041c5b565d0a09fe38f7c5e96a843e69f5171737aef68bd277b240ccf860cfb78e36ea6d7d7c599ecff104bb78de513d1b3edb70358ef')
 
+prepare() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  patch -p1 < ../openscenegraph-openexr3.patch # Fix build with openEXR 3
+}
+
 build() {
   mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
   cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build

Added: openscenegraph-openexr3.patch
===
--- openscenegraph-openexr3.patch   (rev 0)
+++ openscenegraph-openexr3.patch   2021-04-29 22:01:23 UTC (rev 925284)
@@ -0,0 +1,82 @@
+diff --git a/CMakeModules/FindOpenEXR.cmake b/CMakeModules/FindOpenEXR.cmake
+index 233be972b..d1b022881 100644
+--- a/CMakeModules/FindOpenEXR.cmake
 b/CMakeModules/FindOpenEXR.cmake
+@@ -51,11 +51,11 @@ MACRO(OPENEXR_FIND libname)
+ OPENEXR_FIND_VAR(OPENEXR_${libname}_LIBRARY_DEBUG ${libname}d)
+ ENDMACRO(OPENEXR_FIND)
+ 
+-OPENEXR_FIND(IlmImf)
++OPENEXR_FIND(OpenEXR)
+ 
+ SET(OPENEXR_FOUND "NO")
+-IF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmImf_LIBRARY)
+-SET(OPENEXR_LIBRARIES ${OPENEXR_IlmImf_LIBRARY} )
+-SET(OPENEXR_LIBRARIES_VARS OPENEXR_IlmImf_LIBRARY )
++IF(OPENEXR_INCLUDE_DIR AND OPENEXR_OpenEXR_LIBRARY)
++SET(OPENEXR_LIBRARIES ${OPENEXR_OpenEXR_LIBRARY} )
++SET(OPENEXR_LIBRARIES_VARS OPENEXR_OpenEXR_LIBRARY )
+ SET(OPENEXR_FOUND "YES")
+-ENDIF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmImf_LIBRARY)
++ENDIF(OPENEXR_INCLUDE_DIR AND OPENEXR_OpenEXR_LIBRARY)
+diff --git a/CMakeModules/Findilmbase.cmake b/CMakeModules/Findilmbase.cmake
+index 4b076c7c9..4610497fa 100644
+--- a/CMakeModules/Findilmbase.cmake
 b/CMakeModules/Findilmbase.cmake
+@@ -10,7 +10,7 @@
+ # Created by Robert Osfield. 
+ 
+ 
+-FIND_PATH(ILMBASE_INCLUDE_DIR OpenEXR/ImathVec.h
++FIND_PATH(ILMBASE_INCLUDE_DIR Imath/ImathVec.h
+ $ENV{ILMBASE_DIR}/include
+ $ENV{ILMBASE_DIR}
+ ~/Library/Frameworks
+@@ -28,7 +28,7 @@ FIND_PATH(ILMBASE_INCLUDE_DIR OpenEXR/ImathVec.h
+ # example: ILMBASE_FIND_VAR(OPENEXR_IlmThread_LIBRARY IlmThread)
+ MACRO(ILMBASE_FIND_VAR varname libname)
+ FIND_LIBRARY( ${varname}
+-NAMES ${libname} ${libname}-2_1 ${libname}-2_2
++NAMES ${libname} ${libname}-2_1 ${libname}-2_2 ${libname}-3_0
+ PATHS
+ $ENV{ILMBASE_DIR}/lib
+ $ENV{ILMBASE_DIR}
+@@ -53,11 +53,11 @@ ENDMACRO(ILMBASE_FIND)
+ 
+ ILMBASE_FIND(IlmThread)
+ ILMBASE_FIND(Iex)
+-ILMBASE_FIND(Half)
++ILMBASE_FIND(Imath)
+ 
+ SET(ILMBASE_FOUND "NO")
+-IF(ILMBASE_INCLUDE_DIR AND ILMBASE_IlmThread_LIBRARY AND ILMBASE_Iex_LIBRARY 
AND ILMBASE_Half_LIBRARY)
+-SET(ILMBASE_LIBRARIES ${ILMBASE_IlmThread_LIBRARY} 
${ILMBASE_Half_LIBRARY} ${ILMBASE_Iex_LIBRARY} )
+-SET(ILMBASE_LIBRARIES_VARS ILMBASE_IlmThread_LIBRARY ILMBASE_Half_LIBRARY 
ILMBASE_Iex_LIBRARY )
++IF(ILMBASE_INCLUDE_DIR AND ILMBASE_IlmThread_LIBRARY AND ILMBASE_Iex_LIBRARY 
AND ILMBASE_Imath_LIBRARY)
++SET(ILMBASE_LIBRARIES ${ILMBASE_IlmThread_LIBRARY} 
${ILMBASE_Imath_LIBRARY} ${ILMBASE_Iex_LIBRARY} )
++SET(ILMBASE_LIBRARIES_VARS ILMBASE_IlmThread_LIBRARY 
ILMBASE_Imath_LIBRARY ILMBASE_Iex_LIBRARY )
+ SET(ILMBASE_FOUND 

[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 21:56:03
  Author: eworm
Revision: 925283

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 925282, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 925282, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 925282, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   58 +-
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 21:55:59 UTC (rev 925282)
+++ PKGBUILD2021-04-29 21:56:03 UTC (rev 925283)
@@ -1,29 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=6.1.20
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='https://www.virtualbox.org/'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-sha256sums=('65d22a9f1fcf690d77be99d549149ec9129e2a728ddd9202df436ed9593ba520'
-'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
-
-package() {
-  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -D -m 0644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 925282, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 21:56:03 UTC (rev 925283)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=6.1.22
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='https://www.virtualbox.org/'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+sha256sums=('bffc316a7b8d5ed56d830e9f6aef02b4e5ffc28674032142e96ffbedd905f8c9'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -D -m 0644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2021-04-29 21:55:59 UTC (rev 925282)
+++ license 2021-04-29 21:56:03 UTC (rev 925283)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If 

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

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 21:55:59
  Author: eworm
Revision: 925282

upgpkg: virtualbox-guest-iso 6.1.22-1: new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:55:48 UTC (rev 925281)
+++ PKGBUILD2021-04-29 21:55:59 UTC (rev 925282)
@@ -6,7 +6,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=6.1.20
+pkgver=6.1.22
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -18,7 +18,7 @@
 noextract=(VBoxGuestAdditions_$pkgver.iso)
 
source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
 'license')
-sha256sums=('65d22a9f1fcf690d77be99d549149ec9129e2a728ddd9202df436ed9593ba520'
+sha256sums=('bffc316a7b8d5ed56d830e9f6aef02b4e5ffc28674032142e96ffbedd905f8c9'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {


[arch-commits] Commit in virtualbox/repos/community-x86_64 (54 files)

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 21:55:48
  Author: eworm
Revision: 925281

archrelease: copy trunk to community-x86_64

Added:
  virtualbox/repos/community-x86_64/001-disable-update.patch
(from rev 925280, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 925280, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 925280, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 925280, virtualbox/trunk/008-no-vboxvideo.patch)
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 925280, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-x86_64/013-Makefile.patch
(from rev 925280, virtualbox/trunk/013-Makefile.patch)
  virtualbox/repos/community-x86_64/017-fix-narrowing-conversion.patch
(from rev 925280, virtualbox/trunk/017-fix-narrowing-conversion.patch)
  virtualbox/repos/community-x86_64/018-xclient.patch
(from rev 925280, virtualbox/trunk/018-xclient.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 925280, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 925280, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 925280, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 925280, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 925280, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxdrmclient.path
(from rev 925280, virtualbox/trunk/vboxdrmclient.path)
  virtualbox/repos/community-x86_64/vboxdrmclient.service
(from rev 925280, virtualbox/trunk/vboxdrmclient.service)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 925280, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 925280, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 925280, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 925280, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 925280, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 925280, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 925280, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
(from rev 925280, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 925280, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 925280, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 925280, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/virtualbox.sysusers
(from rev 925280, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-x86_64/001-disable-update.patch
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
  virtualbox/repos/community-x86_64/013-Makefile.patch
  virtualbox/repos/community-x86_64/017-fix-narrowing-conversion.patch
  virtualbox/repos/community-x86_64/018-xclient.patch
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/build.sh
  virtualbox/repos/community-x86_64/vboxdrmclient.path
  virtualbox/repos/community-x86_64/vboxdrmclient.service
  virtualbox/repos/community-x86_64/vboxreload
  virtualbox/repos/community-x86_64/vboxservice-nox.service
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox.install
  

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

2021-04-29 Thread Christian Hesse via arch-commits
Date: Thursday, April 29, 2021 @ 21:55:27
  Author: eworm
Revision: 925280

upgpkg: virtualbox 6.1.22-1: new upstream release

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:48:03 UTC (rev 925279)
+++ PKGBUILD2021-04-29 21:55:27 UTC (rev 925280)
@@ -9,7 +9,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=6.1.20
+pkgver=6.1.22
 _tarver=${pkgver}
 pkgrel=1
 _vboxsf_commit='5aba938bcabd978e4615186ad7d8617d633e6f30'
@@ -78,7 +78,7 @@
 '013-Makefile.patch'
 '017-fix-narrowing-conversion.patch'
 '018-xclient.patch')
-sha256sums=('e690c91974a2e7a5aca2c0939ad514382f9a2136797a5e0b96aab778e42bc8a7'
+sha256sums=('99816d2a15205d49362a31e8ffeb8262d2fa0678c751dfd0a7c43b2faca8be49'
 'SKIP'
 '76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
 'c1ccfaa3a37d6b227cd65de944df2d68cbf178a857b6ab15c04b8fa05693f252'


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:48:03
  Author: svenstaro
Revision: 925279

archrelease: copy trunk to community-staging-x86_64

Added:
  arrayfire/repos/community-staging-x86_64/
  arrayfire/repos/community-staging-x86_64/PKGBUILD
(from rev 925278, arrayfire/trunk/PKGBUILD)

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

Copied: arrayfire/repos/community-staging-x86_64/PKGBUILD (from rev 925278, 
arrayfire/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-29 21:48:03 UTC (rev 925279)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgver=3.8.0
+pkgrel=6
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+arch=('x86_64')
+url='https://arrayfire.com'
+license=('BSD')
+depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 
'intel-mkl')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'cudnn' 'git' 'ninja' 'boost')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'cudnn: Required for using CUDA backend'
+'opencl-driver: Required for using OpenCL backend'
+'ocl-icd: Required for OpenCL ICD Bindings')
+options=('!buildflags')
+source=("http://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-full-${pkgver}.tar.bz2;)
+sha512sums=('f36bee89a0f1a0a48ca2cae3a7b2527d63830e3070cb31174ff7f5c42f065aad6981d5142a8b7af7215a3c7dbf67ae13d1ea3543cd94eb70cff509c8cb95c739')
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  cmake . \
+  -GNinja \
+  -Bbuild \
+  -DUSE_CPU_MKL=ON \
+  -DGOOGLETEST_VERSION=1.9.0 \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DAF_WITH_IMAGEIO=ON \
+  -DAF_BUILD_CPU=ON \
+  -DAF_BUILD_OPENCL=ON \
+  -DAF_WITH_NONFREE=ON \
+  -DAF_BUILD_EXAMPLES=ON \
+  -DAF_BUILD_DOCS=ON \
+  
-DCUDA_architecture_build_targets="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6" \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCUDA_HOST_COMPILER=/usr/bin/gcc \
+  -DBoost_NO_BOOST_CMAKE=ON
+
+  ninja -C build
+}
+
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  # Tests currently broken :(
+  # ninja -C build test
+}
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  DESTDIR="${pkgdir}/" ninja -C build install
+  rm -r "${pkgdir}"/usr/LICENSES
+}


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:47:56
  Author: svenstaro
Revision: 925278

upgpkg: arrayfire 3.8.0-6

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:41:59 UTC (rev 925277)
+++ PKGBUILD2021-04-29 21:47:56 UTC (rev 925278)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=arrayfire
 pkgver=3.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 arch=('x86_64')
 url='https://arrayfire.com'


[arch-commits] Commit in python-requests-credssp/repos/community-any (2 files)

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:41:59
  Author: svenstaro
Revision: 925277

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/PKGBUILD
(from rev 925276, python-requests-credssp/trunk/PKGBUILD)
Deleted:
  python-requests-credssp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 21:41:54 UTC (rev 925276)
+++ PKGBUILD2021-04-29 21:41:59 UTC (rev 925277)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgname=python-requests-credssp
-_module='requests-credssp'
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="HTTPS CredSSP authentication with the requests library"
-url="https://github.com/jborean93/requests-credssp;
-depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
-makedepends=('python-setuptools')
-license=('ISC')
-arch=('any')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c')
-
-build() {
-cd "${_module}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 925276, 
python-requests-credssp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 21:41:59 UTC (rev 925277)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgname=python-requests-credssp
+_module='requests-credssp'
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth' 
'python-pyspnego')
+makedepends=('python-setuptools')
+license=('ISC')
+arch=('any')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c')
+
+build() {
+cd "${_module}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:41:54
  Author: svenstaro
Revision: 925276

upgpkg: python-requests-credssp 1.2.0-3: Add python-pyspnego to deps (FS#70594)

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:39:57 UTC (rev 925275)
+++ PKGBUILD2021-04-29 21:41:54 UTC (rev 925276)
@@ -4,10 +4,10 @@
 pkgname=python-requests-credssp
 _module='requests-credssp'
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
-depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth' 
'python-pyspnego')
 makedepends=('python-setuptools')
 license=('ISC')
 arch=('any')


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:39:57
  Author: svenstaro
Revision: 925275

archrelease: copy trunk to community-any

Added:
  ansible-core/repos/community-any/PKGBUILD
(from rev 925274, ansible-core/trunk/PKGBUILD)
Deleted:
  ansible-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 21:39:52 UTC (rev 925274)
+++ PKGBUILD2021-04-29 21:39:57 UTC (rev 925275)
@@ -1,46 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible-core
-pkgver=2.11.0
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://pypi.org/project/ansible-core'
-license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
-provides=('python-ansible' 'ansible-base')
-replaces=('ansible-base')
-optdepends=('sshpass: for ssh connections with password'
-'python-passlib: crypt values for vars_prompt'
-'python-netaddr: for the ipaddr filter'
-'python-systemd: log to journal'
-'python-pywinrm: connect to Windows machines'
-'python-dnspython: for dig lookup'
-'python-jmespath: json_query support')
-makedepends=('python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz;)
-sha512sums=('292be62bd4b0314d61eb7471f60f450be216c729a034f44f967ef827486b56ef1850de26928508f214ab430ea1584fc174cc4e8833f68d6e4de845e8565fd46a')
-
-build() {
-  cd ansible-core-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ansible-core-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible-core/repos/community-any/PKGBUILD (from rev 925274, 
ansible-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 21:39:57 UTC (rev 925275)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible-core
+pkgver=2.11.0
+pkgrel=2
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://pypi.org/project/ansible-core'
+license=('GPL3')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 
'python-resolvelib')
+provides=('python-ansible' 'ansible-base')
+replaces=('ansible-base')
+optdepends=('sshpass: for ssh connections with password'
+'python-passlib: crypt values for vars_prompt'
+'python-netaddr: for the ipaddr filter'
+'python-systemd: log to journal'
+'python-pywinrm: connect to Windows machines'
+'python-dnspython: for dig lookup'
+'python-jmespath: json_query support')
+makedepends=('python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz;)
+sha512sums=('292be62bd4b0314d61eb7471f60f450be216c729a034f44f967ef827486b56ef1850de26928508f214ab430ea1584fc174cc4e8833f68d6e4de845e8565fd46a')
+
+build() {
+  cd ansible-core-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ansible-core-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:39:52
  Author: svenstaro
Revision: 925274

upgpkg: ansible-core 2.11.0-2: Add python-resolvelib dep (FS#70639)

Modified:
  ansible-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:36:54 UTC (rev 925273)
+++ PKGBUILD2021-04-29 21:39:52 UTC (rev 925274)
@@ -7,12 +7,12 @@
 
 pkgname=ansible-core
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://pypi.org/project/ansible-core'
 license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 
'python-resolvelib')
 provides=('python-ansible' 'ansible-base')
 replaces=('ansible-base')
 optdepends=('sshpass: for ssh connections with password'


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:36:54
  Author: svenstaro
Revision: 925273

Update moved upstream source (FS#70641)

Modified:
  love/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:20:21 UTC (rev 925272)
+++ PKGBUILD2021-04-29 21:36:54 UTC (rev 925273)
@@ -9,7 +9,7 @@
 url="http://love2d.org/;
 license=('zlib')
 depends=('luajit' 'freetype2' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 
'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'libtheora')
-source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
+source=("https://github.com/love2d/love/releases/download/11.3/love-${pkgver}-linux-src.tar.gz;)
 
sha512sums=('d02900bbad658da7127bdbc52ceb8282a725b32d6a17fc51962327411be94f81b2c871d21b3c4bd8492a4ca355c3cfb1f04a7fe010d6c69ae35c7c5d64579e1b')
 
 build() {


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:30:53
  Author: svenstaro
Revision: 414036

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 414035, nvidia/trunk/PKGBUILD)
Deleted:
  nvidia/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 21:30:47 UTC (rev 414035)
+++ PKGBUILD2021-04-29 21:30:53 UTC (rev 414036)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=465.27
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=465.27
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:30:47
  Author: svenstaro
Revision: 414035

upgpkg: nvidia 465.27-3

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:28:02 UTC (rev 414034)
+++ PKGBUILD2021-04-29 21:30:47 UTC (rev 414035)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=465.27
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:28:02
  Author: svenstaro
Revision: 414034

archrelease: copy trunk to extra-x86_64

Added:
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 414033, nvidia/trunk/PKGBUILD)
Deleted:
  nvidia/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 21:27:56 UTC (rev 414033)
+++ PKGBUILD2021-04-29 21:28:02 UTC (rev 414034)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=465.24.02
-pkgrel=4
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=465.27
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:27:56
  Author: svenstaro
Revision: 414033

upgpkg: nvidia 465.27-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:22:45 UTC (rev 414032)
+++ PKGBUILD2021-04-29 21:27:56 UTC (rev 414033)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=465.27
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2021-04-29 Thread Jan Steffens via arch-commits
Date: Thursday, April 29, 2021 @ 21:18:27
  Author: heftig
Revision: 414027

archrelease: copy trunk to testing-x86_64

Added:
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 414026, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 414026, gnome-shell/trunk/gnome-shell.install)

-+
 PKGBUILD|   60 ++
 gnome-shell.install |7 +
 2 files changed, 67 insertions(+)

Copied: gnome-shell/repos/testing-x86_64/PKGBUILD (from rev 414026, 
gnome-shell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-04-29 21:18:27 UTC (rev 414027)
@@ -0,0 +1,60 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gtk4
+ gnome-settings-daemon gnome-themes-extra gsettings-desktop-schemas
+ libcanberra-pulse libgdm libsecret mutter nm-connection-editor unzip
+ gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire)
+makedepends=(gtk-doc gnome-control-center evolution-data-server
+ gobject-introspection git meson sassc asciidoc bash-completion)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+install=gnome-shell.install
+_commit=79acae41769ab46a3d11851c64e14779a3035bd2  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+  meson test -C build --print-errorlogs
+)
+
+package() {
+  depends+=(libmutter-8.so)
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: gnome-shell/repos/testing-x86_64/gnome-shell.install (from rev 414026, 
gnome-shell/trunk/gnome-shell.install)
===
--- testing-x86_64/gnome-shell.install  (rev 0)
+++ testing-x86_64/gnome-shell.install  2021-04-29 21:18:27 UTC (rev 414027)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+  post_install
+}


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

2021-04-29 Thread Jan Steffens via arch-commits
Date: Thursday, April 29, 2021 @ 21:18:27
  Author: heftig
Revision: 414028

archrelease: copy trunk to testing-x86_64

Added:
  mutter/repos/testing-x86_64/
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 414026, mutter/trunk/PKGBUILD)
  mutter/repos/testing-x86_64/mutter.install
(from rev 414026, mutter/trunk/mutter.install)

+
 PKGBUILD   |   69 +++
 mutter.install |7 +
 2 files changed, 76 insertions(+)

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 414026, 
mutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-04-29 21:18:27 UTC (rev 414028)
@@ -0,0 +1,69 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=40.0+69+geaf75f070
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
+ xorg-xwayland graphene libxkbfile)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server)
+checkdepends=(xorg-server-xvfb pipewire-media-session)
+provides=(libmutter-8.so)
+groups=(gnome)
+install=mutter.install
+_commit=eaf75f07060b5569133a2eac0149da9513e26eb5  # master
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D installed_tests=false \
+-D profiler=false
+  meson compile -C build
+}
+
+_check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  pipewire &
+  _p1=$!
+
+  pipewire-media-session &
+  _p2=$!
+
+  trap "kill $_p1 $_p2; wait" EXIT
+
+  meson test -C build --print-errorlogs
+)
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+bash -c "$(declare -f _check); _check"
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: mutter/repos/testing-x86_64/mutter.install (from rev 414026, 
mutter/trunk/mutter.install)
===
--- testing-x86_64/mutter.install   (rev 0)
+++ testing-x86_64/mutter.install   2021-04-29 21:18:27 UTC (rev 414028)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/mutter
+}
+
+post_upgrade() {
+  post_install
+}


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

2021-04-29 Thread Jan Steffens via arch-commits
Date: Thursday, April 29, 2021 @ 21:18:12
  Author: heftig
Revision: 414026

40.0+67+g79acae417-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:17:07 UTC (rev 414025)
+++ PKGBUILD2021-04-29 21:18:12 UTC (rev 414026)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2021-04-29 Thread Jan Steffens via arch-commits
Date: Thursday, April 29, 2021 @ 21:17:07
  Author: heftig
Revision: 414025

40.0+69+geaf75f070-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:08:41 UTC (rev 414024)
+++ PKGBUILD2021-04-29 21:17:07 UTC (rev 414025)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=40.0+55+gf4f82bcb9
+pkgver=40.0+69+geaf75f070
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -18,7 +18,7 @@
 provides=(libmutter-8.so)
 groups=(gnome)
 install=mutter.install
-_commit=f4f82bcb96936fe108c0dd06936010ab5dee13ee  # master
+_commit=eaf75f07060b5569133a2eac0149da9513e26eb5  # master
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:15:58
  Author: svenstaro
Revision: 925270

upgpkg: cudnn 8.2.0.53-1

Modified:
  cudnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:11:40 UTC (rev 925269)
+++ PKGBUILD2021-04-29 21:15:58 UTC (rev 925270)
@@ -4,9 +4,9 @@
 # Contributor: Yunhui Fu 
 
 pkgname=cudnn
-pkgver=8.1.1.33
-_pkgver=8.1.1
-_cudaver=11.2
+pkgver=8.2.0.53
+_pkgver=8.2.0
+_cudaver=11.3
 _majorver=8
 pkgrel=1
 pkgdesc="NVIDIA CUDA Deep Neural Network library"
@@ -21,7 +21,7 @@
 # Alternatively, check 
https://github.com/pytorch/builder/blob/master/common/install_cuda.sh
 
source=("https://developer.download.nvidia.com/compute/redist/cudnn/v${_pkgver}/cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz;
 "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('774401a31c8e15753796ade24b3982155d0b0bca6e46279dc3aced400bab47c2b9314570bbf5473fdd8421258b4fc2b4a56301211fa9b1ebc792bacc40e2ab16'
+sha512sums=('53d3499e2b1b6c8af6f680f1a6a858f0f1f339c3e9ee02b2b6a0281cd8761a9a2c9b8b78e4e58a3043ce0323081d4a115426b13deaaf5c1d58121012a215372b'
 
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
 noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz")
 


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:16:07
  Author: svenstaro
Revision: 925271

archrelease: copy trunk to community-staging-x86_64

Added:
  cudnn/repos/community-staging-x86_64/
  cudnn/repos/community-staging-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 925270, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-staging-x86_64/PKGBUILD
(from rev 925270, cudnn/trunk/PKGBUILD)

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

Copied: 
cudnn/repos/community-staging-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
(from rev 925270, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Copied: cudnn/repos/community-staging-x86_64/PKGBUILD (from rev 925270, 
cudnn/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-29 21:16:07 UTC (rev 925271)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=8.2.0.53
+_pkgver=8.2.0
+_cudaver=11.3
+_majorver=8
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+depends=('cuda>=11')
+options=(!strip staticlibs)
+# To figure out these URLs, check out the Dockerfiles at
+# https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist for the 
appropriate cuda version
+# or make an NVIDIA Developer account.
+# Alternatively, check 
https://github.com/pytorch/builder/blob/master/common/install_cuda.sh
+source=("https://developer.download.nvidia.com/compute/redist/cudnn/v${_pkgver}/cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('53d3499e2b1b6c8af6f680f1a6a858f0f1f339c3e9ee02b2b6a0281cd8761a9a2c9b8b78e4e58a3043ce0323081d4a115426b13deaaf5c1d58121012a215372b'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz")
+
+package() {
+  mkdir -p "${pkgdir}"/usr/share/licenses/
+  tar xf cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz --strip-components 1 -C 
"${pkgdir}/usr"
+
+  mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  chmod 644 "${pkgdir}"/usr/lib/libcudnn_static_v8.a
+
+  install -Dm644 \
+  "${srcdir}"/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf \
+  
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+
+  mv "${pkgdir}"/usr/NVIDIA_SLA_cuDNN_Support.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA_cuDNN_Support.txt
+}
+
+# vim: ts=2 sw=2 ft=sh syn=sh et


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 21:11:40
  Author: felixonmars
Revision: 925269

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 925268, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 21:11:25 UTC (rev 925268)
+++ PKGBUILD2021-04-29 21:11:40 UTC (rev 925269)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=7.11.1
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'semver')
-# libgl: TODO
-# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
-# libxi: for cwebp (doc build)
-makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('fc17a6cb7aafd2fd0c568800c8c5eb88248c0270c9e644dc8d521672eb611a2fece3743fb5f22a2e4c86517754f62bf6f4c217ec60a9e9d6b5a379840a2f89c3')
-
-prepare() {
-  cd cli-$pkgver
-  mkdir -p node_modules/.bin
-  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
-
-  # Use local marked/marked-man
-  sed -i 's|node bin/npm-cli.js install marked|true |' Makefile
-
-  # Don't build twice
-  sed -i 's/install: all/install:/' Makefile
-
-  mkdir -p man/man1
-}
-
-build() {
-  cd cli-$pkgver
-  NODE_PATH=/usr/lib/node_modules make
-}
-
-package() {
-  cd cli-$pkgver
-  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  mv "$pkgdir"/usr/lib/node_modules/npm/man "$pkgdir"/usr/share/
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 925268, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 21:11:40 UTC (rev 925269)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=7.11.2
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'semver')
+# libgl: TODO
+# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
+# libxi: for cwebp (doc build)
+makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
+sha512sums=('8a7236b8b179505a5d400b40cfb5354d420177a0e6c9c2ef76c9b3eb97dd56de16053cb37f14ccdc3c4d80c697582ca13119fd40cc8676d4c028ca89fd7b10d1')
+
+prepare() {
+  cd cli-$pkgver
+  mkdir -p node_modules/.bin
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+
+  # Use local marked/marked-man
+  sed -i 's|node bin/npm-cli.js install marked|true |' Makefile
+
+  # Don't build twice
+  sed -i 's/install: all/install:/' Makefile
+
+  mkdir -p man/man1
+}
+
+build() {
+  cd cli-$pkgver
+  NODE_PATH=/usr/lib/node_modules make
+}
+
+package() {
+  cd cli-$pkgver
+  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node 

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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 21:11:25
  Author: felixonmars
Revision: 925268

upgpkg: npm 7.11.2-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:11:18 UTC (rev 925267)
+++ PKGBUILD2021-04-29 21:11:25 UTC (rev 925268)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=7.11.1
+pkgver=7.11.2
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('fc17a6cb7aafd2fd0c568800c8c5eb88248c0270c9e644dc8d521672eb611a2fece3743fb5f22a2e4c86517754f62bf6f4c217ec60a9e9d6b5a379840a2f89c3')
+sha512sums=('8a7236b8b179505a5d400b40cfb5354d420177a0e6c9c2ef76c9b3eb97dd56de16053cb37f14ccdc3c4d80c697582ca13119fd40cc8676d4c028ca89fd7b10d1')
 
 prepare() {
   cd cli-$pkgver


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 21:11:18
  Author: felixonmars
Revision: 925267

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 925266, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 925266, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   64 ++--
 uglify-js.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 21:10:59 UTC (rev 925266)
+++ PKGBUILD2021-04-29 21:11:18 UTC (rev 925267)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.13.4
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('92fedf0a4217c90222943e7fc90cbc3beb9a82c6083ade5c66fb3cf745b8d3f7bfaef8cc4b3270f35a3d060d2d914471cd90513ad0d0856d8b163386a0add167')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 925266, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 21:11:18 UTC (rev 925267)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.13.5
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('c6d07cc84a88927ef398ec92db350d06c60205184392f94dc4c318dac9ae27fa80f0d087790bca085de2f59e24f05247e3e3c9bd946d32b3f29df67be7e09267')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2021-04-29 21:10:59 UTC (rev 925266)
+++ uglify-js.install   2021-04-29 21:11:18 UTC (rev 925267)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 925266, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2021-04-29 21:11:18 UTC (rev 925267)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2021-04-29 Thread Felix Yan via arch-commits
Date: Thursday, April 29, 2021 @ 21:10:59
  Author: felixonmars
Revision: 925266

upgpkg: uglify-js 3.13.5-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:00:58 UTC (rev 925265)
+++ PKGBUILD2021-04-29 21:10:59 UTC (rev 925266)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.13.4
+pkgver=3.13.5
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('92fedf0a4217c90222943e7fc90cbc3beb9a82c6083ade5c66fb3cf745b8d3f7bfaef8cc4b3270f35a3d060d2d914471cd90513ad0d0856d8b163386a0add167')
+sha512sums=('c6d07cc84a88927ef398ec92db350d06c60205184392f94dc4c318dac9ae27fa80f0d087790bca085de2f59e24f05247e3e3c9bd946d32b3f29df67be7e09267')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:08:41
  Author: svenstaro
Revision: 414024

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 414023, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 414023, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-29 21:08:41 UTC (rev 414024)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=465.27
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:08:37
  Author: svenstaro
Revision: 414023

upgpkg: nvidia 465.27-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:07:55 UTC (rev 414022)
+++ PKGBUILD2021-04-29 21:08:37 UTC (rev 414023)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=nvidia
-pkgver=465.24.02
-pkgrel=5
+pkgver=465.27
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -37,6 +37,3 @@
 /usr/share/licenses/nvidia-dkms/LICENSE
 }
 
-
-
-


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:07:55
  Author: svenstaro
Revision: 414022

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 414021, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 414021, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-29 21:07:55 UTC (rev 414022)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=465.27
+pkgrel=1
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:07:51
  Author: svenstaro
Revision: 414021

upgpkg: nvidia-lts 1:465.27-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:04:02 UTC (rev 414020)
+++ PKGBUILD2021-04-29 21:07:51 UTC (rev 414021)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=465.24.02
-pkgrel=4
+pkgver=465.27
+pkgrel=1
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
@@ -36,5 +36,3 @@
 install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 \
 /usr/share/licenses/nvidia-dkms/LICENSE
 }
-
-


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:03:56
  Author: svenstaro
Revision: 414019

upgpkg: nvidia-settings 465.27-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 21:01:52 UTC (rev 414018)
+++ PKGBUILD2021-04-29 21:03:56 UTC (rev 414019)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=465.24.02
+pkgver=465.27
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('0cefc7111476c9206e373d9af50018721c88df899758786d155a0f51806b13adddf139805d41fb19437c824ba1cdcee20703100c78a068afc7ccce49204e7466'
+sha512sums=('11c700bd3236f642ced900601efb03a85c67016419c0a9a6719ce59b42bdf8c333f116029cf18dc97ebbc2c22c6b26b475e8d106a28fb088a04ed98d0350'
 
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
 
 prepare() {


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:04:02
  Author: svenstaro
Revision: 414020

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-settings/repos/staging-x86_64/
  nvidia-settings/repos/staging-x86_64/PKGBUILD
(from rev 414019, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/staging-x86_64/libxnvctrl_so.patch
(from rev 414019, nvidia-settings/trunk/libxnvctrl_so.patch)

-+
 PKGBUILD|   62 ++
 libxnvctrl_so.patch |   36 +
 2 files changed, 98 insertions(+)

Copied: nvidia-settings/repos/staging-x86_64/PKGBUILD (from rev 414019, 
nvidia-settings/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-29 21:04:02 UTC (rev 414020)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=465.27
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('inetutils' 'jansson' 'gtk2' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('11c700bd3236f642ced900601efb03a85c67016419c0a9a6719ce59b42bdf8c333f116029cf18dc97ebbc2c22c6b26b475e8d106a28fb088a04ed98d0350'
+
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  export OUTPUTDIR=out
+  cd ${pkgbase}-${pkgver}
+  patch -p0 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -e 
's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;HardwareSettings;/' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+  provides=('libXNVCtrl.so')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 ./*.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -d "${pkgdir}/usr/lib"
+  cp -Pr out/libXNVCtrl.* -t "${pkgdir}/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/staging-x86_64/libxnvctrl_so.patch (from rev 
414019, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- staging-x86_64/libxnvctrl_so.patch  (rev 0)
+++ staging-x86_64/libxnvctrl_so.patch  2021-04-29 21:04:02 UTC (rev 414020)
@@ -0,0 +1,36 @@
+--- src/libXNVCtrl/Makefile2019-07-30 00:26:56.0 +0200
 src/libXNVCtrl/Makefile2019-08-02 14:08:56.963744238 +0200
+@@ -50,8 +50,8 @@
+ 
+ .PHONY: clean
+ 
+-all: $(LIBXNVCTRL)
++all: $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)
+ 
+ clean:
+-  rm -rf $(LIBXNVCTRL) *~ \
++  rm -rf $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)* *~ \
+   $(OUTPUTDIR)/*.o $(OUTPUTDIR)/*.d
+--- src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:04:08.216230565 +0200
 src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:08:02.563660632 +0200
+@@ -39,6 +39,11 @@
+ 
+ LIBXNVCTRL = $(OUTPUTDIR)/libXNVCtrl.a
+ 
++LIBXNVCTRL_SHARED = $(OUTPUTDIR)/libXNVCtrl.so
++LIBXNVCTRL_ABI_VERSION_MAJOR = 0
++LIBXNVCTRL_ABI_VERSION_MINOR = 0
++LIBXNVCTRL_LIBS += -lXext -lX11
++
+ LIBXNVCTRL_SRC = $(XNVCTRL_DIR)/NVCtrl.c
+ 
+ LIBXNVCTRL_OBJ = $(call BUILD_OBJECT_LIST,$(LIBXNVCTRL_SRC))
+@@ -47,3 +52,8 @@
+ 
+ $(LIBXNVCTRL) : $(LIBXNVCTRL_OBJ)
+   $(call quiet_cmd,AR) ru $@ $(LIBXNVCTRL_OBJ)
++
++$(LIBXNVCTRL_SHARED) : $(LIBXNVCTRL_OBJ)
++  $(CC) -shared $(CFLAGS) $(LDFLAGS) -Wl,-soname=$(notdir 
$@).${LIBXNVCTRL_ABI_VERSION_MAJOR} -o 
$@.$(LIBXNVCTRL_ABI_VERSION_MAJOR).$(LIBXNVCTRL_ABI_VERSION_MINOR).0 $^ 
$(LIBXNVCTRL_LIBS)
++  ln -s $(notdir 
$@).$(LIBXNVCTRL_ABI_VERSION_MAJOR).$(LIBXNVCTRL_ABI_VERSION_MINOR).0 $@
++  ln -s $(notdir 

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:01:52
  Author: svenstaro
Revision: 414018

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 414017, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 414017, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 414017, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.sysusers
(from rev 414017, nvidia-utils/trunk/nvidia-utils.sysusers)

-+
 PKGBUILD|  213 ++
 nvidia-drm-outputclass.conf |8 +
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 4 files changed, 229 insertions(+)

Copied: nvidia-utils/repos/staging-x86_64/PKGBUILD (from rev 414017, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-29 21:01:52 UTC (rev 414018)
@@ -0,0 +1,213 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
+pkgver=465.27
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'1d43f436b1305faa2981de6ebfa0916d10127005b6cb765ab6bf0d1e75529ec1eab973d0de6e3ebb39678d2b3f80f2ac9a661ed0c4690d8a823ac7822135cdb2')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+cd kernel
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA drivers - module sources"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+provides=('NVIDIA-MODULE')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd' 'egl-wayland')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:01:43
  Author: svenstaro
Revision: 414017

upgpkg: nvidia-utils 465.27-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 20:52:44 UTC (rev 414016)
+++ PKGBUILD2021-04-29 21:01:43 UTC (rev 414017)
@@ -4,8 +4,8 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=465.24.02
-pkgrel=2
+pkgver=465.27
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -16,7 +16,7 @@
 
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'1beb59554a8fafdd61f4ebe6ffc1b714eb2cf67efe0aa7ddae5b146c9c4d932820f93dd91ec79162b65582364cab8ba9559ebf8f5174814eb670bb522f0e357f')
+
'1d43f436b1305faa2981de6ebfa0916d10127005b6cb765ab6bf0d1e75529ec1eab973d0de6e3ebb39678d2b3f80f2ac9a661ed0c4690d8a823ac7822135cdb2')
 
 
 create_links() {


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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 21:00:58
  Author: svenstaro
Revision: 925265

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 925264, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
925264, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2021-04-29 21:00:58 UTC (rev 925265)
@@ -0,0 +1,101 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=465.27
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('1d43f436b1305faa2981de6ebfa0916d10127005b6cb765ab6bf0d1e75529ec1eab973d0de6e3ebb39678d2b3f80f2ac9a661ed0c4690d8a823ac7822135cdb2')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"/32
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"/32
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-glvkspirv.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glvkspirv.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+
+# PTX JIT Compiler (Parallel Thread Execution (PTX) is a pseudo-assembly 
language for CUDA)
+install -D -m755 "libnvidia-ptxjitcompiler.so.${pkgver}" 

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

2021-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 29, 2021 @ 20:58:44
  Author: svenstaro
Revision: 925264

upgpkg: lib32-nvidia-utils 465.27-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 19:55:03 UTC (rev 925263)
+++ PKGBUILD2021-04-29 20:58:44 UTC (rev 925264)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=465.24.02
+pkgver=465.27
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('1beb59554a8fafdd61f4ebe6ffc1b714eb2cf67efe0aa7ddae5b146c9c4d932820f93dd91ec79162b65582364cab8ba9559ebf8f5174814eb670bb522f0e357f')
+sha512sums=('1d43f436b1305faa2981de6ebfa0916d10127005b6cb765ab6bf0d1e75529ec1eab973d0de6e3ebb39678d2b3f80f2ac9a661ed0c4690d8a823ac7822135cdb2')
 
 create_links() {
 # create soname links


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

2021-04-29 Thread Antonio Rojas via arch-commits
Date: Thursday, April 29, 2021 @ 20:52:44
  Author: arojas
Revision: 414016

archrelease: copy trunk to extra-x86_64

Added:
  messagelib/repos/extra-x86_64/PKGBUILD
(from rev 414015, messagelib/trunk/PKGBUILD)
Deleted:
  messagelib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 20:52:32 UTC (rev 414015)
+++ PKGBUILD2021-04-29 20:52:44 UTC (rev 414016)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=messagelib
-pkgver=21.04.0
-pkgrel=1
-pkgdesc='KDE PIM messaging library'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(kmailtransport libgravatar kidentitymanagement kmbox qca)
-makedepends=(extra-cmake-modules boost)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2fa33e75aef77ce89f91a777b14dafe9f51fffc431dfd975767e830167c65be3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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

Copied: messagelib/repos/extra-x86_64/PKGBUILD (from rev 414015, 
messagelib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 20:52:44 UTC (rev 414016)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=messagelib
+pkgver=21.04.0
+pkgrel=2
+pkgdesc='KDE PIM messaging library'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kmailtransport libgravatar kidentitymanagement kmbox qca)
+makedepends=(extra-cmake-modules boost)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+
CVE-2021-31855.patch::https://invent.kde.org/pim/messagelib/commit/3b5b171e.patch)
+sha256sums=('2fa33e75aef77ce89f91a777b14dafe9f51fffc431dfd975767e830167c65be3'
+'SKIP'
+'a44b119ea2bcc80a131dc8c62cc54f7358c0811e48251c6681b3f8cb877a55b1')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < CVE-2021-31855.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-04-29 Thread Antonio Rojas via arch-commits
Date: Thursday, April 29, 2021 @ 20:52:32
  Author: arojas
Revision: 414015

Fix CVE-2021-31855

Modified:
  messagelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 18:43:41 UTC (rev 414014)
+++ PKGBUILD2021-04-29 20:52:32 UTC (rev 414015)
@@ -2,7 +2,7 @@
 
 pkgname=messagelib
 pkgver=21.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM messaging library'
 arch=(x86_64)
 url='https://kontact.kde.org'
@@ -9,13 +9,19 @@
 license=(LGPL)
 depends=(kmailtransport libgravatar kidentitymanagement kmbox qca)
 makedepends=(extra-cmake-modules boost)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+
CVE-2021-31855.patch::https://invent.kde.org/pim/messagelib/commit/3b5b171e.patch)
 sha256sums=('2fa33e75aef77ce89f91a777b14dafe9f51fffc431dfd975767e830167c65be3'
-'SKIP')
+'SKIP'
+'a44b119ea2bcc80a131dc8c62cc54f7358c0811e48251c6681b3f8cb877a55b1')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

   D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < CVE-2021-31855.patch
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF


[arch-commits] Commit in (electron6)

2021-04-29 Thread Nicola Squartini via arch-commits
Date: Thursday, April 29, 2021 @ 19:55:03
  Author: tensor5
Revision: 925263

Remove electron6: not required by any package

Deleted:
  electron6/


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

2021-04-29 Thread Frederik Schwan via arch-commits
Date: Thursday, April 29, 2021 @ 18:57:58
  Author: freswa
Revision: 925261

archrelease: copy trunk to community-x86_64

Added:
  cargo-audit/repos/community-x86_64/PKGBUILD
(from rev 925260, cargo-audit/trunk/PKGBUILD)
Deleted:
  cargo-audit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 18:57:53 UTC (rev 925260)
+++ PKGBUILD2021-04-29 18:57:58 UTC (rev 925261)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-audit
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
-url="https://github.com/RustSec/cargo-audit;
-depends=('cargo')
-arch=('x86_64')
-license=('MIT' 'APACHE')
-source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('bd2ecab6ff03fb11496cd0e7389273991b7d14d19bbdd76847126cb28079519e')
-b2sums=('afbfe22c1a3426bf986b1ceffa2e522ea98d8c4a09e7b5cf90028db1ab52adc62648cad6aa8f68cc4cc69a0f7e06628adca72589589d4440db61e7203f6b518a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-audit/repos/community-x86_64/PKGBUILD (from rev 925260, 
cargo-audit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 18:57:58 UTC (rev 925261)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-audit
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
+url="https://github.com/RustSec/cargo-audit;
+depends=('cargo')
+arch=('x86_64')
+license=('MIT' 'APACHE')
+source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('bdf1b12a298f585195fbbe75cb01c8746a0bbb734409d0a9130c197cb179f638')
+b2sums=('7307dba5fd1c9e54cce278b0403efde920ced5a0c2575d8359ce27a0908485fed5776baa4ab7d790a4e46204542e52b120b0240e894f29262f3b77ba4a420cdf')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-29 Thread Frederik Schwan via arch-commits
Date: Thursday, April 29, 2021 @ 18:57:53
  Author: freswa
Revision: 925260

upgpkg: cargo-audit 0.14.1-1

Modified:
  cargo-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 18:11:11 UTC (rev 925259)
+++ PKGBUILD2021-04-29 18:57:53 UTC (rev 925260)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-audit
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
 url="https://github.com/RustSec/cargo-audit;
@@ -9,8 +9,8 @@
 arch=('x86_64')
 license=('MIT' 'APACHE')
 
source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('bd2ecab6ff03fb11496cd0e7389273991b7d14d19bbdd76847126cb28079519e')
-b2sums=('afbfe22c1a3426bf986b1ceffa2e522ea98d8c4a09e7b5cf90028db1ab52adc62648cad6aa8f68cc4cc69a0f7e06628adca72589589d4440db61e7203f6b518a')
+sha256sums=('bdf1b12a298f585195fbbe75cb01c8746a0bbb734409d0a9130c197cb179f638')
+b2sums=('7307dba5fd1c9e54cce278b0403efde920ced5a0c2575d8359ce27a0908485fed5776baa4ab7d790a4e46204542e52b120b0240e894f29262f3b77ba4a420cdf')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2021-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 29, 2021 @ 18:43:41
  Author: anatolik
Revision: 414014

archrelease: copy trunk to testing-x86_64

Added:
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 414013, gdb/trunk/PKGBUILD)

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

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 414013, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-04-29 18:43:41 UTC (rev 414014)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Anatol Pomozov 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled 
versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=10.2
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(glibc gcc-libs texinfo python guile ncurses expat xz mpfr 
source-highlight
+ readline)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('1056e2743a825ecce46ec9eec37f0b357831012b'
+  'SKIP')
+b2sums=('c5d31d80d2b454767d6f844e8471b012ad437c3872391b618fd7b14c5cf251b78e55d28c12e81382fd600f67e2f618ff5dbe3a7b737a5d5161ceb3542afbb90b'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--prefix=/usr \
+--disable-nls \
+--enable-source-highlight \
+--enable-tui \
+--with-system-readline \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package_gdb-common() {
+  depends=(python guile)
+
+  cd gdb-$pkgver/build
+  make -C gdb/data-directory DESTDIR="$pkgdir" install
+}
+
+package_gdb() {
+  depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr 
source-highlight gdb-common=$pkgver
+   readline libreadline.so guile python libelf)
+  backup=(etc/gdb/gdbinit)
+
+  cd gdb-$pkgver/build
+  make -C gdb DESTDIR="$pkgdir" install
+  make -C gdbserver DESTDIR="$pkgdir" install
+
+  # install "custom" system gdbinit
+  install -dm 755 "$pkgdir/etc/gdb"
+  touch "$pkgdir/etc/gdb/gdbinit"
+
+  # comes from gdb-common
+  rm -r "$pkgdir/usr/share/gdb/"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 29, 2021 @ 18:43:13
  Author: anatolik
Revision: 414013

upgpkg: gdb 10.2-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 18:24:53 UTC (rev 414012)
+++ PKGBUILD2021-04-29 18:43:13 UTC (rev 414013)
@@ -7,8 +7,8 @@
 # gdb-common is a package that contains files common for all cross compiled 
versions
 # of gdb (for arm/avr/...)
 pkgname=(gdb gdb-common)
-pkgver=10.1
-pkgrel=4
+pkgver=10.2
+pkgrel=1
 pkgdesc='The GNU Debugger'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
@@ -16,9 +16,9 @@
 makedepends=(glibc gcc-libs texinfo python guile ncurses expat xz mpfr 
source-highlight
  readline)
 source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('c625efd87116525fb3bbeca7eaa1028ee62c0e7d'
+sha1sums=('1056e2743a825ecce46ec9eec37f0b357831012b'
   'SKIP')
-b2sums=('69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b'
+b2sums=('c5d31d80d2b454767d6f844e8471b012ad437c3872391b618fd7b14c5cf251b78e55d28c12e81382fd600f67e2f618ff5dbe3a7b737a5d5161ceb3542afbb90b'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 


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

2021-04-29 Thread Jan Steffens via arch-commits
Date: Thursday, April 29, 2021 @ 18:24:53
  Author: heftig
Revision: 414012

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 18:24:45 UTC (rev 414011)
+++ PKGBUILD2021-04-29 18:24:53 UTC (rev 414012)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.40.0
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang sysprof
- desktop-file-utils ctags libpeas vte3 vala python-jedi 
autoconf-archive
- flatpak-builder gspell libdazzle template-glib jsonrpc-glib
- python-sphinx webkit2gtk glade python-lxml meson libportal)
-makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
- python-sphinx_rtd_theme)
-checkdepends=(xorg-server-xvfb)
-optdepends=('gnome-code-assistance: Legacy assistance services')
-groups=(gnome-extra)
-_commit=ee9e450087057302f38371a06fc98c963738019a  # tags/3.40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i "s/'sysprof-4'/'nosysprof'/" meson.build  # Hack sysprof-capture away
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D help=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libgladeui-2.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 414011, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 18:24:53 UTC (rev 414012)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.40.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang sysprof
+ desktop-file-utils ctags libpeas vte3 vala python-jedi 
autoconf-archive
+ flatpak-builder gspell libdazzle template-glib jsonrpc-glib
+ python-sphinx webkit2gtk glade python-lxml meson libportal)
+makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
+ python-sphinx_rtd_theme)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=4fd6767af2cfa7d60b31fa2360da509bd1b4af7e  # tags/3.40.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i "s/'sysprof-4'/'nosysprof'/" meson.build  # Hack sysprof-capture away
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D help=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libgladeui-2.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2021-04-29 Thread Jan Steffens via arch-commits
Date: Thursday, April 29, 2021 @ 18:24:45
  Author: heftig
Revision: 414011

3.40.1-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 16:24:04 UTC (rev 414010)
+++ PKGBUILD2021-04-29 18:24:45 UTC (rev 414011)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.40.0
+pkgver=3.40.1
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
@@ -16,7 +16,7 @@
 checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=ee9e450087057302f38371a06fc98c963738019a  # tags/3.40.0^0
+_commit=4fd6767af2cfa7d60b31fa2360da509bd1b4af7e  # tags/3.40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 29, 2021 @ 18:11:11
  Author: anatolik
Revision: 925259

archrelease: copy trunk to community-testing-x86_64

Added:
  tarantool/repos/community-testing-x86_64/
  tarantool/repos/community-testing-x86_64/PKGBUILD
(from rev 925258, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-testing-x86_64/tarantool.sysusers
(from rev 925258, tarantool/trunk/tarantool.sysusers)

+
 PKGBUILD   |   91 +++
 tarantool.sysusers |2 +
 2 files changed, 93 insertions(+)

Copied: tarantool/repos/community-testing-x86_64/PKGBUILD (from rev 925258, 
tarantool/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-29 18:11:11 UTC (rev 925259)
@@ -0,0 +1,91 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+pkgver=2.8.1
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(x86_64)
+url='https://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib libyaml openssl libunwind icu)
+makedepends=(git cmake systemd)
+checkdepends=(python-gevent python-tarantool)
+source=(git+https://github.com/tarantool/tarantool.git#tag=$pkgver
+git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7
+git+https://github.com/tarantool/libyaml.git
+git+https://github.com/tarantool/msgpuck.git
+git+https://github.com/rtsisyk/luafun.git
+git+https://github.com/tarantool/test-run.git
+git+https://github.com/tarantool/small.git
+git+https://github.com/tarantool/zstd.git
+
git+https://github.com/tarantool/luarocks.git#branch=luarocks-3.1.1-tarantool
+git+https://github.com/tarantool/decNumber.git
+git+https://github.com/tarantool/curl.git
+git+https://github.com/tarantool/c-ares.git
+tarantool.sysusers)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'2feccda75effbd44b40e43608e56395376ea7b9039a09aada91a05f9559b12fe')
+
+prepare() {
+  cd tarantool
+
+  git submodule init
+  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
+  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
+  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
+  git config -f .gitmodules 'submodule.third_party/libyaml.url' 
"$srcdir/libyaml"
+  git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd"
+  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
+  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
+  git config -f .gitmodules 'submodule.third_party/luarocks.url' 
"$srcdir/luarocks"
+  git config -f .gitmodules 'submodule.third_party/decNumber.url' 
"$srcdir/decNumber"
+  git config -f .gitmodules 'submodule.third_party/curl.url' "$srcdir/curl"
+  git config -f .gitmodules 'submodule.third_party/c-ares.url' "$srcdir/c-ares"
+
+  git submodule sync
+  git submodule update
+}
+
+build() {
+  cd tarantool
+
+  # tarantool uses git submodule, handle this
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=/usr/bin \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_BACKTRACE:BOOL=ON \
+-DWITH_SYSTEMD:BOOL=ON \
+-DENABLE_DIST:BOOL=ON \
+.
+  make
+}
+
+check() {
+  cd "$srcdir/tarantool/test"
+  python test-run.py --suite box
+}
+
+package() {
+  cd tarantool
+  make install DESTDIR="$pkgdir"
+
+  sed 's|/var/run/|/run/|' -i "$pkgdir"/usr/lib/tmpfiles.d/tarantool.conf # 
https://github.com/tarantool/tarantool/issues/5227
+
+  install -D -m644 "$srcdir"/tarantool.sysusers 
"$pkgdir/usr/lib/sysusers.d/tarantool.conf"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: tarantool/repos/community-testing-x86_64/tarantool.sysusers (from rev 
925258, tarantool/trunk/tarantool.sysusers)
===
--- community-testing-x86_64/tarantool.sysusers (rev 0)
+++ community-testing-x86_64/tarantool.sysusers 2021-04-29 18:11:11 UTC (rev 
925259)
@@ -0,0 +1,2 @@
+g tarantool
+u tarantool - "Tarantool Server" /var/lib/tarantool


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

2021-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 29, 2021 @ 18:10:33
  Author: anatolik
Revision: 925258

upgpkg: tarantool 2.8.1-1

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 17:34:25 UTC (rev 925257)
+++ PKGBUILD2021-04-29 18:10:33 UTC (rev 925258)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tarantool
-pkgver=2.8.0
-pkgrel=3
+pkgver=2.8.1
+pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(x86_64)
 url='https://www.tarantool.org'
@@ -76,9 +76,6 @@
 }
 
 check() {
-  cd "$srcdir/tarantool/test-run"
-  git checkout 5baa4f080dc82cd45bdc619743504a3c7203dd0d
-
   cd "$srcdir/tarantool/test"
   python test-run.py --suite box
 }


[arch-commits] Commit in electron11/repos/community-x86_64 (18 files)

2021-04-29 Thread Nicola Squartini via arch-commits
Date: Thursday, April 29, 2021 @ 17:34:25
  Author: tensor5
Revision: 925257

archrelease: copy trunk to community-x86_64

Added:
  electron11/repos/community-x86_64/PKGBUILD
(from rev 925256, electron11/trunk/PKGBUILD)
  electron11/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 925256, electron11/trunk/chromium-glibc-2.33.patch)
  electron11/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 925256, electron11/trunk/chromium-skia-harmony.patch)
  electron11/repos/community-x86_64/default_app-icon.patch
(from rev 925256, electron11/trunk/default_app-icon.patch)
  electron11/repos/community-x86_64/electron11.desktop
(from rev 925256, electron11/trunk/electron11.desktop)
  electron11/repos/community-x86_64/icu68.patch
(from rev 925256, electron11/trunk/icu68.patch)
  electron11/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 925256, electron11/trunk/use-system-libraries-in-node.patch)
  
electron11/repos/community-x86_64/v8-call-new-ListFormatter-createInstance.patch
(from rev 925256, 
electron11/trunk/v8-call-new-ListFormatter-createInstance.patch)
  electron11/repos/community-x86_64/v8-icu68.patch
(from rev 925256, electron11/trunk/v8-icu68.patch)
Deleted:
  electron11/repos/community-x86_64/PKGBUILD
  electron11/repos/community-x86_64/chromium-glibc-2.33.patch
  electron11/repos/community-x86_64/chromium-skia-harmony.patch
  electron11/repos/community-x86_64/default_app-icon.patch
  electron11/repos/community-x86_64/electron11.desktop
  electron11/repos/community-x86_64/icu68.patch
  electron11/repos/community-x86_64/use-system-libraries-in-node.patch
  
electron11/repos/community-x86_64/v8-call-new-ListFormatter-createInstance.patch
  electron11/repos/community-x86_64/v8-icu68.patch

+
 PKGBUILD   |  418 +--
 chromium-glibc-2.33.patch  |  288 +++
 chromium-skia-harmony.patch|   28 
 default_app-icon.patch |   42 -
 electron11.desktop |   14 
 icu68.patch|  842 +++
 use-system-libraries-in-node.patch |  106 +-
 v8-call-new-ListFormatter-createInstance.patch |  190 ++---
 v8-icu68.patch |  384 +-
 9 files changed, 1156 insertions(+), 1156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 17:33:40 UTC (rev 925256)
+++ PKGBUILD2021-04-29 17:34:25 UTC (rev 925257)
@@ -1,209 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron11
-pkgver=11.4.3
-_commit=f28dab888113c5e3a1a1d34583f3781ebd2f6da7
-_chromiumver=87.0.4280.141
-pkgrel=2
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-"${pkgname}.desktop"
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'icu68.patch'
-'v8-icu68.patch'
-'v8-call-new-ListFormatter-createInstance.patch'
-'chromium-glibc-2.33.patch'
-'chromium-skia-harmony.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'9e3a2329e7226ff25541f80f541e7a06548193f1c9650a64ccf98dcc75fda7b3'
-'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-'0c54e488780e984c4be5879fa43d0e6fd23edc2207a7ec607c7886fca5115a12'
-'38fb5218331d6e03915490dab64f7b8bf26833a581d1aaa02090437c67e9439c'
-'6e919c9712d8fe6c2918778df1f8c2ee0675a87a48be5d2aaa54e320703ced4b'
-'44ebcff050a1c849819d66399c14bd711801d0eb64f518d292d3d6efedce3b3a'
-'2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
-   )
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
-  'icu'
-  'libdrm'
-  'libevent'
-  'libjpeg'
-  'libpng'
-#  'libvpx'
-  

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

2021-04-29 Thread Nicola Squartini via arch-commits
Date: Thursday, April 29, 2021 @ 17:33:40
  Author: tensor5
Revision: 925256

upgpkg: electron11 11.4.4-1

Modified:
  electron11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 17:17:42 UTC (rev 925255)
+++ PKGBUILD2021-04-29 17:33:40 UTC (rev 925256)
@@ -1,10 +1,10 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron11
-pkgver=11.4.3
-_commit=f28dab888113c5e3a1a1d34583f3781ebd2f6da7
+pkgver=11.4.4
+_commit=a0f594184db854bc49602fe81d0f3ae7d8b3e4a9
 _chromiumver=87.0.4280.141
-pkgrel=2
+pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'


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

2021-04-29 Thread Morten Linderud via arch-commits
Date: Thursday, April 29, 2021 @ 17:17:42
  Author: foxboron
Revision: 925255

archrelease: copy trunk to community-x86_64

Added:
  dqlite/repos/community-x86_64/PKGBUILD
(from rev 925254, dqlite/trunk/PKGBUILD)
Deleted:
  dqlite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 17:17:34 UTC (rev 925254)
+++ PKGBUILD2021-04-29 17:17:42 UTC (rev 925255)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=dqlite
-pkgver=1.6.0
-pkgrel=3
-pkgdesc="Distributed SQLite"
-arch=('x86_64')
-url="https://github.com/CanonicalLtd/dqlite;
-license=('LGPL3')
-depends=('libuv' 'raft' 'sqlite')
-makedepends=('tcl' 'readline' 'zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')
-
-build() {
-   cd "$pkgname-$pkgver"
-   autoreconf -i 
-   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check || true
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dqlite/repos/community-x86_64/PKGBUILD (from rev 925254, 
dqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 17:17:42 UTC (rev 925255)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=dqlite
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Distributed SQLite"
+arch=('x86_64')
+url="https://github.com/CanonicalLtd/dqlite;
+license=('LGPL3')
+depends=('libuv' 'raft' 'sqlite')
+makedepends=('tcl' 'readline' 'zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('d974fde030f3b9c84ea82773c22548029bb33005651ca924cb5f066348c283a5')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i 
+   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check || true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-04-29 Thread Morten Linderud via arch-commits
Date: Thursday, April 29, 2021 @ 17:17:34
  Author: foxboron
Revision: 925254

upgpkg: dqlite 1.7.0-1

Modified:
  dqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-29 17:15:38 UTC (rev 925253)
+++ PKGBUILD2021-04-29 17:17:34 UTC (rev 925254)
@@ -2,8 +2,8 @@
 # Contributor: Thomas Hipp 
 
 pkgname=dqlite
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Distributed SQLite"
 arch=('x86_64')
 url="https://github.com/CanonicalLtd/dqlite;
@@ -11,7 +11,7 @@
 depends=('libuv' 'raft' 'sqlite')
 makedepends=('tcl' 'readline' 'zlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')
+sha256sums=('d974fde030f3b9c84ea82773c22548029bb33005651ca924cb5f066348c283a5')
 
 build() {
cd "$pkgname-$pkgver"


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

2021-04-29 Thread Morten Linderud via arch-commits
Date: Thursday, April 29, 2021 @ 17:15:38
  Author: foxboron
Revision: 925253

archrelease: copy trunk to community-x86_64

Added:
  raft/repos/community-x86_64/PKGBUILD
(from rev 925252, raft/trunk/PKGBUILD)
Deleted:
  raft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-29 17:15:30 UTC (rev 925252)
+++ PKGBUILD2021-04-29 17:15:38 UTC (rev 925253)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=raft
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft;
-license=('LGPL3')
-depends=('libuv')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f0c6b0bf24b2d0ce943e8b2029d903c9057c27b72273c00a96249ba77c3c4976')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   make check || true
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   rm -rf "${pkgdir}/usr/bin"
-}

Copied: raft/repos/community-x86_64/PKGBUILD (from rev 925252, 
raft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-29 17:15:38 UTC (rev 925253)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft;
+license=('LGPL3')
+depends=('libuv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('a5fb276d562bbaec792b3728fbb20c768907cc5927a55ee86d04d24216cde381')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+   make check || true
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -rf "${pkgdir}/usr/bin"
+}


  1   2   >