[arch-commits] Commit in gitlab-runner/repos/community-x86_64 (12 files)

2020-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 25, 2020 @ 03:01:28
  Author: svenstaro
Revision: 665235

archrelease: copy trunk to community-x86_64

Added:
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 665234, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 665234, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 665234, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 665234, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 665234, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 665234, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

+
 PKGBUILD   |  142 +++
 config.toml|2 
 gitlab-runner.install  |   12 +--
 gitlab-runner.service  |   34 +--
 gitlab-runner.sysusers |2 
 gitlab-runner.tmpfiles |2 
 6 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 03:01:10 UTC (rev 665234)
+++ PKGBUILD2020-07-25 03:01:28 UTC (rev 665235)
@@ -1,71 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=13.2.0
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'mercurial' 'gox')
-install=gitlab-runner.install
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
-   "prebuilt-${pkgver}-arm.tar.xz")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver};
-
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-x86_64.tar.xz;
-
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-arm.tar.xz;
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('facb22f4d9c4628e529118f6a330fb6753bd6f84bbe5c95b6316e761de20a71884e83e7a143b5bef2aedfde032b4c2e3eb99a7abebf0886249754202ff6b5737'
-
'c08f31d72190bc0f2ece56160dd6a2efbdbf032ab325d100cabbabf57fcf129017d4dd51332e172174bf70ba3b4c2fe2189d3a3de112466a3aa4bc2c8516c74f'
-
'7c6a2f122027e117881dee5d5949c4f8abb327abcc7a7a5836b3f6adee3b46265df4b45698870373e555a2e17d583d6ce766185f6c23bc20170c8a2cc945e6be'
-
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
-
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
-
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
-
'9718b94bd0ddb09095ffb8c1e60ca1e9649dabb1747e7fc95e58e404b2f9effdeb4cfd759f5b904443dc53a4e18c02003c38f85584713deb49f6a6d1007503de')
-
-_srcdir="gitlab-runner-v${pkgver}-"
-
-prepare() {
-  local revision=$(ls -d ${_srcdir}* | rev | cut -c 33-40 | rev)
-
-  cd "${_srcdir}"*
-
-  local version=$(cat VERSION)
-
-  sed -i "s/export VERSION.*/export VERSION := $version/" Makefile
-  sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
-  sed -i "s/var VERSION.*/var VERSION = \"$version\"/" common/version.go
-
-  make version
-
-  ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
-  ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
-}
-
-build() {
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd "${_srcdir}"*
-  go build -o gitlab-runner .
-}
-
-package() {
-  cd "${_srcdir}"*
-
-  install -Dm644 "${srcdir}/config.toml" 
"${pkgdir}/etc/gitlab-runner/config.toml"
-  install -Dm644 "${srcdir}/gitlab-runner.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
-  install -Dm644 "${srcdir}/gitlab-runner.sysusers" 

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

2020-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 25, 2020 @ 03:01:10
  Author: svenstaro
Revision: 665234

upgpkg: gitlab-runner 13.2.1-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 22:26:32 UTC (rev 665233)
+++ PKGBUILD2020-07-25 03:01:10 UTC (rev 665234)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=13.2.0
+pkgver=13.2.1
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -22,9 +22,9 @@
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
-sha512sums=('facb22f4d9c4628e529118f6a330fb6753bd6f84bbe5c95b6316e761de20a71884e83e7a143b5bef2aedfde032b4c2e3eb99a7abebf0886249754202ff6b5737'
-
'c08f31d72190bc0f2ece56160dd6a2efbdbf032ab325d100cabbabf57fcf129017d4dd51332e172174bf70ba3b4c2fe2189d3a3de112466a3aa4bc2c8516c74f'
-
'7c6a2f122027e117881dee5d5949c4f8abb327abcc7a7a5836b3f6adee3b46265df4b45698870373e555a2e17d583d6ce766185f6c23bc20170c8a2cc945e6be'
+sha512sums=('c751e0a931694c187a5ba43729bd48f5cddb3d702e42886931604ebd4243d142a85fcd37f46e953354d610cbc7982023748235db5d5910ca1bdfef4d284a550a'
+
'4e55fd45f57adf13a2e65819563e5674cdc7586c770e80f89a0e23b6b15468719accd51434bc6b251686b5f9e47454d386d2d7b4ba64f2a243da77c84177ffb4'
+
'036a43100f63fd825c1ed32355ab24764fc5c69cf9cc4eeb5ca90bc108742a64bca0f54b0e52b2fb6853b13f3e0a4dedca3076d34a47a09b8e9fdb27c666e02f'
 
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


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

2020-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 24, 2020 @ 22:26:32
  Author: svenstaro
Revision: 665233

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 665232, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-x86_64/fix_include_system.patch
(from rev 665232, python-pytorch/trunk/fix_include_system.patch)
  python-pytorch/repos/community-x86_64/nccl_version.patch
(from rev 665232, python-pytorch/trunk/nccl_version.patch)
  python-pytorch/repos/community-x86_64/use-system-libuv.patch
(from rev 665232, python-pytorch/trunk/use-system-libuv.patch)
  python-pytorch/repos/community-x86_64/use-system-libuv2.patch
(from rev 665232, python-pytorch/trunk/use-system-libuv2.patch)
Deleted:
  python-pytorch/repos/community-x86_64/PKGBUILD
  python-pytorch/repos/community-x86_64/fix_include_system.patch
  python-pytorch/repos/community-x86_64/nccl_version.patch
  python-pytorch/repos/community-x86_64/use-system-libuv.patch
  python-pytorch/repos/community-x86_64/use-system-libuv2.patch

--+
 PKGBUILD |  360 ++---
 fix_include_system.patch |   22 +-
 nccl_version.patch   |   92 +--
 use-system-libuv.patch   |   26 +--
 use-system-libuv2.patch  |   26 +--
 5 files changed, 261 insertions(+), 265 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 22:26:19 UTC (rev 665232)
+++ PKGBUILD2020-07-24 22:26:32 UTC (rev 665233)
@@ -1,182 +0,0 @@
-# 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.6.0rc3
-_pkgver=1.6.0-rc3
-pkgrel=2
-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;
-fix_include_system.patch
-use-system-libuv.patch
-use-system-libuv2.patch
-nccl_version.patch)
-sha256sums=('SKIP'
-'147bdaeac8ec46ea46382e6146878bd8f8d51e05d5bd6f930dfd8e2b520859b9'
-'6f3b7a87172011de810bf1ab581245b4463ef86e5cd09bec63aeffa372e26646'
-'7b65c3b209fc39f92ba58a58be6d3da40799f1922910b1171ccd9209eda1f9eb'
-'1a276bd827a0c76dab908cbc6605fa4c9fc2cc2b9431b6578a41133ae27dba2b')
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-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 package, don't worry.
-  git submodule update --init --recursive
-
-  # https://bugs.archlinux.org/task/64981
-  patch -N torch/utils/cpp_extension.py "${srcdir}"/fix_include_system.patch
-
-  # Use system libuv
-  patch -Np1 -i "${srcdir}"/use-system-libuv.patch
-  patch -Np1 -i "${srcdir}"/use-system-libuv2.patch -d third_party/tensorpipe
-
-  # FindNCCL patch to export correct nccl version
-  patch -Np1 -i "${srcdir}"/nccl_version.patch
-
-  # remove local nccl
-  rm -rf third_party/nccl/nccl
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
-
-  export VERBOSE=1
-  export PYTORCH_BUILD_VERSION="${pkgver}"
-  export PYTORCH_BUILD_NUMBER=1
-
-  # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
-  export USE_MKLDNN=ON
-  # export BUILD_CUSTOM_PROTOBUF=OFF
-  # export BUILD_SHARED_LIBS=OFF
-  export USE_FFMPEG=ON
-  export USE_GFLAGS=ON
-  export USE_GLOG=ON
-  export BUILD_BINARY=ON
-  export USE_OPENCV=ON
-  export USE_SYSTEM_NCCL=ON
-  export NCCL_VERSION=$(pkg-config nccl --modversion)
-  export NCCL_VER_CODE=$(sed -n 's/^#define NCCL_VERSION_CODE\s*\(.*\).*/\1/p' 
/usr/include/nccl.h)
-  export CUDAHOSTCXX=g++-9
-  export CUDA_HOME=/opt/cuda
-  export CUDNN_LIB_DIR=/usr/lib
-  export CUDNN_INCLUDE_DIR=/usr/include
-  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export 

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

2020-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 24, 2020 @ 22:26:19
  Author: svenstaro
Revision: 665232

upgpkg: python-pytorch 1.6.0rc6-1

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 22:11:39 UTC (rev 665231)
+++ PKGBUILD2020-07-24 22:26:19 UTC (rev 665232)
@@ -4,9 +4,9 @@
 pkgbase=python-pytorch
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
-pkgver=1.6.0rc3
-_pkgver=1.6.0-rc3
-pkgrel=2
+pkgver=1.6.0rc6
+_pkgver=1.6.0-rc6
+pkgrel=1
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -26,10 +26,6 @@
 '7b65c3b209fc39f92ba58a58be6d3da40799f1922910b1171ccd9209eda1f9eb'
 '1a276bd827a0c76dab908cbc6605fa4c9fc2cc2b9431b6578a41133ae27dba2b')
 
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
 prepare() {
   cd "${_pkgname}-${pkgver}"
 
@@ -122,7 +118,7 @@
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
-  pytorchpath="usr/lib/python$(get_pyver)/site-packages/torch"
+  pytorchpath="usr/lib/python3.8/site-packages/torch"
   install -d "${pkgdir}/usr/lib"
 
   # put CMake files in correct place


[arch-commits] Commit in snapper/repos/community-x86_64 (12 files)

2020-07-24 Thread Massimiliano Torromeo via arch-commits
Date: Friday, July 24, 2020 @ 22:11:39
  Author: mtorromeo
Revision: 665231

archrelease: copy trunk to community-x86_64

Added:
  snapper/repos/community-x86_64/PKGBUILD
(from rev 665230, snapper/trunk/PKGBUILD)
  snapper/repos/community-x86_64/conf-d.patch
(from rev 665230, snapper/trunk/conf-d.patch)
  snapper/repos/community-x86_64/cron-rename.patch
(from rev 665230, snapper/trunk/cron-rename.patch)
  snapper/repos/community-x86_64/drift-file-path.patch
(from rev 665230, snapper/trunk/drift-file-path.patch)
  snapper/repos/community-x86_64/macro-iterator-fix.patch
(from rev 665230, snapper/trunk/macro-iterator-fix.patch)
  snapper/repos/community-x86_64/usr-paths.patch
(from rev 665230, snapper/trunk/usr-paths.patch)
Deleted:
  snapper/repos/community-x86_64/PKGBUILD
  snapper/repos/community-x86_64/conf-d.patch
  snapper/repos/community-x86_64/cron-rename.patch
  snapper/repos/community-x86_64/drift-file-path.patch
  snapper/repos/community-x86_64/macro-iterator-fix.patch
  snapper/repos/community-x86_64/usr-paths.patch

--+
 PKGBUILD |  122 +-
 conf-d.patch |   98 
 cron-rename.patch|   30 +-
 drift-file-path.patch|   20 -
 macro-iterator-fix.patch |  528 ++---
 usr-paths.patch  |   74 +++---
 6 files changed, 436 insertions(+), 436 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 22:11:10 UTC (rev 665230)
+++ PKGBUILD2020-07-24 22:11:39 UTC (rev 665231)
@@ -1,61 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tom Kuther 
-
-pkgname=snapper
-pkgver=0.8.11
-pkgrel=1
-pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
-arch=('x86_64')
-url="http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=("https://github.com/openSUSE/snapper/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
-"conf-d.patch"
-"cron-rename.patch"
-"drift-file-path.patch"
-"macro-iterator-fix.patch"
-"usr-paths.patch")
-sha256sums=('9266caa07f630f6537dbce3f2396def65e488130c0474a21ce4ddd631bcf0d57'
-'267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106'
-'df980fe0faa6a21f8df59b90d486e50e4fc766de808049e77a52d1a73d139b82'
-'093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6'
-'c894c041964eeb55d461d1476486b878851556892b93a6fa1738743f46027e9d'
-'a49de7878ee5420bec934542699e9b5786186d05406dc863f6a557f7f253')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 -i "$srcdir/conf-d.patch"
-  patch -p1 -i "$srcdir/cron-rename.patch"
-  patch -p1 -i "$srcdir/drift-file-path.patch"
-  patch -p1 -i "$srcdir/macro-iterator-fix.patch"
-  patch -p1 -i "$srcdir/usr-paths.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 data/sysconfig.snapper \
-"$pkgdir"/etc/conf.d/snapper
-
-  rm -rf "$pkgdir/usr/lib/snapper/testsuite/"
-}

Copied: snapper/repos/community-x86_64/PKGBUILD (from rev 665230, 
snapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 22:11:39 UTC (rev 665231)
@@ -0,0 +1,61 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.8.12
+pkgrel=1
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('x86_64')
+url="http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("https://github.com/openSUSE/snapper/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+"conf-d.patch"
+"cron-rename.patch"
+"drift-file-path.patch"
+"macro-iterator-fix.patch"
+"usr-paths.patch")
+sha256sums=('a8f6f5f4822998225333f91169a01fd755a801e931aef935d5ecca6afcecc2bf'
+'267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106'
+'df980fe0faa6a21f8df59b90d486e50e4fc766de808049e77a52d1a73d139b82'
+

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

2020-07-24 Thread Massimiliano Torromeo via arch-commits
Date: Friday, July 24, 2020 @ 22:11:10
  Author: mtorromeo
Revision: 665230

upgpkg: snapper 0.8.12-1

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 21:46:53 UTC (rev 665229)
+++ PKGBUILD2020-07-24 22:11:10 UTC (rev 665230)
@@ -2,7 +2,7 @@
 # Contributor: Tom Kuther 
 
 pkgname=snapper
-pkgver=0.8.11
+pkgver=0.8.12
 pkgrel=1
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "drift-file-path.patch"
 "macro-iterator-fix.patch"
 "usr-paths.patch")
-sha256sums=('9266caa07f630f6537dbce3f2396def65e488130c0474a21ce4ddd631bcf0d57'
+sha256sums=('a8f6f5f4822998225333f91169a01fd755a801e931aef935d5ecca6afcecc2bf'
 '267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106'
 'df980fe0faa6a21f8df59b90d486e50e4fc766de808049e77a52d1a73d139b82'
 '093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6'


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 21:31:33
  Author: dvzrv
Revision: 665225

upgpkg: pd-lua 0.10.1-1: Upgrade to 0.10.1.

Modified:
  pd-lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 21:31:04 UTC (rev 665224)
+++ PKGBUILD2020-07-24 21:31:33 UTC (rev 665225)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=pd-lua
-pkgver=0.10
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="LUA embedding for pd"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 groups=('pd-externals' 'pro-audio')
 depends=('gcc-libs' 'glibc' 'lua' 'pd')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('06f805d32f1fb38384e38b4efe7e0e2f7f3aec120ca2c972f05614d9915c2e1efbccda80df29bcda0bd49c29fcb1dfa99424a32a55ae50e32a23f3dda921d47f')
-b2sums=('e5ca818ee06dd1fe2caae7903ab032b3effd36bae921ea02b6cd108c75dffcf5d08490903c8c2211e2886518e8f3eeceea96dcf6bc24e45331b2086fc692e373')
+sha512sums=('26e33d9fcba1ef1dc2c5f553db13de0e0bf7cc1aa1371815d17b6d8bdccb8ad93b5ba30bc5adcdf5c3f7632d95da98f6687c516614c45d10190373eb3ba7169b')
+b2sums=('6854208570eed9557dceed6954bf1e0ef352c815476585990d5fe9ae2e8cdbbe812dc2914dc758dcee1dfb91fa70964ff9141ff50b1e00f6a0b44258406a03bb')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in pd-lua/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 21:31:38
  Author: dvzrv
Revision: 665226

archrelease: copy trunk to community-staging-x86_64

Added:
  pd-lua/repos/community-staging-x86_64/PKGBUILD
(from rev 665225, pd-lua/trunk/PKGBUILD)
Deleted:
  pd-lua/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 21:31:33 UTC (rev 665225)
+++ PKGBUILD2020-07-24 21:31:38 UTC (rev 665226)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=pd-lua
-pkgver=0.10
-pkgrel=1
-pkgdesc="LUA embedding for pd"
-arch=('x86_64')
-url="https://github.com/agraef/pd-lua;
-license=('GPL2')
-groups=('pd-externals' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'lua' 'pd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('06f805d32f1fb38384e38b4efe7e0e2f7f3aec120ca2c972f05614d9915c2e1efbccda80df29bcda0bd49c29fcb1dfa99424a32a55ae50e32a23f3dda921d47f')
-b2sums=('e5ca818ee06dd1fe2caae7903ab032b3effd36bae921ea02b6cd108c75dffcf5d08490903c8c2211e2886518e8f3eeceea96dcf6bc24e45331b2086fc692e373')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # not installing license and README (to wrong location)
-  sed -e '/COPYING /d' \
-  -e '/README /d' \
-  -i Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" prefix='/usr' install
-  # docs
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"* \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  rmdir -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"
-}

Copied: pd-lua/repos/community-staging-x86_64/PKGBUILD (from rev 665225, 
pd-lua/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 21:31:38 UTC (rev 665226)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+pkgname=pd-lua
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="LUA embedding for pd"
+arch=('x86_64')
+url="https://github.com/agraef/pd-lua;
+license=('GPL2')
+groups=('pd-externals' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'lua' 'pd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('26e33d9fcba1ef1dc2c5f553db13de0e0bf7cc1aa1371815d17b6d8bdccb8ad93b5ba30bc5adcdf5c3f7632d95da98f6687c516614c45d10190373eb3ba7169b')
+b2sums=('6854208570eed9557dceed6954bf1e0ef352c815476585990d5fe9ae2e8cdbbe812dc2914dc758dcee1dfb91fa70964ff9141ff50b1e00f6a0b44258406a03bb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # not installing license and README (to wrong location)
+  sed -e '/COPYING /d' \
+  -e '/README /d' \
+  -i Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" prefix='/usr' install
+  # docs
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"* \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  rmdir -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"
+}


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 21:31:04
  Author: dvzrv
Revision: 665224

archrelease: copy trunk to community-x86_64

Added:
  python-orjson/repos/community-x86_64/PKGBUILD
(from rev 665223, python-orjson/trunk/PKGBUILD)
Deleted:
  python-orjson/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 21:30:59 UTC (rev 665223)
+++ PKGBUILD2020-07-24 21:31:04 UTC (rev 665224)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
-url="https://github.com/ijl/orjson;
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rustup')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
-'python-pytz' 'python-xxhash')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('237af4dc00f7b4f6a7ea713a5bf757033e8df19247f66265782a6f69d0df8e23f45db8c90418d1a5834a8e1addf5b21a4ec7145d8273a93ae9c816a46f3b1d67')
-b2sums=('a443842bedc5ccbb9a5926c695a5091340200e7601e1485c58ed3807be04ad9f9ef43481312a76a8ca05215727820d31f8117e3a56a5be8bf3edea6306cfa0f7')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  rustup override set nightly
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  maturin build --release \
---strip \
---manylinux
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgname-$pkgver"
-  mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-orjson/repos/community-x86_64/PKGBUILD (from rev 665223, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 21:31:04 UTC (rev 665224)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=('x86_64')
+url="https://github.com/ijl/orjson;
+license=('Apache' 'MIT')
+depends=('python')
+makedepends=('maturin' 'python-pip' 'rustup')
+checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
+'python-pytz' 'python-xxhash')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('cb19f190ce88b71fe4e62122fe865b5534d4fd21a667aec9f8f812ee2065763a65216a361acdf071f58fde25240e959354f0a91ba7973adaede6dfb5ac327d84')
+b2sums=('511459771dea55d3190431c8d0a72f59af904f3bbcf5c228c6ca34ebd15235ef3eafffe5deb15ecca2484451ee0a51aeab38f245d1214fd65c772973d0edcfdc')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  rustup override set nightly-2020-06-09
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  maturin build --release \
+--strip \
+--manylinux
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgname-$pkgver"
+  mkdir -vp testdir
+  export PIP_CONFIG_FILE=/dev/null
+  pip install --isolated \
+  --root="testdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PIP_CONFIG_FILE='/dev/null'
+  pip install --isolated \
+  --root="$pkgdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 21:30:59
  Author: dvzrv
Revision: 665223

upgpkg: python-orjson 3.3.0-1: Upgrade to 3.3.0.

Pin the upstream recommended nightly version 'nightly-2020-06-09' of rust.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 21:25:08 UTC (rev 665222)
+++ PKGBUILD2020-07-24 21:30:59 UTC (rev 665223)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.2.2
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=('x86_64')
@@ -13,13 +13,13 @@
 checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
 'python-pytz' 'python-xxhash')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('237af4dc00f7b4f6a7ea713a5bf757033e8df19247f66265782a6f69d0df8e23f45db8c90418d1a5834a8e1addf5b21a4ec7145d8273a93ae9c816a46f3b1d67')
-b2sums=('a443842bedc5ccbb9a5926c695a5091340200e7601e1485c58ed3807be04ad9f9ef43481312a76a8ca05215727820d31f8117e3a56a5be8bf3edea6306cfa0f7')
+sha512sums=('cb19f190ce88b71fe4e62122fe865b5534d4fd21a667aec9f8f812ee2065763a65216a361acdf071f58fde25240e959354f0a91ba7973adaede6dfb5ac327d84')
+b2sums=('511459771dea55d3190431c8d0a72f59af904f3bbcf5c228c6ca34ebd15235ef3eafffe5deb15ecca2484451ee0a51aeab38f245d1214fd65c772973d0edcfdc')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  rustup override set nightly
+  rustup override set nightly-2020-06-09
 }
 
 build() {


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 21:25:08
  Author: dvzrv
Revision: 665222

archrelease: copy trunk to community-x86_64

Added:
  geonkick/repos/community-x86_64/PKGBUILD
(from rev 665221, geonkick/trunk/PKGBUILD)
Deleted:
  geonkick/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 21:24:52 UTC (rev 665221)
+++ PKGBUILD2020-07-24 21:25:08 UTC (rev 665222)
@@ -1,49 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=geonkick
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
-makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('8ac58af8e6b4969a0aecf286c37fa0400ed601c550f89c9c6da562c01e3399dc85c42c7a41c816250b78f6788b32196c6389b91d62695d3d91a177d295f72696')
-b2sums=('21889be50f179092a2699b56b22823c88a15fb36a1acfb963d0399ba5b3c08d300ad09394bcfeb29a075a62ed153082e706e934a366e5999647dbc215414f8c8')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DGKICK_REDKITE_SDK_PATH='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
-  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-  "http://geontime.com/geonkick; || echo 
"https://gitlab.com/iurie-sw/geonkick/-/issues/158;
-  rm -v plugin/lv2/${pkgname}.lv2/*.so
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
-  install -vDm 644 "data/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 665221, 
geonkick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 21:25:08 UTC (rev 665222)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+
+pkgname=geonkick
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
+makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone application')
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
+sha512sums=('073653a3c0d7019706557731c717e6842833d9b1c6686f989a269e887216c021cce6c34de7fcd73eaa380e49aae929699ca16a630e0584f309e7d33f29269816')
+b2sums=('4e1cce9b3f32cd0bce01338a0d53b01e0587ee11d76b97f50b4a58b7c1b159f896e18812e5c4401ab2cce5f62e1ef220a22e5d3dbc270f8e7df3132781ab4f62')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DGKICK_REDKITE_SDK_PATH='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+  "http://geontime.com/geonkick;
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
+  install -vDm 644 "data/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 21:24:52
  Author: dvzrv
Revision: 665221

upgpkg: geonkick 2.3.1-1: Upgrade to 2.3.1.

Modified:
  geonkick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 21:06:18 UTC (rev 665220)
+++ PKGBUILD2020-07-24 21:24:52 UTC (rev 665221)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=geonkick
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="A free software percussion synthesizer"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 checkdepends=('lv2lint')
 optdepends=('jack: for standalone application')
 
source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('8ac58af8e6b4969a0aecf286c37fa0400ed601c550f89c9c6da562c01e3399dc85c42c7a41c816250b78f6788b32196c6389b91d62695d3d91a177d295f72696')
-b2sums=('21889be50f179092a2699b56b22823c88a15fb36a1acfb963d0399ba5b3c08d300ad09394bcfeb29a075a62ed153082e706e934a366e5999647dbc215414f8c8')
+sha512sums=('073653a3c0d7019706557731c717e6842833d9b1c6686f989a269e887216c021cce6c34de7fcd73eaa380e49aae929699ca16a630e0584f309e7d33f29269816')
+b2sums=('4e1cce9b3f32cd0bce01338a0d53b01e0587ee11d76b97f50b4a58b7c1b159f896e18812e5c4401ab2cce5f62e1ef220a22e5d3dbc270f8e7df3132781ab4f62')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
@@ -35,7 +35,7 @@
   cd "$pkgname-$pkgver"
   cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
   lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-  "http://geontime.com/geonkick; || echo 
"https://gitlab.com/iurie-sw/geonkick/-/issues/158;
+  "http://geontime.com/geonkick;
   rm -v plugin/lv2/${pkgname}.lv2/*.so
 }
 


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

2020-07-24 Thread Konstantin Gizdov via arch-commits
Date: Friday, July 24, 2020 @ 20:54:57
  Author: kgizdov
Revision: 665205

cuda c++17

Added:
  root/trunk/fix_cuda_cxx17.patch
Modified:
  root/trunk/PKGBUILD
  root/trunk/settings-cuda.cmake
  root/trunk/settings.cmake

--+
 PKGBUILD |   14 +++--
 fix_cuda_cxx17.patch |  127 +
 settings-cuda.cmake  |2 
 settings.cmake   |2 
 4 files changed, 137 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 20:15:44 UTC (rev 665204)
+++ PKGBUILD2020-07-24 20:54:57 UTC (rev 665205)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.22.00
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
@@ -37,7 +37,7 @@
 'sqlite'
 'unuran'
 'vc'
-'xrootd>=4.6.0-2'
+'xrootd4'
 'z3'
 )
 depends=(
@@ -79,7 +79,7 @@
 'tcsh: Legacy CSH support'
 'unuran: Support non-uniform random numbers'
 'vc: Add types for portable and intuitive SIMD programming'
-'xrootd: Support remote file server and client'
+'xrootd4: Support remote file server and client'
 'z3: Suuport the Z3 theorem prover'
 )
 source=(
@@ -93,17 +93,19 @@
 'nbman-for-arch.patch'
 'thisroot.fail'
 'adapt_tmva_to_support_cudnn8.patch'
+'fix_cuda_cxx17.patch'
 )
 
sha512sums=('9e3c54bbc146b0abb0a2d960af380255ec59d0b3a11a4a97a2a25cb7ac567b07280c4eb48dddf99c1fa2e692881f6396a842ce125d3a253037e52f719739f01e'
 
'af8f178fc9df66997d5495b271e38adcd1636aab4c8fc994c6600c2496127829d831250d73d3fc229b02dfe49b9867d0be979beacb959f2f3a05351b8118a4a6'
 
'1fe6f4aa09d583d33f27cc766f4935510bb7ab6bbb8d4700baa1aaab92ea6c876500b67da1e4f6e0b510aa5616e4e193b860264b86925de85f2d9f558d75d5dc'
 
'3c81d255a17b902ffac0187af1752847036137e16641a88b17eef0d9c944e6f0d3c954bc93307d6270603f43f6c23f2e04f98dc7a68f9d076dbaa8006a2527d6'
-
'9ee5b6606dbd352608a2a4998344ca4026d677c86823e62fff615f6e84efcecdffc07a1e9182a356aa35035e7f35df5a107127722a6bad4b97d1f49cffebf5b9'
-
'7665bc8cbe79162e0b969b08802e1b7b2ed22ed8b1402d50cf194172a644f647dcaf0f5abb76f8b6007dfab8dbc811604479be826b345d8fd77edfb51032110b'
+
'8e40247d4531d690e4d2897de4672e9fb289d4787c55cd17e8ac8be693e9bedb20ee0f5bb471d22088f34ecea81fd8b0d2aa2f311403870fa71c2377bfbdeacd'
+
'324adbff951f5fd60307ce12591be2c6c583021bf4645c4d2043e37d3313cecb841f13997bf23587beac85158333b49359709b385592ec74cd006c37a170290e'
 
'1c905ee7a3f8f5f3f567d957f9be6b503a8631565d4d9b9bfea5e496ef86865c5a8be1a1f8c7842754029879cf0afd2465249f532a116cc43660aa2e460ae682'
 
'12814f50b7016bd86d3f91e0e31c052783a0c0fa72b7d6a072d3ae6f86c2437323d585e531235377ebbfdd9cb76abd7da84d9631de821151547f1d4b13417e69'
 
'ff555ac4db568affe139701907f86d919a2206f3e304f69dd317b756ea0904b5934d9364a524060778aa507809ce78448621619bb34039ba34c5a71af71a4a8c'
-
'2ae126795df4127c27a6287a1499bdb8b2bacb74cfbec17dabe378a5fb9fc7c755644e4090a4da1d0045bf5d4f542f06da827a0f48a5927ee8509874045f18b6')
+
'2ae126795df4127c27a6287a1499bdb8b2bacb74cfbec17dabe378a5fb9fc7c755644e4090a4da1d0045bf5d4f542f06da827a0f48a5927ee8509874045f18b6'
+
'f7dbbd4ba08dd6e7d631b1cd9414ea51bfe64d8074835c9ccd95bcbdba1e72107b928df97738dde04c8e2e5399432cc748fd6b6188c372eb085b188962255640')
 
 get_pyver () {
 python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'

Added: fix_cuda_cxx17.patch
===
--- fix_cuda_cxx17.patch(rev 0)
+++ fix_cuda_cxx17.patch2020-07-24 20:54:57 UTC (rev 665205)
@@ -0,0 +1,127 @@
+From 62fff7d03d8785a69f56115b27081fe1081edc9b Mon Sep 17 00:00:00 2001
+From: Konstantin Gizdov 
+Date: Fri, 24 Jul 2020 18:23:49 +0300
+Subject: [PATCH 1/2] fix regression in f8edeb9 not using correct string_view
+ when CUDA C++ standard allows it
+
+---
+ cmake/modules/RootConfiguration.cmake  | 3 +++
+ config/RConfigure.in   | 1 +
+ tmva/tmva/inc/TMVA/DNN/Architectures/Cuda/CudaMatrix.h | 3 +++
+ tmva/tmva/src/DNN/Architectures/Cuda.cu| 3 +++
+ tmva/tmva/src/DNN/Architectures/Cudnn.cu   | 5 -
+ 5 files changed, 14 insertions(+), 1 deletion(-)
+
+diff --git a/cmake/modules/RootConfiguration.cmake 
b/cmake/modules/RootConfiguration.cmake
+index 1fe84d1515a..a19eafabb71 100644
+--- a/cmake/modules/RootConfiguration.cmake
 b/cmake/modules/RootConfiguration.cmake
+@@ -531,6 +531,9 @@ endif()
+ if(found_stdstringview)
+   CHECK_CXX_SOURCE_COMPILES("#include 
+  int main() { size_t pos; std::string_view str; std::stod(str,); 
return 0;}" found_stod_stringview)
++  if(CMAKE_CUDA_STANDARD GREATER_EQUAL CMAKE_CXX_STANDARD)
++

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

2020-07-24 Thread Morten Linderud via arch-commits
Date: Friday, July 24, 2020 @ 20:15:34
  Author: foxboron
Revision: 665203

upgpkg: podman 2.0.3-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 20:00:39 UTC (rev 665202)
+++ PKGBUILD2020-07-24 20:15:34 UTC (rev 665203)
@@ -3,7 +3,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)


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

2020-07-24 Thread Morten Linderud via arch-commits
Date: Friday, July 24, 2020 @ 20:15:44
  Author: foxboron
Revision: 665204

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 20:15:34 UTC (rev 665203)
+++ PKGBUILD2020-07-24 20:15:44 UTC (rev 665204)
@@ -1,53 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp runc
- slirp4netns libsystemd fuse-overlayfs skopeo)
-makedepends=(go go-md2man git btrfs-progs)
-source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  export BUILDTAGS='seccomp varlink systemd'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-
-  cd libpod
-  make
-}
-
-package_podman() {
-  optdepends+=('podman-docker: for Docker-compatible CLI'
-  'btrfs-progs: support btrfs backend devices'
-  'catatonit: --init flag support'
-  'crun: support for unified cgroupsv2')
-
-  cd libpod
-  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 665203, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 20:15:44 UTC (rev 665204)
@@ -0,0 +1,53 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc
+ slirp4netns libsystemd fuse-overlayfs skopeo)
+makedepends=(go go-md2man git btrfs-progs)
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  export BUILDTAGS='seccomp varlink systemd'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+
+  cd libpod
+  make
+}
+
+package_podman() {
+  optdepends+=('podman-docker: for Docker-compatible CLI'
+  'btrfs-progs: support btrfs backend devices'
+  'catatonit: --init flag support'
+  'crun: support for unified cgroupsv2')
+
+  cd libpod
+  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


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

2020-07-24 Thread Morten Linderud via arch-commits
Date: Friday, July 24, 2020 @ 20:00:39
  Author: foxboron
Revision: 665202

archrelease: copy trunk to community-x86_64

Added:
  toolbox/repos/community-x86_64/PKGBUILD
(from rev 665201, toolbox/trunk/PKGBUILD)
Deleted:
  toolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 20:00:32 UTC (rev 665201)
+++ PKGBUILD2020-07-24 20:00:39 UTC (rev 665202)
@@ -1,34 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=toolbox
-pkgver=0.0.92
-pkgrel=1
-pkgdesc='Unprivileged development environment'
-arch=(x86_64)
-url='https://github.com/containers/toolbox'
-license=(APACHE)
-depends=(podman bash)
-makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
-_commit=cb5c77eae5b4cf4ea2d2970aaf88efeb1ccfc338 # tags/0.0.92
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd toolbox
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  arch-meson toolbox build -D profile_dir=/etc/profile.d
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: toolbox/repos/community-x86_64/PKGBUILD (from rev 665201, 
toolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 20:00:39 UTC (rev 665202)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=toolbox
+pkgver=0.0.93
+pkgrel=1
+pkgdesc='Unprivileged development environment'
+arch=(x86_64)
+url='https://github.com/containers/toolbox'
+license=(APACHE)
+depends=(podman bash)
+makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
+_commit=238a67826450408d8f01a0c36bd0b207031bbea3 # tags/0.0.93
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd toolbox
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  arch-meson toolbox build -D profile_dir=/etc/profile.d
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2020-07-24 Thread Morten Linderud via arch-commits
Date: Friday, July 24, 2020 @ 20:00:32
  Author: foxboron
Revision: 665201

upgpkg: toolbox 0.0.93-1

Modified:
  toolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 19:58:35 UTC (rev 665200)
+++ PKGBUILD2020-07-24 20:00:32 UTC (rev 665201)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=toolbox
-pkgver=0.0.92
+pkgver=0.0.93
 pkgrel=1
 pkgdesc='Unprivileged development environment'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(APACHE)
 depends=(podman bash)
 makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
-_commit=cb5c77eae5b4cf4ea2d2970aaf88efeb1ccfc338 # tags/0.0.92
+_commit=238a67826450408d8f01a0c36bd0b207031bbea3 # tags/0.0.93
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:58:35
  Author: felixonmars
Revision: 665200

archrelease: copy trunk to community-any

Added:
  ammonite/repos/community-any/PKGBUILD
(from rev 665199, ammonite/trunk/PKGBUILD)
Deleted:
  ammonite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 19:58:20 UTC (rev 665199)
+++ PKGBUILD2020-07-24 19:58:35 UTC (rev 665200)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thayne 
-# Contributor: Yiqiao Wang 
-# Contributor: wenLiangcan 
-
-pkgname=ammonite
-pkgver=2.1.4
-_scalaversion=2.13.2
-pkgrel=1
-pkgdesc="A cleanroom re-implementation of the Scala REPL from first 
principles. "
-arch=('any')
-url="https://github.com/lihaoyi/Ammonite;
-license=('MIT')
-depends=('bash' 'java-environment')
-makedepends=('mill')
-source=("https://github.com/lihaoyi/Ammonite/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('9575a7528bdd1bd42ec993a0a49c549409b6ebd2f220eed785f35ab951cc29bb22df6dc717a40679a8506d0bc4a1b5277ad24bcbf1581c3449a31387e4746e3e')
-
-prepare() {
-  cd Ammonite-$pkgver
-  sed -i "s/'git/'true/;s/^\\.toInt$//" build.sc
-}
-
-build() {
-  cd Ammonite-$pkgver
-  TRAVIS_TAG=$pkgver mill -i amm[$_scalaversion].assembly
-}
-
-package() {
-  cd Ammonite-$pkgver
-  install -dm755 "$pkgdir"/usr/bin
-  (echo "#!/bin/sh"; cat out/amm/$_scalaversion/assembly/dest/out.jar) > 
"$pkgdir"/usr/bin/amm
-  chmod +x "$pkgdir"/usr/bin/amm
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: ammonite/repos/community-any/PKGBUILD (from rev 665199, 
ammonite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 19:58:35 UTC (rev 665200)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Thayne 
+# Contributor: Yiqiao Wang 
+# Contributor: wenLiangcan 
+
+pkgname=ammonite
+pkgver=2.2.0
+_scalaversion=2.13.2
+pkgrel=1
+pkgdesc="A cleanroom re-implementation of the Scala REPL from first 
principles. "
+arch=('any')
+url="https://github.com/lihaoyi/Ammonite;
+license=('MIT')
+depends=('bash' 'java-environment')
+makedepends=('mill')
+source=("https://github.com/lihaoyi/Ammonite/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+b2sums=('15d84e20f955b170303afb89080d141ba5c3f3c51e2a886d04b1b7533f39d56d2f90b74cff69f380c6ee11ac908cc2783e98ad1ddef253969ee10242696d2591')
+
+prepare() {
+  cd Ammonite-$pkgver
+  sed -i "s/'git/'true/;s/^\\.toInt$//" build.sc
+}
+
+build() {
+  cd Ammonite-$pkgver
+  TRAVIS_TAG=$pkgver mill -i amm[$_scalaversion].assembly
+}
+
+package() {
+  cd Ammonite-$pkgver
+  install -dm755 "$pkgdir"/usr/bin
+  (echo "#!/bin/sh"; cat out/amm/$_scalaversion/assembly/dest/out.jar) > 
"$pkgdir"/usr/bin/amm
+  chmod +x "$pkgdir"/usr/bin/amm
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:58:20
  Author: felixonmars
Revision: 665199

upgpkg: ammonite 2.2.0-1

Modified:
  ammonite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 19:57:46 UTC (rev 665198)
+++ PKGBUILD2020-07-24 19:58:20 UTC (rev 665199)
@@ -4,7 +4,7 @@
 # Contributor: wenLiangcan 
 
 pkgname=ammonite
-pkgver=2.1.4
+pkgver=2.2.0
 _scalaversion=2.13.2
 pkgrel=1
 pkgdesc="A cleanroom re-implementation of the Scala REPL from first 
principles. "
@@ -14,7 +14,7 @@
 depends=('bash' 'java-environment')
 makedepends=('mill')
 
source=("https://github.com/lihaoyi/Ammonite/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('9575a7528bdd1bd42ec993a0a49c549409b6ebd2f220eed785f35ab951cc29bb22df6dc717a40679a8506d0bc4a1b5277ad24bcbf1581c3449a31387e4746e3e')
+b2sums=('15d84e20f955b170303afb89080d141ba5c3f3c51e2a886d04b1b7533f39d56d2f90b74cff69f380c6ee11ac908cc2783e98ad1ddef253969ee10242696d2591')
 
 prepare() {
   cd Ammonite-$pkgver


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

2020-07-24 Thread Morten Linderud via arch-commits
Date: Friday, July 24, 2020 @ 19:57:46
  Author: foxboron
Revision: 665198

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 665197, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 19:57:38 UTC (rev 665197)
+++ PKGBUILD2020-07-24 19:57:46 UTC (rev 665198)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Morten Linderud 
-
-pkgname=k9s
-pkgver=0.21.2
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-_commit=977791627860a0febb3c217a5322702da109ecbb # 0.21.2
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make VERSION=v$pkgver build
-}
-
-check() {
-  make -C $pkgname test
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 665197, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 19:57:46 UTC (rev 665198)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Morten Linderud 
+
+pkgname=k9s
+pkgver=0.21.4
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+_commit=f4559a16cca10c8371695ce8e357309f4820f82c # 0.21.4
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make VERSION=v$pkgver build
+}
+
+check() {
+  make -C $pkgname test
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:


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

2020-07-24 Thread Morten Linderud via arch-commits
Date: Friday, July 24, 2020 @ 19:57:38
  Author: foxboron
Revision: 665197

upgpkg: k9s 0.21.4-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 19:06:29 UTC (rev 665196)
+++ PKGBUILD2020-07-24 19:57:38 UTC (rev 665197)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=k9s
-pkgver=0.21.2
+pkgver=0.21.4
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
-_commit=977791627860a0febb3c217a5322702da109ecbb # 0.21.2
+_commit=f4559a16cca10c8371695ce8e357309f4820f82c # 0.21.4
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:06:13
  Author: felixonmars
Revision: 665195

upgpkg: git-annex 8.20200720.1-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 19:06:07 UTC (rev 665194)
+++ PKGBUILD2020-07-24 19:06:13 UTC (rev 665195)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=8.20200720
+pkgver=8.20200720.1
 pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:06:29
  Author: felixonmars
Revision: 665196

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 19:06:13 UTC (rev 665195)
+++ PKGBUILD2020-07-24 19:06:29 UTC (rev 665196)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=8.20200720
-pkgrel=1
-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-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
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 665195, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 19:06:29 UTC (rev 665196)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20200720.1
+pkgrel=1
+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-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' 

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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:05:25
  Author: felixonmars
Revision: 665190

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 665189, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 19:05:10 UTC (rev 665189)
+++ PKGBUILD2020-07-24 19:05:25 UTC (rev 665190)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200717
-_commit=51737cd8b6046fcac2c535ce3c6e0eecdd1367fd
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('CCPL:cc-by')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('3a70602e3662a15b2e64f7bd45d2ae1407ca7eeced623bc72e4012567fe1b642ed0c8a8fa7f97c55b5f0e14ad6477cdc90ef3b685195585ef67e34770fc760c1')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 665189, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 19:05:25 UTC (rev 665190)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200725
+_commit=f706a7299064cdd2e41ee496a0423e5e628e508e
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('CCPL:cc-by')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('1704bb9609f8d43d9dfdbee39f6c8c4954fd004b47825326b91f4c0204a179b379c2ad1cab54c18c0089b2857a0d3cb76b2ef491f77e28d128cabd2ef14af103')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:06:07
  Author: felixonmars
Revision: 665194

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 19:05:53 UTC (rev 665193)
+++ PKGBUILD2020-07-24 19:06:07 UTC (rev 665194)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-reader
-pkgver=5.7.0.4
-pkgrel=1
-pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-reader;
-license=('GPL3')
-depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('6fa228c099081aa98e6ff01e768ee6c6fedecbc5cb65a75c0c981b4488d2f9321c0e45e82f5b3e7a364d6bbfb74d88d59a16435e3d88de1221ae9fc5645f3d4c')
-
-prepare() {
-  cd deepin-reader-$pkgver/src
-  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
-  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
- utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
- 
lpreviewControl/search/searchresdelegate.cpp
-  sed -i '/include /a #include ' document/model.h
-  sed -i '/include /a #include ' uiframe/DocSheet.h
-  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
-  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
-}
-
-build() {
-  cd deepin-reader-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-reader-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-reader/repos/community-x86_64/PKGBUILD (from rev 665193, 
deepin-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 19:06:07 UTC (rev 665194)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-reader
+pkgver=5.7.0.5
+pkgrel=1
+pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-reader;
+license=('GPL3')
+depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
+sha512sums=('6bceee5c55f5cb20fca9666c61949801e3a8b43b412163b61e5b79f1da4062b643d120a4e7761d99bec71f41ef2e1bbce70a0024b5f3c0cd3f9665d4a3e84f5d')
+
+prepare() {
+  cd deepin-reader-$pkgver/src
+  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
+  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
+ utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
+ 
lpreviewControl/search/searchresdelegate.cpp
+  sed -i '/include /a #include ' document/model.h
+  sed -i '/include /a #include ' uiframe/DocSheet.h
+  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
+  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
+}
+
+build() {
+  cd deepin-reader-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-reader-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:05:53
  Author: felixonmars
Revision: 665193

upgpkg: deepin-reader 5.7.0.5-1

Modified:
  deepin-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 19:05:47 UTC (rev 665192)
+++ PKGBUILD2020-07-24 19:05:53 UTC (rev 665193)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-reader
-pkgver=5.7.0.4
+pkgver=5.7.0.5
 pkgrel=1
 pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('6fa228c099081aa98e6ff01e768ee6c6fedecbc5cb65a75c0c981b4488d2f9321c0e45e82f5b3e7a364d6bbfb74d88d59a16435e3d88de1221ae9fc5645f3d4c')
+sha512sums=('6bceee5c55f5cb20fca9666c61949801e3a8b43b412163b61e5b79f1da4062b643d120a4e7761d99bec71f41ef2e1bbce70a0024b5f3c0cd3f9665d4a3e84f5d')
 
 prepare() {
   cd deepin-reader-$pkgver/src


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:05:34
  Author: felixonmars
Revision: 665191

upgpkg: dtkcore 1:5.2.2.2-1

Modified:
  dtkcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 19:05:25 UTC (rev 665190)
+++ PKGBUILD2020-07-24 19:05:34 UTC (rev 665191)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkcore
-pkgver=5.2.2.1
+pkgver=5.2.2.2
 pkgrel=1
 epoch=1
 pkgdesc='DTK core modules'
@@ -13,7 +13,7 @@
 depends=('dconf' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz;)
-sha512sums=('1af001f583c6e8b35aa6f2d94540e290931087f51b21593dc56f8beeeb5aca0ffb3a7f16f19fd5b9d59dcfe001258e93af87fd6d758af05867457010772cd40f')
+sha512sums=('64d6772b07a880a94944b0220b2e132149ee66aadf9d4b96b764e5a0b4ae87f9f7fe14b2f8785b3610b9276cfdf218c7b9d0414b0709a700478d3b052cf7b4cd')
 
 build() {
   cd dtkcore-$pkgver


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:05:47
  Author: felixonmars
Revision: 665192

archrelease: copy trunk to community-testing-x86_64

Added:
  dtkcore/repos/community-testing-x86_64/
  dtkcore/repos/community-testing-x86_64/PKGBUILD
(from rev 665191, dtkcore/trunk/PKGBUILD)

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

Copied: dtkcore/repos/community-testing-x86_64/PKGBUILD (from rev 665191, 
dtkcore/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-24 19:05:47 UTC (rev 665192)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkcore
+pkgver=5.2.2.2
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore;
+license=('LGPL3')
+depends=('dconf' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz;)
+sha512sums=('64d6772b07a880a94944b0220b2e132149ee66aadf9d4b96b764e5a0b4ae87f9f7fe14b2f8785b3610b9276cfdf218c7b9d0414b0709a700478d3b052cf7b4cd')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 19:05:10
  Author: felixonmars
Revision: 665189

upgpkg: rime-cantonese 0.0.0.20200725-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 18:17:56 UTC (rev 665188)
+++ PKGBUILD2020-07-24 19:05:10 UTC (rev 665189)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200717
-_commit=51737cd8b6046fcac2c535ce3c6e0eecdd1367fd
+pkgver=0.0.0.20200725
+_commit=f706a7299064cdd2e41ee496a0423e5e628e508e
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('3a70602e3662a15b2e64f7bd45d2ae1407ca7eeced623bc72e4012567fe1b642ed0c8a8fa7f97c55b5f0e14ad6477cdc90ef3b685195585ef67e34770fc760c1')
+sha512sums=('1704bb9609f8d43d9dfdbee39f6c8c4954fd004b47825326b91f4c0204a179b379c2ad1cab54c18c0089b2857a0d3cb76b2ef491f77e28d128cabd2ef14af103')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-07-24 Thread Jan Steffens via arch-commits
Date: Friday, July 24, 2020 @ 18:41:34
  Author: heftig
Revision: 392505

archrelease: copy trunk to testing-x86_64

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

+
 PKGBUILD   |  163 +++
 pulseaudio.install |   14 
 2 files changed, 177 insertions(+)

Copied: pulseaudio/repos/testing-x86_64/PKGBUILD (from rev 392504, 
pulseaudio/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-24 18:41:34 UTC (rev 392505)
@@ -0,0 +1,163 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=pulseaudio
+pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
+pkgdesc="A featureful, general-purpose sound server"
+pkgver=13.99.1+67+g414644dff
+pkgrel=1
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
+license=(GPL)
+makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
+ speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
+ lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
+ xmltoman gst-plugins-base-libs)
+_commit=414644dff1abd32294db3be1fde001f56ec9e65a  # master
+source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pulseaudio
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd pulseaudio
+
+  # Freeze version before patching
+  ./git-version-gen doesnt-exist >.tarball-version
+}
+
+build() {
+  arch-meson pulseaudio build \
+-D pulsedsp-location='/usr/\$LIB/pulseaudio' \
+-D stream-restore-clear-old-devices=true \
+-D udevrulesdir=/usr/lib/udev/rules.d
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+  ninja -C build test-daemon
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_pulseaudio() {
+  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
+   webrtc-audio-processing gst-plugins-base-libs)
+  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
+  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
+  install=pulseaudio.install
+  replaces=('pulseaudio-xen<=9.0' 'pulseaudio-gconf<=11.1')
+
+  local pulsever=$(cd pulseaudio; ./git-version-gen .tarball-version)
+  while [[ $pulsever = *.*.* ]]; do
+pulsever=${pulsever%.*}
+  done
+  pulsever=${pulsever%%-*}
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  cd "$pkgdir"
+
+  # Superseded by socket activation
+  sed -e '/autospawn/iautospawn = no' \
+  -i etc/pulse/client.conf
+
+  # Disable cork-request module, can result in e.g. media players unpausing
+  # when there's a Skype call incoming
+  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
+  -i usr/bin/start-pulseaudio-x11
+
+  # Required by qpaeq
+  sed -e '/Load several protocols/aload-module module-dbus-protocol' \
+  -i etc/pulse/default.pa
+
+  rm -r etc/dbus-1
+
+### Split libpulse
+  _pick libpulse etc/pulse/client.conf
+  _pick libpulse usr/bin/pa{cat,ctl,dsp,mon,play,rec,record}
+  _pick libpulse usr/lib/libpulse{,-simple,-mainloop-glib}.so*
+  _pick libpulse usr/lib/{cmake,pkgconfig}
+  _pick libpulse usr/lib/pulseaudio/libpulse{dsp,common-*}.so
+  _pick libpulse usr/include
+  _pick libpulse usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1
+  _pick libpulse usr/share/man/man5/pulse-client.conf.5
+  _pick libpulse usr/share/vala
+
+### Split modules
+  local moddir=usr/lib/pulse-$pulsever/modules
+
+  _pick zeroconf $moddir/libavahi-wrap.so
+  _pick zeroconf $moddir/module-zeroconf-{publish,discover}.so
+  _pick zeroconf $moddir/module-raop-discover.so
+
+  _pick lirc $moddir/module-lirc.so
+
+  _pick jack $moddir/module-jack-{sink,source}.so
+  _pick jack $moddir/module-jackdbus-detect.so
+
+  _pick bluetooth $moddir/libbluez5-util.so
+  _pick bluetooth $moddir/module-bluetooth-{discover,policy}.so
+  _pick bluetooth $moddir/module-bluez5-{discover,device}.so
+
+  _pick equalizer $moddir/module-equalizer-sink.so
+  _pick equalizer usr/bin/qpaeq
+}
+
+package_libpulse() {
+  pkgdesc="$pkgdesc (client library)"
+  depends=(dbus libasyncns libcap libxtst libsm libsndfile systemd)
+  provides=(libpulse{,-simple,-mainloop-glib}.so)
+  license=(LGPL)
+  backup=(etc/pulse/client.conf)
+
+  mv libpulse/* "$pkgdir"
+}
+
+package_pulseaudio-zeroconf(){
+  pkgdesc="Zeroconf support for PulseAudio"
+  depends=("pulseaudio=$pkgver-$pkgrel" avahi openssl)
+
+  mv 

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

2020-07-24 Thread Jan Steffens via arch-commits
Date: Friday, July 24, 2020 @ 18:40:26
  Author: heftig
Revision: 392504

13.99.1+67+g414644dff-1: Release candidate only for [testing]

Modified:
  pulseaudio/trunk/PKGBUILD
Deleted:
  pulseaudio/trunk/0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch

+
 0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch |   28 
 PKGBUILD   |   38 +++
 2 files changed, 11 insertions(+), 55 deletions(-)

Deleted: 0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
===
--- 0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch  2020-07-24 
18:07:10 UTC (rev 392503)
+++ 0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch  2020-07-24 
18:40:26 UTC (rev 392504)
@@ -1,28 +0,0 @@
-From c7e0c4373a304e167b11a68575b9da9506345dab Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 15 Sep 2019 13:47:19 +0200
-Subject: [PATCH] meson: Define TUNNEL_SINK for module-tunnel-sink
-
-This was missing, so it was building another tunnel-source instead.
-
-Fixes https://bugs.archlinux.org/task/63755

- src/modules/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/modules/meson.build b/src/modules/meson.build
-index 92d5871f9..dd2241f42 100644
 a/src/modules/meson.build
-+++ b/src/modules/meson.build
-@@ -55,7 +55,7 @@ all_modules = [
-   [ 'module-suspend-on-idle', 'module-suspend-on-idle.c' ],
-   [ 'module-switch-on-connect', 'module-switch-on-connect.c' ],
-   [ 'module-switch-on-port-available', 'module-switch-on-port-available.c' ],
--  [ 'module-tunnel-sink', 'module-tunnel.c', [], [], [x11_dep] ],
-+  [ 'module-tunnel-sink', 'module-tunnel.c', [], ['-DTUNNEL_SINK=1'], 
[x11_dep] ],
-   [ 'module-tunnel-sink-new', 'module-tunnel-sink-new.c' ],
-   [ 'module-tunnel-source', 'module-tunnel.c', [], [], [x11_dep] ],
-   [ 'module-tunnel-source-new', 'module-tunnel-source-new.c' ],
--- 
-2.23.0
-

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 18:07:10 UTC (rev 392503)
+++ PKGBUILD2020-07-24 18:40:26 UTC (rev 392504)
@@ -1,13 +1,10 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=13.0
-pkgrel=3
+pkgver=13.99.1+67+g414644dff
+pkgrel=1
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 license=(GPL)
@@ -14,12 +11,10 @@
 makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
  speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
  lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
- xmltoman)
-_commit=200618b32f0964a479d69c9b6e5073e6931c370a  # tags/v13.0^0
-source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit;
-0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch)
-sha256sums=('SKIP'
-'4ff133e2847baad5bb6798b5816d67551cfba2efabb2f1f348628d7217abd07d')
+ xmltoman gst-plugins-base-libs)
+_commit=414644dff1abd32294db3be1fde001f56ec9e65a  # master
+source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd pulseaudio
@@ -31,17 +26,14 @@
 
   # Freeze version before patching
   ./git-version-gen doesnt-exist >.tarball-version
-
-  # https://bugs.archlinux.org/task/63755
-  git apply -3 ../0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
 }
 
 build() {
   arch-meson pulseaudio build \
--D gcov=false \
 -D pulsedsp-location='/usr/\$LIB/pulseaudio' \
+-D stream-restore-clear-old-devices=true \
 -D udevrulesdir=/usr/lib/udev/rules.d
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -61,7 +53,7 @@
 
 package_pulseaudio() {
   depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
-   webrtc-audio-processing)
+   webrtc-audio-processing gst-plugins-base-libs)
   optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
   backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
   install=pulseaudio.install
@@ -77,14 +69,6 @@
 
   cd "$pkgdir"
 
-  # Assumes that any volume adjustment is intended by the user, who can control
-  # each app's volume. Misbehaving clients can trigger earsplitting volume
-  # jumps. App volumes can diverge wildly and cause apps without their own
-  # volume control to fall below sink volume; a sink-only volume control will
-  # suddenly be unable to make such an app loud enough.
-  sed -e '/flat-volumes/iflat-volumes = no' \
-  

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

2020-07-24 Thread Filipe Laíns via arch-commits
Date: Friday, July 24, 2020 @ 18:17:56
  Author: ffy00
Revision: 665188

upgpkg: hamlib 3.3-8 (Lua 5.4 rebuild)

Modified:
  hamlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 18:06:46 UTC (rev 665187)
+++ PKGBUILD2020-07-24 18:17:56 UTC (rev 665188)
@@ -2,7 +2,7 @@
 
 pkgname=hamlib
 pkgver=3.3
-pkgrel=7
+pkgrel=8
 pkgdesc='Ham radio equipment control libraries'
 arch=('x86_64')
 url='https://hamlib.github.io'
@@ -9,13 +9,19 @@
 license=('GPL' 'LGPL')
 depends=('perl' 'python' 'lua' 'tcl' 'libxml2' 'libusb-compat' 'libtool' 
'libuhd')
 makedepends=('swig')
-source=("https://github.com/Hamlib/Hamlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+source=("https://github.com/Hamlib/Hamlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
+
'fix-lua-5.4.patch::https://github.com/Hamlib/Hamlib/commit/038b87b29913b5264c00eafaf06a3cc13dc16db7.patch')
 
sha512sums=('4cf6c94d0238c8a13aed09413b3f4a027c8ded07f8840cdb2b9d38b39b6395a4a88a8105257015345f6de0658ab8c60292d11a9de3e16a493e153637af630a80'
-'SKIP')
-validpgpkeys=(82D64F6B0E67CD41F689BBA6FB2C5130D55A8819)
+'SKIP'
+
'e16a83f0892084c3b8a56fdcff9bed6f471d242dd820dfa4daeefab262ecb18c2b487be55851e9337d2fe6ccf47ee2b64696d4aa7948fcf1d4ea80d1f2a40deb')
+validpgpkeys=('82D64F6B0E67CD41F689BBA6FB2C5130D55A8819') # Nate Bargmann 

 
 prepare() {
-  sed -i 's|usrp|uhd|g' $pkgname-$pkgver/configure.ac
+  cd $pkgname-$pkgver
+
+  sed -i 's|usrp|uhd|g' configure.ac
+
+  patch -p1 -i ../fix-lua-5.4.patch
 }
 
 build() {


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:49:30
  Author: jsteel
Revision: 665185

upgpkg: nrpe 4.0.3-1

Modified:
  nrpe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 17:46:15 UTC (rev 665184)
+++ PKGBUILD2020-07-24 17:49:30 UTC (rev 665185)
@@ -3,7 +3,7 @@
 # Contributor: Dale Blount 
 
 pkgname=nrpe
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc="Nagios Remote Plugin Executor"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 url="https://github.com/NagiosEnterprises/nrpe;
 
source=(https://github.com/NagiosEnterprises/nrpe/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 nrpe.sysusers)
-md5sums=('37b9e23b3e8d75308f8b31f3b61ee8a4'
+md5sums=('42252d3c721c87ebb5e38b748f187e8d'
  '079d1f8c06598303be95151a8985927b')
 
 build() {


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:49:36
  Author: jsteel
Revision: 665186

archrelease: copy trunk to community-testing-x86_64

Added:
  nrpe/repos/community-testing-x86_64/
  nrpe/repos/community-testing-x86_64/PKGBUILD
(from rev 665185, nrpe/trunk/PKGBUILD)
  nrpe/repos/community-testing-x86_64/nrpe.install
(from rev 665185, nrpe/trunk/nrpe.install)
  nrpe/repos/community-testing-x86_64/nrpe.sysusers
(from rev 665185, nrpe/trunk/nrpe.sysusers)

---+
 PKGBUILD  |   65 
 nrpe.install  |   14 
 nrpe.sysusers |1 
 3 files changed, 80 insertions(+)

Copied: nrpe/repos/community-testing-x86_64/PKGBUILD (from rev 665185, 
nrpe/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-24 17:49:36 UTC (rev 665186)
@@ -0,0 +1,65 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Phillip Smith 
+# Contributor: Dale Blount 
+
+pkgname=nrpe
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Nagios Remote Plugin Executor"
+arch=('x86_64')
+license=('GPL')
+depends=('openssl-1.0')
+optdepends=("monitoring-plugins: common tools for monitoring using $pkgname")
+makedepends=('procps-ng')
+install=$pkgname.install
+backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
+url="https://github.com/NagiosEnterprises/nrpe;
+source=(https://github.com/NagiosEnterprises/nrpe/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
+nrpe.sysusers)
+md5sums=('42252d3c721c87ebb5e38b748f187e8d'
+ '079d1f8c06598303be95151a8985927b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export sslbin=/usr/bin/openssl-1.0
+  export ssl_inc_dir=/usr/include/openssl-1.0/openssl
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/nrpe \
+--libexecdir=/usr/lib/monitoring-plugins \
+--with-nrpe-user=31 --with-nrpe-group=31 \
+--with-nagios-user=31 --with-nagios-group=31 \
+--with-piddir=/run/nrpe
+
+  make all
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 sample-config/nrpe.cfg "$pkgdir"/etc/nrpe/nrpe.cfg
+  install -Dm644 startup/default-service 
"$pkgdir"/usr/lib/systemd/system/nrpe.service
+  install -Dm644 startup/default-socket 
"$pkgdir"/usr/lib/systemd/system/nrpe.socket
+  install -Dm644 startup/default-xinetd "$pkgdir"/etc/xinetd.d/nrpe
+  install -Dm644 startup/tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/nrpe.conf
+  install -Dm644 "$srcdir"/nrpe.sysusers "$pkgdir"/usr/lib/sysusers.d/nrpe.conf
+
+  install -Dm644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
+  install -Dm644 README.SSL.md "$pkgdir"/usr/share/doc/$pkgname/README.SSL.md
+  install -Dm644 SECURITY.md "$pkgdir"/usr/share/doc/$pkgname/SECURITY.md
+  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
+
+  # FS#52873
+  sed -i 's/=31$/=nrpe/g' "$pkgdir"/etc/nrpe/nrpe.cfg 
"$pkgdir"/usr/lib/systemd/system/nrpe.service
+
+  # Tidy up
+  chmod -R 755 "$pkgdir"/usr/lib/monitoring-plugins
+  chown -R root:root "$pkgdir"/usr/lib/monitoring-plugins
+  rm -f "$pkgdir"/usr/bin/nrpe-uninstall
+  rm -rf "$pkgdir"/run
+}

Copied: nrpe/repos/community-testing-x86_64/nrpe.install (from rev 665185, 
nrpe/trunk/nrpe.install)
===
--- community-testing-x86_64/nrpe.install   (rev 0)
+++ community-testing-x86_64/nrpe.install   2020-07-24 17:49:36 UTC (rev 
665186)
@@ -0,0 +1,14 @@
+post_install() {
+  grep -Pq '^nrpe\s+' /etc/services || \
+echo "nrpe 5666/tcp" >> /etc/services
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  # remove the line added to /etc/services
+  sed -e '/nrpe 5666\/tcp/d' \
+  -i /etc/services || true
+}

Copied: nrpe/repos/community-testing-x86_64/nrpe.sysusers (from rev 665185, 
nrpe/trunk/nrpe.sysusers)
===
--- community-testing-x86_64/nrpe.sysusers  (rev 0)
+++ community-testing-x86_64/nrpe.sysusers  2020-07-24 17:49:36 UTC (rev 
665186)
@@ -0,0 +1 @@
+u nrpe 31 "NRPE" -


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:46:09
  Author: jsteel
Revision: 665183

upgpkg: python-boto3 1.14.27-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 17:46:01 UTC (rev 665182)
+++ PKGBUILD2020-07-24 17:46:09 UTC (rev 665183)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.14.23
+pkgver=1.14.27
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('263b2abf3c220d3fb3d7acf4cd87266c11d3dcd5d7ffcafb0aab128b1e324d6f99c44de8abfb621b153b5fc51b9823b6b79ea5c529f6c59c548c900015bcdb5e')
+sha512sums=('3576d0ebe1167cf6ce9decd1efd9c55c5e06074303da38bee236c8f0bf1fb0ae459e88ae5719590a0e7aa02936277e5c08a35e5bf08249f50716b6147f7872a4')
 
 build() {
   cd boto3-$pkgver


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:46:01
  Author: jsteel
Revision: 665182

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 665181, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 17:45:56 UTC (rev 665181)
+++ PKGBUILD2020-07-24 17:46:01 UTC (rev 665182)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.18.100
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('cfb771eaf9c6b9b734c030dd1cbb8fec')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 665181, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 17:46:01 UTC (rev 665182)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.18.104
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('712513427a3c6f267f1ce0d74dd1accc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:46:15
  Author: jsteel
Revision: 665184

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 17:46:09 UTC (rev 665183)
+++ PKGBUILD2020-07-24 17:46:15 UTC (rev 665184)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.14.23
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('263b2abf3c220d3fb3d7acf4cd87266c11d3dcd5d7ffcafb0aab128b1e324d6f99c44de8abfb621b153b5fc51b9823b6b79ea5c529f6c59c548c900015bcdb5e')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 665183, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 17:46:15 UTC (rev 665184)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.14.27
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('3576d0ebe1167cf6ce9decd1efd9c55c5e06074303da38bee236c8f0bf1fb0ae459e88ae5719590a0e7aa02936277e5c08a35e5bf08249f50716b6147f7872a4')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:45:56
  Author: jsteel
Revision: 665181

upgpkg: aws-cli 1.18.104-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 17:45:47 UTC (rev 665180)
+++ PKGBUILD2020-07-24 17:45:56 UTC (rev 665181)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.18.100
+pkgver=1.18.104
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('cfb771eaf9c6b9b734c030dd1cbb8fec')
+md5sums=('712513427a3c6f267f1ce0d74dd1accc')
 
 build() {
   cd $pkgname-$pkgver


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:45:47
  Author: jsteel
Revision: 665180

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
(from rev 665179, python-botocore/trunk/PKGBUILD)
  python-botocore/repos/community-any/docutils-0.16.patch
(from rev 665179, python-botocore/trunk/docutils-0.16.patch)
Deleted:
  python-botocore/repos/community-any/PKGBUILD
  python-botocore/repos/community-any/docutils-0.16.patch

-+
 PKGBUILD|   70 +-
 docutils-0.16.patch |   44 +++
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 17:45:40 UTC (rev 665179)
+++ PKGBUILD2020-07-24 17:45:47 UTC (rev 665180)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.17.23
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
-docutils-0.16.patch)
-md5sums=('7957cc6948f02e1254c6238903206d96'
- 'a7cd91ca093446fa30459a9f43170b29')
-
-prepare() {
-  cd botocore-$pkgver
-  # https://github.com/boto/botocore/pull/2011
-  patch -Np1 -i ../docutils-0.16.patch
-}
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 665179, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 17:45:47 UTC (rev 665180)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.17.27
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
+docutils-0.16.patch)
+md5sums=('9bfcd8d728378c5f3b399fb866c240b4'
+ 'a7cd91ca093446fa30459a9f43170b29')
+
+prepare() {
+  cd botocore-$pkgver
+  # https://github.com/boto/botocore/pull/2011
+  patch -Np1 -i ../docutils-0.16.patch
+}
+
+build() {
+  cd botocore-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: docutils-0.16.patch
===
--- docutils-0.16.patch 2020-07-24 17:45:40 UTC (rev 665179)
+++ docutils-0.16.patch 2020-07-24 17:45:47 UTC (rev 665180)
@@ -1,22 +0,0 @@
-From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
-From: Sebastian P 
-Date: Fri, 17 Jan 2020 14:19:19 +0100
-Subject: [PATCH] setup.py: Allow use with docutils >=0.16
-

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index edc357897..555e5ef9f 100644
 a/setup.py
-+++ b/setup.py
-@@ -25,7 +25,7 @@ def find_version(*file_paths):
- 
- requires = [
- 'jmespath>=0.7.1,<1.0.0',
--'docutils>=0.10,<0.16',
-+'docutils>=0.10,<1.0.0',
- 'python-dateutil>=2.1,<3.0.0',
- ]
- 

Copied: python-botocore/repos/community-any/docutils-0.16.patch (from rev 
665179, python-botocore/trunk/docutils-0.16.patch)
===
--- docutils-0.16.patch (rev 0)
+++ docutils-0.16.patch 2020-07-24 17:45:47 UTC (rev 665180)
@@ -0,0 +1,22 @@
+From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
+From: Sebastian P 
+Date: Fri, 17 Jan 2020 14:19:19 +0100
+Subject: [PATCH] setup.py: Allow use with docutils >=0.16
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index edc357897..555e5ef9f 100644
+--- a/setup.py
 b/setup.py
+@@ -25,7 +25,7 @@ def find_version(*file_paths):
+ 
+ requires = [
+ 'jmespath>=0.7.1,<1.0.0',
+-'docutils>=0.10,<0.16',
++'docutils>=0.10,<1.0.0',
+ 'python-dateutil>=2.1,<3.0.0',
+ ]
+ 


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:45:40
  Author: jsteel
Revision: 665179

upgpkg: python-botocore 1.17.27-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 17:45:03 UTC (rev 665178)
+++ PKGBUILD2020-07-24 17:45:40 UTC (rev 665179)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.17.23
+pkgver=1.17.27
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 docutils-0.16.patch)
-md5sums=('7957cc6948f02e1254c6238903206d96'
+md5sums=('9bfcd8d728378c5f3b399fb866c240b4'
  'a7cd91ca093446fa30459a9f43170b29')
 
 prepare() {


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 17:45:03
  Author: felixonmars
Revision: 665178

archrelease: copy trunk to community-any

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

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

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

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


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 17:44:48
  Author: felixonmars
Revision: 665177

upgpkg: python-hypothesis 5.21.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 17:41:27 UTC (rev 665176)
+++ PKGBUILD2020-07-24 17:44:48 UTC (rev 665177)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.20.4
+pkgver=5.21.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('709408666fe12d0e3b61d027fd55bf71425a20644941a66fc399dbaf3932d49cab222b19bc2c1e3f5ea509a5e5167167a4bdc2e2f7fe9a922c55d0100efbdff1')
+sha512sums=('1921e5ea8d0f2a6e55d80611004d35671f7a7a02cb8a8f101b45e64e4ef23f9c2c8a9c467fb6c9f33ae440622020e1ad504f51a7d725a6449ca715ad1f373e40')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:41:27
  Author: jsteel
Revision: 665176

archrelease: copy trunk to community-testing-x86_64

Added:
  partclone/repos/community-testing-x86_64/
  partclone/repos/community-testing-x86_64/PKGBUILD
(from rev 665175, partclone/trunk/PKGBUILD)

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

Copied: partclone/repos/community-testing-x86_64/PKGBUILD (from rev 665175, 
partclone/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-24 17:41:27 UTC (rev 665176)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.3.15
+pkgrel=1
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('x86_64')
+url="https://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
+source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
+md5sums=('088d3707cbe19dac3d6e192771925d93')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
+--enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2020-07-24 Thread Jonathan Steel via arch-commits
Date: Friday, July 24, 2020 @ 17:41:19
  Author: jsteel
Revision: 665175

upgpkg: partclone 0.3.15-1

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 16:40:19 UTC (rev 665174)
+++ PKGBUILD2020-07-24 17:41:19 UTC (rev 665175)
@@ -5,7 +5,7 @@
 # Contributor: Ivan Sichmann Freitas
 
 pkgname=partclone
-pkgver=0.3.12
+pkgver=0.3.15
 pkgrel=1
 pkgdesc="Utilities to save and restore used blocks on a partition"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 url="https://partclone.org;
 license=('GPL')
 depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
-source=(https://partclone.nchc.org.tw/download/testing/$pkgname-$pkgver.tar.gz)
-md5sums=('5c29f38e484fd5800873e06adc9e7e19')
+source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
+md5sums=('088d3707cbe19dac3d6e192771925d93')
 
 build() {
   cd $pkgname-$pkgver


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

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 16:40:19
  Author: arojas
Revision: 665174

archrelease: copy trunk to community-x86_64

Added:
  fpylll/repos/community-x86_64/PKGBUILD
(from rev 665173, fpylll/trunk/PKGBUILD)
Deleted:
  fpylll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 16:40:09 UTC (rev 665173)
+++ PKGBUILD2020-07-24 16:40:19 UTC (rev 665174)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=fpylll
-pkgname=python-fpylll
-pkgver=0.5.1dev
-pkgrel=2
-pkgdesc="A Python interface for fplll"
-arch=(x86_64)
-url="https://github.com/fplll/fpylll;
-license=(GPL2)
-depends=(fplll python-numpy python-cysignals)
-makedepends=(cython)
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('5bc4640235d99abb1cc99ccca2368a1a94722e45cae8689aecbf17bc1508d8a2')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package_python-fpylll() {
-  cd $pkgbase-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: fpylll/repos/community-x86_64/PKGBUILD (from rev 665173, 
fpylll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 16:40:19 UTC (rev 665174)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.2dev
+pkgrel=1
+pkgdesc="A Python interface for fplll"
+arch=(x86_64)
+url="https://github.com/fplll/fpylll;
+license=(GPL2)
+depends=(fplll python-numpy python-cysignals)
+makedepends=(cython)
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
+sha256sums=('d42bb836426275a246819ae7e47f47ea54822c5568410278f14bb09f8772a9ac')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package_python-fpylll() {
+  cd $pkgbase-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 16:40:09
  Author: arojas
Revision: 665173

Update to 0.5.2

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 16:07:48 UTC (rev 665172)
+++ PKGBUILD2020-07-24 16:40:09 UTC (rev 665173)
@@ -2,8 +2,8 @@
 
 pkgbase=fpylll
 pkgname=python-fpylll
-pkgver=0.5.1dev
-pkgrel=2
+pkgver=0.5.2dev
+pkgrel=1
 pkgdesc="A Python interface for fplll"
 arch=(x86_64)
 url="https://github.com/fplll/fpylll;
@@ -11,7 +11,7 @@
 depends=(fplll python-numpy python-cysignals)
 makedepends=(cython)
 
source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('5bc4640235d99abb1cc99ccca2368a1a94722e45cae8689aecbf17bc1508d8a2')
+sha256sums=('d42bb836426275a246819ae7e47f47ea54822c5568410278f14bb09f8772a9ac')
 
 build() {
   cd $pkgbase-$pkgver


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 16:07:43
  Author: dvzrv
Revision: 665171

upgpkg: geonkick 2.3.0-1: Upgrade to 2.3.0.

Open upstream ticket about failing lv2lint test.

Modified:
  geonkick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 15:44:11 UTC (rev 665170)
+++ PKGBUILD2020-07-24 16:07:43 UTC (rev 665171)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=geonkick
-pkgver=2.2.3
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A free software percussion synthesizer"
 arch=('x86_64')
@@ -13,7 +13,8 @@
 checkdepends=('lv2lint')
 optdepends=('jack: for standalone application')
 
source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('45faaddc1941d923d8103eb3eb8cce6fd3f2f475be2696aa87876bed1e40409870cbcc626443fcfb3912c92423a2523996b5dc00a53c2736cf6102209a53d1e6')
+sha512sums=('8ac58af8e6b4969a0aecf286c37fa0400ed601c550f89c9c6da562c01e3399dc85c42c7a41c816250b78f6788b32196c6389b91d62695d3d91a177d295f72696')
+b2sums=('21889be50f179092a2699b56b22823c88a15fb36a1acfb963d0399ba5b3c08d300ad09394bcfeb29a075a62ed153082e706e934a366e5999647dbc215414f8c8')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
@@ -34,7 +35,7 @@
   cd "$pkgname-$pkgver"
   cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
   lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-  "http://geontime.com/geonkick;
+  "http://geontime.com/geonkick; || echo 
"https://gitlab.com/iurie-sw/geonkick/-/issues/158;
   rm -v plugin/lv2/${pkgname}.lv2/*.so
 }
 


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 16:07:48
  Author: dvzrv
Revision: 665172

archrelease: copy trunk to community-x86_64

Added:
  geonkick/repos/community-x86_64/PKGBUILD
(from rev 665171, geonkick/trunk/PKGBUILD)
Deleted:
  geonkick/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 16:07:43 UTC (rev 665171)
+++ PKGBUILD2020-07-24 16:07:48 UTC (rev 665172)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=geonkick
-pkgver=2.2.3
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
-makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('45faaddc1941d923d8103eb3eb8cce6fd3f2f475be2696aa87876bed1e40409870cbcc626443fcfb3912c92423a2523996b5dc00a53c2736cf6102209a53d1e6')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DGKICK_REDKITE_SDK_PATH='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
-  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-  "http://geontime.com/geonkick;
-  rm -v plugin/lv2/${pkgname}.lv2/*.so
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
-  install -vDm 644 "data/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 665171, 
geonkick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 16:07:48 UTC (rev 665172)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+
+pkgname=geonkick
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
+makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone application')
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
+sha512sums=('8ac58af8e6b4969a0aecf286c37fa0400ed601c550f89c9c6da562c01e3399dc85c42c7a41c816250b78f6788b32196c6389b91d62695d3d91a177d295f72696')
+b2sums=('21889be50f179092a2699b56b22823c88a15fb36a1acfb963d0399ba5b3c08d300ad09394bcfeb29a075a62ed153082e706e934a366e5999647dbc215414f8c8')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DGKICK_REDKITE_SDK_PATH='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+  "http://geontime.com/geonkick; || echo 
"https://gitlab.com/iurie-sw/geonkick/-/issues/158;
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
+  install -vDm 644 "data/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-24 Thread Konstantin Gizdov via arch-commits
Date: Friday, July 24, 2020 @ 15:44:03
  Author: kgizdov
Revision: 665169

add coflicts

Modified:
  xrootd4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 15:43:55 UTC (rev 665168)
+++ PKGBUILD2020-07-24 15:44:03 UTC (rev 665169)
@@ -5,7 +5,7 @@
 pkgname="${_pkgname}4"
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
 pkgver=4.12.3
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://xrootd.slac.stanford.edu/;
 license=('LGPL3')
@@ -12,6 +12,8 @@
 depends=('ceph' 'curl' 'libxml2' 'openssl' 'perl' 'python')
 makedepends=('cmake')
 checkdepends=('cppunit')
+provides=('xrootd')
+conflicts=('xrootd')
 source=("${url}/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
 'cxx17.patch')
 sha256sums=('6f2ca1accc8d49d605706bb556777c753860bf46d845b1ee11393a5cb5987f15'


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

2020-07-24 Thread Konstantin Gizdov via arch-commits
Date: Friday, July 24, 2020 @ 15:44:11
  Author: kgizdov
Revision: 665170

archrelease: copy trunk to community-testing-x86_64

Added:
  xrootd4/repos/community-testing-x86_64/PKGBUILD
(from rev 665169, xrootd4/trunk/PKGBUILD)
  xrootd4/repos/community-testing-x86_64/cxx17.patch
(from rev 665169, xrootd4/trunk/cxx17.patch)
Deleted:
  xrootd4/repos/community-testing-x86_64/PKGBUILD
  xrootd4/repos/community-testing-x86_64/cxx17.patch

-+
 PKGBUILD|  170 +-
 cxx17.patch |  112 +++---
 2 files changed, 142 insertions(+), 140 deletions(-)

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

Copied: xrootd4/repos/community-testing-x86_64/PKGBUILD (from rev 665169, 
xrootd4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 15:44:11 UTC (rev 665170)
@@ -0,0 +1,86 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+_pkgname=xrootd
+pkgname="${_pkgname}4"
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=4.12.3
+pkgrel=4
+arch=('x86_64')
+url="https://xrootd.slac.stanford.edu/;
+license=('LGPL3')
+depends=('ceph' 'curl' 'libxml2' 'openssl' 'perl' 'python')
+makedepends=('cmake')
+checkdepends=('cppunit')
+provides=('xrootd')
+conflicts=('xrootd')
+source=("${url}/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
+'cxx17.patch')

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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 15:43:55
  Author: dvzrv
Revision: 665168

archrelease: copy trunk to community-x86_64

Added:
  redkite/repos/community-x86_64/PKGBUILD
(from rev 665167, redkite/trunk/PKGBUILD)
Deleted:
  redkite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 15:43:50 UTC (rev 665167)
+++ PKGBUILD2020-07-24 15:43:55 UTC (rev 665168)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=redkite
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A small free software and cross-platform GUI toolkit"
-arch=('x86_64')
-url="https://gitlab.com/iurie-sw/redkite;
-license=('GPL3')
-depends=('glibc' 'cairo')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/iurie-sw/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('a926914aaabb21b140e17529be3cc44b536549f59bc8fa5fadfc472a379808ee0724e6c169211f0a0d4c7837c142b492e2d6d046bca2bba771a8c01a2194a433')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install -C build
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: redkite/repos/community-x86_64/PKGBUILD (from rev 665167, 
redkite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 15:43:55 UTC (rev 665168)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+pkgname=redkite
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A small free software and cross-platform GUI toolkit"
+arch=('x86_64')
+url="https://gitlab.com/iurie-sw/redkite;
+license=('GPL3')
+depends=('glibc' 'cairo')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/iurie-sw/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('37da5244d9868c89a49fbdeac81c54e716dba46bebe681607b6c165c6c9e4e4b3ce94237794be66220954eb9087395baf80dae608ea163b58f2f353345de99fb')
+b2sums=('a60271672036a86f0c39a4fec112bcc732add1c78f275b17e15b69853cb33d019f89a8051eea8ca7c155ffbb5cb378452cfa73a2ebd0a7af860c92b5262354db')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 15:43:50
  Author: dvzrv
Revision: 665167

upgpkg: redkite 1.0.1-1: Upgrade to 1.0.1.

Modified:
  redkite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 15:41:29 UTC (rev 665166)
+++ PKGBUILD2020-07-24 15:43:50 UTC (rev 665167)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=redkite
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A small free software and cross-platform GUI toolkit"
 arch=('x86_64')
@@ -10,7 +10,8 @@
 depends=('glibc' 'cairo')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/iurie-sw/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('a926914aaabb21b140e17529be3cc44b536549f59bc8fa5fadfc472a379808ee0724e6c169211f0a0d4c7837c142b492e2d6d046bca2bba771a8c01a2194a433')
+sha512sums=('37da5244d9868c89a49fbdeac81c54e716dba46bebe681607b6c165c6c9e4e4b3ce94237794be66220954eb9087395baf80dae608ea163b58f2f353345de99fb')
+b2sums=('a60271672036a86f0c39a4fec112bcc732add1c78f275b17e15b69853cb33d019f89a8051eea8ca7c155ffbb5cb378452cfa73a2ebd0a7af860c92b5262354db')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"


[arch-commits] Commit in (5 files)

2020-07-24 Thread Konstantin Gizdov via arch-commits
Date: Friday, July 24, 2020 @ 15:41:16
  Author: kgizdov
Revision: 665165

initial release

Added:
  xrootd4/
  xrootd4/repos/
  xrootd4/trunk/
  xrootd4/trunk/PKGBUILD
  xrootd4/trunk/cxx17.patch

-+
 PKGBUILD|   84 ++
 cxx17.patch |   56 ++
 2 files changed, 140 insertions(+)

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

Added: xrootd4/trunk/cxx17.patch
===
--- xrootd4/trunk/cxx17.patch   (rev 0)
+++ xrootd4/trunk/cxx17.patch   2020-07-24 15:41:16 UTC (rev 665165)
@@ -0,0 +1,56 @@
+diff --git a/bindings/python/setup.py.in b/bindings/python/setup.py.in
+index 74fbe36a6..6bedbead8 100644
+--- a/bindings/python/setup.py.in
 b/bindings/python/setup.py.in
+@@ -8,15 +8,15 @@
+ # Remove the "-Wstrict-prototypes" compiler option, which isn't valid for C++.
+ cfg_vars = sysconfig.get_config_vars()
+ opt = cfg_vars["OPT"]
+-cfg_vars["OPT"] = " ".join( flag for flag in opt.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++0x"
++cfg_vars["OPT"] = " ".join( flag for flag in opt.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++17"
+
+ cflags = cfg_vars["CFLAGS"]
+-cfg_vars["CFLAGS"] =  " ".join( flag for flag in cflags.split() if flag not 
in ['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++0x"
++cfg_vars["CFLAGS"] =  " ".join( flag for flag in cflags.split() if flag not 
in ['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++17"
+
+ # pypy doesn't define PY_CFLAGS so skip 

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

2020-07-24 Thread Konstantin Gizdov via arch-commits
Date: Friday, July 24, 2020 @ 15:41:29
  Author: kgizdov
Revision: 665166

archrelease: copy trunk to community-testing-x86_64

Added:
  xrootd4/repos/community-testing-x86_64/
  xrootd4/repos/community-testing-x86_64/PKGBUILD
(from rev 665165, xrootd4/trunk/PKGBUILD)
  xrootd4/repos/community-testing-x86_64/cxx17.patch
(from rev 665165, xrootd4/trunk/cxx17.patch)

-+
 PKGBUILD|   84 ++
 cxx17.patch |   56 ++
 2 files changed, 140 insertions(+)

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

Copied: xrootd4/repos/community-testing-x86_64/cxx17.patch (from rev 665165, 
xrootd4/trunk/cxx17.patch)
===
--- community-testing-x86_64/cxx17.patch(rev 0)
+++ community-testing-x86_64/cxx17.patch2020-07-24 15:41:29 UTC (rev 
665166)
@@ -0,0 +1,56 @@
+diff --git a/bindings/python/setup.py.in b/bindings/python/setup.py.in
+index 74fbe36a6..6bedbead8 100644
+--- a/bindings/python/setup.py.in
 b/bindings/python/setup.py.in
+@@ -8,15 +8,15 @@
+ # Remove the "-Wstrict-prototypes" compiler option, which isn't valid for C++.
+ cfg_vars = sysconfig.get_config_vars()
+ opt = cfg_vars["OPT"]
+-cfg_vars["OPT"] = " ".join( flag for flag in opt.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++0x"
++cfg_vars["OPT"] = " ".join( flag for flag in opt.split() if flag not in 
['-Wstrict-prototypes' ${CLANG_PROHIBITED} ] ) + " --std=c++17"

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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 15:37:57
  Author: dvzrv
Revision: 665163

upgpkg: x42-plugins 20200714-2: Fix XDG desktop files (FS#67380) for some 
plugins.

Make tests for meters.lv2 and mixtri.lv2 pass by default (they fail because of 
a missing package, that can't be packaged yet).

Modified:
  x42-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 15:00:07 UTC (rev 665162)
+++ PKGBUILD2020-07-24 15:37:57 UTC (rev 665163)
@@ -3,7 +3,7 @@
 
 pkgname=x42-plugins
 pkgver=20200714
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins;
@@ -13,10 +13,10 @@
 'libx11')
 makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
 'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
-# NOTE: adding moony.lv2 as a stop-gap solution until kxstudio-lv2-extensions
-# can be packaged to provide the required extensions for the meters plugin
-# during check()
-checkdepends=('lv2lint' 'moony.lv2')
+# NOTE: requires kxstudio-lv2-extensions to be packaged to provide the required
+# extensions for the meters and mixtri plugin during check()
+# https://github.com/KXStudio/LV2-Extensions/issues/1
+checkdepends=('lv2lint')
 optdepends=('jack: for standalone applications'
 'liblo: for standalone applications')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
@@ -126,6 +126,8 @@
 --pkgname "com.x42_plugins.x42_${name}" \
 --name "x42-${name}" \
 --pkgdesc "${comments[$name]}" \
+--exec "x42-${name}" \
+--icon "x42-${name}" \
 --genericname "${generic[$name]}"
 ;;
 esac
@@ -191,7 +193,8 @@
 ;;
   meters.lv2 )
 for _meter in "${_meters[@]}"; do
-  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_meter};
+  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_meter}; \
+|| echo "Requires packaged extensions: 
https://github.com/KXStudio/LV2-Extensions;
 done
 ;;
   midifilter.lv2 )
@@ -200,7 +203,8 @@
 done
 ;;
   mixtri.lv2 )
-lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#lv2;
+lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#lv2; \
+|| echo "Requires packaged extensions: 
https://github.com/KXStudio/LV2-Extensions;
 ;;
   onsettrigger.lv2 )
 for _onsettrigger in "${_onsettriggers[@]}"; do


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

2020-07-24 Thread David Runge via arch-commits
Date: Friday, July 24, 2020 @ 15:38:08
  Author: dvzrv
Revision: 665164

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 665163, x42-plugins/trunk/PKGBUILD)
  x42-plugins/repos/community-x86_64/x42-plugins-20200714-meters_surround8.patch
(from rev 665163, 
x42-plugins/trunk/x42-plugins-20200714-meters_surround8.patch)
  x42-plugins/repos/community-x86_64/x42-plugins.directory
(from rev 665163, x42-plugins/trunk/x42-plugins.directory)
  x42-plugins/repos/community-x86_64/x42-plugins.menu
(from rev 665163, x42-plugins/trunk/x42-plugins.menu)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD
  x42-plugins/repos/community-x86_64/x42-plugins-20200714-meters_surround8.patch
  x42-plugins/repos/community-x86_64/x42-plugins.directory
  x42-plugins/repos/community-x86_64/x42-plugins.menu

-+
 PKGBUILD|  552 +-
 x42-plugins-20200714-meters_surround8.patch |  116 ++---
 x42-plugins.directory   |   10 
 x42-plugins.menu|   88 ++--
 4 files changed, 385 insertions(+), 381 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 15:37:57 UTC (rev 665163)
+++ PKGBUILD2020-07-24 15:38:08 UTC (rev 665164)
@@ -1,274 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20200714
-pkgrel=1
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins;
-license=('GPL2' 'GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'ftgl' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd'
-'libx11')
-makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
-'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
-# NOTE: adding moony.lv2 as a stop-gap solution until kxstudio-lv2-extensions
-# can be packaged to provide the required extensions for the meters plugin
-# during check()
-checkdepends=('lv2lint' 'moony.lv2')
-optdepends=('jack: for standalone applications'
-'liblo: for standalone applications')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-"${pkgname}-20200714-meters_surround8.patch"
-"${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png;
-"${pkgname}.directory"
-"${pkgname}.menu")
-sha512sums=('5ec4ec5f79803b49dda46b209b94eca292e428708a9eead2c8221e2ca7eef5761f229354a44e014e32264816e93d469578e6348ab3e7e5442b931bda3fb13ae7'
-
'78bac02778f357b9c9e8ebcb10740658d8d95e11e3e4b7bbce1f1abda57e40b3fce1010725ab73da4e5299d6b6ed7d4a551c169ea445ef6ceec3f0f7b0b7748b'
-
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
-
'fef75b22b2c1fed8586af4dfd01ea291a7c1506e80ce384f05f13dc04c4b7e3e934003c20d89ae94f36ad1021b7ad75097da836ca30ee965b4107b559305b496'
-
'411015b0feb8a289272cb821afa7e2a284d3e9d994a446baa73b3a6ce0f0ebd1e94c4cb3392a0afb1d741ce6d8b2d14c9bd124a0684b830275b4ba8e14680aa3')
-b2sums=('8979136756ec374e565b023c5a3e6af6c4bb3e00810d6070ee8bb34f1142efdf4e90f820c2fd1ea21fcf1b6035156f5cfe8bbcb8a9724efebcbf2456c000449e'
-
'f0d9c97beea8952c81087e14db45bdc679226dc7e5eafe6899a30c9cd277af3daeb012ab228ed16e200b7e4787a9332e53f82874dc2d8881e1ca2881848ef92a'
-
'35a8cfcdf7f8c57ba655049a6d75b3bf9d253c25702a3f191d3f6cab215887f7de5025d025993861ae88c1b4daae132e9cc1ddf083e5b822f1b53a683c0fcaa3'
-
'fb6557cd2e8b83dae1cb38503f2a72093085ddcc0a4ba2e5e0375f7063b83b3fb4180091ce10524cd336eeb33cffed45ada93055b960c9189f83d664216b33ee'
-
'9c695f58099fcbfdce3e693e491d851ff7894a650ea12e079894176ef054b5f592785467c286bd8feaa340fdcdfb53d930b3a44ea890112e3fc1a4d172beb243')
-
-_names=('darc' 'dpl' 'fat1' 'fil4' 'matrixmixer8x8' 'meter' 'mixtri' 'scope' 
'spectr' 'stepseq' 'tuna')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  (
-cd meters.lv2
-# fixing linting issue with surround8 variant of meters plugin
-# https://github.com/x42/meters.lv2/issues/28
-patch -Np1 -i "$srcdir/${pkgname}-20200714-meters_surround8.patch"
-  )
-
-  declare -A comments=(
-["darc"]="A general purpose audio signal compressor"
-["dpl"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
-["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
-["fil4"]="4 band parametric equalizer with additional low+high shelf 
filters, Low and High-pass"
-["matrixmixer8x8"]="Matrix Mixer 8x8"
-["mixtri"]="Matrix mixer and trigger processor"
-["scope"]="Simple audio oscilloscope with variable time scale, triggering, 
cursors and numeric readout"
-["spectr"]="Spectrum Analyzer"
-["stepseq"]="Simple step sequencer for moddevices.com"
-  )
-  declare -A 

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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:18:55
  Author: felixonmars
Revision: 665159

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:18:39 UTC (rev 665158)
+++ PKGBUILD2020-07-24 13:18:55 UTC (rev 665159)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-reader
-pkgver=5.7.0.3
-pkgrel=1
-pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-reader;
-license=('GPL3')
-depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('97502c85f2f14f10f4c74f291c530d460bae24ef7f664d6ecda36ddb90becf9fe818a19aaa1696ad84a186de444bfa1e1dd39b0e11d075378276a0890f24741f')
-
-prepare() {
-  cd deepin-reader-$pkgver/src
-  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
-  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
- utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
- 
lpreviewControl/search/searchresdelegate.cpp
-  sed -i '/include /a #include ' document/model.h
-  sed -i '/include /a #include ' uiframe/DocSheet.h
-  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
-  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
-}
-
-build() {
-  cd deepin-reader-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-reader-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-reader/repos/community-x86_64/PKGBUILD (from rev 665158, 
deepin-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:18:55 UTC (rev 665159)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-reader
+pkgver=5.7.0.4
+pkgrel=1
+pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-reader;
+license=('GPL3')
+depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
+sha512sums=('6fa228c099081aa98e6ff01e768ee6c6fedecbc5cb65a75c0c981b4488d2f9321c0e45e82f5b3e7a364d6bbfb74d88d59a16435e3d88de1221ae9fc5645f3d4c')
+
+prepare() {
+  cd deepin-reader-$pkgver/src
+  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
+  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
+ utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
+ 
lpreviewControl/search/searchresdelegate.cpp
+  sed -i '/include /a #include ' document/model.h
+  sed -i '/include /a #include ' uiframe/DocSheet.h
+  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
+  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
+}
+
+build() {
+  cd deepin-reader-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-reader-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:18:39
  Author: felixonmars
Revision: 665158

upgpkg: deepin-reader 5.7.0.4-1

Modified:
  deepin-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 13:18:14 UTC (rev 665157)
+++ PKGBUILD2020-07-24 13:18:39 UTC (rev 665158)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-reader
-pkgver=5.7.0.3
+pkgver=5.7.0.4
 pkgrel=1
 pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('97502c85f2f14f10f4c74f291c530d460bae24ef7f664d6ecda36ddb90becf9fe818a19aaa1696ad84a186de444bfa1e1dd39b0e11d075378276a0890f24741f')
+sha512sums=('6fa228c099081aa98e6ff01e768ee6c6fedecbc5cb65a75c0c981b4488d2f9321c0e45e82f5b3e7a364d6bbfb74d88d59a16435e3d88de1221ae9fc5645f3d4c')
 
 prepare() {
   cd deepin-reader-$pkgver/src


[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:18:14
  Author: felixonmars
Revision: 665157

archrelease: copy trunk to community-any

Added:
  deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 665156, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:17:59 UTC (rev 665156)
+++ PKGBUILD2020-07-24 13:18:14 UTC (rev 665157)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=2020.06.30
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-depends=('papirus-icon-theme')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
-
$pkgname-fix-installation.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('6800d244980c2c25dcfd8fe87deb878cc4c0297bc8fd1d063b605b0808d11150eceb191b76e02314bfd77907b9900f2626fae54913b8db03b9d0924e382ee988'
-
'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation.patch
-  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make hicolor-links
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 665156, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:18:14 UTC (rev 665157)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=2020.07.24
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+depends=('papirus-icon-theme')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
+
$pkgname-fix-installation.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
+sha512sums=('106b767f11acf5fe5058dc37787e9159d2ae18fb5e7491956058abfd521835d5d5b53dfa720ba6cf7a8a9515251574f3ab4256ff04cd761e779edf9b37e5ff4d'
+
'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation.patch
+  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make hicolor-links
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:17:37
  Author: felixonmars
Revision: 665154

upgpkg: rime-essay 0.0.0.20200724-1

Modified:
  rime-essay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 13:17:30 UTC (rev 665153)
+++ PKGBUILD2020-07-24 13:17:37 UTC (rev 665154)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-essay
-pkgver=0.0.0.20200709
-_commit=9b570c53c60d67ef8cb938dd888fb32eed712604
+pkgver=0.0.0.20200724
+_commit=917e5691d090f75c40f0bc72476c2f483bae0c21
 pkgrel=1
 pkgdesc="Essential files for building up your Rime configuration"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://github.com/rime/rime-essay;
 license=('LGPL')
 
source=("https://github.com/rime/rime-essay/archive/$_commit/rime-essay-$_commit.tar.gz;)
-sha512sums=('52e42f3f3993b984ea7f17d191690405de0d65aea467b66429cf0a4c10904c18837ffc9e97b5cd6d30076848a14914d8fc0559a08453774c751b22cd2e748d18')
+sha512sums=('ba4d3e3eb03cbbc0d919082d8546f29c34ee34ecd3519eea935eafdc19504154efbe7a7409071c9353aef7d89dac5432948389e533e9ad6c1e009d586f1124e2')
 
 package() {
   cd $pkgname-$_commit


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:17:51
  Author: felixonmars
Revision: 665155

archrelease: copy trunk to community-any

Added:
  rime-essay/repos/community-any/PKGBUILD
(from rev 665154, rime-essay/trunk/PKGBUILD)
Deleted:
  rime-essay/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:17:37 UTC (rev 665154)
+++ PKGBUILD2020-07-24 13:17:51 UTC (rev 665155)
@@ -1,17 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-essay
-pkgver=0.0.0.20200709
-_commit=9b570c53c60d67ef8cb938dd888fb32eed712604
-pkgrel=1
-pkgdesc="Essential files for building up your Rime configuration"
-arch=('any')
-url="https://github.com/rime/rime-essay;
-license=('LGPL')
-source=("https://github.com/rime/rime-essay/archive/$_commit/rime-essay-$_commit.tar.gz;)
-sha512sums=('52e42f3f3993b984ea7f17d191690405de0d65aea467b66429cf0a4c10904c18837ffc9e97b5cd6d30076848a14914d8fc0559a08453774c751b22cd2e748d18')
-
-package() {
-  cd $pkgname-$_commit
-  install -Dm644 *.txt -t "$pkgdir"/usr/share/rime-data/
-}

Copied: rime-essay/repos/community-any/PKGBUILD (from rev 665154, 
rime-essay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:17:51 UTC (rev 665155)
@@ -0,0 +1,17 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-essay
+pkgver=0.0.0.20200724
+_commit=917e5691d090f75c40f0bc72476c2f483bae0c21
+pkgrel=1
+pkgdesc="Essential files for building up your Rime configuration"
+arch=('any')
+url="https://github.com/rime/rime-essay;
+license=('LGPL')
+source=("https://github.com/rime/rime-essay/archive/$_commit/rime-essay-$_commit.tar.gz;)
+sha512sums=('ba4d3e3eb03cbbc0d919082d8546f29c34ee34ecd3519eea935eafdc19504154efbe7a7409071c9353aef7d89dac5432948389e533e9ad6c1e009d586f1124e2')
+
+package() {
+  cd $pkgname-$_commit
+  install -Dm644 *.txt -t "$pkgdir"/usr/share/rime-data/
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:17:30
  Author: felixonmars
Revision: 665153

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 665152, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/remove-vendor.patch
(from rev 665152, deepin-terminal/trunk/remove-vendor.patch)
Deleted:
  deepin-terminal/repos/community-x86_64/PKGBUILD
  deepin-terminal/repos/community-x86_64/remove-vendor.patch

-+
 PKGBUILD|   94 ++---
 remove-vendor.patch |  158 +-
 2 files changed, 125 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:17:09 UTC (rev 665152)
+++ PKGBUILD2020-07-24 13:17:30 UTC (rev 665153)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=5.2.11
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('at-spi2-core' 'deepin-qt5integration')
-makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'ninja' 'qt5-tools')
-optdepends=('zssh: for remote management support')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('7706cb12ac8379d91fe3ec3c3de96c682888a68416862db5ba6213e9ff43b6110628d6489643b3ea155626fcaba9e3c82624f089ed160da7827a862ef4adc33e')
-
-prepare() {
-  mkdir -p build
-  cd deepin-terminal-$pkgver
-  # Devendor qtermwidget - disabled due to the vendored copy has changes
-  #rm -r terminalwidget
-  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
-  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
-
-  # Much upstream weirdness
-  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
-  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
-  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
-  sed -i '/#include /a #include ' 
3rdparty/terminalwidget/lib/TerminalCharacterDecoder.cpp
-  sed -i '/#include /a #include ' 
src/customcommand/customcommanddelegate.cpp 
src/remotemanage/serverconfigdelegate.cpp src/theme/themeitemdelegate.cpp
-  sed -i 's|default-config.json|src/assets/other/default-config.json|' 
CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake -GNinja -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d 
- -f 1 | cut -d : -f 2)/DCore/bin ../deepin-terminal-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  rm -r "$pkgdir"/build
-  chrpath --delete "$pkgdir"/usr/bin/deepin-terminal
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 665152, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:17:30 UTC (rev 665153)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=5.2.12
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('at-spi2-core' 'deepin-qt5integration')
+makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'ninja' 'qt5-tools')
+optdepends=('zssh: for remote management support')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('56268f76200752630dac37b48a616f42bc67e5713e40234b83aa30cb68587abbd91ccee36ee8415d4c0c901933a1bb7ab3cc87b9207aa531000f7716a0a69702')
+
+prepare() {
+  mkdir -p build
+  cd deepin-terminal-$pkgver
+  # Devendor qtermwidget - disabled due to the vendored copy has changes
+  #rm -r terminalwidget
+  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
+  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
+
+  # Much upstream weirdness
+  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
+  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
+  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 

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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:17:09
  Author: felixonmars
Revision: 665152

upgpkg: deepin-terminal 5.2.12-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 13:14:55 UTC (rev 665151)
+++ PKGBUILD2020-07-24 13:17:09 UTC (rev 665152)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=5.2.11
+pkgver=5.2.12
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('zssh: for remote management support')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('7706cb12ac8379d91fe3ec3c3de96c682888a68416862db5ba6213e9ff43b6110628d6489643b3ea155626fcaba9e3c82624f089ed160da7827a862ef4adc33e')
+sha512sums=('56268f76200752630dac37b48a616f42bc67e5713e40234b83aa30cb68587abbd91ccee36ee8415d4c0c901933a1bb7ab3cc87b9207aa531000f7716a0a69702')
 
 prepare() {
   mkdir -p build
@@ -28,8 +28,6 @@
   sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
   #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
   sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
-  sed -i '/#include /a #include ' 
3rdparty/terminalwidget/lib/TerminalCharacterDecoder.cpp
-  sed -i '/#include /a #include ' 
src/customcommand/customcommanddelegate.cpp 
src/remotemanage/serverconfigdelegate.cpp src/theme/themeitemdelegate.cpp
   sed -i 's|default-config.json|src/assets/other/default-config.json|' 
CMakeLists.txt
 }
 


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:17:59
  Author: felixonmars
Revision: 665156

upgpkg: deepin-icon-theme 2020.07.24-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 13:17:51 UTC (rev 665155)
+++ PKGBUILD2020-07-24 13:17:59 UTC (rev 665156)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=2020.06.30
+pkgver=2020.07.24
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
 
$pkgname-fix-installation.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('6800d244980c2c25dcfd8fe87deb878cc4c0297bc8fd1d063b605b0808d11150eceb191b76e02314bfd77907b9900f2626fae54913b8db03b9d0924e382ee988'
+sha512sums=('106b767f11acf5fe5058dc37787e9159d2ae18fb5e7491956058abfd521835d5d5b53dfa720ba6cf7a8a9515251574f3ab4256ff04cd761e779edf9b37e5ff4d'
 
'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
 
 prepare() {


[arch-commits] Commit in deepin-qt-dbus-factory/trunk (PKGBUILD)

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:14:39
  Author: felixonmars
Revision: 665150

upgpkg: deepin-qt-dbus-factory 5.2.0.4-1

Modified:
  deepin-qt-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 13:12:50 UTC (rev 665149)
+++ PKGBUILD2020-07-24 13:14:39 UTC (rev 665150)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qt-dbus-factory
-pkgver=5.2.0.3.1
+pkgver=5.2.0.4
 pkgrel=1
 pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-base')
 makedepends=('dtkcore' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('b6c4b19c2976e68554d4a0ae3cb67eb7a5b14b7536e7127bc8f277d5760b733ede76e4cf3f17d7a62064e196ad542d35477c736549034100e88d742c3b0bd2a1')
+sha512sums=('04ab75f931720c59f70952e36e37ed5f47c4854f666517015e17211d6d141d9ad3c129992640b315450d9550e70df9c14eab884766cf5ce266909da1e275d149')
 
 build() {
   cd dde-qt-dbus-factory-$pkgver


[arch-commits] Commit in deepin-qt-dbus-factory/repos/community-x86_64 (2 files)

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:14:55
  Author: felixonmars
Revision: 665151

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 665150, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:14:39 UTC (rev 665150)
+++ PKGBUILD2020-07-24 13:14:55 UTC (rev 665151)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=5.2.0.3.1
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('dtkcore' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('b6c4b19c2976e68554d4a0ae3cb67eb7a5b14b7536e7127bc8f277d5760b733ede76e4cf3f17d7a62064e196ad542d35477c736549034100e88d742c3b0bd2a1')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 
665150, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:14:55 UTC (rev 665151)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=5.2.0.4
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('dtkcore' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('04ab75f931720c59f70952e36e37ed5f47c4854f666517015e17211d6d141d9ad3c129992640b315450d9550e70df9c14eab884766cf5ce266909da1e275d149')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:12:34
  Author: felixonmars
Revision: 665148

upgpkg: deepin-calculator 5.5.24-1

Modified:
  deepin-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 13:10:03 UTC (rev 665147)
+++ PKGBUILD2020-07-24 13:12:34 UTC (rev 665148)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-calculator
-pkgver=5.5.23
+pkgver=5.5.24
 pkgrel=1
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('2d9d019610e7b97f5e4e32dd5a290d2887b8f67ba235528cd7e2e52f9227bafdfa9e1bc12ee71d74c3b4b0fa1735d43f8c89fcf6617a491d5bc6e26403c259da')
+sha512sums=('6d59ba4c070e83cf418fa3f8804c659e097ed9d0d22f125c393e0432e38be8c23058ca97e5d9f129cb233e03c13394030ca5df062ad8dd638bc4d53d6f32540e')
 
 prepare() {
   cd deepin-calculator-$pkgver


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 13:12:50
  Author: felixonmars
Revision: 665149

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:12:34 UTC (rev 665148)
+++ PKGBUILD2020-07-24 13:12:50 UTC (rev 665149)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.5.23
-pkgrel=1
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator;
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('2d9d019610e7b97f5e4e32dd5a290d2887b8f67ba235528cd7e2e52f9227bafdfa9e1bc12ee71d74c3b4b0fa1735d43f8c89fcf6617a491d5bc6e26403c259da')
-
-prepare() {
-  cd deepin-calculator-$pkgver
-  sed -i '1i#include ' src/modules/simplelistdelegate.cpp 
src/widgets/equalbutton.cpp
-}
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 665148, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:12:50 UTC (rev 665149)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.5.24
+pkgrel=1
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6d59ba4c070e83cf418fa3f8804c659e097ed9d0d22f125c393e0432e38be8c23058ca97e5d9f129cb233e03c13394030ca5df062ad8dd638bc4d53d6f32540e')
+
+prepare() {
+  cd deepin-calculator-$pkgver
+  sed -i '1i#include ' src/modules/simplelistdelegate.cpp 
src/widgets/equalbutton.cpp
+}
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 13:10:03
  Author: jelle
Revision: 665147

archrelease: copy trunk to community-x86_64

Added:
  mbedtls/repos/community-x86_64/PKGBUILD
(from rev 665146, mbedtls/trunk/PKGBUILD)
Deleted:
  mbedtls/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:09:49 UTC (rev 665146)
+++ PKGBUILD2020-07-24 13:10:03 UTC (rev 665147)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.16.5
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-depends=('glibc' 'sh')
-checkdepends=('python')
-provides=('polarssl' 'libmbedcrypto.so' 'libmbedtls.so' 'libmbedx509.so')
-replaces=('polarssl')
-conflicts=('polarssl')
-options=('staticlibs')
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('c36962183e05467aa1dadafcaacf90216a737866')
-b2sums=('11bf2502391286b6b678f2d57fae9ca4d592d3ec12e7e5770993085517ca158fec1c9114601eb07ef42b671148af3f126132d8b890e97db4ee2111e0a724a32b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # enable flags for non-embedded systems
-  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
-  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
-
-  # FS#49914 (2.3.0-2)
-  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make SHARED=1 PYTHON=python check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" install
-}

Copied: mbedtls/repos/community-x86_64/PKGBUILD (from rev 665146, 
mbedtls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:10:03 UTC (rev 665147)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.16.6
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('x86_64')
+url="https://tls.mbed.org;
+license=('Apache')
+depends=('glibc' 'sh')
+checkdepends=('python')
+provides=('polarssl' 'libmbedcrypto.so' 'libmbedtls.so' 'libmbedx509.so')
+replaces=('polarssl')
+conflicts=('polarssl')
+options=('staticlibs')
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
+sha1sums=('3cb5b681597a5bd798d31038c129c0dc911d8a2c')
+b2sums=('a72be1d7515ac28c54158aa00c6b3f39e3d35e7a92422e545715934945faa8e0cbc6bde3b5208cc4293066e14e7e14a6dbf629b8585860b0b5e3466328e473ed')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 PYTHON=python check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}


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

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 13:09:49
  Author: jelle
Revision: 665146

upgpkg: mbedtls 2.16.6-1

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 12:18:58 UTC (rev 665145)
+++ PKGBUILD2020-07-24 13:09:49 UTC (rev 665146)
@@ -3,7 +3,7 @@
 # Contributor: carstene1ns 
 
 pkgname=mbedtls
-pkgver=2.16.5
+pkgver=2.16.6
 pkgrel=1
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 conflicts=('polarssl')
 options=('staticlibs')
 source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('c36962183e05467aa1dadafcaacf90216a737866')
-b2sums=('11bf2502391286b6b678f2d57fae9ca4d592d3ec12e7e5770993085517ca158fec1c9114601eb07ef42b671148af3f126132d8b890e97db4ee2111e0a724a32b')
+sha1sums=('3cb5b681597a5bd798d31038c129c0dc911d8a2c')
+b2sums=('a72be1d7515ac28c54158aa00c6b3f39e3d35e7a92422e545715934945faa8e0cbc6bde3b5208cc4293066e14e7e14a6dbf629b8585860b0b5e3466328e473ed')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 12:18:58
  Author: felixonmars
Revision: 665145

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 665144, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 12:18:42 UTC (rev 665144)
+++ PKGBUILD2020-07-24 12:18:58 UTC (rev 665145)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20200722141709
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('001be45bcc3f830aa0da5aaa80004d4658921a30300fc9efeb14643e04712dfdeccb40de69bd23c9ba2d8327bb98cb0092cb3c710357e35d88c1eb96cd585c08')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
665144, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 12:18:58 UTC (rev 665145)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20200723214519
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e8dcbde37b5e14559a78725e455aaf911bd0124634e0fd1e8c30f9a0a3421a6b7a99245f3025326d0b43488a42dc533d52994ebf63e65272c474d2b7f7d455c2')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 12:18:36
  Author: felixonmars
Revision: 665143

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 12:18:20 UTC (rev 665142)
+++ PKGBUILD2020-07-24 12:18:36 UTC (rev 665143)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-config
-pkgver=8.2.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
- 'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('68fb90ef32a40b8564717ea120a28cba46769fef2414b8e150cdd25b18dedf508f9e13bf6b33e089a8e403aed1d7d4e71dd32e590f2c565a34ee46512d71ad7d')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.config-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.config-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 665142, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 12:18:36 UTC (rev 665143)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-config
+pkgver=8.3.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+ 'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
+options=('!emptydirs')
+source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"$pkgname-stevedore-gt-2.0.1.patch::https://opendev.org/openstack/oslo.config/commit/a2652b3584da06e4c4ebe96261672309b01c1122.patch;)
+sha512sums=('e77cf721ee371b4a405cdcdf9920d3c8339ab6bf3500073edf8e0ce88b3875f2bbc7615cdefd6793156d4d43da7622de2b02936fab1ba2c5e6ee114a5822'
+
'8219733b4b76f2b76f9cb8fb378382b78e1f88e61a9605afde0bab1f525f4a115cabf322d907352c202bb12f42f8cc2d50eb747f692dc01e6c3daa5f808ac381')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  cd oslo.config-$pkgver
+  patch -p1 -i ../$pkgname-stevedore-gt-2.0.1.patch
+}
+
+build() {
+  cd oslo.config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.config-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 12:18:20
  Author: felixonmars
Revision: 665142

upgpkg: python-oslo-config 8.3.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 11:23:27 UTC (rev 665141)
+++ PKGBUILD2020-07-24 12:18:20 UTC (rev 665142)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-config
-pkgver=8.2.0
+pkgver=8.3.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -13,11 +13,18 @@
 makedepends=('python-setuptools')
 checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('68fb90ef32a40b8564717ea120a28cba46769fef2414b8e150cdd25b18dedf508f9e13bf6b33e089a8e403aed1d7d4e71dd32e590f2c565a34ee46512d71ad7d')
+source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"$pkgname-stevedore-gt-2.0.1.patch::https://opendev.org/openstack/oslo.config/commit/a2652b3584da06e4c4ebe96261672309b01c1122.patch;)
+sha512sums=('e77cf721ee371b4a405cdcdf9920d3c8339ab6bf3500073edf8e0ce88b3875f2bbc7615cdefd6793156d4d43da7622de2b02936fab1ba2c5e6ee114a5822'
+
'8219733b4b76f2b76f9cb8fb378382b78e1f88e61a9605afde0bab1f525f4a115cabf322d907352c202bb12f42f8cc2d50eb747f692dc01e6c3daa5f808ac381')
 
 export PBR_VERSION=$pkgver
 
+prepare() {
+  cd oslo.config-$pkgver
+  patch -p1 -i ../$pkgname-stevedore-gt-2.0.1.patch
+}
+
 build() {
   cd oslo.config-$pkgver
   python setup.py build


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 12:18:42
  Author: felixonmars
Revision: 665144

upgpkg: v2ray-domain-list-community 20200723214519-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 12:18:36 UTC (rev 665143)
+++ PKGBUILD2020-07-24 12:18:42 UTC (rev 665144)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20200722141709
+pkgver=20200723214519
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('001be45bcc3f830aa0da5aaa80004d4658921a30300fc9efeb14643e04712dfdeccb40de69bd23c9ba2d8327bb98cb0092cb3c710357e35d88c1eb96cd585c08')
+sha512sums=('e8dcbde37b5e14559a78725e455aaf911bd0124634e0fd1e8c30f9a0a3421a6b7a99245f3025326d0b43488a42dc533d52994ebf63e65272c474d2b7f7d455c2')
 
 prepare() {
   mkdir .gopath


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 12:07:20
  Author: felixonmars
Revision: 392491

archrelease: copy trunk to testing-any

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

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

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

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


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

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 12:07:04
  Author: felixonmars
Revision: 392490

upgpkg: python-isort 5.0.5-1

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 11:23:55 UTC (rev 392489)
+++ PKGBUILD2020-07-24 12:07:04 UTC (rev 392490)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python-isort
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 
'python-pipreqs'
   'python-pytest' 'python-requirementslib')
 
source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('99c8d6b6322829cdb1d1a0df935b2857edef96b166eb342f1fc3cee6d109e1a774e2b84df925dac81fc9d3d4532be008e6581230e527fda4362ba1809b237c8e')
+sha512sums=('d70488f824acf97ccad9b030836a9d9b9e94ccd6a4c0ac68208ee95c4a34b94a02077e83ba61a5e0c1a41f0774458dfe7e2fc14d223c43b314d5474fdbac0b5f')
 
 prepare() {
   cd isort-$pkgver


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 11:23:12
  Author: felixonmars
Revision: 665140

upgpkg: v2ray-domain-list-community 20200722141709-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 09:13:11 UTC (rev 665139)
+++ PKGBUILD2020-07-24 11:23:12 UTC (rev 665140)
@@ -1,22 +1,22 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20200721225648
+pkgver=20200722141709
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
-url="https://github.com/v2ray/domain-list-community;
+url="https://github.com/v2fly/domain-list-community;
 license=('MIT')
 makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('f285bfa5bc0b76714b55a00209fe4b430c768b694ad23ecd76c61f3ff9eab281fdc02a47fb012841e3b6f7a9df4c8112ab3ca8374eefa9786911b5eb6e3738fd')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('001be45bcc3f830aa0da5aaa80004d4658921a30300fc9efeb14643e04712dfdeccb40de69bd23c9ba2d8327bb98cb0092cb3c710357e35d88c1eb96cd585c08')
 
 prepare() {
   mkdir .gopath
   export GOPATH="$srcdir/.gopath"
 
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
 
   go get github.com/golang/protobuf/proto
   go get -insecure v2ray.com/core/app/router
@@ -24,7 +24,7 @@
 
 build() {
   cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
+  go run ./src/github.com/v2fly/domain-list-community/main.go
 }
 
 package() {


[arch-commits] Commit in prometheus-memcached-exporter/trunk (PKGBUILD)

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:23:48
  Author: jelle
Revision: 392488

upgpkg: prometheus-memcached-exporter 0.7.0-1

Modified:
  prometheus-memcached-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
+++ PKGBUILD2020-07-24 11:23:48 UTC (rev 392488)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=prometheus-memcached-exporter
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
 arch=('x86_64')
 url="https://github.com/prometheus/memcached_exporter;
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(go memcached)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
-sha512sums=('02238da4e901c3e3b57144501d64fa19502bdcf1aa65e775188ef18f9e524c4e2a44d87e8dcc926261b589715a8347628b87c2e418bcbcc63b5a18058ef771be'
+sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
 
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
 
 check() {


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-07-24 Thread Felix Yan via arch-commits
Date: Friday, July 24, 2020 @ 11:23:27
  Author: felixonmars
Revision: 665141

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 665140, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 11:23:12 UTC (rev 665140)
+++ PKGBUILD2020-07-24 11:23:27 UTC (rev 665141)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20200721225648
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('f285bfa5bc0b76714b55a00209fe4b430c768b694ad23ecd76c61f3ff9eab281fdc02a47fb012841e3b6f7a9df4c8112ab3ca8374eefa9786911b5eb6e3738fd')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
665140, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 11:23:27 UTC (rev 665141)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20200722141709
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('001be45bcc3f830aa0da5aaa80004d4658921a30300fc9efeb14643e04712dfdeccb40de69bd23c9ba2d8327bb98cb0092cb3c710357e35d88c1eb96cd585c08')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in prometheus-memcached-exporter/repos/extra-x86_64 (4 files)

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:23:55
  Author: jelle
Revision: 392489

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
(from rev 392488, prometheus-memcached-exporter/trunk/PKGBUILD)
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service
(from rev 392488, 
prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.service)
Deleted:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service

---+
 PKGBUILD  |   96 
 prometheus-memcached-exporter.service |   52 -
 2 files changed, 75 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 11:23:48 UTC (rev 392488)
+++ PKGBUILD2020-07-24 11:23:55 UTC (rev 392489)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-memcached-exporter
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
-arch=('x86_64')
-url="https://github.com/prometheus/memcached_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie memcached)
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
-sha512sums=('02238da4e901c3e3b57144501d64fa19502bdcf1aa65e775188ef18f9e524c4e2a44d87e8dcc926261b589715a8347628b87c2e418bcbcc63b5a18058ef771be'
-
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
-
-check() {
-  cd memcached_exporter-$pkgver
-  memcached_pids=()
-  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
-
-  local ret=0
-  go test ./... || ret=1
-
-  kill ${memcached_pids[@]}
-
-  return $ret
-}
-
-build() {
-  cd memcached_exporter-$pkgver
-  go build \
--mod=vendor \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
-  cd memcached_exporter-$pkgver
-  install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
-}

Copied: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD (from rev 
392488, prometheus-memcached-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 11:23:55 UTC (rev 392489)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-memcached-exporter
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
+arch=('x86_64')
+url="https://github.com/prometheus/memcached_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go memcached)
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
+sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
+
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
+
+check() {
+  cd memcached_exporter-$pkgver
+  memcached_pids=()
+  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
+
+  local ret=0
+  go test ./... || ret=1
+
+  kill ${memcached_pids[@]}
+
+  return $ret
+}
+
+build() {
+  cd memcached_exporter-$pkgver
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
+  cd memcached_exporter-$pkgver
+  install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
+}

Deleted: 

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

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:05:01
  Author: jelle
Revision: 392487

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 392486, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 392486, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 392486, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   57 +-
 prometheus.sysusers |2 
 3 files changed, 106 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 11:04:53 UTC (rev 392486)
+++ PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.19.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('d4e84cae2fed6761bb8a80fcc69b6e0e9f274d19dffc0f38fb5845f11da1bbc3'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 392486, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.20.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('ca10ff2bb5db1c5a5c05032be155b5e91ee8e085ab001c41b2b8aec256d8a24a'
+'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+

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

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:04:53
  Author: jelle
Revision: 392486

upgpkg: prometheus 2.20.0-1

Modified:
  prometheus/trunk/PKGBUILD
  prometheus/trunk/prometheus.service

+
 PKGBUILD   |6 +++---
 prometheus.service |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 10:05:59 UTC (rev 392485)
+++ PKGBUILD2020-07-24 11:04:53 UTC (rev 392486)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.19.2
+pkgver=2.20.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -18,8 +18,8 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('d4e84cae2fed6761bb8a80fcc69b6e0e9f274d19dffc0f38fb5845f11da1bbc3'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+sha256sums=('ca10ff2bb5db1c5a5c05032be155b5e91ee8e085ab001c41b2b8aec256d8a24a'
+'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 
 build() {

Modified: prometheus.service
===
--- prometheus.service  2020-07-24 10:05:59 UTC (rev 392485)
+++ prometheus.service  2020-07-24 11:04:53 UTC (rev 392486)
@@ -10,6 +10,7 @@
 WorkingDirectory=/usr/share/prometheus
 ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml 
--storage.tsdb.path=/var/lib/prometheus/data
 ExecReload=/bin/kill -HUP $MAINPID
+LimitNOFILE=65535
 NoNewPrivileges=true
 ProtectHome=true
 ProtectSystem=full


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

2020-07-24 Thread Konstantin Gizdov via arch-commits
Date: Friday, July 24, 2020 @ 09:13:04
  Author: kgizdov
Revision: 665138

make sure to add submodules

Modified:
  xrootd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 08:51:10 UTC (rev 665137)
+++ PKGBUILD2020-07-24 09:13:04 UTC (rev 665138)
@@ -4,19 +4,19 @@
 pkgname=xrootd
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://xrootd.slac.stanford.edu/;
 license=('LGPL3')
-depends=('ceph' 'curl' 'json-c' 'libxml2' 'openssl' 'perl' 'python')
-makedepends=('cmake')
+depends=('ceph' 'curl' 'json-c' 'libxml2' 'openssl' 'perl' 'python' 'systemd')
+makedepends=('cmake' 'git')
 checkdepends=('cppunit')
 source=(
-"${url}/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=v${pkgver};
 'cxx17.patch'
 'add_missing_header.patch'
 )
-sha256sums=('cb5ae36e3ed3015691b9d3884ea863c5772658d6af7c35f19b6b7233e2a11359'
+sha256sums=('SKIP'
 '828de400b8fef40a80b9eadb8198fdfe7c991515a466045b699425df2f681817'
 '68eac594d8d3b15c1e4d8522c4422a26c9a51c9206d3a88fedf00d4e9599d455')
 
@@ -26,6 +26,8 @@
 
 prepare () {
 cd "${srcdir}/${pkgbase}-${pkgver}"
+# source tarballs don't seem to contain all submodules anymore
+git submodule update --init --recursive
 patch -Np1 -i "${srcdir}/cxx17.patch"
 patch -Np1 -i "${srcdir}/add_missing_header.patch"
 }


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

2020-07-24 Thread Konstantin Gizdov via arch-commits
Date: Friday, July 24, 2020 @ 09:13:11
  Author: kgizdov
Revision: 665139

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |  178 ++---
 add_missing_header.patch |   54 ++---
 cxx17.patch  |  156 +++
 3 files changed, 195 insertions(+), 193 deletions(-)

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

Copied: xrootd/repos/community-testing-x86_64/PKGBUILD (from rev 665138, 
xrootd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 09:13:11 UTC (rev 665139)
@@ -0,0 +1,90 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgname=xrootd
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=5.0.0
+pkgrel=2

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

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 08:51:10
  Author: arojas
Revision: 665137

archrelease: copy trunk to community-x86_64

Added:
  python-scipy/repos/community-x86_64/PKGBUILD
(from rev 665136, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 08:51:00 UTC (rev 665136)
+++ PKGBUILD2020-07-24 08:51:10 UTC (rev 665137)
@@ -1,57 +0,0 @@
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-_name=scipy
-pkgname=python-scipy
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
-arch=('x86_64')
-url="https://www.scipy.org/;
-license=('BSD')
-depends=('python-numpy')
-provides=('python3-scipy' 'scipy')
-makedepends=('gcc-fortran' 'python-setuptools' 'pybind11')
-checkdepends=('python-pytest')
-optdepends=('python-pillow: for image saving module')
-#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
-source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d46abaaa52e5521d8f3f6d79f58c8473a8649faa01e93d250d2ee19d5778e31c13aaa855bd8f059ddc1424ae13001f15a41f240fa6b0acf3ffd911ea30da1040')
-
-build() {
-  # required for gfortran
-  export LDFLAGS="-Wall -shared"
-
-  cd scipy-${pkgver}
-  python setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
-  cd "${srcdir}"
-  python -c "from scipy import test; test('full')"
-}
-
-package() {
-  export LDFLAGS="-Wall -shared"
-
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-x86_64/PKGBUILD (from rev 665136, 
python-scipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 08:51:10 UTC (rev 665137)
@@ -0,0 +1,57 @@
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+_name=scipy
+pkgname=python-scipy
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('x86_64')
+url="https://www.scipy.org/;
+license=('BSD')
+depends=('python-numpy')
+provides=('python3-scipy' 'scipy')
+makedepends=('gcc-fortran' 'python-setuptools' 'pybind11')
+checkdepends=('python-pytest')
+optdepends=('python-pillow: for image saving module')
+#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('45463df30a0f6270d9f4cf52235f31607904a6ae1375e12600e7f1ab2d27b1dc25a6211b49dceb71506be22c756890adaf9f81d9e6be7455def86c9caf0dc923')
+
+build() {
+  # required for gfortran
+  export LDFLAGS="-Wall -shared"
+
+  cd scipy-${pkgver}
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+check() {
+  # we need to do a temp install so we can import scipy
+  # also, the tests must not be run from the scipy source directory
+  export LDFLAGS="-Wall -shared"
+
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${srcdir}/test --optimize=1
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
+  cd "${srcdir}"
+  python -c "from scipy import test; test('full')"
+}
+
+package() {
+  export LDFLAGS="-Wall -shared"
+
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -Dm644 LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 08:51:00
  Author: arojas
Revision: 665136

Update to 1.5.2

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 07:17:01 UTC (rev 665135)
+++ PKGBUILD2020-07-24 08:51:00 UTC (rev 665136)
@@ -7,7 +7,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -20,7 +20,7 @@
 optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d46abaaa52e5521d8f3f6d79f58c8473a8649faa01e93d250d2ee19d5778e31c13aaa855bd8f059ddc1424ae13001f15a41f240fa6b0acf3ffd911ea30da1040')
+sha512sums=('45463df30a0f6270d9f4cf52235f31607904a6ae1375e12600e7f1ab2d27b1dc25a6211b49dceb71506be22c756890adaf9f81d9e6be7455def86c9caf0dc923')
 
 build() {
   # required for gfortran


[arch-commits] Commit in plasma-wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 08:10:20
  Author: arojas
Revision: 392484

archrelease: copy trunk to extra-any

Added:
  plasma-wayland-protocols/repos/extra-any/PKGBUILD
(from rev 392483, plasma-wayland-protocols/trunk/PKGBUILD)
Deleted:
  plasma-wayland-protocols/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 08:10:12 UTC (rev 392483)
+++ PKGBUILD2020-07-24 08:10:20 UTC (rev 392484)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-wayland-protocols
-pkgver=1.0
-pkgrel=1
-pkgdesc="Plasma Specific Protocols for Wayland"
-arch=(any)
-url="https://kde.org/plasma-desktop;
-license=(LGPL)
-depends=()
-makedepends=(qt5-base extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b'
-'SKIP')
-validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-wayland-protocols/repos/extra-any/PKGBUILD (from rev 392483, 
plasma-wayland-protocols/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 08:10:20 UTC (rev 392484)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-wayland-protocols
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Plasma Specific Protocols for Wayland"
+arch=(any)
+url="https://kde.org/plasma-desktop;
+license=(LGPL)
+depends=()
+makedepends=(qt5-base extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d7bcf780b764f013613870ff2366486f052827857ca0bb79981c97b436601d31'
+'SKIP')
+validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez 

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


[arch-commits] Commit in plasma-wayland-protocols/trunk (PKGBUILD)

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 08:10:12
  Author: arojas
Revision: 392483

Update to 1.1.0

Modified:
  plasma-wayland-protocols/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 06:56:41 UTC (rev 392482)
+++ PKGBUILD2020-07-24 08:10:12 UTC (rev 392483)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=plasma-wayland-protocols
-pkgver=1.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Plasma Specific Protocols for Wayland"
 arch=(any)
@@ -10,21 +10,15 @@
 depends=()
 makedepends=(qt5-base extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b'
+sha256sums=('d7bcf780b764f013613870ff2366486f052827857ca0bb79981c97b436601d31'
 'SKIP')
 validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez 

 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


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

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 07:16:28
  Author: arojas
Revision: 665134

Use system freetype and qhull, backport a patch to fix Sage testsuite

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 04:49:30 UTC (rev 665133)
+++ PKGBUILD2020-07-24 07:16:28 UTC (rev 665134)
@@ -7,12 +7,12 @@
 
 pkgname=python-matplotlib
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
 url="https://matplotlib.org;
 license=(custom)
-depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing)
+depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing qhull)
 optdepends=('tk: Tk{Agg,Cairo} backends'
 'python-pyqt5: Qt5{Agg,Cairo} backends'
 'python-gobject: for GTK3{Agg,Cairo} backend'
@@ -30,14 +30,23 @@
  tk python-pyqt5 python-gobject
  python-wxpython python-cairocffi python-tornado
  python-pillow ghostscript texlive-bin)
- # qhull missing pkg-config file
  # agg missing some non-upstreamed patches?
 checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
   texlive-core texlive-latexextra inkscape mencoder
   ffmpeg imagemagick python-pandas)
-source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('79555a175ef1e63da4f3d2457dc44dd825dbe4b5833696fa9ba57bfc654dc4df286ede4357ee276f19d674be1cb622e8718000a74c1f122cc13641f4d3ad0ada')
+source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+ 
matplotlib-fix-path-of-degenerate-polygons.patch::"https://github.com/matplotlib/matplotlib/commit/07847dd2.patch;)
+sha512sums=('79555a175ef1e63da4f3d2457dc44dd825dbe4b5833696fa9ba57bfc654dc4df286ede4357ee276f19d674be1cb622e8718000a74c1f122cc13641f4d3ad0ada'
+
'b16c4af737a08004ad83f5eb058ffd1470f6cb522114ef8ef74e211887a6c00809b7f475cdb83cceb46aaaff6acfd0c25c8ba1fbcbf2fd536e09efde35e80e2a')
 
+prepare() {
+  cd matplotlib-${pkgver}
+  patch -p1 -i ../matplotlib-fix-path-of-degenerate-polygons.patch # Fix path 
of degenerate polygons
+
+# Use system freetype and qhull
+  sed -e 's|#system_freetype = False|system_freetype = True|' -e 
's|#system_qhull = False|system_qhull = True|' setup.cfg.template > setup.cfg
+}
+
 build() {
   cd matplotlib-${pkgver}
   python setup.py build


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

2020-07-24 Thread Antonio Rojas via arch-commits
Date: Friday, July 24, 2020 @ 07:17:01
  Author: arojas
Revision: 665135

archrelease: copy trunk to community-x86_64

Added:
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 665134, python-matplotlib/trunk/PKGBUILD)
Deleted:
  python-matplotlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 07:16:28 UTC (rev 665134)
+++ PKGBUILD2020-07-24 07:17:01 UTC (rev 665135)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Bruno Pagani 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=python-matplotlib
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="A python plotting library, making publication quality plots"
-arch=(x86_64)
-url="https://matplotlib.org;
-license=(custom)
-depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing)
-optdepends=('tk: Tk{Agg,Cairo} backends'
-'python-pyqt5: Qt5{Agg,Cairo} backends'
-'python-gobject: for GTK3{Agg,Cairo} backend'
-'python-wxpython: WX{,Agg,Cairo} backend'
-'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
-'python-cairocffi: alternative for Cairo backends'
-'python-tornado: WebAgg backend'
-'ffmpeg: for saving movies'
-'imagemagick: for saving animated gifs'
-'python-pillow: for reading/saving jpeg/bmp/tiff files'
-'ghostscript: usetex dependencies'
-'texlive-bin: usetex dependencies'
-'texlive-latexextra: usetex usage with pdflatex')
-makedepends=(git rsync python-setuptools
- tk python-pyqt5 python-gobject
- python-wxpython python-cairocffi python-tornado
- python-pillow ghostscript texlive-bin)
- # qhull missing pkg-config file
- # agg missing some non-upstreamed patches?
-checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
-  texlive-core texlive-latexextra inkscape mencoder
-  ffmpeg imagemagick python-pandas)
-source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('79555a175ef1e63da4f3d2457dc44dd825dbe4b5833696fa9ba57bfc654dc4df286ede4357ee276f19d674be1cb622e8718000a74c1f122cc13641f4d3ad0ada')
-
-build() {
-  cd matplotlib-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd matplotlib-${pkgver}
-  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-python setup.py pytest --addopts="-n auto" || warning "Tests failed" # 
Different font rendering details
-}
-
-package_python-matplotlib() {
-  cd matplotlib-${pkgver}
-  python setup.py install --root "${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 doc/users/license.rst -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  # Needed since https://github.com/matplotlib/matplotlib/pull/14170
-  rm -r 
"${pkgdir}"/usr/lib/python3.8/site-packages/{matplotlib,mpl_toolkits}/tests/
-}

Copied: python-matplotlib/repos/community-x86_64/PKGBUILD (from rev 665134, 
python-matplotlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 07:17:01 UTC (rev 665135)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Maintainer: Bruno Pagani 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=python-matplotlib
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="A python plotting library, making publication quality plots"
+arch=(x86_64)
+url="https://matplotlib.org;
+license=(custom)
+depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing qhull)
+optdepends=('tk: Tk{Agg,Cairo} backends'
+'python-pyqt5: Qt5{Agg,Cairo} backends'
+'python-gobject: for GTK3{Agg,Cairo} backend'
+'python-wxpython: WX{,Agg,Cairo} backend'
+'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
+'python-cairocffi: alternative for Cairo backends'
+'python-tornado: WebAgg backend'
+'ffmpeg: for saving movies'
+'imagemagick: for saving animated gifs'
+'python-pillow: for reading/saving jpeg/bmp/tiff files'
+'ghostscript: usetex dependencies'
+'texlive-bin: usetex dependencies'
+'texlive-latexextra: usetex usage with pdflatex')
+makedepends=(git rsync python-setuptools
+ tk python-pyqt5 python-gobject
+ python-wxpython python-cairocffi python-tornado
+ python-pillow ghostscript 

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

2020-07-24 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 06:56:41
  Author: lcarlier
Revision: 392482

archrelease: copy trunk to extra-any

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

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

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

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


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

2020-07-24 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 06:56:36
  Author: lcarlier
Revision: 392481

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

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 06:53:37 UTC (rev 392480)
+++ PKGBUILD2020-07-24 06:56:36 UTC (rev 392481)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.2.147
+pkgver=1.2.148
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f3f3f6d7c181dece78652af37d9796099f691fc2642903b43ebe0a8fa41711c7')
+sha256sums=('6eb9f22f193308efa90d947b927c47583d2a6c0e133d1b4a1a0f97d94b8a670e')
 
 prepare() {
   npm install escape-string-regexp


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

2020-07-24 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 06:53:33
  Author: lcarlier
Revision: 392479

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

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 04:13:35 UTC (rev 392478)
+++ PKGBUILD2020-07-24 06:53:33 UTC (rev 392479)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.2.147
+pkgver=1.2.148
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('8ff13998c7384d5f0d22e0258122b02c0efe7c115928701b591e96eb78e3f354')
+sha256sums=('fecaa9af5f7c4d85abdbbe2a63d4b8ebdf48a532e992710ba204d5dfa7513866')
 
 #pkgver() {
 #  cd Vulkan-Headers*


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

2020-07-24 Thread Laurent Carlier via arch-commits
Date: Friday, July 24, 2020 @ 06:53:37
  Author: lcarlier
Revision: 392480

archrelease: copy trunk to extra-any

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

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

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

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