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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 07:58:42
  Author: kgizdov
Revision: 862241

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |  281 +
 disable_non_x86_64.patch |   15 ++
 fix_include_system.patch |   13 ++
 nccl_version.patch   |   25 
 test.py  |7 +
 use-system-libuv.patch   |   13 ++
 use-system-libuv2.patch  |   13 ++
 7 files changed, 367 insertions(+)

Copied: python-pytorch/repos/community-testing-x86_64/PKGBUILD (from rev 
862240, python-pytorch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 07:58:42 UTC (rev 862241)
@@ -0,0 +1,281 @@
+# 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.7.1
+_pkgver=1.7.1
+pkgrel=5
+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')
+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}-psimd::git+https://github.com/Maratyszcza/psimd.git;
+
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git;
+"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git;
+"${pkgname}-cub::git+https://github.com/NVlabs/cub.git;
+"${pkgname}-pybind11::git+https://github.com/seemethere/pybind11.git;
+"${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git;
+"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git;
+"${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git;
+"${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git;
+"${pkgname}-PeachPy::git+https://github.com/Maratyszcza/PeachPy.git;
+"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git;
+
"${pkgname}-eigen-git-mirror::git+https://github.com/eigenteam/eigen-git-mirror.git;
+"${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK;
+"${pkgname}-six::git+https://github.com/benjaminp/six.git;
+"${pkgname}-ideep::git+https://github.com/intel/ideep;
+
"${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git;
+"${pkgname}-foxi::git+https://github.com/houseroad/foxi.git;
+"${pkgname}-gloo::git+https://github.com/facebookincubator/gloo;
+"${pkgname}-fbjni::git+https://github.com/facebookincubator/fbjni.git;
+"${pkgname}-sleef::git+https://github.com/shibatch/sleef;
+"${pkgname}-benchmark::git+https://github.com/google/benchmark.git;
+"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl;
+"${pkgname}-onnx-tensorrt::git+https://github.com/onnx/onnx-tensorrt;
+"${pkgname}-tbb::git+https://github.com/01org/tbb;
+"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git;
+"${pkgname}-tensorpipe::git+https://github.com/pytorch/tensorpipe.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}-XNNPACK::git+https://github.com/google/XNNPACK.git;
+"${pkgname}-onnx::git+https://github.com/onnx/onnx.git;
+ 

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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 07:58:26
  Author: kgizdov
Revision: 862240

upgpkg: python-pytorch 1.7.1-5: cuda 11.2.1 rebuild

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 07:53:57 UTC (rev 862239)
+++ PKGBUILD2021-02-16 07:58:26 UTC (rev 862240)
@@ -6,7 +6,7 @@
 _pkgname="pytorch"
 pkgver=1.7.1
 _pkgver=1.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -16,6 +16,40 @@
 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}-psimd::git+https://github.com/Maratyszcza/psimd.git;
+
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git;
+"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git;
+"${pkgname}-cub::git+https://github.com/NVlabs/cub.git;
+"${pkgname}-pybind11::git+https://github.com/seemethere/pybind11.git;
+"${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git;
+"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git;
+"${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git;
+"${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git;
+"${pkgname}-PeachPy::git+https://github.com/Maratyszcza/PeachPy.git;
+"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git;
+
"${pkgname}-eigen-git-mirror::git+https://github.com/eigenteam/eigen-git-mirror.git;
+"${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK;
+"${pkgname}-six::git+https://github.com/benjaminp/six.git;
+"${pkgname}-ideep::git+https://github.com/intel/ideep;
+
"${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git;
+"${pkgname}-foxi::git+https://github.com/houseroad/foxi.git;
+"${pkgname}-gloo::git+https://github.com/facebookincubator/gloo;
+"${pkgname}-fbjni::git+https://github.com/facebookincubator/fbjni.git;
+"${pkgname}-sleef::git+https://github.com/shibatch/sleef;
+"${pkgname}-benchmark::git+https://github.com/google/benchmark.git;
+"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl;
+"${pkgname}-onnx-tensorrt::git+https://github.com/onnx/onnx-tensorrt;
+"${pkgname}-tbb::git+https://github.com/01org/tbb;
+"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git;
+"${pkgname}-tensorpipe::git+https://github.com/pytorch/tensorpipe.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}-XNNPACK::git+https://github.com/google/XNNPACK.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
 use-system-libuv2.patch
@@ -22,6 +56,39 @@
 nccl_version.patch
 disable_non_x86_64.patch)
 sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
 '83c81ec6a461110da6ae6182529f58100986b068c5182ca62cd53c648b4e4fb0'
 '26b1dd596f1e21a011ee18cab939924483d6c6d4d98e543bf76f5a9312d54d67'
 '7b65c3b209fc39f92ba58a58be6d3da40799f1922910b1171ccd9209eda1f9eb'
@@ -31,11 +98,41 @@
 prepare() {
   cd "${_pkgname}-${pkgver}"
 
-  # This is the lazy way since pytorch has sooo many submodules and they keep
-  # changing them around but we've run into more problems so far doing it the
-  # manual than the lazy way. This lazy way (not explicitly specifying all
-  # submodules) will make building inefficient but for now I'll take it.
-  # It will result in the same 

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

2021-02-15 Thread Christian Hesse via arch-commits
Date: Tuesday, February 16, 2021 @ 07:53:57
  Author: eworm
Revision: 862239

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 862238, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 07:53:57 UTC (rev 862239)
@@ -0,0 +1,38 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.18
+pkgrel=11
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' 'pahole'
+ "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-02-15 Thread Christian Hesse via arch-commits
Date: Tuesday, February 16, 2021 @ 07:53:56
  Author: eworm
Revision: 862238

upgpkg: virtualbox-host-modules-arch 6.1.18-11: linux 5.11.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 07:51:34 UTC (rev 862237)
+++ PKGBUILD2021-02-16 07:53:56 UTC (rev 862238)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.18
-pkgrel=10
+pkgrel=11
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'


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

2021-02-15 Thread Christian Hesse via arch-commits
Date: Tuesday, February 16, 2021 @ 07:51:34
  Author: eworm
Revision: 862237

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/001-disable-update.patch
(from rev 862236, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 862236, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 862236, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 862236, virtualbox/trunk/008-no-vboxvideo.patch)
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 862236, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-testing-x86_64/013-Makefile.patch
(from rev 862236, virtualbox/trunk/013-Makefile.patch)
  
virtualbox/repos/community-testing-x86_64/016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
(from rev 862236, 
virtualbox/trunk/016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch)
  virtualbox/repos/community-testing-x86_64/017-fix-narrowing-conversion.patch
(from rev 862236, virtualbox/trunk/017-fix-narrowing-conversion.patch)
  virtualbox/repos/community-testing-x86_64/018-xclient.patch
(from rev 862236, virtualbox/trunk/018-xclient.patch)
  virtualbox/repos/community-testing-x86_64/019-python3.9.patch
(from rev 862236, virtualbox/trunk/019-python3.9.patch)
  virtualbox/repos/community-testing-x86_64/020-linux-5-11.patch
(from rev 862236, virtualbox/trunk/020-linux-5-11.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 862236, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 862236, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 862236, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 862236, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 862236, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.path
(from rev 862236, virtualbox/trunk/vboxdrmclient.path)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.service
(from rev 862236, virtualbox/trunk/vboxdrmclient.service)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 862236, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 862236, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 862236, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 862236, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 862236, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-dkms.install
(from rev 862236, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-utils.sysusers
(from rev 862236, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.conf
(from rev 862236, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.install
(from rev 862236, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 862236, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox.install
(from rev 862236, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-x86_64/virtualbox.sysusers
(from rev 862236, virtualbox/trunk/virtualbox.sysusers)

+
 001-disable-update.patch   |   13 
 005-gsoap-build.patch  |   11 
 006-rdesktop-vrdp-keymap-path.patch|   12 
 008-no-vboxvideo.patch |   12 
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch|   14 
 013-Makefile.patch |   44 +
 016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch |  189 
 017-fix-narrowing-conversion.patch |   37 
 018-xclient.patch  |   24 
 019-python3.9.patch|  101 ++
 020-linux-5-11.patch   

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

2021-02-15 Thread Christian Hesse via arch-commits
Date: Tuesday, February 16, 2021 @ 07:51:16
  Author: eworm
Revision: 862236

upgpkg: virtualbox 6.1.18-2: linux 5.11

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 07:46:11 UTC (rev 862235)
+++ PKGBUILD2021-02-16 07:51:16 UTC (rev 862236)
@@ -11,7 +11,7 @@
  'virtualbox-ext-vnc')
 pkgver=6.1.18
 _tarver=${pkgver}
-pkgrel=1
+pkgrel=2
 _vboxsf_commit='5aba938bcabd978e4615186ad7d8617d633e6f30'
 arch=('x86_64')
 url='https://virtualbox.org/'


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2021-02-15 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 16, 2021 @ 07:46:11
  Author: farseerfc
Revision: 862235

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 862234, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 862234, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |  156 ++--
 skk-jisyo.install |   20 +++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 07:45:38 UTC (rev 862234)
+++ PKGBUILD2021-02-16 07:46:11 UTC (rev 862235)
@@ -1,78 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20210207
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-
-_skk_jisyo_gz=(L
-   M
-   ML
-   S
-   JIS2
-   JIS2004
-   JIS3_4
-   assoc
-   china_taiwan
-   fullname
-   geo
-   itaiji
-   itaiji.JIS3_4
-   jinmei
-   law
-   lisp
-   mazegaki
-   okinawa
-   propernoun
-   pubdic+
-   requested
-   station
-   wrong
-   wrong.annotated)
-
-source=()
-for _t in "${_skk_jisyo_gz[@]}" ; do
-  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
-done
-
-sha512sums=('4eeb2bda82953950bd72f8b17a7a255f12e8427cb61098b480d56b0d810bb552c031c30287bf99d4f8cfa8b5360eba374ace63b93a4f9a2ae3dfc2a878c60a21'
-
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
-
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
-
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
-
'df34831e6e254443193ff8ccf0290f8105c153f559bfdde694b179ae8cf3e3405e2ba6965f700a80ddb08329871ee418b8b8779d80154116f2608fffb5b58b80'
-
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
-
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
-
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'f003f5b66c9fd325fe8d9da9c1aea6fe3c744568f138ed752daf36c5600b1c976b56a180af51d3731f0861eef38f4ac06e925cc0a599afc5c2a786f131944e8e'
-
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
-
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
-
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
-
'f7cec0d34cdce69f14e0514851b38763d8457445923bbe7cd67724b2615a8194c868fc5db339c109af4f360ccd1684d64cc3dafe18806011ac84b0fbc8e6c24c'
-
'dcdabf07459f8747a6dcb07120cdb5f6d89d3d9b402330215be6e3828f4f072c18c5250fafa73603c436d7db3380eb469a75e30117bcc4fcbfce583ad8b71b64'
-
'c6a83e5bfba5f7d03f632eef594a00093b721176215997195f12f78c3f3f9dfcfff4d795f7e7ce4612dfbf0c6c3ce67b64e2bce7385d663ccef346fe32ae9967'
-
'e93ad4e50182f747f6b37fa81944b6bad447f4076adf11c444bef1d3a8c1e8dafd0c69b4a40716e45a4c4ae567dabcd49b617437e84cccf7f79d8ae32aedfb07'
-
'8b0780182d4c943ad5e36b3a8b64ca3484c3debf09986bfb2c881848afeac8144e570e1ee36ae4b7e710d81ffd7bb64d249d971a690b7b8fa2d64b5a953fa3fc'
-
'03998eaf7c7935481141b6687cbf712fad54a831d9e93b84a936a7fe896f8005abfd1ea9245dcae901bfa6354d44424ddd09d519af8a5e885607ba9aa8202b4e'
-
'7439640d0f81fbee38de7200bf32fd83115958255c92e3b8b4413a7a687aa5b5e721a11f99bf54669a13d691ccae83dc71fe0beffa63415949c536f84db0b290'
-
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
-
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
-

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

2021-02-15 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 16, 2021 @ 07:45:38
  Author: farseerfc
Revision: 862234

upgpkg: skk-jisyo 20210214-1: skk-jisyo 20210214

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 07:42:46 UTC (rev 862233)
+++ PKGBUILD2021-02-16 07:45:38 UTC (rev 862234)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20210207
+pkgver=20210214
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -42,7 +42,7 @@
   
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
 done
 
-sha512sums=('4eeb2bda82953950bd72f8b17a7a255f12e8427cb61098b480d56b0d810bb552c031c30287bf99d4f8cfa8b5360eba374ace63b93a4f9a2ae3dfc2a878c60a21'
+sha512sums=('6a60b63727d46dd5a7d8eb3f279ab604d02791a15ba196c718e8aec9594692ce58de9d95f8b1f87a48a921053be8e9e1078dd88fca77c002ac8f0cbb29908f83'
 
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
 
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
 
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
@@ -50,7 +50,7 @@
 
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
 
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
 
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'f003f5b66c9fd325fe8d9da9c1aea6fe3c744568f138ed752daf36c5600b1c976b56a180af51d3731f0861eef38f4ac06e925cc0a599afc5c2a786f131944e8e'
+
'a65735224bb175af1fe6022d0153a4cd891be39f2b8d6d29d86d361b6d95848059a562abc8bc0553c58cdab750305e3f60177945c0de8a543c027cecdb6d9d86'
 
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
 
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
 
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
@@ -64,7 +64,7 @@
 
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
 
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
 
'b6ec4c742124a35ea6f2bd314dd40106c1ca58cd3d5bc9c836a423f42e3d31797862038de1bd2ad69b3f96336215f7fc39bcf9a6442277797f3013519436043b'
-
'68e2f91ab05da7397722634dd5267895724cb38f6055180cd9a60079ef01c072717a8fd4775a270d49c542e3231a61a9b3baa37f82a453c20d65d57c0c014e66'
+
'f05129d7b35fe3315a56f7234b8d5705e5515f4f8b6035d34d2e5c967fca63a2fff3274fbc63d960947c13a2ba201052c9f3efc376bbb354e27b0897dd9008f6'
 
'56bba4617a84a3da349b3beb3d33e43e473dfe2af0833158f9771e662ddb124b950389d0cc5efaf5afe375ebe192d02d4ac70efbafb2419717d45b64d273b1cd')
 
 


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

2021-02-15 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 16, 2021 @ 07:42:46
  Author: farseerfc
Revision: 862233

archrelease: copy trunk to community-x86_64

Added:
  toxic/repos/community-x86_64/PKGBUILD
(from rev 862232, toxic/trunk/PKGBUILD)
Deleted:
  toxic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 07:42:12 UTC (rev 862232)
+++ PKGBUILD2021-02-16 07:42:46 UTC (rev 862233)
@@ -1,38 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.10.0
-pkgrel=1
-depends=('curl'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'libx11'
- 'toxcore')
-arch=('x86_64')
-url='https://github.com/JFreegman/toxic'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
-   
"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc;
-   )
-sha512sums=('bfbe8e4c90b4fcbdbe7cc96cb402e4c2f1609e2970e51d6d2ad2c8596350ce96ac9f4d06fbb71350e56d8892e2ed4ee8c5adf4f66cdad6b152c959802bddc6cc'
-'SKIP')
-validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  # enabled X11 on konsole may cause 
https://github.com/JFreegman/toxic/issues/277
-  # but we can only do video and call with X11 enabled 
https://bugs.archlinux.org/task/52836
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: toxic/repos/community-x86_64/PKGBUILD (from rev 862232, 
toxic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 07:42:46 UTC (rev 862233)
@@ -0,0 +1,38 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.10.1
+pkgrel=1
+depends=('curl'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'libx11'
+ 'toxcore')
+arch=('x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc;
+   )
+sha512sums=('aec2e6612d639e0210ae68db3368b656647575e3d927444d0726422ff2cf9718dd5a8b3f37a8253cdc3714f09f9f96828dfccf7a7ae12f8a41ce3207f92a684d'
+'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # enabled X11 on konsole may cause 
https://github.com/JFreegman/toxic/issues/277
+  # but we can only do video and call with X11 enabled 
https://bugs.archlinux.org/task/52836
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2021-02-15 Thread Allan McRae via arch-commits
Date: Tuesday, February 16, 2021 @ 07:42:50
  Author: allan
Revision: 408201

archrelease: copy trunk to testing-x86_64

Added:
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 408200, binutils/trunk/PKGBUILD)

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

Copied: binutils/repos/testing-x86_64/PKGBUILD (from rev 408200, 
binutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 07:42:50 UTC (rev 408201)
@@ -0,0 +1,84 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=binutils
+pkgver=2.36.1
+pkgrel=2
+pkgdesc='A set of programs to assemble and manipulate binary and object files'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+groups=(base-devel)
+depends=(glibc zlib elfutils)
+makedepends=(elfutils git)
+conflicts=(binutils-multilib)
+replaces=(binutils-multilib)
+options=(staticlibs !distcc !ccache)
+#_commit=cb5f6a3e146cc70bc2d864989386df80acec5d3e
+#source=(git+https://sourceware.org/git/binutils-gdb.git#commit=$_commit)
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
+sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0'
+'SKIP')
+validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
+
+prepare() {
+  [[ ! -d binutils-gdb ]] && ln -s binutils-$pkgver binutils-gdb
+  mkdir -p binutils-build
+
+  cd binutils-gdb
+
+  # Turn off development mode (-Werror, gas run-time checks, date in sonames)
+  sed -i '/^development=/s/true/false/' bfd/development.sh
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-build
+
+  "$srcdir/binutils-gdb/configure" \
+--prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-cet \
+--enable-deterministic-archives \
+--enable-gold \
+--enable-ld=default \
+--enable-lto \
+--enable-plugins \
+--enable-relro \
+--enable-targets=x86_64-pep \
+--enable-threads \
+--disable-gdb \
+--disable-werror \
+--with-debuginfod \
+--with-pic \
+--with-system-zlib
+
+  make configure-host
+  make tooldir=/usr
+}
+
+check() {
+  cd binutils-build
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # ignore failures in gold testsuite...
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-build
+  make prefix="$pkgdir/usr" tooldir="$pkgdir/usr" install
+
+  # Remove unwanted files
+  rm -f "$pkgdir"/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # No shared linking to these files outside binutils
+  rm -f "$pkgdir"/usr/lib/lib{bfd,opcodes}.so
+  echo 'INPUT( /usr/lib/libbfd.a -liberty -lz -ldl )' > 
"$pkgdir/usr/lib/libbfd.so"
+  echo 'INPUT( /usr/lib/libopcodes.a -lbfd )' > "$pkgdir/usr/lib/libopcodes.so"
+}


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

2021-02-15 Thread Allan McRae via arch-commits
Date: Tuesday, February 16, 2021 @ 07:42:35
  Author: allan
Revision: 408200

upgpkg: binutils 2.36.1-2: reupload binutils-2.36.1 after fakeroot fix

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 07:34:15 UTC (rev 408199)
+++ PKGBUILD2021-02-16 07:42:35 UTC (rev 408200)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.36.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A set of programs to assemble and manipulate binary and object files'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'


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

2021-02-15 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 16, 2021 @ 07:42:12
  Author: farseerfc
Revision: 862232

upgpkg: toxic 0.10.1-1: toxic 0.10.1

Modified:
  toxic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 07:39:12 UTC (rev 862231)
+++ PKGBUILD2021-02-16 07:42:12 UTC (rev 862232)
@@ -4,7 +4,7 @@
 pkgname=toxic
 pkgdesc='CLI Tox client'
 license=('GPL3')
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 depends=('curl'
  'freealut'
@@ -17,7 +17,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;

"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc;
)
-sha512sums=('bfbe8e4c90b4fcbdbe7cc96cb402e4c2f1609e2970e51d6d2ad2c8596350ce96ac9f4d06fbb71350e56d8892e2ed4ee8c5adf4f66cdad6b152c959802bddc6cc'
+sha512sums=('aec2e6612d639e0210ae68db3368b656647575e3d927444d0726422ff2cf9718dd5a8b3f37a8253cdc3714f09f9f96828dfccf7a7ae12f8a41ce3207f92a684d'
 'SKIP')
 validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman 

 


[arch-commits] Commit in virtualbox/trunk (020-linux-5-11.patch PKGBUILD)

2021-02-15 Thread Christian Hesse via arch-commits
Date: Tuesday, February 16, 2021 @ 07:39:12
  Author: eworm
Revision: 862231

fix host modules for linux 5.11

Added:
  virtualbox/trunk/020-linux-5-11.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 020-linux-5-11.patch |   12 
 PKGBUILD |6 --
 2 files changed, 16 insertions(+), 2 deletions(-)

Added: 020-linux-5-11.patch
===
--- 020-linux-5-11.patch(rev 0)
+++ 020-linux-5-11.patch2021-02-16 07:39:12 UTC (rev 862231)
@@ -0,0 +1,12 @@
+diff --git a/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c 
b/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+index 7033b45..c8178a6 100644
+--- a/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
 b/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+@@ -39,6 +39,7 @@
+ #endif
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 05:13:05 UTC (rev 862230)
+++ PKGBUILD2021-02-16 07:39:12 UTC (rev 862231)
@@ -79,7 +79,8 @@
 '016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch'
 '017-fix-narrowing-conversion.patch'
 '018-xclient.patch'
-'019-python3.9.patch')
+'019-python3.9.patch'
+'020-linux-5-11.patch')
 sha256sums=('108d42b9b391b7a332a33df1662cf7b0e9d9a80f3079d16288d8b9487f427d40'
 'SKIP'
 '76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
@@ -104,7 +105,8 @@
 '100c9e14e9cfb12ae65364e830153d2481cf272ceeb39d11c6b203bc6e35bf0c'
 '5aac692909a0a0ec56b08bdece9e42cf7463abdca9da2f990d441ff463be6a99'
 'cac5a573e9ed5aafb2f469c2e6fffb8cd4f389bbadba5a968c9f65be7a72fee3'
-'039c7b520ae589bc52dc6c0e658f7ec28ca8defb12ccbc32ad9834361d23162c')
+'039c7b520ae589bc52dc6c0e658f7ec28ca8defb12ccbc32ad9834361d23162c'
+'a8fb9e4d0bb662a60953c17df79f60f225aaebf192bbd2319aa2b5d7a8a28bbc')
 
 prepare() {
 cd "VirtualBox-$pkgver"


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

2021-02-15 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 07:34:15
  Author: arojas
Revision: 408199

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 408198, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 07:34:07 UTC (rev 408198)
+++ PKGBUILD2021-02-16 07:34:15 UTC (rev 408199)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.6.2
-_clangver=11.0.1
-pkgrel=1
-pkgdesc='C++ IDE using KDE technologies'
-arch=(x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
- kcmutils threadweaver knewstuff)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
-optdepends=('konsole: embedded terminal'
-'git: Git support' 'subversion: SVN support'
-'gdb: GNU debugger support' 'lldb: LLDB debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration'
-'meson: meson integration'
-'qt5-tools: qthelp plugin'
-'okteta: GNU debugger support'
-'plasma-framework: for the plasma addons'
-'purpose: patch review plugin'
-'astyle: astyle plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler'
-'clazy: clazy analyzer plugin')
-conflicts=(kdevelop-qmljs kdevplatform)
-replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0f86bc3fe53f761c1e3e3f7544577a0c41433be8bff310cf2e729f76f4363bf6'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-  'C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C') # Milian Wolff 

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

Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 408198, 
kdevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 07:34:15 UTC (rev 408199)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.6.2
+_clangver=11.0.1
+pkgrel=2
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0f86bc3fe53f761c1e3e3f7544577a0c41433be8bff310cf2e729f76f4363bf6'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9'  # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+  'C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C') # Milian Wolff 

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

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

2021-02-15 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 07:34:07
  Author: arojas
Revision: 408198

Rebuild with ktexteditor 5.79

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 07:29:07 UTC (rev 408197)
+++ PKGBUILD2021-02-16 07:34:07 UTC (rev 408198)
@@ -5,7 +5,7 @@
 pkgname=kdevelop
 pkgver=5.6.2
 _clangver=11.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2021-02-15 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 07:29:07
  Author: arojas
Revision: 408197

archrelease: copy trunk to extra-x86_64

Added:
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 408196, akonadi/trunk/PKGBUILD)
Deleted:
  akonadi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 07:28:58 UTC (rev 408196)
+++ PKGBUILD2021-02-16 07:29:07 UTC (rev 408197)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=20.12.2
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7cd28bb436c8a06d6137d49aa28db93e0d575271deba02f11c8fe4dba918'
-'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_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kitemmodels kaccounts-integration)
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/bin # Provided by akonadi
-}
-
-package_akonadi() {
-  depends=(libakonadi mariadb)
-  optdepends=('postgresql: PostgreSQL backend')
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
-}

Copied: akonadi/repos/extra-x86_64/PKGBUILD (from rev 408196, 
akonadi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 07:29:07 UTC (rev 408197)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=20.12.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7cd28bb436c8a06d6137d49aa28db93e0d575271deba02f11c8fe4dba918'
+'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_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration)
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


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

2021-02-15 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 07:28:58
  Author: arojas
Revision: 408196

Rebuild with ECM 5.79 to fix templates

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 05:04:28 UTC (rev 408195)
+++ PKGBUILD2021-02-16 07:28:58 UTC (rev 408196)
@@ -6,7 +6,7 @@
 pkgbase=akonadi
 pkgname=(akonadi libakonadi)
 pkgver=20.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
 url='https://kontact.kde.org'


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

2021-02-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 16, 2021 @ 05:13:05
  Author: foutrelis
Revision: 862230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 05:12:57 UTC (rev 862229)
+++ PKGBUILD2021-02-16 05:13:05 UTC (rev 862230)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Timm Preetz 
-
-pkgname=python-pygments
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="Python syntax highlighter"
-arch=('any')
-url="https://pygments.org/;
-license=('BSD')
-depends=('python-setuptools')
-makedepends=('python-sphinx')
-checkdepends=('python-pytest')
-provides=('pygmentize')
-conflicts=('pygmentize')
-replaces=('pygmentize')
-source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
-sha256sums=('df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337')
-
-build() {
-  cd "$srcdir/Pygments-$pkgver"
-  make -C doc html
-}
-
-check() {
-  cd "$srcdir/Pygments-$pkgver"
-  PYTHONDONTWRITEBYTECODE=1 pytest
-}
-
-package() {
-  cd "$srcdir/Pygments-$pkgver"
-
-  export PYTHONHASHSEED=0
-  python3 setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
-  install -Dm644 external/pygments.bashcomp \
-"$pkgdir/usr/share/bash-completion/completions/pygmentize"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygments/repos/community-any/PKGBUILD (from rev 862229, 
python-pygments/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 05:13:05 UTC (rev 862230)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Timm Preetz 
+
+pkgname=python-pygments
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Python syntax highlighter"
+arch=('any')
+url="https://pygments.org/;
+license=('BSD')
+depends=('python-setuptools')
+makedepends=('python-sphinx')
+checkdepends=('python-pytest')
+provides=('pygmentize')
+conflicts=('pygmentize')
+replaces=('pygmentize')
+source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
+sha256sums=('37a13ba168a02ac54cc5891a42b1caec333e59b66addb7fa633ea8a6d73445c0')
+
+build() {
+  cd "$srcdir/Pygments-$pkgver"
+  make -C doc html
+}
+
+check() {
+  cd "$srcdir/Pygments-$pkgver"
+  PYTHONDONTWRITEBYTECODE=1 pytest
+}
+
+package() {
+  cd "$srcdir/Pygments-$pkgver"
+
+  export PYTHONHASHSEED=0
+  python3 setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
+  install -Dm644 external/pygments.bashcomp \
+"$pkgdir/usr/share/bash-completion/completions/pygmentize"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 16, 2021 @ 05:12:57
  Author: foutrelis
Revision: 862229

upgpkg: python-pygments 2.8.0-1: new upstream release

Modified:
  python-pygments/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 03:31:12 UTC (rev 862228)
+++ PKGBUILD2021-02-16 05:12:57 UTC (rev 862229)
@@ -2,7 +2,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=python-pygments
-pkgver=2.7.4
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Python syntax highlighter"
 arch=('any')
@@ -15,7 +15,7 @@
 conflicts=('pygmentize')
 replaces=('pygmentize')
 source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
-sha256sums=('df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337')
+sha256sums=('37a13ba168a02ac54cc5891a42b1caec333e59b66addb7fa633ea8a6d73445c0')
 
 build() {
   cd "$srcdir/Pygments-$pkgver"


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

2021-02-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 16, 2021 @ 05:04:28
  Author: foutrelis
Revision: 408195

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 408194, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 05:04:20 UTC (rev 408194)
+++ PKGBUILD2021-02-16 05:04:28 UTC (rev 408195)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.7
-pkgrel=1
-pkgdesc="Intelligent WHOIS client"
-arch=('x86_64')
-url="https://github.com/rfc1036/whois;
-license=('GPL')
-depends=('libidn2')
-makedepends=('perl' 'git')
-backup=('etc/whois.conf')
-source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
-sha256sums=('SKIP')
-validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

-
-build() {
-  cd "$srcdir/$pkgname"
-  make \
-CONFIG_FILE=/etc/whois.conf \
-CFLAGS="$CFLAGS $CPPFLAGS" \
-HAVE_ICONV=1
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make prefix=/usr BASEDIR="$pkgdir" install-whois
-  install -Dm644 whois.conf -t "$pkgdir/etc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 408194, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 05:04:28 UTC (rev 408195)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.8
+pkgrel=1
+pkgdesc="Intelligent WHOIS client"
+arch=('x86_64')
+url="https://github.com/rfc1036/whois;
+license=('GPL')
+depends=('libidn2')
+makedepends=('perl' 'git')
+backup=('etc/whois.conf')
+source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
+sha256sums=('SKIP')
+validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

+
+build() {
+  cd "$srcdir/$pkgname"
+  make \
+CONFIG_FILE=/etc/whois.conf \
+CFLAGS="$CFLAGS $CPPFLAGS" \
+HAVE_ICONV=1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make prefix=/usr BASEDIR="$pkgdir" install-whois
+  install -Dm644 whois.conf -t "$pkgdir/etc"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 16, 2021 @ 05:04:20
  Author: foutrelis
Revision: 408194

upgpkg: whois 5.5.8-1: new upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:58:12 UTC (rev 408193)
+++ PKGBUILD2021-02-16 05:04:20 UTC (rev 408194)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.5.7
+pkgver=5.5.8
 pkgrel=1
 pkgdesc="Intelligent WHOIS client"
 arch=('x86_64')


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

2021-02-15 Thread Eli Schwartz via arch-commits
Date: Tuesday, February 16, 2021 @ 03:31:12
  Author: eschwartz
Revision: 862228

python-py7zr: use pytest markers rather than excluding files

Modified:
  python-py7zr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 02:44:30 UTC (rev 862227)
+++ PKGBUILD2021-02-16 03:31:12 UTC (rev 862228)
@@ -39,8 +39,7 @@
 check() {
 cd "${srcdir}"/${_pkgname}-${pkgver}
 
-python -m pytest -rsx \
---ignore tests/test_benchmark.py
+python -m pytest -rsx -m 'not benchmark'
 }
 
 package() {


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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 02:44:30
  Author: kgizdov
Revision: 862227

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 02:44:14
  Author: kgizdov
Revision: 862226

upgpkg: root 6.22.06-4: cuda 11.2.1 rebuild

Modified:
  root/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 02:20:25 UTC (rev 862225)
+++ PKGBUILD2021-02-16 02:44:14 UTC (rev 862226)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.22.06
-pkgrel=3
+pkgrel=4
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'


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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 02:20:25
  Author: kgizdov
Revision: 862225

archrelease: copy trunk to community-testing-x86_64

Added:
  arrayfire/repos/community-testing-x86_64/PKGBUILD
(from rev 862224, arrayfire/trunk/PKGBUILD)
Deleted:
  arrayfire/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 02:20:15 UTC (rev 862224)
+++ PKGBUILD2021-02-16 02:20:25 UTC (rev 862225)
@@ -1,57 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgver=3.8.0
-pkgrel=3
-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')
-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
-}

Copied: arrayfire/repos/community-testing-x86_64/PKGBUILD (from rev 862224, 
arrayfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 02:20:25 UTC (rev 862225)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgver=3.8.0
+pkgrel=4
+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-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 02:20:15
  Author: kgizdov
Revision: 862224

upgpkg: arrayfire 3.8.0-4: add missing optdep

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 02:00:06 UTC (rev 862223)
+++ PKGBUILD2021-02-16 02:20:15 UTC (rev 862224)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=arrayfire
 pkgver=3.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 arch=('x86_64')
 url='https://arrayfire.com'
@@ -11,7 +11,8 @@
 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')
+'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')


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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 02:00:06
  Author: kgizdov
Revision: 862223

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pycuda/repos/community-testing-x86_64/
  python-pycuda/repos/community-testing-x86_64/LICENSE
(from rev 86, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-testing-x86_64/PKGBUILD
(from rev 86, python-pycuda/trunk/PKGBUILD)

--+
 LICENSE  |7 +++
 PKGBUILD |   54 ++
 2 files changed, 61 insertions(+)

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

Copied: python-pycuda/repos/community-testing-x86_64/PKGBUILD (from rev 86, 
python-pycuda/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 02:00:06 UTC (rev 862223)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'pycuda-headers')
+pkgver=2020.1
+pkgrel=6
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('x86_64')
+url="https://mathema.tician.de/software/pycuda;
+license=('MIT' 'Apache')
+source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
+LICENSE)
+makedepends=('ctags' 'python-setuptools' 'python-numpy' 'mesa' 'cuda' 'boost' 
'nvidia-utils')
+sha512sums=('b9992060cd27b5bbc4a2245bb06551ad7fda99d3fb4e0753a26a0d020131765ab7ae9343ae3999e83b3efc50d83ee69f85f30317d158ca9f0d7092185b9e7c35'
+
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
+
+build() {
+   cd "${srcdir}"
+
+   _arch=''
+   [[ "$CARCH" = "x86_64" ]] && _arch='64'
+
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include
+}
+
+package_pycuda-headers() {
+   cd "${srcdir}"/pycuda-${pkgver}
+   install -dm755 "${pkgdir}"/usr/include/pycuda
+
+   for file in $(ls -1 src/cpp/*.hpp); do
+  install -m644 ${file} "${pkgdir}"/usr/include/pycuda
+   done
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 16, 2021 @ 01:59:57
  Author: kgizdov
Revision: 86

upgpkg: python-pycuda 2020.1-6: cuda 11.2.1 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:58:09 UTC (rev 862221)
+++ PKGBUILD2021-02-16 01:59:57 UTC (rev 86)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2020.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:09
  Author: heftig
Revision: 408191

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 408190, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-15 23:58:09 UTC (rev 408191)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=460.39
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' 'pahole' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:12
  Author: heftig
Revision: 408193

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 408190, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 408191, linux/trunk/config)
  linux/repos/testing-x86_64/sphinx-workaround.patch
(from rev 408191, linux/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |10255 ++
 sphinx-workaround.patch |   19 
 3 files changed, 10473 insertions(+)

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


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:05
  Author: heftig
Revision: 862218

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 862213, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
862213, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:05 UTC (rev 862218)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.7
+pkgrel=6
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers' 'pahole')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz;)
+sha512sums=('51e8488b4d0652d24afd1b5bd74e88140e2754354bfa85639c668479deca25e8163f3ffcf8bc1c6629d97d1cea24de89c65a76b8c9902745911fd0ed9b12b770')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  # https://github.com/linuxdeepin/deepin-anything/issues/36
+  sed -i '454s/return;/return -1;/' kernelmod/vfs_kretprobes.c
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:06
  Author: heftig
Revision: 862219

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 862213, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 862213, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 862213, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
862213, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2021-02-15 23:58:06 UTC (rev 862219)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
862213, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:06 UTC (rev 862219)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=88
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'pahole' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:06
  Author: heftig
Revision: 862220

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 862215, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:06 UTC (rev 862220)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=268
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" 'pahole' 
"${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:12
  Author: heftig
Revision: 408192

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 408190, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 408191, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/sphinx-workaround.patch
(from rev 408191, linux-zen/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |10301 ++
 sphinx-workaround.patch |   19 
 3 files changed, 10519 insertions(+)

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


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:03
  Author: heftig
Revision: 862214

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 862213, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 862213, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:03 UTC (rev 862214)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=29
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' 'pahole' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:09
  Author: heftig
Revision: 862221

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 862216, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 862218, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 862219, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 862216, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2021-02-15 23:58:09 UTC 
(rev 862221)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
862218, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-02-15 23:58:09 UTC 
(rev 862221)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 862219, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:09 UTC (rev 862221)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=389
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers' 'pahole')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:04
  Author: heftig
Revision: 862216

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 862213, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 862213, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:04 UTC (rev 862216)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=68
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers' 'pahole')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:05
  Author: heftig
Revision: 862217

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 862213, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 862213, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 862213, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
862213, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-02-15 23:58:05 UTC (rev 
862217)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 862213, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:05 UTC (rev 862217)
@@ -0,0 +1,54 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=112
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers' 'pahole')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:58:04
  Author: heftig
Revision: 862215

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 862213, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 862213, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:58:04 UTC (rev 862215)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=276
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'pahole' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:43
  Author: heftig
Revision: 862213

5.0.7-6: linux 5.11.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:57:38 UTC (rev 862212)
+++ PKGBUILD2021-02-15 23:57:43 UTC (rev 862213)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:41
  Author: heftig
Revision: 408190

460.39-9: linux 5.11.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:56:35 UTC (rev 408189)
+++ PKGBUILD2021-02-15 23:57:41 UTC (rev 408190)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=460.39
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:38
  Author: heftig
Revision: 862212

1.2.1-29: linux 5.11.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:57:36 UTC (rev 862211)
+++ PKGBUILD2021-02-15 23:57:38 UTC (rev 862212)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=28
+pkgrel=29
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:27
  Author: heftig
Revision: 862207

0.43-276: linux 5.11.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:57:25 UTC (rev 862206)
+++ PKGBUILD2021-02-15 23:57:27 UTC (rev 862207)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=275
+pkgrel=276
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:31
  Author: heftig
Revision: 862209

0.8-389: linux 5.11.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:57:29 UTC (rev 862208)
+++ PKGBUILD2021-02-15 23:57:31 UTC (rev 862209)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=388
+pkgrel=389
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:34
  Author: heftig
Revision: 862210

8.048.03-68: linux 5.11.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:57:31 UTC (rev 862209)
+++ PKGBUILD2021-02-15 23:57:34 UTC (rev 862210)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=67
+pkgrel=68
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:29
  Author: heftig
Revision: 862208

6.30.223.271-268: linux 5.11.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:57:27 UTC (rev 862207)
+++ PKGBUILD2021-02-15 23:57:29 UTC (rev 862208)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=267
+pkgrel=268
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:36
  Author: heftig
Revision: 862211

20200106-112: linux 5.11.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:57:34 UTC (rev 862210)
+++ PKGBUILD2021-02-15 23:57:36 UTC (rev 862211)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=111
+pkgrel=112
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:57:25
  Author: heftig
Revision: 862206

r73.0cf3b48-88: linux 5.11.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:28:17 UTC (rev 862205)
+++ PKGBUILD2021-02-15 23:57:25 UTC (rev 862206)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=87
+pkgrel=88
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;


[arch-commits] Commit in linux/trunk (PKGBUILD config sphinx-workaround.patch)

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:56:35
  Author: heftig
Revision: 408189

5.11.arch1-1

Added:
  linux/trunk/sphinx-workaround.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

-+
 PKGBUILD|6 +
 config  |  176 --
 sphinx-workaround.patch |   19 
 3 files changed, 148 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:56:09 UTC (rev 408188)
+++ PKGBUILD2021-02-15 23:56:35 UTC (rev 408189)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.10.16.arch1
+pkgver=5.11.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -18,6 +18,7 @@
 source=(
   "$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag;
   config # the main kernel config file
+  sphinx-workaround.patch  # Sphinx 3.5 broke the build again
 )
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
@@ -25,7 +26,8 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'47a5c0cbe4f75e77fe64953b516a6a9f277c1dfb812e31edf5cb25feb1b3819a')
+'d8d5d11c80424985642b0eea6ace3256b5a1e5e69d637104523460a5ebdda202'
+'52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-02-15 23:56:09 UTC (rev 408188)
+++ config  2021-02-15 23:56:35 UTC (rev 408189)
@@ -1,11 +1,11 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.13-arch1 Kernel Configuration
+# Linux/x86 5.11.0-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
 CONFIG_GCC_VERSION=100200
-CONFIG_LD_VERSION=23501
+CONFIG_LD_VERSION=23600
 CONFIG_CLANG_VERSION=0
 CONFIG_LLD_VERSION=0
 CONFIG_CC_CAN_LINK=y
@@ -316,7 +316,6 @@
 CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
 CONFIG_ZONE_DMA32=y
 CONFIG_AUDIT_ARCH=y
-CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 CONFIG_HAVE_INTEL_TXT=y
 CONFIG_X86_64_SMP=y
 CONFIG_ARCH_SUPPORTS_UPROBES=y
@@ -351,11 +350,12 @@
 CONFIG_X86_HV_CALLBACK_VECTOR=y
 CONFIG_XEN=y
 CONFIG_XEN_PV=y
+CONFIG_XEN_512GB=y
 CONFIG_XEN_PV_SMP=y
 CONFIG_XEN_DOM0=y
 CONFIG_XEN_PVHVM=y
 CONFIG_XEN_PVHVM_SMP=y
-CONFIG_XEN_512GB=y
+CONFIG_XEN_PVHVM_GUEST=y
 CONFIG_XEN_SAVE_RESTORE=y
 # CONFIG_XEN_DEBUG_FS is not set
 CONFIG_XEN_PVH=y
@@ -462,6 +462,7 @@
 # CONFIG_X86_INTEL_TSX_MODE_OFF is not set
 # CONFIG_X86_INTEL_TSX_MODE_ON is not set
 CONFIG_X86_INTEL_TSX_MODE_AUTO=y
+CONFIG_X86_SGX=y
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y
 CONFIG_EFI_MIXED=y
@@ -817,6 +818,7 @@
 CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
 CONFIG_SECCOMP=y
 CONFIG_SECCOMP_FILTER=y
+# CONFIG_SECCOMP_CACHE_DEBUG is not set
 CONFIG_HAVE_ARCH_STACKLEAK=y
 CONFIG_HAVE_STACKPROTECTOR=y
 CONFIG_STACKPROTECTOR=y
@@ -823,8 +825,10 @@
 CONFIG_STACKPROTECTOR_STRONG=y
 CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
 CONFIG_HAVE_CONTEXT_TRACKING=y
+CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK=y
 CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
+CONFIG_HAVE_MOVE_PUD=y
 CONFIG_HAVE_MOVE_PMD=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
@@ -859,6 +863,7 @@
 CONFIG_HAVE_STATIC_CALL=y
 CONFIG_HAVE_STATIC_CALL_INLINE=y
 CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
+CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 
 #
 # GCOV-based kernel profiling
@@ -1067,7 +1072,7 @@
 CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
 CONFIG_ARCH_HAS_PKEYS=y
 # CONFIG_PERCPU_STATS is not set
-# CONFIG_GUP_BENCHMARK is not set
+# CONFIG_GUP_TEST is not set
 CONFIG_READ_ONLY_THP_FOR_FS=y
 CONFIG_ARCH_HAS_PTE_SPECIAL=y
 CONFIG_MAPPING_DIRTY_HELPERS=y
@@ -1291,6 +1296,7 @@
 CONFIG_NFT_DUP_NETDEV=m
 CONFIG_NFT_FWD_NETDEV=m
 CONFIG_NFT_FIB_NETDEV=m
+CONFIG_NFT_REJECT_NETDEV=m
 CONFIG_NF_FLOW_TABLE_INET=m
 CONFIG_NF_FLOW_TABLE=m
 CONFIG_NETFILTER_XTABLES=m
@@ -1594,6 +1600,7 @@
 CONFIG_BRIDGE_IGMP_SNOOPING=y
 CONFIG_BRIDGE_VLAN_FILTERING=y
 CONFIG_BRIDGE_MRP=y
+CONFIG_BRIDGE_CFM=y
 CONFIG_HAVE_NET_DSA=y
 CONFIG_NET_DSA=m
 CONFIG_NET_DSA_TAG_8021Q=m
@@ -1601,7 +1608,9 @@
 CONFIG_NET_DSA_TAG_BRCM_COMMON=m
 CONFIG_NET_DSA_TAG_BRCM=m
 CONFIG_NET_DSA_TAG_BRCM_PREPEND=m
+CONFIG_NET_DSA_TAG_HELLCREEK=m
 CONFIG_NET_DSA_TAG_GSWIP=m
+CONFIG_NET_DSA_TAG_DSA_COMMON=m
 CONFIG_NET_DSA_TAG_DSA=m
 CONFIG_NET_DSA_TAG_EDSA=m
 CONFIG_NET_DSA_TAG_MTK=m
@@ -1755,9 +1764,7 @@
 CONFIG_BATMAN_ADV_DAT=y
 CONFIG_BATMAN_ADV_NC=y
 CONFIG_BATMAN_ADV_MCAST=y
-CONFIG_BATMAN_ADV_DEBUGFS=y
 # CONFIG_BATMAN_ADV_DEBUG is not set
-CONFIG_BATMAN_ADV_SYSFS=y
 # CONFIG_BATMAN_ADV_TRACING is not set
 CONFIG_OPENVSWITCH=m
 CONFIG_OPENVSWITCH_GRE=m
@@ -1851,6 +1858,7 @@
 CONFIG_CAN_CC770_PLATFORM=m
 CONFIG_CAN_IFI_CANFD=m
 CONFIG_CAN_M_CAN=m

[arch-commits] Commit in linux-zen/trunk (PKGBUILD config sphinx-workaround.patch)

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:56:09
  Author: heftig
Revision: 408188

5.11.zen1-1

Added:
  linux-zen/trunk/sphinx-workaround.patch
Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

-+
 PKGBUILD|6 +
 config  |  176 --
 sphinx-workaround.patch |   19 
 3 files changed, 148 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:38:33 UTC (rev 408187)
+++ PKGBUILD2021-02-15 23:56:09 UTC (rev 408188)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.10.16.zen1
+pkgver=5.11.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -18,6 +18,7 @@
 source=(
   "$_srcname::git+https://github.com/zen-kernel/zen-kernel?signed#tag=$_srctag;
   config # the main kernel config file
+  sphinx-workaround.patch  # Sphinx 3.5 broke the build again
 )
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
@@ -25,7 +26,8 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'7ef67a529020f4d936d2f6f141f23ac86ebfa73e69230dea883dcc310dd0514a')
+'f6d2f86fbc8e9c7439f146d34a3ed4139751f9542179844214d2d67486cee435'
+'52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-02-15 23:38:33 UTC (rev 408187)
+++ config  2021-02-15 23:56:09 UTC (rev 408188)
@@ -1,11 +1,11 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.13-zen1 Kernel Configuration
+# Linux/x86 5.11.0-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
 CONFIG_GCC_VERSION=100200
-CONFIG_LD_VERSION=23501
+CONFIG_LD_VERSION=23600
 CONFIG_CLANG_VERSION=0
 CONFIG_LLD_VERSION=0
 CONFIG_CC_CAN_LINK=y
@@ -320,7 +320,6 @@
 CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
 CONFIG_ZONE_DMA32=y
 CONFIG_AUDIT_ARCH=y
-CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 CONFIG_HAVE_INTEL_TXT=y
 CONFIG_X86_64_SMP=y
 CONFIG_ARCH_SUPPORTS_UPROBES=y
@@ -355,11 +354,12 @@
 CONFIG_X86_HV_CALLBACK_VECTOR=y
 CONFIG_XEN=y
 CONFIG_XEN_PV=y
+CONFIG_XEN_512GB=y
 CONFIG_XEN_PV_SMP=y
 CONFIG_XEN_DOM0=y
 CONFIG_XEN_PVHVM=y
 CONFIG_XEN_PVHVM_SMP=y
-CONFIG_XEN_512GB=y
+CONFIG_XEN_PVHVM_GUEST=y
 CONFIG_XEN_SAVE_RESTORE=y
 # CONFIG_XEN_DEBUG_FS is not set
 CONFIG_XEN_PVH=y
@@ -496,6 +496,7 @@
 # CONFIG_X86_INTEL_TSX_MODE_OFF is not set
 # CONFIG_X86_INTEL_TSX_MODE_ON is not set
 CONFIG_X86_INTEL_TSX_MODE_AUTO=y
+CONFIG_X86_SGX=y
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y
 CONFIG_EFI_MIXED=y
@@ -851,6 +852,7 @@
 CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
 CONFIG_SECCOMP=y
 CONFIG_SECCOMP_FILTER=y
+# CONFIG_SECCOMP_CACHE_DEBUG is not set
 CONFIG_HAVE_ARCH_STACKLEAK=y
 CONFIG_HAVE_STACKPROTECTOR=y
 CONFIG_STACKPROTECTOR=y
@@ -857,8 +859,10 @@
 CONFIG_STACKPROTECTOR_STRONG=y
 CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
 CONFIG_HAVE_CONTEXT_TRACKING=y
+CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK=y
 CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
+CONFIG_HAVE_MOVE_PUD=y
 CONFIG_HAVE_MOVE_PMD=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
@@ -893,6 +897,7 @@
 CONFIG_HAVE_STATIC_CALL=y
 CONFIG_HAVE_STATIC_CALL_INLINE=y
 CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
+CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 
 #
 # GCOV-based kernel profiling
@@ -1103,7 +1108,7 @@
 CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
 CONFIG_ARCH_HAS_PKEYS=y
 # CONFIG_PERCPU_STATS is not set
-# CONFIG_GUP_BENCHMARK is not set
+# CONFIG_GUP_TEST is not set
 CONFIG_READ_ONLY_THP_FOR_FS=y
 CONFIG_ARCH_HAS_PTE_SPECIAL=y
 CONFIG_MAPPING_DIRTY_HELPERS=y
@@ -1328,6 +1333,7 @@
 CONFIG_NFT_DUP_NETDEV=m
 CONFIG_NFT_FWD_NETDEV=m
 CONFIG_NFT_FIB_NETDEV=m
+CONFIG_NFT_REJECT_NETDEV=m
 CONFIG_NF_FLOW_TABLE_INET=m
 CONFIG_NF_FLOW_TABLE=m
 CONFIG_NETFILTER_XTABLES=m
@@ -1631,6 +1637,7 @@
 CONFIG_BRIDGE_IGMP_SNOOPING=y
 CONFIG_BRIDGE_VLAN_FILTERING=y
 CONFIG_BRIDGE_MRP=y
+CONFIG_BRIDGE_CFM=y
 CONFIG_HAVE_NET_DSA=y
 CONFIG_NET_DSA=m
 CONFIG_NET_DSA_TAG_8021Q=m
@@ -1638,7 +1645,9 @@
 CONFIG_NET_DSA_TAG_BRCM_COMMON=m
 CONFIG_NET_DSA_TAG_BRCM=m
 CONFIG_NET_DSA_TAG_BRCM_PREPEND=m
+CONFIG_NET_DSA_TAG_HELLCREEK=m
 CONFIG_NET_DSA_TAG_GSWIP=m
+CONFIG_NET_DSA_TAG_DSA_COMMON=m
 CONFIG_NET_DSA_TAG_DSA=m
 CONFIG_NET_DSA_TAG_EDSA=m
 CONFIG_NET_DSA_TAG_MTK=m
@@ -1792,9 +1801,7 @@
 CONFIG_BATMAN_ADV_DAT=y
 CONFIG_BATMAN_ADV_NC=y
 CONFIG_BATMAN_ADV_MCAST=y
-CONFIG_BATMAN_ADV_DEBUGFS=y
 # CONFIG_BATMAN_ADV_DEBUG is not set
-CONFIG_BATMAN_ADV_SYSFS=y
 # CONFIG_BATMAN_ADV_TRACING is not set
 CONFIG_OPENVSWITCH=m
 CONFIG_OPENVSWITCH_GRE=m
@@ -1888,6 +1895,7 @@
 CONFIG_CAN_CC770_PLATFORM=m
 CONFIG_CAN_IFI_CANFD=m
 

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

2021-02-15 Thread Levente Polyak via arch-commits
Date: Monday, February 15, 2021 @ 23:38:33
  Author: anthraxx
Revision: 408187

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  187 -
 mpd.conf |   12 +--
 mpd.sysusers |4 -
 mpd.tmpfiles |6 -
 4 files changed, 105 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-15 23:38:28 UTC (rev 408186)
+++ PKGBUILD2021-02-15 23:38:33 UTC (rev 408187)
@@ -1,93 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Levente Polyak 
-# Contributor: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.22.4
-pkgrel=2
-pkgdesc="Flexible, powerful, server-side application for playing music"
-url="https://www.musicpd.org/;
-license=('GPL2')
-arch=('x86_64')
-depends=('bzip2' 'chromaprint' 'gcc-libs' 'glibc' 'lame' 'libcdio'
-'libcdio-paranoia' 'libgcrypt' 'libgme' 'libmad' 'libmms' 'libmodplug'
-'libmpcdec' 'libnfs' 'libshout' 'libsidplayfp' 'libsoxr' 'openal' 'opus'
-'smbclient' 'sqlite' 'wavpack' 'wildmidi' 'zlib' 'zziplib')
-makedepends=('alsa-lib' 'audiofile' 'avahi' 'boost' 'curl' 'dbus' 'expat'
-'faad2' 'ffmpeg' 'flac' 'fluidsynth' 'icu' 'jack' 'libao' 'libid3tag'
-'libmikmod' 'libmpdclient' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile'
-'libupnp' 'liburing' 'libvorbis' 'meson' 'mpg123' 'python-sphinx'
-'systemd-libs' 'twolame' 'yajl')
-backup=("etc/${pkgname}.conf")
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-"${pkgname}.conf"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('e169d6656b378d52798e822ffd47f554bd7c076ca8bc5a1119e3b2fad36bee79335dc392aa8d78d854689af62168625698c1777440e08a67075099898ee5fe34'
-'SKIP'
-
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
-
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
-
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d')
-b2sums=('d8060a205f94fa369ad8aee7a3e12f1389e7587aac7843eeec6ab3e6b39c2e063cfd5413bc7c9738ce6c68c56d3befefd48112c1c93f725a6940ff1889d882e6'
-'SKIP'
-
'0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf'
-
'4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb'
-
'd7b587c25dd5830c27af475a8fdd8102139d7c8fdd6f04fe23b36be030e4411582e289f575c299255ff8183096f7d47247327276f9a24641cbd032d9675b837a')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -e '/\[Service\]/a User=mpd' \
-  -i "systemd/system/mpd.service.in"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # NOTE: sndio conflicts with alsa
-  # TODO: package adplug
-  # TODO: package shine
-  meson --prefix /usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
--D documentation=enabled \
--D adplug=disabled \
--D sndio=disabled \
--D shine=disabled \
--D tremor=disabled \
-build
-  ninja -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  ninja -C build test
-}
-
-package() {
-  depends+=('libbz2.so' 'libFLAC.so' 'libao.so' 'libasound.so' 
'libaudiofile.so'
-  'libavahi-client.so' 'libavahi-common.so' 'libavcodec.so' 'libavformat.so'
-  'libavutil.so' 'libcurl.so' 'libdbus-1.so' 'libexpat.so' 'libfaad.so'
-  'libfluidsynth.so' 'libicui18n.so' 'libicuuc.so' 'libid3tag.so' 'libjack.so'
-  'libmikmod.so' 'libmpdclient.so' 'libmpg123.so' 'libogg.so' 'libpulse.so'
-  'libsamplerate.so' 'libsndfile.so' 'libsystemd.so' 'libtwolame.so'
-  'libupnp.so' 'liburing.so' 'libvorbis.so' 'libvorbisenc.so' 'libyajl.so')
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -vDm 644 "doc/${pkgname}conf.example" \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 

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

2021-02-15 Thread Levente Polyak via arch-commits
Date: Monday, February 15, 2021 @ 23:38:28
  Author: anthraxx
Revision: 408186

upgpkg: mpd 0.22.5-1

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:07:24 UTC (rev 408185)
+++ PKGBUILD2021-02-15 23:38:28 UTC (rev 408186)
@@ -7,8 +7,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.22.4
-pkgrel=2
+pkgver=0.22.5
+pkgrel=1
 pkgdesc="Flexible, powerful, server-side application for playing music"
 url="https://www.musicpd.org/;
 license=('GPL2')
@@ -27,12 +27,12 @@
 "${pkgname}.conf"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha512sums=('e169d6656b378d52798e822ffd47f554bd7c076ca8bc5a1119e3b2fad36bee79335dc392aa8d78d854689af62168625698c1777440e08a67075099898ee5fe34'
+sha512sums=('589516b7ee5820cbeee99042017b411a46857d39547302bce0bedb9c265da2c8465224a6817a1b7e65105f344398bee5fb2a3674064e42507157cdac01416295'
 'SKIP'
 
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
 
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
 
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d')
-b2sums=('d8060a205f94fa369ad8aee7a3e12f1389e7587aac7843eeec6ab3e6b39c2e063cfd5413bc7c9738ce6c68c56d3befefd48112c1c93f725a6940ff1889d882e6'
+b2sums=('2c7375af25c1b5d6dd8cf79f71e67842f75dcdb38b1ca90c8dda2661a5bd6d110ad0ebbefc53e0a38cfa6434ee4d2ad99688982588ee6d8d6895b24e15e3f927'
 'SKIP'
 
'0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf'
 
'4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb'
@@ -80,7 +80,8 @@
   'libfluidsynth.so' 'libicui18n.so' 'libicuuc.so' 'libid3tag.so' 'libjack.so'
   'libmikmod.so' 'libmpdclient.so' 'libmpg123.so' 'libogg.so' 'libpulse.so'
   'libsamplerate.so' 'libsndfile.so' 'libsystemd.so' 'libtwolame.so'
-  'libupnp.so' 'liburing.so' 'libvorbis.so' 'libvorbisenc.so' 'libyajl.so')
+  'libupnp.so' 'liburing.so' 'libvorbis.so' 'libvorbisenc.so' 'libyajl.so'
+  'libavfilter.so' 'libchromaprint.so' 'libixml.so')
   cd "${pkgname}-${pkgver}"
   DESTDIR="${pkgdir}" ninja -C build install
   install -vDm 644 "doc/${pkgname}conf.example" \


[arch-commits] Commit in haskell-persistent-qq/repos (2 files)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:28:17
  Author: felixonmars
Revision: 862205

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-qq/repos/community-staging-x86_64/
  haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD
(from rev 862204, haskell-persistent-qq/trunk/PKGBUILD)

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

Copied: haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
862204, haskell-persistent-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:28:17 UTC (rev 862205)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-qq
+pkgname=haskell-persistent-qq
+pkgver=2.9.2.1
+pkgrel=61
+pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
+url="https://github.com/yesod-web/persistent;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta' 'haskell-persistent')
+makedepends=('ghc' 'haskell-aeson' 'haskell-fast-logger' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-monad-logger' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-resourcet' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('d93bf08c64ef0454f0c956e393a39df4e1facceb25b010badb4305629f2dcd4157ef32735d7feed9aca90bd6e5f09a0ade723cfd6d60324ea842d4b54bacbcad')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-persistent-qq/trunk (PKGBUILD)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:28:08
  Author: felixonmars
Revision: 862204

upgpkg: haskell-persistent-qq 2.9.2.1-61: rebuild with persistent-sqlite 
2.11.1.0

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:26:46 UTC (rev 862203)
+++ PKGBUILD2021-02-15 23:28:08 UTC (rev 862204)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.9.2.1
-pkgrel=60
+pkgrel=61
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent;
 license=('MIT')


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:26:46
  Author: felixonmars
Revision: 862203

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 862202, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/optparse-applicative-0.16.patch
(from rev 862202, stack/trunk/optparse-applicative-0.16.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 862202, stack/trunk/stack.install)

-+
 PKGBUILD|   81 ++
 optparse-applicative-0.16.patch |   25 +++
 stack.install   |4 +
 3 files changed, 110 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 862202, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:26:46 UTC (rev 862203)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.5.1
+pkgrel=118
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+optparse-applicative-0.16.patch)
+sha512sums=('SKIP'
+
'3ed61162edd869d5634e7e8485d784b9a192c97626da817635e6c756ca651454b5b806085aea6d7f8fd54041ae06e1613d9547958a85b777d2dfc35b02c0fbea')
+
+prepare() {
+  cd $pkgname
+  sed -i -e '/semigroups/d' $pkgname.cabal
+  sed -i '1i{-# LANGUAGE DataKinds #-}' src/Stack/Storage/User.hs 
src/Stack/Storage/Project.hs
+  patch -p1 -i ../optparse-applicative-0.16.patch
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f 

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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:26:33
  Author: felixonmars
Revision: 862202

upgpkg: stack 2.5.1-118: rebuild with persistent-sqlite 2.11.1.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:20:25 UTC (rev 862201)
+++ PKGBUILD2021-02-15 23:26:33 UTC (rev 862202)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=117
+pkgrel=118
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:20:25
  Author: felixonmars
Revision: 862201

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pantry/repos/community-staging-x86_64/
  haskell-pantry/repos/community-staging-x86_64/PKGBUILD
(from rev 862200, haskell-pantry/trunk/PKGBUILD)

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
862200, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:20:25 UTC (rev 862201)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.1.4
+pkgrel=90
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-resourcet' 'haskell-rio' 
'haskell-rio-orphans'
+ 'haskell-rio-prettyprint' 'haskell-tar-conduit' 'haskell-text-metrics'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e8285a3c1228b36898d957e56c726dd2b6d8e8d9283f08fe77c800f2030095a00ce76dde8277654a5dfd7523483f6ccd83beeefa2481c5a1bd56dc660312e239')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:20:16
  Author: felixonmars
Revision: 862200

upgpkg: haskell-pantry 0.5.1.4-90: rebuild with persistent-sqlite 2.11.1.0

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:16:22 UTC (rev 862199)
+++ PKGBUILD2021-02-15 23:20:16 UTC (rev 862200)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.1.4
-pkgrel=89
+pkgrel=90
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:16:22
  Author: felixonmars
Revision: 862199

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 862198, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 862198, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:16:22 UTC (rev 862199)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.20.4
+pkgrel=13
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+makedepends=('ghc')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c8dbea51c7c8395a5da6bbe7a42a52d8a8ac9ad813f828ad5036b8e352fca20e4e1709ac70052ab68e61164853867bfdf4c38c05299189950d7e444b8600bd2d')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:16:13
  Author: felixonmars
Revision: 862198

upgpkg: hledger-web 1.20.4-13: rebuild with persistent-sqlite 2.11.1.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:14:54 UTC (rev 862197)
+++ PKGBUILD2021-02-15 23:16:13 UTC (rev 862198)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.20.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:14:54
  Author: felixonmars
Revision: 862197

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 862196, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/maude-3.1.patch
(from rev 862196, tamarin-prover/trunk/maude-3.1.patch)

-+
 PKGBUILD|   58 ++
 maude-3.1.patch |   35 
 2 files changed, 93 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
862196, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:14:54 UTC (rev 862197)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.6.0
+pkgrel=138
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-orphans' 'haskell-binary-instances'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift' 'haskell-resourcet' 
'haskell-safe'
+ 'haskell-shakespeare' 'haskell-threads' 'haskell-wai' 'haskell-warp' 
'haskell-yesod-core'
+ 'haskell-yesod-static' 'haskell-tamarin-prover-utils' 
'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory' 'haskell-tamarin-prover-sapic')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml>=4.11.0')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+maude-3.1.patch)
+sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e'
+
'1ef5e4c370a0c5f5541d50600604ba7adc566c2f5cf415cdb844842bb10b343edd00aa5aa654f8e55355c80f48a34382c87c3fba4adca0c77e726f407f3815c3')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../maude-3.1.patch
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+
+cd plugins/sapic
+make -j1
+}
+
+check() {
+cd $pkgname-$pkgver
+LD_LIBRARY_PATH="$PWD"/dist/build dist/build/tamarin-prover/tamarin-prover 
test
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/syntax/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+ln -s spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: tamarin-prover/repos/community-staging-x86_64/maude-3.1.patch (from rev 
862196, tamarin-prover/trunk/maude-3.1.patch)
===
--- community-staging-x86_64/maude-3.1.patch(rev 0)
+++ community-staging-x86_64/maude-3.1.patch2021-02-15 23:14:54 UTC (rev 
862197)
@@ -0,0 +1,35 @@
+diff --git a/lib/term/src/Term/Maude/Parser.hs 
b/lib/term/src/Term/Maude/Parser.hs
+index 187c35dc..0a1d3c35 100644
+--- a/lib/term/src/Term/Maude/Parser.hs
 b/lib/term/src/Term/Maude/Parser.hs
+@@ -224,7 +224,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ <* endOfLine <* string "rewrites: "
+ <* takeWhile1 isDigit <* endOfLine <* endOfInput
+   where
+-parseVariant = string "Variant #" *> takeWhile1 isDigit *> endOfLine *>
++parseVariant = string "Variant " *> optional (char '#') *> takeWhile1 
isDigit *> endOfLine *>
+string "rewrites: " *> takeWhile1 isDigit *> endOfLine *>
+parseReprintedTerm *> manyTill parseEntry endOfLine
+ parseReprintedTerm = choice [ string "TOP" *> pure LSortMsg, parseSort ]
+@@ -235,7 +235,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ -- | @parseSubstitution l@ parses a single substitution returned by Maude.
+ parseSubstitution :: MaudeSig -> Parser MSubst
+ parseSubstitution msig = do
+-endOfLine *> string "Solution " *> takeWhile1 isDigit *> endOfLine
++endOfLine *> choice [string "Solution ", string "Unifier ", string 
"Matcher "] *> takeWhile1 isDigit *> 

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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:14:42
  Author: felixonmars
Revision: 862196

upgpkg: tamarin-prover 1.6.0-138: rebuild with persistent-sqlite 2.11.1.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:12:38 UTC (rev 862195)
+++ PKGBUILD2021-02-15 23:14:42 UTC (rev 862196)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.6.0
-pkgrel=137
+pkgrel=138
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:12:38
  Author: felixonmars
Revision: 862195

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 862194, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 862194, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:12:38 UTC (rev 862195)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210127
+pkgrel=15
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-restricted' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:12:28
  Author: felixonmars
Revision: 862194

upgpkg: git-annex 8.20210127-15: rebuild with persistent-sqlite 2.11.1.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:12:20 UTC (rev 862193)
+++ PKGBUILD2021-02-15 23:12:28 UTC (rev 862194)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20210127
-pkgrel=14
+pkgrel=15
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

2021-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, February 15, 2021 @ 23:12:20
  Author: svenstaro
Revision: 862193

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 862192, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-15 23:12:16 UTC (rev 862192)
+++ PKGBUILD2021-02-15 23:12:20 UTC (rev 862193)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgname=python-ovirt-engine-sdk
-pkgver=4.4.9
-pkgrel=1
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-depends=('python-pycurl' 'python-six' 'libxml2')
-makedepends=('python-setuptools')
-license=('custom')
-source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('9b26b11804f4a32fe48ab8ead2c20f5cdf9a6875f46d7b20e0552808d71af38985d7d6b6663f9f33e472b6d894ce23ac18059733dab0b1bd5bb0301db0062e9b')
-
-package() {
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 
862192, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-15 23:12:20 UTC (rev 862193)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgname=python-ovirt-engine-sdk
+pkgver=4.4.10
+pkgrel=1
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+depends=('python-pycurl' 'python-six' 'libxml2')
+makedepends=('python-setuptools')
+license=('custom')
+source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('ddb67bd76dbd1d95e479e1ca20632962c2f346ef1869c3471b304e93a63067c8c2574bf72195a1ffe907a50b646ea5f3de633119647f5c4b4740df1ff2f67623')
+
+package() {
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2021-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, February 15, 2021 @ 23:12:16
  Author: svenstaro
Revision: 862192

upgpkg: python-ovirt-engine-sdk 4.4.10-1

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:11:10 UTC (rev 862191)
+++ PKGBUILD2021-02-15 23:12:16 UTC (rev 862192)
@@ -2,7 +2,7 @@
 # Contributor: Konstantin Shalygin 
 
 pkgname=python-ovirt-engine-sdk
-pkgver=4.4.9
+pkgver=4.4.10
 pkgrel=1
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 license=('custom')
 
source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('9b26b11804f4a32fe48ab8ead2c20f5cdf9a6875f46d7b20e0552808d71af38985d7d6b6663f9f33e472b6d894ce23ac18059733dab0b1bd5bb0301db0062e9b')
+sha512sums=('ddb67bd76dbd1d95e479e1ca20632962c2f346ef1869c3471b304e93a63067c8c2574bf72195a1ffe907a50b646ea5f3de633119647f5c4b4740df1ff2f67623')
 
 package() {
   cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"


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

2021-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, February 15, 2021 @ 23:11:10
  Author: svenstaro
Revision: 862191

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2021-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, February 15, 2021 @ 23:11:03
  Author: svenstaro
Revision: 862190

upgpkg: dua-cli 2.11.0-1

Modified:
  dua-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:06:49 UTC (rev 862189)
+++ PKGBUILD2021-02-15 23:11:03 UTC (rev 862190)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: mexus 
 pkgname=dua-cli
-pkgver=2.10.7
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('aef7f38ee6c3fd19040c8c9fcb9fa146a2eed4d087f8b6b3633742971daef0855d193f7342f6338389eca467dd05467648c49bba219f4f5e21d1cf6f473499ba')
+sha512sums=('dac68617c128a958b40b30b08b114857b96ac3dbe67669eae459db58a14597a12c727c998a7878d60e618aea2ad0c607dd831a7c19898910feaab4bdbf4fc91c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:07:24
  Author: heftig
Revision: 408185

archrelease: copy trunk to extra-x86_64

Added:
  pahole/repos/extra-x86_64/PKGBUILD
(from rev 408184, pahole/trunk/PKGBUILD)
Deleted:
  pahole/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-15 22:58:26 UTC (rev 408184)
+++ PKGBUILD2021-02-15 23:07:24 UTC (rev 408185)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=pahole
-pkgver=1.19
-pkgrel=1
-pkgdesc="Pahole and other DWARF utils"
-url="https://git.kernel.org/pub/scm/devel/pahole/pahole.git;
-arch=(x86_64)
-license=(GPL2)
-depends=(libelf python)
-makedepends=(git cmake ninja)
-provides=(libdwarves{,_emit,_reorganize}.so)
-_commit=dd15aa4b0a6421295cbb7c3913429142fef8abe0  # tags/v1.19^0
-source=("git+https://git.kernel.org/pub/scm/devel/pahole/pahole.git#commit=$_commit;
-"git+https://github.com/libbpf/libbpf;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd pahole
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pahole
-
-  git submodule init
-  git submodule set-url lib/bpf "$srcdir/libbpf"
-  git submodule update
-}
-
-build() {
-  CFLAGS+=" $CPPFLAGS"
-  cmake -S pahole -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--D__LIB=lib
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  export PYTHONHASHSEED=0
-  python -m compileall -d / "$pkgdir"
-  python -O -m compileall -d / "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: pahole/repos/extra-x86_64/PKGBUILD (from rev 408184, 
pahole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-15 23:07:24 UTC (rev 408185)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=pahole
+pkgver=1.20
+pkgrel=1
+pkgdesc="Pahole and other DWARF utils"
+url="https://git.kernel.org/pub/scm/devel/pahole/pahole.git;
+arch=(x86_64)
+license=(GPL2)
+depends=(libelf python)
+makedepends=(git cmake ninja)
+provides=(libdwarves{,_emit,_reorganize}.so)
+_commit=0d415f68c468b77c5bf8e71965cd08c6efd25fc4  # tags/v1.20^0
+source=("git+https://git.kernel.org/pub/scm/devel/pahole/pahole.git#commit=$_commit;
+"git+https://github.com/libbpf/libbpf;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd pahole
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd pahole
+
+  git submodule init
+  git submodule set-url lib/bpf "$srcdir/libbpf"
+  git submodule update
+}
+
+build() {
+  CFLAGS+=" $CPPFLAGS"
+  cmake -S pahole -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-D__LIB=lib
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  export PYTHONHASHSEED=0
+  python -m compileall -d / "$pkgdir"
+  python -O -m compileall -d / "$pkgdir"
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in haskell-yesod-static/trunk (PKGBUILD)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:06:40
  Author: felixonmars
Revision: 862188

upgpkg: haskell-yesod-static 1.6.1.0-181: rebuild with persistent-sqlite 
2.11.1.0

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:06:14 UTC (rev 862187)
+++ PKGBUILD2021-02-15 23:06:40 UTC (rev 862188)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=180
+pkgrel=181
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-static/repos (2 files)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:06:49
  Author: felixonmars
Revision: 862189

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 862188, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
862188, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:06:49 UTC (rev 862189)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.1.0
+pkgrel=181
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-rio' 
'haskell-unix-compat'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('66037ec28eac83e374161c1b306a4d20805ecb35ccfc4878e7894d961daaf30d9936c6e209641ff323d7e3dd5626f5a24a12915d4205417c496e272a2e969f6e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 23:06:14
  Author: heftig
Revision: 862187

add pahole makedep

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:05:03 UTC (rev 862186)
+++ PKGBUILD2021-02-15 23:06:14 UTC (rev 862187)
@@ -9,7 +9,7 @@
 url="https://github.com/Chion82/netfilter-full-cone-nat;
 license=('GPL2')
 depends=("linux")
-makedepends=('linux-headers' 'git')
+makedepends=('linux-headers' 'pahole' 'git')
 source=("netfilter-fullconenat.conf" Kbuild
 
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
 sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'


[arch-commits] Commit in haskell-yesod-test/trunk (PKGBUILD)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:04:53
  Author: felixonmars
Revision: 862184

upgpkg: haskell-yesod-test 1.6.12-59: rebuild with persistent-sqlite 2.11.1.0

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:04:50 UTC (rev 862183)
+++ PKGBUILD2021-02-15 23:04:53 UTC (rev 862184)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.12
-pkgrel=58
+pkgrel=59
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')


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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Monday, February 15, 2021 @ 23:04:50
  Author: kgizdov
Revision: 862183

cuda 11.2.1 rebuild

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:03:11 UTC (rev 862182)
+++ PKGBUILD2021-02-15 23:04:50 UTC (rev 862183)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=arrayfire
 pkgver=3.8.0
-pkgrel=2
+pkgrel=3
 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 arrayfire/repos (2 files)

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Monday, February 15, 2021 @ 23:04:58
  Author: kgizdov
Revision: 862185

archrelease: copy trunk to community-testing-x86_64

Added:
  arrayfire/repos/community-testing-x86_64/
  arrayfire/repos/community-testing-x86_64/PKGBUILD
(from rev 862184, arrayfire/trunk/PKGBUILD)

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

Copied: arrayfire/repos/community-testing-x86_64/PKGBUILD (from rev 862184, 
arrayfire/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 23:04:58 UTC (rev 862185)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgver=3.8.0
+pkgrel=3
+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')
+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 haskell-yesod-test/repos (2 files)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:05:03
  Author: felixonmars
Revision: 862186

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 862185, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
862185, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:05:03 UTC (rev 862186)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.12
+pkgrel=59
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 
'haskell-unliftio-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('777d112d8c5ae77d667da2b8d1ed91a1cf751850d5b3678e787e7123aca8666d0a4b6d6161b7109491012d56c160603d62563b881a136ccc76a1edd006c423d6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-yesod-auth/repos (2 files)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:03:11
  Author: felixonmars
Revision: 862182

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 862181, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
862181, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:03:11 UTC (rev 862182)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.10.1
+pkgrel=94
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1b02d57f06b06574a7b103abf60aadca61f19034dd9fed5b4548a2fc36d13606e4c0824f296237f8fab044407cd2394aa185f979ae76e0ad8e9f7ca53a5be070')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:03:02
  Author: felixonmars
Revision: 862181

upgpkg: haskell-yesod-auth 1.6.10.1-94: rebuild with persistent-sqlite 2.11.1.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:02:14 UTC (rev 862180)
+++ PKGBUILD2021-02-15 23:03:02 UTC (rev 862181)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.10.1
-pkgrel=93
+pkgrel=94
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2021-02-15 Thread Levente Polyak via arch-commits
Date: Monday, February 15, 2021 @ 23:02:10
  Author: anthraxx
Revision: 862179

upgpkg: xtrlock 2.15-1

Modified:
  xtrlock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:01:27 UTC (rev 862178)
+++ PKGBUILD2021-02-15 23:02:10 UTC (rev 862179)
@@ -2,22 +2,22 @@
 # Contributor: Michal Hybner 
 
 pkgname=xtrlock
-pkgver=2.14
+pkgver=2.15
 pkgrel=1
 pkgdesc='Minimal X display lock program'
 url='https://packages.debian.org/sid/xtrlock'
 arch=('x86_64')
 license=('GPL3')
-depends=('glibc' 'libx11' 'libxcrypt' 'libcrypt.so')
+depends=('glibc' 'libx11' 'libxcrypt' 'libcrypt.so' 'libxi' 'libxfixes')
 
source=(http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.xz)
-sha512sums=('d46e2cf72e607ec57b6a4a22425b96aff28bcf089bc7612d5f45d7852830b2ee2a36eb8739560faa15d3baeb21c545e68e4f1b3a0cdc6bcb0a33948900e47e73')
-b2sums=('625784059921725d5519c4bac4a9c455a896d14ad185aa2e39db863ebaf8c3d053e34d1f900335df6eea758b830d4681e88231e926800ad79d811bc879e9')
+sha512sums=('3047ca57f04c58426c55c68cf711dffe124ba6c221a3659112339b01ec0f1a411d965277bb366bd39d8155fd82f8e49cb00e728a911aa67b4e46fcfcc489f0b1')
+b2sums=('05a97caf2c712a2efbcd80b8a39592a37f0200145f1b1ce966ba6dd1b7ceec41d981b1cf3d92a172a6ee2e5b018e9f261fc7f09840e5db58b3caeb0936455035')
 
 build() {
   cd ${pkgname}-${pkgver}
   make -f Makefile.noimake \
-CFLAGS="${CFLAGS} -DSHADOW_PWD" \
-LDLIBS="-lX11 -lcrypt" \
+CFLAGS="${CFLAGS} -DSHADOW_PWD -DMULTITOUCH" \
+LDLIBS="-lX11 -lcrypt -lXi" \
 xtrlock
 }
 


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:01:18
  Author: felixonmars
Revision: 862177

upgpkg: haskell-yesod 1.6.1.0-158: rebuild with persistent-sqlite 2.11.1.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 23:00:08 UTC (rev 862176)
+++ PKGBUILD2021-02-15 23:01:18 UTC (rev 862177)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.1.0
-pkgrel=157
+pkgrel=158
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2021-02-15 Thread Levente Polyak via arch-commits
Date: Monday, February 15, 2021 @ 23:02:14
  Author: anthraxx
Revision: 862180

archrelease: copy trunk to community-x86_64

Added:
  xtrlock/repos/community-x86_64/PKGBUILD
(from rev 862179, xtrlock/trunk/PKGBUILD)
Deleted:
  xtrlock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-15 23:02:10 UTC (rev 862179)
+++ PKGBUILD2021-02-15 23:02:14 UTC (rev 862180)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michal Hybner 
-
-pkgname=xtrlock
-pkgver=2.14
-pkgrel=1
-pkgdesc='Minimal X display lock program'
-url='https://packages.debian.org/sid/xtrlock'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'libx11' 'libxcrypt' 'libcrypt.so')
-source=(http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.xz)
-sha512sums=('d46e2cf72e607ec57b6a4a22425b96aff28bcf089bc7612d5f45d7852830b2ee2a36eb8739560faa15d3baeb21c545e68e4f1b3a0cdc6bcb0a33948900e47e73')
-b2sums=('625784059921725d5519c4bac4a9c455a896d14ad185aa2e39db863ebaf8c3d053e34d1f900335df6eea758b830d4681e88231e926800ad79d811bc879e9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -f Makefile.noimake \
-CFLAGS="${CFLAGS} -DSHADOW_PWD" \
-LDLIBS="-lX11 -lcrypt" \
-xtrlock
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 4755 xtrlock -t "${pkgdir}/usr/bin"
-  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xtrlock/repos/community-x86_64/PKGBUILD (from rev 862179, 
xtrlock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-15 23:02:14 UTC (rev 862180)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michal Hybner 
+
+pkgname=xtrlock
+pkgver=2.15
+pkgrel=1
+pkgdesc='Minimal X display lock program'
+url='https://packages.debian.org/sid/xtrlock'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'libx11' 'libxcrypt' 'libcrypt.so' 'libxi' 'libxfixes')
+source=(http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.xz)
+sha512sums=('3047ca57f04c58426c55c68cf711dffe124ba6c221a3659112339b01ec0f1a411d965277bb366bd39d8155fd82f8e49cb00e728a911aa67b4e46fcfcc489f0b1')
+b2sums=('05a97caf2c712a2efbcd80b8a39592a37f0200145f1b1ce966ba6dd1b7ceec41d981b1cf3d92a172a6ee2e5b018e9f261fc7f09840e5db58b3caeb0936455035')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.noimake \
+CFLAGS="${CFLAGS} -DSHADOW_PWD -DMULTITOUCH" \
+LDLIBS="-lX11 -lcrypt -lXi" \
+xtrlock
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 4755 xtrlock -t "${pkgdir}/usr/bin"
+  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:01:27
  Author: felixonmars
Revision: 862178

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 862177, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 862177, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:01:27 UTC (rev 862178)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.1.0
+pkgrel=158
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-file-embed' 'haskell-monad-logger' 
'haskell-shakespeare'
+ 'haskell-streaming-commons' 'haskell-unordered-containers' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-yaml'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('712eed39b64f515cb949186ddb950133cc2daccde6d4a9b0115809e5f4726a957b2809ee785b348971c617b3d173bcd40776b065f5bf1d68b79af12905ada77a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-yesod-form/trunk (PKGBUILD)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 22:59:59
  Author: felixonmars
Revision: 862175

upgpkg: haskell-yesod-form 1.6.7-378: rebuild with persistent-sqlite 2.11.1.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:58:36 UTC (rev 862174)
+++ PKGBUILD2021-02-15 22:59:59 UTC (rev 862175)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.7
-pkgrel=377
+pkgrel=378
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-form/repos (2 files)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 23:00:08
  Author: felixonmars
Revision: 862176

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 862175, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
862175, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 23:00:08 UTC (rev 862176)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.7
+pkgrel=378
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a23c2cb67ed0a87afde9e9e903aa789f8fd9c071893a1bebd0ff9dc3dec6e8e03dd08a4a7ef6ef2d438fbf62597ea0181a038bd7bb5631199c9be83d2a8aef0c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-15 Thread Daniel M. Capella via arch-commits
Date: Monday, February 15, 2021 @ 22:58:04
  Author: polyzen
Revision: 862172

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 862171, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-15 22:57:45 UTC (rev 862171)
+++ PKGBUILD2021-02-15 22:58:04 UTC (rev 862172)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2021-02-08
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://rust-analyzer.github.io/
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-makedepends=('git')
-source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
-b2sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release --locked
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 862171, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-15 22:58:04 UTC (rev 862172)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2021-02-15
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://rust-analyzer.github.io/
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+makedepends=('git')
+source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver;)
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:58:26
  Author: heftig
Revision: 408184

add pahole makedep

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:07:23 UTC (rev 408183)
+++ PKGBUILD2021-02-15 22:58:26 UTC (rev 408184)
@@ -8,7 +8,7 @@
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
-makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+makedepends=('linux-headers' 'pahole' "nvidia-dkms=$pkgver")
 provides=('NVIDIA-MODULE')
 license=('custom')
 options=('!strip')


[arch-commits] Commit in haskell-yesod-persistent/repos (2 files)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 22:58:36
  Author: felixonmars
Revision: 862174

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 862173, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 862173, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 22:58:36 UTC (rev 862174)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.5
+pkgrel=89
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b423085942660271aea65547dffc8f68b4cf8b78a7b13fa813fad60c82a5c447c9bccc19116bdc4248dc158d81d1573a925a60d096efd666e8178c863c2bafc8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-yesod-persistent/trunk (PKGBUILD)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 22:58:26
  Author: felixonmars
Revision: 862173

upgpkg: haskell-yesod-persistent 1.6.0.5-89: rebuild with persistent-sqlite 
2.11.1.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:58:04 UTC (rev 862172)
+++ PKGBUILD2021-02-15 22:58:26 UTC (rev 862173)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.5
-pkgrel=88
+pkgrel=89
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-persistent-sqlite/repos (2 files)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 22:57:10
  Author: felixonmars
Revision: 862170

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 862169, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 862169, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-15 22:57:10 UTC (rev 862170)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.11.1.0
+pkgrel=1
+pkgdesc="Backend for the persistent library using sqlite3"
+url="https://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-unliftio-core' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit' 
'haskell-microlens'
+ 'haskell-persistent-template' 'haskell-persistent-test' 
'haskell-quickcheck'
+ 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('215cf55c30e28bf70bac125dc2df175958a534f5a2714c091714a04e6af7cf1340948fae260241cbd03a3cce75e14067f37aaf177ef938b71e7048919e2a90e5')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-15 Thread Daniel M. Capella via arch-commits
Date: Monday, February 15, 2021 @ 22:57:45
  Author: polyzen
Revision: 862171

upgpkg: rust-analyzer 20210215-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:57:10 UTC (rev 862170)
+++ PKGBUILD2021-02-15 22:57:45 UTC (rev 862171)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2021-02-08
+_pkgver=2021-02-15
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'


[arch-commits] Commit in haskell-persistent-sqlite/trunk (PKGBUILD)

2021-02-15 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 22:57:01
  Author: felixonmars
Revision: 862169

upgpkg: haskell-persistent-sqlite 2.11.1.0-1: rebuild with persistent-sqlite 
2.11.1.0

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:51:07 UTC (rev 862168)
+++ PKGBUILD2021-02-15 22:57:01 UTC (rev 862169)
@@ -3,8 +3,8 @@
 
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
-pkgver=2.11.0.0
-pkgrel=67
+pkgver=2.11.1.0
+pkgrel=1
 pkgdesc="Backend for the persistent library using sqlite3"
 url="https://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -12,11 +12,11 @@
 depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
  'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 
'haskell-resourcet'
  'haskell-unliftio-core' 'haskell-unordered-containers')
-makedepends=('ghc' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit'
+makedepends=('ghc' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit' 
'haskell-microlens'
  'haskell-persistent-template' 'haskell-persistent-test' 
'haskell-quickcheck'
  'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a8ee1e58960e9430c72984430c1c55e5ccb901db02fbe57a8d1e4366ac228fe4f4419f3fb0f9019029a5abb0f7034c831f92045799dd1b905ec809c52f673b6')
+sha512sums=('215cf55c30e28bf70bac125dc2df175958a534f5a2714c091714a04e6af7cf1340948fae260241cbd03a3cce75e14067f37aaf177ef938b71e7048919e2a90e5')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:51:07
  Author: heftig
Revision: 862168

add pahole makedep

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:47:39 UTC (rev 862167)
+++ PKGBUILD2021-02-15 22:51:07 UTC (rev 862168)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;
 license=('GPL3')
-makedepends=('linux-headers')
+makedepends=('linux-headers' 'pahole')
 provides=('DEEPIN-ANYTHING-MODULE')
 replaces=('deepin-anything-module')
 
source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz;)


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:47:39
  Author: heftig
Revision: 862167

add pahole makedep

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:46:11 UTC (rev 862166)
+++ PKGBUILD2021-02-15 22:47:39 UTC (rev 862167)
@@ -8,7 +8,7 @@
 arch=('x86_64')
 url='https://virtualbox.org/'
 license=('GPL')
-makedepends=('linux-headers'
+makedepends=('linux-headers' 'pahole'
  "virtualbox-host-dkms=$pkgver")
 replaces=('virtualbox-modules' 'virtualbox-host-modules')
 conflicts=('virtualbox-modules' 'virtualbox-host-modules'


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:46:11
  Author: heftig
Revision: 862166

add pahole makedep

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:46:00 UTC (rev 862165)
+++ PKGBUILD2021-02-15 22:46:11 UTC (rev 862166)
@@ -10,7 +10,7 @@
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)
 license=(GPL)
-makedepends=('linux-headers')
+makedepends=('linux-headers' 'pahole')
 source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
 60-vhba.rules dkms.conf)
 sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:45:45
  Author: heftig
Revision: 862164

add pahole makedep

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:45:32 UTC (rev 862163)
+++ PKGBUILD2021-02-15 22:45:45 UTC (rev 862164)
@@ -9,7 +9,7 @@
 url="http://www.realtek.com.tw;
 license=("GPL")
 arch=('x86_64')
-makedepends=('linux-headers')
+makedepends=('linux-headers' 'pahole')
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
 


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:46:00
  Author: heftig
Revision: 862165

add pahole makedep

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:45:45 UTC (rev 862164)
+++ PKGBUILD2021-02-15 22:46:00 UTC (rev 862165)
@@ -14,7 +14,7 @@
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-makedepends=('linux-headers' 'git')
+makedepends=('linux-headers' 'pahole' 'git')
 _commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
 sha256sums=('SKIP')


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:45:26
  Author: heftig
Revision: 862162

add pahole makedep

Modified:
  broadcom-wl/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 1 insertion(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:45:19 UTC (rev 862161)
+++ PKGBUILD2021-02-15 22:45:26 UTC (rev 862162)
@@ -10,7 +10,7 @@
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
 license=('custom')
-makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+makedepends=("linux${_kernelname}-headers" 'pahole' 
"${_module}-dkms=${pkgver}")
 
 build() {
 _kernver=$(

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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:45:32
  Author: heftig
Revision: 862163

add pahole makedep

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:45:26 UTC (rev 862162)
+++ PKGBUILD2021-02-15 22:45:32 UTC (rev 862163)
@@ -10,7 +10,7 @@
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-makedepends=('linux-headers')
+makedepends=('linux-headers' 'pahole')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
 0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
 
sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'


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

2021-02-15 Thread Jan Steffens via arch-commits
Date: Monday, February 15, 2021 @ 22:45:19
  Author: heftig
Revision: 862161

add pahole makedep

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 22:24:56 UTC (rev 862160)
+++ PKGBUILD2021-02-15 22:45:19 UTC (rev 862161)
@@ -9,7 +9,7 @@
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')
 license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+makedepends=('linux-headers' 'pahole' "acpi_call-dkms=$pkgver")
 conflicts=('acpi_call-dkms')
 
 build() {


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

2021-02-15 Thread Konstantin Gizdov via arch-commits
Date: Monday, February 15, 2021 @ 22:24:56
  Author: kgizdov
Revision: 862160

archrelease: copy trunk to community-testing-x86_64

Added:
  magma/repos/community-testing-x86_64/
  magma/repos/community-testing-x86_64/PKGBUILD
(from rev 862159, magma/trunk/PKGBUILD)

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

Copied: magma/repos/community-testing-x86_64/PKGBUILD (from rev 862159, 
magma/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-15 22:24:56 UTC (rev 862160)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: bartus 
+# Contributor: pingplug 
+# Contributor: cornholio 
+
+pkgname=magma
+pkgver=2.5.4
+pkgrel=2
+pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
+arch=('x86_64')
+url="https://icl.cs.utk.edu/magma/;
+license=('custom')
+depends=('blas' 'lapack' 'cuda')
+makedepends=('gcc-fortran' 'cmake' 'ninja')
+optdepends=('python: for examples and tests'
+'gcc-fortran: Fortran interface')
+source=("${pkgname}-${pkgver}.tar.gz::http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7734fb417ae0c367b418dea15096aef2e278a423e527c615aab47f0683683b67')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  CC=/usr/bin/gcc \
+  CXX=/usr/bin/g++ \
+  FC=/usr/bin/gfortran \
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DGPU_TARGET="sm_52 sm_53 sm_60 sm_61 sm_62 sm_70 sm_72 sm_75 sm_80 sm_86"
+  ninja -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -Cbuild install
+
+  install -d "${pkgdir}"/usr/share/magma/example
+  cp -r "${srcdir}"/magma-${pkgver}/example/* 
"${pkgdir}"/usr/share/magma/example/
+  install -d "${pkgdir}"/usr/share/magma/testing
+  cp -r "${srcdir}"/magma-${pkgver}/testing/* 
"${pkgdir}"/usr/share/magma/testing/
+  install -Dm644 "${srcdir}"/magma-${pkgver}/COPYRIGHT 
"${pkgdir}"/usr/share/licenses/magma/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   3   4   5   6   7   8   9   >