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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 03:59:06
  Author: svenstaro
Revision: 612031

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  217 +++
 accinj64.pc|9 +
 cublas.pc  |9 +
 cuda-findgllib_mk.diff |   44 -
 cuda.conf  |6 -
 cuda.install   |   22 ++--
 cuda.pc|9 +
 cuda.sh|4 
 cudart.pc  |9 +
 cufft.pc   |9 +
 cufftw.pc  |9 +
 cuinj64.pc |9 +
 curand.pc  |9 +
 cusolver.pc|9 +
 cusparse.pc|9 +
 nppc.pc|9 +
 nppi.pc|9 +
 nppial.pc  |9 +
 nppicc.pc  |9 +
 nppicom.pc |9 +
 nppidei.pc |9 +
 nppif.pc   |9 +
 nppig.pc   |9 +
 nppim.pc   |9 +
 nppist.pc  |9 +
 nppisu.pc  |9 +
 nppitc.pc  |9 +
 npps.pc|9 +
 nvToolsExt.pc  |9 +
 nvgraph.pc |9 +
 nvidia-ml.pc   |9 +
 nvjpeg.pc  |9 +
 nvrtc.pc   |9 +
 33 files changed, 415 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 03:58:25 UTC (rev 612030)
+++ PKGBUILD2020-04-06 03:59:06 UTC (rev 612031)
@@ -1,92 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov 
-pkgname=cuda
-pkgver=10.2.89
-_driverver=440.33.01
-pkgrel=4
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuda-zone;
-license=('custom:NVIDIA')
-depends=('gcc8-libs'  'gcc8' 'opencl-nvidia' 'nvidia-utils')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 

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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 03:58:25
  Author: svenstaro
Revision: 612030

upgpkg: cuda 10.2.89-5: Add pkgconfig files (fixes FS#63134)

Added:
  cuda/trunk/accinj64.pc
  cuda/trunk/cublas.pc
  cuda/trunk/cuda.pc
  cuda/trunk/cudart.pc
  cuda/trunk/cufft.pc
  cuda/trunk/cufftw.pc
  cuda/trunk/cuinj64.pc
  cuda/trunk/curand.pc
  cuda/trunk/cusolver.pc
  cuda/trunk/cusparse.pc
  cuda/trunk/nppc.pc
  cuda/trunk/nppi.pc
  cuda/trunk/nppial.pc
  cuda/trunk/nppicc.pc
  cuda/trunk/nppicom.pc
  cuda/trunk/nppidei.pc
  cuda/trunk/nppif.pc
  cuda/trunk/nppig.pc
  cuda/trunk/nppim.pc
  cuda/trunk/nppist.pc
  cuda/trunk/nppisu.pc
  cuda/trunk/nppitc.pc
  cuda/trunk/npps.pc
  cuda/trunk/nvToolsExt.pc
  cuda/trunk/nvgraph.pc
  cuda/trunk/nvidia-ml.pc
  cuda/trunk/nvjpeg.pc
  cuda/trunk/nvrtc.pc
Modified:
  cuda/trunk/PKGBUILD

---+
 PKGBUILD  |   41 +
 accinj64.pc   |9 +
 cublas.pc |9 +
 cuda.pc   |9 +
 cudart.pc |9 +
 cufft.pc  |9 +
 cufftw.pc |9 +
 cuinj64.pc|9 +
 curand.pc |9 +
 cusolver.pc   |9 +
 cusparse.pc   |9 +
 nppc.pc   |9 +
 nppi.pc   |9 +
 nppial.pc |9 +
 nppicc.pc |9 +
 nppicom.pc|9 +
 nppidei.pc|9 +
 nppif.pc  |9 +
 nppig.pc  |9 +
 nppim.pc  |9 +
 nppist.pc |9 +
 nppisu.pc |9 +
 nppitc.pc |9 +
 npps.pc   |9 +
 nvToolsExt.pc |9 +
 nvgraph.pc|9 +
 nvidia-ml.pc  |9 +
 nvjpeg.pc |9 +
 nvrtc.pc  |9 +
 29 files changed, 289 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 03:43:50 UTC (rev 612029)
+++ PKGBUILD2020-04-06 03:58:25 UTC (rev 612030)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Maintainer: Konstantin Gizdov 
 pkgname=cuda
 pkgver=10.2.89
 _driverver=440.33.01
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone;
@@ -18,11 +18,40 @@
 
source=(http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_${pkgver}_${_driverver}_linux.run
 cuda.sh
 cuda.conf
-cuda-findgllib_mk.diff)
+cuda-findgllib_mk.diff
+*.pc)
 
sha512sums=('ad8da539ff5df7caf411d1e497ff3d6978cfa8a1fd9150fa4846089e92a604ea56be8631f3efdfe7229a655b8d2d28e6edb32f5731530a77d6f00241cc7aab6e'
 
'b3691913027b8390161c7412d87a905712d90434cc82027a52f203f8ae3dda755738f734f8190277471e4541d685b524568ad03af58d4b7ebad346eee11c10e4'
 
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
+
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b'
+
'54f63b7f55948341e7ef17c6d2175bdf4cb92105330b08579b401f37c95692fd5b185d9cde498ce39ec2687295c2b5ff6e5c4c8e36c861d781fef9db3de752be'
+
'08dbc847cd239e6eeae0a97b02b24720d003105eae3596cc811ca5e6467ca5005dd83f86311eb662868686eb4415af1b39b01bb2fe799211fe0979e39efd1245'
+
'de28a65c39bc9079b0c38656dc278bc89820b7531fec60d97d784711543f0cb3405d52e43caae212f0fc83a05d1d1385137d31a93c85a06008ac744f01699276'
+
'638bde31fd91f34c3c62f745ebfb38988f221d31c5d1eb345d2cb61c73e8a69e844239ab51760e5b44e9992d1b05786fea5549ed1442eb3dd5839fa176110817'
+
'ed38acaef0e4a4341712d1a34d67cc5065920fcc808782b432a2cecc59b41192f25fb1c83e916c0407a18d5cd5eb5f04ffe74a665fc229eabfc1be4ab0ebb566'
+
'd7b9f3bd752131ef42b00d3e1d6e579d923444613929fc3c3d18f5c8b9b9575b339e69ab5ca3698f7d1c29d41ba87461dfabf6c31abbc6d0789383e051c57ca3'
+
'f8a7c94f17ee08b67cbd6cc84542d807b779087bc2657eef15940d8031d5aaf5c2cc2c6d8d824ce7296a576d6b470fc5d63ff365e104c92d5c1130f81d0a4c3a'
+
'23bb106f505e7437d9e8a4419fb4c22244e9f308e5f853bd9b3b69c6ebd8b6ff793a3ada630bc2cf6e5ae103345115a716cfba41beed5f43be6e92f673281092'
+
'78cf3c9c2fe1629b0113aa875216d0f488c384ae9dbe0962cc84cbc6639a6284ea3a1f884d7ba1fff646bda7e6927e54597221c0c4a06d34a79962630d8a017f'
+
'07bb652e5dd086d543b3e1a150f1722bb8c1472a7d6cbcc1d1a8e2928db6750d6c41b68d333765fb6e1e42329bd330fa2ced760245a6904e16dd97cf53bb6a31'
+
'875c3ce01d9c6d1b412f36166d2b1fcb94914904b2b1a788b8b34ee27e5814c31d4f97c39722bb0eefcaf738fd92d44d6c302c631c022a20fee9fbb73799e162'
+

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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 03:43:50
  Author: svenstaro
Revision: 612029

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 612028, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-testing-x86_64/build-against-actual-mkl.patch
(from rev 612028, tensorflow/trunk/build-against-actual-mkl.patch)
Deleted:
  tensorflow/repos/community-testing-x86_64/PKGBUILD
  tensorflow/repos/community-testing-x86_64/build-against-actual-mkl.patch

+
 PKGBUILD   |  552 +++
 build-against-actual-mkl.patch |   74 ++---
 2 files changed, 313 insertions(+), 313 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 03:43:31 UTC (rev 612028)
+++ PKGBUILD2020-04-06 03:43:50 UTC (rev 612029)
@@ -1,276 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=2.2.0rc2
-_pkgver=2.2.0-rc2
-pkgrel=3
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-depends=('c-ares' 'intel-mkl' 'intel-dnnl')
-makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git' 'gcc'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
- 'python-keras-applications' 'python-keras-preprocessing')
-optdepends=('tensorboard: Tensorflow visualization toolkit'
-'python-pasta: tf_upgrade_v2 tool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
-build-against-actual-mkl.patch)
-sha512sums=('505f03a2e9c57638aaecbcc83fa5b292a038eab9c4777cb75a4ee2c9926cdc3ade565326abd0eb7bf1717972f4a2a20941227afe29b79f0519fd724fbc15d959'
-
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08')
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-check_dir() {
-  if [ -d "${1}" ]; then
-return 0
-  else
->&2 echo Directory "${1}" does not exist or is a file! Exiting...
-exit 1
-  fi
-}
-
-prepare() {
-  # Allow any bazel version
-  echo "*" > tensorflow-${_pkgver}/.bazelversion
-
-  # Tensorflow actually wants to build against a slimmed down version of Intel 
MKL called MKLML
-  # See https://github.com/intel/mkl-dnn/issues/102
-  # MKLML version that Tensorflow wants to use is 
https://github.com/intel/mkl-dnn/releases/tag/v0.21
-  patch -Np1 -d tensorflow-${_pkgver} -i 
"$srcdir"/build-against-actual-mkl.patch
-
-  # Compile with C++17 by default (FS#65953)
-  #sed -i "s/c++14/c++17/g" tensorflow-${_pkgver}/.bazelrc
-
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
-
-  # These environment variables influence the behavior of the configure call 
below.
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_KAFKA=0
-  export TF_NEED_OPENCL_SYCL=0
-  export TF_NEED_AWS=0
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_NEED_S3=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-  export TF_NEED_TENSORRT=0
-  export TF_NEED_NGRAPH=0
-  export TF_NEED_IGNITE=0
-  export TF_NEED_ROCM=0
-  export TF_SET_ANDROID_WORKSPACE=0
-  export TF_DOWNLOAD_CLANG=0
-  export TF_NCCL_VERSION=2.5
-  export TF_IGNORE_MAX_BAZEL_VERSION=1
-  export TF_MKL_ROOT=/opt/intel/mkl
-  export NCCL_INSTALL_PATH=/usr
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-8
-  export HOST_CXX_COMPILER_PATH=/usr/bin/gcc-8
-  export TF_CUDA_CLANG=0  # Clang currently disabled because it's not 
compatible at the moment.
-  export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr
-  export TF_CUDA_VERSION=$(/opt/cuda/bin/nvcc --version | sed -n 's/^.*release 
\(.*\),.*/\1/p')
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
/usr/include/cudnn.h)
-  export 
TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.0,5.2,5.3,6.0,6.1,6.2,7.0,7.2,7.5
-}
-
-build() {
-  echo "Building without cuda and without non-x86-64 optimizations"
-  cd "${srcdir}"/tensorflow-${_pkgver}
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel \
-build --config=mkl -c opt \
-  //tensorflow:libtensorflow.so \
-  

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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 03:43:31
  Author: svenstaro
Revision: 612028

upgpkg: tensorflow 2.2.0rc2-4: nccl 2.6 rebuild

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 03:24:31 UTC (rev 612027)
+++ PKGBUILD2020-04-06 03:43:31 UTC (rev 612028)
@@ -7,7 +7,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.2.0rc2
 _pkgver=2.2.0-rc2
-pkgrel=3
+pkgrel=4
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -73,7 +73,7 @@
   export TF_NEED_ROCM=0
   export TF_SET_ANDROID_WORKSPACE=0
   export TF_DOWNLOAD_CLANG=0
-  export TF_NCCL_VERSION=2.5
+  export TF_NCCL_VERSION=2.6
   export TF_IGNORE_MAX_BAZEL_VERSION=1
   export TF_MKL_ROOT=/opt/intel/mkl
   export NCCL_INSTALL_PATH=/usr


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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 03:24:31
  Author: svenstaro
Revision: 612027

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 612026, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 612026, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 612026, netdata/trunk/netdata.sysusers)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers

--+
 PKGBUILD |  115 -
 netdata.install  |   24 +--
 netdata.sysusers |2 
 3 files changed, 67 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 03:24:23 UTC (rev 612026)
+++ PKGBUILD2020-04-06 03:24:31 UTC (rev 612027)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.20.0
-pkgrel=4
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqlclient: for monitoring MySQL/MariaDB databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'apcupsd: for monitoring APC UPS'
-'iw: for monitoring Linux as access point')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
-"$pkgname.sysusers")
-sha512sums=('ada398cdccf1b1b4dbac5b24d4539f86aafb964458aa4f3bdfac336362504aab6d74b7f2f12bad18b62a44bb62d1a2a8ddd0c2ed80a7c16bc388854d4210bcb6'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Use advanced service file (FS#65027)
-  mv system/netdata.service.v235.in system/netdata.service.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -i
-  ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 system/netdata.conf "$pkgdir"/etc/netdata/netdata.conf
-  chown -R 0:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 612026, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 03:24:31 UTC (rev 612027)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-mysqlclient: for monitoring MySQL/MariaDB databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'apcupsd: for monitoring APC UPS'
+'iw: for monitoring Linux as access point')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
+"$pkgname.sysusers")
+sha512sums=('65d3bd7dc3cace861184f8293f24e9d4ba20389c6d5e4176631c04ecf4a5e92c328fb6673fcefaecf2d2cc1296bfc0aa35d81b3284c7d3fb6729bb101fef8475'
+

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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 03:24:23
  Author: svenstaro
Revision: 612026

upgpkg: netdata 1.21.0-1

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 02:28:53 UTC (rev 612025)
+++ PKGBUILD2020-04-06 03:24:23 UTC (rev 612026)
@@ -2,8 +2,8 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.20.0
-pkgrel=4
+pkgver=1.21.0
+pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
 arch=('x86_64')
@@ -23,16 +23,9 @@
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
 "$pkgname.sysusers")
-sha512sums=('ada398cdccf1b1b4dbac5b24d4539f86aafb964458aa4f3bdfac336362504aab6d74b7f2f12bad18b62a44bb62d1a2a8ddd0c2ed80a7c16bc388854d4210bcb6'
+sha512sums=('65d3bd7dc3cace861184f8293f24e9d4ba20389c6d5e4176631c04ecf4a5e92c328fb6673fcefaecf2d2cc1296bfc0aa35d81b3284c7d3fb6729bb101fef8475'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Use advanced service file (FS#65027)
-  mv system/netdata.service.v235.in system/netdata.service.in
-}
-
 build() {
   cd "$pkgname-$pkgver"
 
@@ -55,7 +48,7 @@
   install -Dm644 system/netdata.conf "$pkgdir"/etc/netdata/netdata.conf
   chown -R 0:134 "$pkgdir"/usr/share/netdata/web
 
-  install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
+  install -Dm0644 "system/netdata.service.v235" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
   install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
   install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
 }


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

2020-04-05 Thread Daniel M. Capella via arch-commits
Date: Monday, April 6, 2020 @ 02:28:53
  Author: polyzen
Revision: 612025

Update URL

Modified:
  vint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 02:22:13 UTC (rev 612024)
+++ PKGBUILD2020-04-06 02:28:53 UTC (rev 612025)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc='Lint tool for Vim script Language'
 arch=('any')
-url=https://github.com/Kuniwak/vint
+url=https://github.com/Vimjas/vint
 license=('MIT')
 depends=('python-ansicolor' 'python-chardet' 'python-setuptools' 'python-yaml')
 checkdepends=('python-pytest')


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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 02:21:52
  Author: svenstaro
Revision: 612023

upgpkg: cuda 10.2.89-4: Allow clang to work (FS#66075)

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 00:46:07 UTC (rev 612022)
+++ PKGBUILD2020-04-06 02:21:52 UTC (rev 612023)
@@ -3,7 +3,7 @@
 pkgname=cuda
 pkgver=10.2.89
 _driverver=440.33.01
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone;
@@ -75,8 +75,12 @@
 -i "${pkgdir}/opt/cuda/libnsight/nsight.ini" \
 -i "${pkgdir}/opt/cuda/libnvvp/nvvp.ini"
 
-  # Allow GCC 9 to work
+  # Allow newer compilers to work. This is not officially supported in the 
Arch package but
+  # if users want to try, let them try.
+  # See 
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements
+  # for official requirements
   sed -i "/.*unsupported GNU version.*/d" 
"${pkgdir}"/opt/cuda/targets/x86_64-linux/include/crt/host_config.h
+  sed -i "/.*unsupported clang version.*/d" 
"${pkgdir}"/opt/cuda/targets/x86_64-linux/include/crt/host_config.h
 
   # Fix Makefile paths to CUDA
   for f in $(find "$pkgdir"/opt/cuda -name Makefile); do


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

2020-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 6, 2020 @ 02:22:13
  Author: svenstaro
Revision: 612024

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 612023, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
(from rev 612023, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-x86_64/cuda.conf
(from rev 612023, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 612023, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 612023, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

+
 PKGBUILD   |  180 ---
 cuda-findgllib_mk.diff |   44 +--
 cuda.conf  |6 -
 cuda.install   |   22 ++---
 cuda.sh|4 -
 5 files changed, 130 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 02:21:52 UTC (rev 612023)
+++ PKGBUILD2020-04-06 02:22:13 UTC (rev 612024)
@@ -1,88 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov 
-pkgname=cuda
-pkgver=10.2.89
-_driverver=440.33.01
-pkgrel=3
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuda-zone;
-license=('custom:NVIDIA')
-depends=('gcc8-libs'  'gcc8' 'opencl-nvidia' 'nvidia-utils')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime=8: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_${pkgver}_${_driverver}_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('ad8da539ff5df7caf411d1e497ff3d6978cfa8a1fd9150fa4846089e92a604ea56be8631f3efdfe7229a655b8d2d28e6edb32f5731530a77d6f00241cc7aab6e'
-
'b3691913027b8390161c7412d87a905712d90434cc82027a52f203f8ae3dda755738f734f8190277471e4541d685b524568ad03af58d4b7ebad346eee11c10e4'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${pkgver}_${_driverver}_linux.run --target "${srcdir}" --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd "${srcdir}/builds"
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  ln -s /opt/cuda/targets/x86_64-linux/lib "${pkgdir}/opt/cuda/lib"
-  ln -s /opt/cuda/nvvm/lib64 "${pkgdir}/opt/cuda/nvvm/lib"
-
-  # Define compilers for CUDA to use.
-  # This allows us to use older versions of GCC if we have to.
-  ln -s /usr/bin/gcc-8 "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++-8 "${pkgdir}/opt/cuda/bin/g++"
-
-  # Create soname links.
-  # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is create all symlinks and hope for the best.
-  # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 | 
while read -rd $'\0' _lib; do
-_base=${_lib%.so.*}
-_current_soname=$(basename ${_lib%.*})
-while [[ $_current_soname != $(basename $_base) ]]; do
-  ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
-  _current_soname=${_current_soname%.*}
-done
-  done
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove included copy of java and link to system java 8
-  rm -fr  "${pkgdir}/opt/cuda/jre"
-  sed 's|../jre/bin/java|/usr/lib/jvm/java-8-openjdk/jre/bin/java|g' \
--i "${pkgdir}/opt/cuda/libnsight/nsight.ini" \
--i "${pkgdir}/opt/cuda/libnvvp/nvvp.ini"
-
-  # Allow GCC 9 to work
-  sed -i "/.*unsupported GNU version.*/d" 
"${pkgdir}"/opt/cuda/targets/x86_64-linux/include/crt/host_config.h
-
-  # Fix Makefile paths to CUDA
-  for f in 

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

2020-04-05 Thread Sergej Pupykin via arch-commits
Date: Monday, April 6, 2020 @ 00:46:07
  Author: spupykin
Revision: 612022

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 612021, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 612021, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 00:45:45 UTC (rev 612021)
+++ PKGBUILD2020-04-06 00:46:07 UTC (rev 612022)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.8.4
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('2e466736aa9908c47bebfa48c0d2f4edaa88c87d3a2a3c4132efc24e3b6e6670')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 612021, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 00:46:07 UTC (rev 612022)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.8.5
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('8cbb0df82d1a19c085e785952d28bcfe5105b895940fb3cc28846b9c422fc586')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2020-04-06 00:45:45 UTC (rev 612021)
+++ drupal.install  2020-04-06 00:46:07 UTC (rev 612022)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 612021, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2020-04-06 00:46:07 UTC (rev 612022)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2020-04-05 Thread Sergej Pupykin via arch-commits
Date: Monday, April 6, 2020 @ 00:45:45
  Author: spupykin
Revision: 612021

upgpkg: drupal 8.8.5-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:29:06 UTC (rev 612020)
+++ PKGBUILD2020-04-06 00:45:45 UTC (rev 612021)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.8.4
+pkgver=8.8.5
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('2e466736aa9908c47bebfa48c0d2f4edaa88c87d3a2a3c4132efc24e3b6e6670')
+sha256sums=('8cbb0df82d1a19c085e785952d28bcfe5105b895940fb3cc28846b9c422fc586')
 
 package() {
   depends=('php' 'php-gd')


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

2020-04-05 Thread Fabio Castelli via arch-commits
Date: Sunday, April 5, 2020 @ 23:29:06
  Author: muflone
Revision: 612020

archrelease: copy trunk to community-x86_64

Added:
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 612019, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.desktop
(from rev 612019, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 612019, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 612019, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 612019, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/dbeaver.sh
(from rev 612019, dbeaver/trunk/dbeaver.sh)
Deleted:
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.desktop
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/dbeaver.sh

-+
 PKGBUILD|  216 +++---
 dbeaver.desktop |   28 +++
 dbeaver.hook|   24 +++---
 dbeaver.install |   10 +-
 dbeaver.sh  |   12 +--
 5 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 23:28:33 UTC (rev 612019)
+++ PKGBUILD2020-04-05 23:29:06 UTC (rev 612020)
@@ -1,108 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=7.0.1
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="https://dbeaver.io/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk3' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-runtime>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.sh"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install")
-sha256sums=('e3e2acc0bdf264e8af43ec6c6a865c21ebe67395191a97eaafba53a5a4e7235a'
-'27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
-'3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'f8b763ca210bfa4d9a4e407b656ba4f5d1bf2f3f54c67044f7a4dd0c3625fc22'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-
-  # Download dependencies during prepare FS#55873
-  # https://bugs.archlinux.org/task/55873
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode validate
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable script into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  install -m 755 "${srcdir}/dbeaver.sh" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install application launcher into /usr/share/applications
-  install -m 755 -d "${pkgdir}/usr/share/applications"
-  install -m 755 -t "${pkgdir}/usr/share/applications" 
"${srcdir}/${pkgname}.desktop"
-
-  # Clean up and install new profile
-  rm -rf 

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

2020-04-05 Thread Fabio Castelli via arch-commits
Date: Sunday, April 5, 2020 @ 23:28:33
  Author: muflone
Revision: 612019

upgpkg: dbeaver 7.0.2-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:12:33 UTC (rev 612018)
+++ PKGBUILD2020-04-05 23:28:33 UTC (rev 612019)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=7.0.1
+pkgver=7.0.2
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "${pkgname}.install")
-sha256sums=('e3e2acc0bdf264e8af43ec6c6a865c21ebe67395191a97eaafba53a5a4e7235a'
+sha256sums=('388d0104bce4ea846c477a115a15bb69d3469b8877d673a13bbdaeffa535e7f1'
 '27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
 '3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:11:14
  Author: felixonmars
Revision: 612013

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 612012, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
612012, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 23:11:14 UTC (rev 612013)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.1
+pkgrel=15
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('325a188af92587b84e453e73a40ed11cf6682632fed514c8971ebd2e684b949fb71cb5942b6efa93f95199f76a065a751ae82ad246c15c5593fecdee1ec0f533')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:11:04
  Author: felixonmars
Revision: 612012

upgpkg: hopenpgp-tools 0.23.1-15: rebuild with generic-data 0.8.3.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:09:35 UTC (rev 612011)
+++ PKGBUILD2020-04-05 23:11:04 UTC (rev 612012)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.1
-pkgrel=14
+pkgrel=15
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:09:35
  Author: felixonmars
Revision: 612011

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
612010, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 23:09:35 UTC (rev 612011)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.4
+pkgrel=55
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:09:25
  Author: felixonmars
Revision: 612010

upgpkg: haskell-hopenpgp 2.9.4-55: rebuild with generic-data 0.8.3.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:07:26 UTC (rev 612009)
+++ PKGBUILD2020-04-05 23:09:25 UTC (rev 612010)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.4
-pkgrel=54
+pkgrel=55
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:07:26
  Author: felixonmars
Revision: 612009

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ixset-typed/repos/community-staging-x86_64/
  haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD
(from rev 612008, haskell-ixset-typed/trunk/PKGBUILD)

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

Copied: haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD (from rev 
612008, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 23:07:26 UTC (rev 612009)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.5
+pkgrel=9
+pkgdesc="Efficient relational queries on Haskell sets"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-safecopy' 'haskell-syb')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0f25a540835805cdea68b46de5956afa887172cf16135f7d13e1c1f59e750652defae74d3ecebdacdb606ddf3bdc515c370e0b57f7ada21e3aa3f6e1b62fe582')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:07:15
  Author: felixonmars
Revision: 612008

upgpkg: haskell-ixset-typed 0.5-9: rebuild with generic-data 0.8.3.0

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:06:24 UTC (rev 612007)
+++ PKGBUILD2020-04-05 23:07:15 UTC (rev 612008)
@@ -3,7 +3,7 @@
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
 pkgver=0.5
-pkgrel=8
+pkgrel=9
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:06:24
  Author: felixonmars
Revision: 612007

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-safecopy/repos/community-staging-x86_64/PKGBUILD (from rev 
612006, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 23:06:24 UTC (rev 612007)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.10.2
+pkgrel=35
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy;
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-generic-data' 'haskell-old-time' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d92754d96372a2f617cca551b1b4979ce971e3cf87292dd7255fd7c1c31f8ca6c55c948524e683da92183a2ecb60dbe8c1928f711a16d82f85dd830e805061aa')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+}


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:06:14
  Author: felixonmars
Revision: 612006

upgpkg: haskell-safecopy 0.10.2-35: rebuild with generic-data 0.8.3.0

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:04:38 UTC (rev 612005)
+++ PKGBUILD2020-04-05 23:06:14 UTC (rev 612006)
@@ -3,7 +3,7 @@
 _hkgname=safecopy
 pkgname=haskell-safecopy
 pkgver=0.10.2
-pkgrel=34
+pkgrel=35
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy;
 license=('custom:PublicDomain')


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:04:38
  Author: felixonmars
Revision: 612005

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-generic-data/repos/community-staging-x86_64/
  haskell-generic-data/repos/community-staging-x86_64/PKGBUILD
(from rev 612004, haskell-generic-data/trunk/PKGBUILD)

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

Copied: haskell-generic-data/repos/community-staging-x86_64/PKGBUILD (from rev 
612004, haskell-generic-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 23:04:38 UTC (rev 612005)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=generic-data
+pkgname=haskell-generic-data
+pkgver=0.8.3.0
+pkgrel=1
+pkgdesc="Deriving instances with GHC.Generics and related utilities"
+url="https://github.com/Lysxia/generic-data;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-contravariant' 
'haskell-show-combinators')
+makedepends=('ghc' 'haskell-doctest' 'haskell-generic-lens' 'haskell-glob' 
'haskell-one-liner'
+ 'haskell-quickcheck' 'haskell-show-combinators' 'haskell-tasty' 
'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('406177a0432a5003062c79a14e9717f1f933272ea5f28967e8483ecb80824437ae5736f66d7b1d0759bec3edbd1b51468d4828519227ea0f79697562fc50d9c1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:04:27
  Author: felixonmars
Revision: 612004

upgpkg: haskell-generic-data 0.8.3.0-1: rebuild with generic-data 0.8.3.0

Modified:
  haskell-generic-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:02:26 UTC (rev 612003)
+++ PKGBUILD2020-04-05 23:04:27 UTC (rev 612004)
@@ -2,8 +2,8 @@
 
 _hkgname=generic-data
 pkgname=haskell-generic-data
-pkgver=0.8.2.0
-pkgrel=5
+pkgver=0.8.3.0
+pkgrel=1
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data;
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-generic-lens' 'haskell-glob' 
'haskell-one-liner'
  'haskell-quickcheck' 'haskell-show-combinators' 'haskell-tasty' 
'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('28f397112d1205a88e575a137f191892d87ebf8a1a013b07b34ae8786aafe3dcac00759dd8953dc666fa853b16541e73a7a8c0535a9f9dcc9ec334a62a263558')
+sha512sums=('406177a0432a5003062c79a14e9717f1f933272ea5f28967e8483ecb80824437ae5736f66d7b1d0759bec3edbd1b51468d4828519227ea0f79697562fc50d9c1')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:02:26
  Author: felixonmars
Revision: 612003

archrelease: copy trunk to community-any

Added:
  ts-node/repos/community-any/PKGBUILD
(from rev 612002, ts-node/trunk/PKGBUILD)
Deleted:
  ts-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 23:02:12 UTC (rev 612002)
+++ PKGBUILD2020-04-05 23:02:26 UTC (rev 612003)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=ts-node
-pkgver=8.8.1
-pkgrel=1
-pkgdesc="TypeScript execution and REPL for node.js, with source map support"
-arch=('any')
-url="https://github.com/TypeStrong/ts-node;
-license=('MIT')
-depends=('nodejs' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d740c4f4e361a34e903912806820693e2142756fad649b98ffce2dcb2a46b65eabfbf0bb02cab4761a9b459511b9494b42d671c43bd3f1ea23f1c196d216ba06')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ts-node/repos/community-any/PKGBUILD (from rev 612002, 
ts-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 23:02:26 UTC (rev 612003)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=ts-node
+pkgver=8.8.2
+pkgrel=1
+pkgdesc="TypeScript execution and REPL for node.js, with source map support"
+arch=('any')
+url="https://github.com/TypeStrong/ts-node;
+license=('MIT')
+depends=('nodejs' 'typescript')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('76e563e81a52a54a43fe833831f84ef7ca33824a771adf6a229de31b1c14d8316f97fdc845a100bdb2daf06eb4b92ec2efbe39edefe6e53328c2379d791c48d5')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:02:12
  Author: felixonmars
Revision: 612002

upgpkg: ts-node 8.8.2-1

Modified:
  ts-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:01:33 UTC (rev 612001)
+++ PKGBUILD2020-04-05 23:02:12 UTC (rev 612002)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=ts-node
-pkgver=8.8.1
+pkgver=8.8.2
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d740c4f4e361a34e903912806820693e2142756fad649b98ffce2dcb2a46b65eabfbf0bb02cab4761a9b459511b9494b42d671c43bd3f1ea23f1c196d216ba06')
+sha512sums=('76e563e81a52a54a43fe833831f84ef7ca33824a771adf6a229de31b1c14d8316f97fdc845a100bdb2daf06eb4b92ec2efbe39edefe6e53328c2379d791c48d5')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:01:33
  Author: felixonmars
Revision: 612001

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 23:01:02 UTC (rev 612000)
+++ PKGBUILD2020-04-05 23:01:33 UTC (rev 612001)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-deprecated
-pkgver=1.2.7
-pkgrel=2
-pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
-url="https://github.com/tantale/deprecated;
-license=('MIT')
-arch=('any')
-depends=('python-wrapt')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
-sha512sums=('da99a22410fdcc2a96cb5b15c489971078ce34e251406ae3dce6b3f97e284a4f09aaf1c5702407abe85a94cb6c8d9237f373a3096d6182e4a9cd1990be2817f1')
-
-build() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd deprecated-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-deprecated/repos/community-any/PKGBUILD (from rev 612000, 
python-deprecated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 23:01:33 UTC (rev 612001)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-deprecated
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
+url="https://github.com/tantale/deprecated;
+license=('MIT')
+arch=('any')
+depends=('python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
+sha512sums=('0a80775b3c9c52137ab22356ee1200d6b6faa7e202b85cd45fe99d58749569f4b6ebc53da0770c0bae1d59cc50dee7dd321b2e83bca85070a2d465080c399b03')
+
+build() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd deprecated-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:01:02
  Author: felixonmars
Revision: 612000

upgpkg: python-deprecated 1.2.8-1

Modified:
  python-deprecated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 23:00:31 UTC (rev 611999)
+++ PKGBUILD2020-04-05 23:01:02 UTC (rev 612000)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-deprecated
-pkgver=1.2.7
-pkgrel=2
+pkgver=1.2.8
+pkgrel=1
 pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
 url="https://github.com/tantale/deprecated;
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
-sha512sums=('da99a22410fdcc2a96cb5b15c489971078ce34e251406ae3dce6b3f97e284a4f09aaf1c5702407abe85a94cb6c8d9237f373a3096d6182e4a9cd1990be2817f1')
+sha512sums=('0a80775b3c9c52137ab22356ee1200d6b6faa7e202b85cd45fe99d58749569f4b6ebc53da0770c0bae1d59cc50dee7dd321b2e83bca85070a2d465080c399b03')
 
 build() {
   cd "$srcdir"/deprecated-$pkgver


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:00:32
  Author: felixonmars
Revision: 379617

upgpkg: python-pyparsing 2.4.7-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 22:29:32 UTC (rev 379616)
+++ PKGBUILD2020-04-05 23:00:32 UTC (rev 379617)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.4.6
+pkgver=2.4.7
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('MIT')
 
source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
-sha512sums=('475b77f469d2051fb067796849f7c7d3df145f2c6cefc708c904a5b0af22661b4c229c521c2cac3c94621dde9bda6b28e428a8e31d936df6d4596d993263981e')
+sha512sums=('c7a546729f86a2b5176e2482b566b9fd715b03e495aaef4d720b21307bb03f385dbc849247f8d266cb3d92be0a83c34ce4995b655ce85318355d5a0d42d6991e')
 
 build() {
   cd pyparsing-pyparsing_$pkgver


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:00:18
  Author: felixonmars
Revision: 611998

upgpkg: python-jsbeautifier 1.11.0-1

Modified:
  python-jsbeautifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 22:29:43 UTC (rev 611997)
+++ PKGBUILD2020-04-05 23:00:18 UTC (rev 611998)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-jsbeautifier
-pkgver=1.10.3
+pkgver=1.11.0
 pkgrel=1
 pkgdesc='JavaScript unobfuscator and beautifier'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('1187a82d4271fb9ff928def7c4808037864df7b1b67d196c1e09b782e9ce6f622ca854f9fbeb2c2d744ce2eb95f0d5f6fbcd8edb359ea3d38116e8037d6caff3')
+sha512sums=('1bcf0da38a9f465f4afebd981800b19e2650e0d7cb48dbf6a6d801da449e5e25b57244a6b57654d6760d9287496f8a1d23f27ab3e52e66b27a69ce6750989a73')
 
 build() {
   cd js-beautify-$pkgver/python


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

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:00:31
  Author: felixonmars
Revision: 611999

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 23:00:18 UTC (rev 611998)
+++ PKGBUILD2020-04-05 23:00:31 UTC (rev 611999)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jsbeautifier
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-depends=('python-six' 'python-editorconfig')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('1187a82d4271fb9ff928def7c4808037864df7b1b67d196c1e09b782e9ce6f622ca854f9fbeb2c2d744ce2eb95f0d5f6fbcd8edb359ea3d38116e8037d6caff3')
-
-build() {
-  cd js-beautify-$pkgver/python
-  python setup.py build
-}
-
-check() {
-  cd js-beautify-$pkgver/python
-  python setup.py test
-}
-
-package() {
-  cd js-beautify-$pkgver/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 611998, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 23:00:31 UTC (rev 611999)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jsbeautifier
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+depends=('python-six' 'python-editorconfig')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('1bcf0da38a9f465f4afebd981800b19e2650e0d7cb48dbf6a6d801da449e5e25b57244a6b57654d6760d9287496f8a1d23f27ab3e52e66b27a69ce6750989a73')
+
+build() {
+  cd js-beautify-$pkgver/python
+  python setup.py build
+}
+
+check() {
+  cd js-beautify-$pkgver/python
+  python setup.py test
+}
+
+package() {
+  cd js-beautify-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyparsing/repos/extra-any (PKGBUILD PKGBUILD)

2020-04-05 Thread Felix Yan via arch-commits
Date: Sunday, April 5, 2020 @ 23:00:44
  Author: felixonmars
Revision: 379618

archrelease: copy trunk to extra-any

Added:
  python-pyparsing/repos/extra-any/PKGBUILD
(from rev 379617, python-pyparsing/trunk/PKGBUILD)
Deleted:
  python-pyparsing/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 23:00:32 UTC (rev 379617)
+++ PKGBUILD2020-04-05 23:00:44 UTC (rev 379618)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Arvid Ephraim Picciani 
-# Contributor: Michael Krauss 
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.4.6
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='https://github.com/pyparsing/pyparsing/'
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('MIT')
-source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
-sha512sums=('475b77f469d2051fb067796849f7c7d3df145f2c6cefc708c904a5b0af22661b4c229c521c2cac3c94621dde9bda6b28e428a8e31d936df6d4596d993263981e')
-
-build() {
-  cd pyparsing-pyparsing_$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd pyparsing-pyparsing_$pkgver
-  python unitTests.py
-  python2 unitTests.py
-}
-
-package_python-pyparsing() {
-  depends=('python')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/extra-any/PKGBUILD (from rev 379617, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 23:00:44 UTC (rev 379618)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.4.7
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='https://github.com/pyparsing/pyparsing/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
+sha512sums=('c7a546729f86a2b5176e2482b566b9fd715b03e495aaef4d720b21307bb03f385dbc849247f8d266cb3d92be0a83c34ce4995b655ce85318355d5a0d42d6991e')
+
+build() {
+  cd pyparsing-pyparsing_$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd pyparsing-pyparsing_$pkgver
+  python unitTests.py
+  python2 unitTests.py
+}
+
+package_python-pyparsing() {
+  depends=('python')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-05 Thread Levente Polyak via arch-commits
Date: Sunday, April 5, 2020 @ 22:27:44
  Author: anthraxx
Revision: 379614

archrelease: copy trunk to testing-x86_64

Added:
  linux-hardened/repos/testing-x86_64/
  linux-hardened/repos/testing-x86_64/PKGBUILD
(from rev 379613, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/testing-x86_64/config
(from rev 379613, linux-hardened/trunk/config)

--+
 PKGBUILD |  200 +
 config   |10742 +
 2 files changed, 10942 insertions(+)

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


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

2020-04-05 Thread Levente Polyak via arch-commits
Date: Sunday, April 5, 2020 @ 22:27:39
  Author: anthraxx
Revision: 379613

upgpkg: linux-hardened 5.6.2.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |   17 +---
 config   |  208 ++---
 2 files changed, 148 insertions(+), 77 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 20:04:07 UTC (rev 379612)
+++ PKGBUILD2020-04-05 22:27:39 UTC (rev 379613)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.5.15.a
+pkgver=5.6.2.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('c41fd8052e3e53de5bf0a0d666f92b7a9ea2d5f09b24423ee8c090f1e77ce214'
+sha256sums=('2d4d91d8329c1ed3826c61463650dd4bfbb6ad39dcee6dba4f98a7e94a67b5b9'
 'SKIP'
-'2e41e84e0e5d689731e51ee233259c7b31c961db8ef5af8fcb930bd4caa8'
+'8cc94889afd81226a4dfc0c6d6e91be6dd0057c76b51d25bf7fa19dbfbb7539b'
 'SKIP'
-'53acfed8bf1507b5d68f3caab44eafce6e5b5adb2a66c80503bd1a93c475ccad')
+'25bbea71b681e0dd4d2cd13f8a70a05a6d82ef20f59f037b7b9a8b4f7acc4b02')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase
@@ -93,9 +93,6 @@
 
   # remove build and source links
   rm "$modulesdir"/{source,build}
-
-  echo "Fixing permissions..."
-  chmod -Rc u=rwX,go=rX "$pkgdir"
 }
 
 _package-headers() {
@@ -171,9 +168,6 @@
   echo "Adding symlink..."
   mkdir -p "$pkgdir/usr/src"
   ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
-
-  echo "Fixing permissions..."
-  chmod -Rc u=rwX,go=rX "$pkgdir"
 }
 
 _package-docs() {
@@ -193,9 +187,6 @@
   echo "Adding symlink..."
   mkdir -p "$pkgdir/usr/share/doc"
   ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"
-
-  echo "Fixing permissions..."
-  chmod -Rc u=rwX,go=rX "$pkgdir"
 }
 
 pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs")

Modified: config
===
--- config  2020-04-05 20:04:07 UTC (rev 379612)
+++ config  2020-04-05 22:27:39 UTC (rev 379613)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.5.15 Kernel Configuration
+# Linux/x86 5.6.2 Kernel Configuration
 #
 
 #
@@ -14,7 +14,7 @@
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
 CONFIG_IRQ_WORK=y
-CONFIG_BUILDTIME_EXTABLE_SORT=y
+CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
 
 #
@@ -121,6 +121,7 @@
 #
 # RCU Subsystem
 #
+CONFIG_TREE_RCU=y
 CONFIG_PREEMPT_RCU=y
 CONFIG_RCU_EXPERT=y
 CONFIG_SRCU=y
@@ -185,6 +186,7 @@
 CONFIG_SOCK_CGROUP_DATA=y
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
+CONFIG_TIME_NS=y
 CONFIG_IPC_NS=y
 CONFIG_USER_NS=y
 # CONFIG_USER_NS_UNPRIVILEGED is not set
@@ -202,6 +204,7 @@
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
 CONFIG_RD_LZ4=y
+CONFIG_BOOT_CONFIG=y
 CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
@@ -238,7 +241,9 @@
 CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
 CONFIG_KALLSYMS_BASE_RELATIVE=y
 CONFIG_BPF_SYSCALL=y
+CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
 CONFIG_BPF_JIT_ALWAYS_ON=y
+CONFIG_BPF_JIT_DEFAULT_ON=y
 # CONFIG_USERFAULTFD is not set
 CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
 CONFIG_RSEQ=y
@@ -364,6 +369,8 @@
 CONFIG_X86_CMOV=y
 CONFIG_X86_MINIMUM_CPU_FAMILY=64
 CONFIG_X86_DEBUGCTLMSR=y
+CONFIG_IA32_FEAT_CTL=y
+CONFIG_X86_VMX_FEATURE_NAMES=y
 CONFIG_PROCESSOR_SELECT=y
 CONFIG_CPU_SUP_INTEL=y
 CONFIG_CPU_SUP_AMD=y
@@ -441,7 +448,6 @@
 CONFIG_ARCH_RANDOM=y
 CONFIG_X86_SMAP=y
 CONFIG_X86_UMIP=y
-# CONFIG_X86_INTEL_MPX is not set
 CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
 # CONFIG_X86_INTEL_TSX_MODE_OFF is not set
 # CONFIG_X86_INTEL_TSX_MODE_ON is not set
@@ -665,8 +671,6 @@
 CONFIG_SYSVIPC_COMPAT=y
 # end of Binary Emulations
 
-CONFIG_X86_DEV_DMA_OPS=y
-
 #
 # Firmware Drivers
 #
@@ -702,6 +706,7 @@
 CONFIG_APPLE_PROPERTIES=y
 CONFIG_RESET_ATTACK_MITIGATION=y
 CONFIG_EFI_RCI2_TABLE=y
+# CONFIG_EFI_DISABLE_PCI_DMA is not set
 # end of EFI (Extensible Firmware Interface) Support
 
 CONFIG_UEFI_CPER=y
@@ -731,6 +736,7 @@
 CONFIG_HAVE_KVM_NO_POLL=y
 CONFIG_VIRTUALIZATION=y
 CONFIG_KVM=m
+CONFIG_KVM_WERROR=y
 CONFIG_KVM_INTEL=m
 CONFIG_KVM_AMD=m
 CONFIG_KVM_AMD_SEV=y
@@ -788,7 +794,8 @@
 CONFIG_HAVE_PERF_USER_STACK_DUMP=y
 CONFIG_HAVE_ARCH_JUMP_LABEL=y
 CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
-CONFIG_HAVE_RCU_TABLE_FREE=y
+CONFIG_MMU_GATHER_TABLE_FREE=y
+CONFIG_MMU_GATHER_RCU_TABLE_FREE=y
 CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
 CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
 CONFIG_HAVE_CMPXCHG_LOCAL=y
@@ -886,6 +893,7 @@
 CONFIG_BLK_DEV_BSG=y
 CONFIG_BLK_DEV_BSGLIB=y
 CONFIG_BLK_DEV_INTEGRITY=y
+CONFIG_BLK_DEV_INTEGRITY_T10=y
 CONFIG_BLK_DEV_ZONED=y
 

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

2020-04-05 Thread Bruno Pagani via arch-commits
Date: Sunday, April 5, 2020 @ 21:03:08
  Author: archange
Revision: 611989

archrelease: copy trunk to community-staging-x86_64

Added:
  jami-daemon/repos/community-staging-x86_64/
  jami-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 611988, jami-daemon/trunk/PKGBUILD)

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

Copied: jami-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 611988, 
jami-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 21:03:08 UTC (rev 611989)
@@ -0,0 +1,64 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+_pkgname=ring-daemon
+pkgname=jami-daemon
+pkgver=20190813
+pkgrel=4
+_pjprojectver=5dfa75be7d69047387f9b0436dd9492bbbf03fe4
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
+arch=(x86_64)
+url="https://jami.net;
+license=(GPL3)
+groups=(jami)
+depends=(opendht yaml-cpp alsa-lib libpulse jack jsoncpp dbus-c++ ffmpeg gnutls
+ expat libupnp libnatpmp libva libvdpau restbed libsecp256k1 util-linux
+ opus libjsoncpp.so)
+makedepends=(git boost msgpack-c autoconf-archive)
+#checkdepends=(cppunit)
+provides=(${_pkgname})
+conflicts=(${_pkgname})
+replaces=(${_pkgname})
+_commit=26b35255a94aa9a13cbf3b3aa530d4b282a79565
+source=("git+https://git.jami.net/savoirfairelinux/ring-daemon.git#commit=${_commit};
+
"https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz;)
+noextract=("pjproject-${_pjprojectver}.tar.gz")
+sha512sums=('SKIP'
+
'a9433b47294434288d61524dea556687fb02137ed56a10e8e2ba85d7888a2ca2a5bea4ae4a9ad008a4c208c5ec53fe364b10ed14481700d6aa8b9b6137e5e9ee')
+
+prepare() {
+  cd ${_pkgname}
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ${_pkgname}/contrib/native
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd ${_pkgname}
+#  make -k check
+#}
+
+package() {
+  cd ${_pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-04-05 Thread Bruno Pagani via arch-commits
Date: Sunday, April 5, 2020 @ 21:03:01
  Author: archange
Revision: 611988

jsoncpp 1.9.2 rebuild

Modified:
  jami-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 20:58:48 UTC (rev 611987)
+++ PKGBUILD2020-04-05 21:03:01 UTC (rev 611988)
@@ -4,7 +4,7 @@
 _pkgname=ring-daemon
 pkgname=jami-daemon
 pkgver=20190813
-pkgrel=3
+pkgrel=4
 _pjprojectver=5dfa75be7d69047387f9b0436dd9492bbbf03fe4
 pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
 arch=(x86_64)


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

2020-04-05 Thread Bruno Pagani via arch-commits
Date: Sunday, April 5, 2020 @ 20:58:42
  Author: archange
Revision: 611986

jsoncpp 1.9.2 rebuild

(Revert PKGBUILD to repo version)

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 20:45:42 UTC (rev 611985)
+++ PKGBUILD2020-04-05 20:58:42 UTC (rev 611986)
@@ -3,17 +3,17 @@
 
 pkgname=opendht
 epoch=1
-pkgver=2.0.0rc2
-pkgrel=1
-pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
+pkgver=1.10.1
+pkgrel=5
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht;
 license=(GPL3)
-depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp 
libjsoncpp.so)
-makedepends=(msgpack-c cmake cython cppunit restinio)
+depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
+makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f47979d30b1dc88c6a8c0a898d1a3ebe7cfa2c96f6b766802286201b4e8af87e')
+sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
 
 prepare() {
   mkdir -p build
@@ -33,7 +33,6 @@
 -DOPENDHT_TOOLS=ON \
 -DOPENDHT_INDEX=ON \
 -DOPENDHT_PYTHON=ON \
--DOPENDHT_HTTP=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
 -DOPENDHT_PUSH_NOTIFICATIONS=ON


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

2020-04-05 Thread Bruno Pagani via arch-commits
Date: Sunday, April 5, 2020 @ 20:58:48
  Author: archange
Revision: 611987

archrelease: copy trunk to community-staging-x86_64

Added:
  opendht/repos/community-staging-x86_64/
  opendht/repos/community-staging-x86_64/PKGBUILD
(from rev 611986, opendht/trunk/PKGBUILD)

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

Copied: opendht/repos/community-staging-x86_64/PKGBUILD (from rev 611986, 
opendht/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 20:58:48 UTC (rev 611987)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+pkgname=opendht
+epoch=1
+pkgver=1.10.1
+pkgrel=5
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=(x86_64)
+url="https://github.com/savoirfairelinux/opendht;
+license=(GPL3)
+depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
+makedepends=(msgpack-c cmake cython systemd cppunit)
+optdepends=('python: to use the Python bindings')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_INDEX=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2020-04-05 Thread Bruno Pagani via arch-commits
Date: Sunday, April 5, 2020 @ 20:45:33
  Author: archange
Revision: 611984

jsoncpp 1.9.2 rebuild

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 20:14:16 UTC (rev 611983)
+++ PKGBUILD2020-04-05 20:45:33 UTC (rev 611984)
@@ -8,7 +8,7 @@
 pkgname=${_pkg}
 #-${_mpi}
 pkgver=5.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=(x86_64)
 url="https://www.paraview.org;


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

2020-04-05 Thread Bruno Pagani via arch-commits
Date: Sunday, April 5, 2020 @ 20:45:42
  Author: archange
Revision: 611985

archrelease: copy trunk to community-staging-x86_64

Added:
  paraview/repos/community-staging-x86_64/
  paraview/repos/community-staging-x86_64/PKGBUILD
(from rev 611984, paraview/trunk/PKGBUILD)

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

Copied: paraview/repos/community-staging-x86_64/PKGBUILD (from rev 611984, 
paraview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-05 20:45:42 UTC (rev 611985)
@@ -0,0 +1,62 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Mathieu Westphal 
+# Contributor: Stéphane Gaudreault 
+# Contributor: 
+
+_pkg=paraview
+_mpi=openmpi
+pkgname=${_pkg}
+#-${_mpi}
+pkgver=5.8.0
+pkgrel=2
+pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
+arch=(x86_64)
+url="https://www.paraview.org;
+license=(BSD custom)
+depends=(boost-libs qt5-tools qt5-x11extras qt5-svg intel-tbb openmpi ffmpeg
+ ospray python-numpy cgns protobuf
+ double-conversion expat freetype2 gdal glew hdf5 libjpeg jsoncpp
+ libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf libogg libpng pdal
+ pugixml libtheora libtiff zlib)
+#gl2ps
+#libharu
+optdepends=(python-matplotlib)
+makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen pegtl utf8cpp)
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver/R/-R}.tar.xz")
+sha256sums=('219e4107abf40317ce054408e9c3b22fb935d464238c1c00c0161f1c8697a3f9')
+
+build() {
+# Note regarding use of system dependencies:
+# GL2PS has non-upstreamed patches
+# LIBHARU blocked by https://github.com/libharu/libharu/pull/157
+cmake -B build -S ParaView-v${pkgver/R/-R} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPARAVIEW_ENABLE_FFMPEG=ON \
+-DPARAVIEW_ENABLE_GDAL=ON \
+-DPARAVIEW_ENABLE_MOTIONFX=ON \
+-DPARAVIEW_ENABLE_PDAL=ON \
+-DPARAVIEW_ENABLE_VISITBRIDGE=ON \
+-DPARAVIEW_ENABLE_XDMF3=ON \
+-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
+-DPARAVIEW_USE_MPI=ON \
+-DPARAVIEW_USE_PYTHON=ON \
+-DPARAVIEW_USE_RAYTRACING=ON \
+-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
+-DVTK_MODULE_USE_EXTERNAL_VTK_gl2ps=OFF \
+-DVTK_MODULE_USE_EXTERNAL_VTK_libharu=OFF \
+-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
+-DVTKm_ENABLE_MPI=ON \
+-DVTK_MODULE_ENABLE_VTK_IOGDAL=YES \
+-DVTK_MODULE_ENABLE_VTK_IOPDAL=YES \
+-GNinja
+
+ninja -C build ${MAKEFLAGS}
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+
+# Install license
+install -Dm644 ParaView-v${pkgver/R/-R}/License_v1.2.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in emby-server/repos/community-testing-x86_64 (14 files)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 20:14:16
  Author: alucryd
Revision: 611983

archrelease: copy trunk to community-testing-x86_64

Added:
  emby-server/repos/community-testing-x86_64/PKGBUILD
(from rev 611982, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-testing-x86_64/Permission_to_distribute.mbox
(from rev 611982, emby-server/trunk/Permission_to_distribute.mbox)
  emby-server/repos/community-testing-x86_64/emby-server
(from rev 611982, emby-server/trunk/emby-server)
  emby-server/repos/community-testing-x86_64/emby-server.conf
(from rev 611982, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-testing-x86_64/emby-server.install
(from rev 611982, emby-server/trunk/emby-server.install)
  emby-server/repos/community-testing-x86_64/emby-server.service
(from rev 611982, emby-server/trunk/emby-server.service)
  emby-server/repos/community-testing-x86_64/license.docx
(from rev 611982, emby-server/trunk/license.docx)
Deleted:
  emby-server/repos/community-testing-x86_64/PKGBUILD
  emby-server/repos/community-testing-x86_64/Permission_to_distribute.mbox
  emby-server/repos/community-testing-x86_64/emby-server
  emby-server/repos/community-testing-x86_64/emby-server.conf
  emby-server/repos/community-testing-x86_64/emby-server.install
  emby-server/repos/community-testing-x86_64/emby-server.service
  emby-server/repos/community-testing-x86_64/license.docx

---+
 PKGBUILD  |  262 
 Permission_to_distribute.mbox |  162 
 emby-server   |   20 +--
 emby-server.conf  |   10 -
 emby-server.install   |   18 +-
 emby-server.service   |   52 +++
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 20:14:05 UTC (rev 611982)
+++ PKGBUILD2020-04-05 20:14:16 UTC (rev 611983)
@@ -1,131 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=4.4.0.40
-_ffmpeg_ver=2020_02_24
-pkgrel=4
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=(x86_64)
-url=https://emby.media
-license=(custom)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  dotnet-runtime
-  expat
-  fontconfig
-  fribidi
-  glibc
-  gmp
-  gnutls
-  lame
-  libass.so
-  libdav1d.so
-  libdrm
-  libfreetype.so
-  libjpeg-turbo
-  libmfx
-  libpng
-  libtheora
-  libva-drm.so
-  libva.so
-  libvorbisenc.so
-  libvorbis.so
-  libwebp
-  libx264.so
-  opus
-  skia-sharp
-  sqlite
-  zlib
-  zvbi
-)
-makedepends=(
-  ffnvcodec-headers8.1
-  nasm
-)
-optdepends=(
-  'intel-media-sdk: Intel QuickSync support (requires Emby Premiere)'
-  'nvidia-utils: Nvidia NVDEC/NVENC support (requires Emby Premiere)'
-)
-source=(
-  
https://github.com/MediaBrowser/Emby.Releases/releases/download/${pkgver}/embyserver-netcore_${pkgver}.zip
-  https://mediabrowser.github.io/embytools/ffmpeg-${_ffmpeg_ver}.tar.gz
-  https://mediabrowser.github.io/embytools/ffdetect-${_ffmpeg_ver}-x64.tar.xz
-  emby-server
-  emby-server.conf
-  emby-server.service
-  license.docx
-  Permission_to_distribute.mbox
-)
-noextract=(license.docx)
-backup=(etc/conf.d/emby-server)
-install=emby-server.install
-sha256sums=('740e7328d517b1ffbb91d2c0f37884cdf67398af532848b005294d66fc540b9a'
-'6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
-'50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
-'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
-'d1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
-'54bf6a38fcea32fae8468e217a0b1a66a50f5f1a5674fce35fefb6c3881bb827'
-'a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6'
-'716cc88f47b829937884e765add9fe54ed27f0f4d1cec1a18045feb138fb66c9')
-
-prepare() {
-  rm -rf system/{electron,runtimes/{osx,tizen*,win*}}
-}
-
-build() {
-  cd ffmpeg-${_ffmpeg_ver}_public
-
-  export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
-
-  ./configure \
---disable-doc \
---disable-ffplay \
---disable-shared \
---disable-vdpau \
---disable-libxcb \
---disable-lzma \
---disable-sdl2 \
---disable-xlib \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-libaom \
---enable-libass \
---enable-libdav1d \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libmfx \
---enable-libmp3lame \
---enable-libopus \
---enable-libtheora \
---enable-libvorbis \
---enable-libwebp \
---enable-libx264 \
---enable-libzvbi \
---enable-version3 \
---enable-nvdec \
---enable-nvenc \
---enable-static \
---enable-vaapi
-  make
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/lib
-  cp 

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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 20:14:05
  Author: alucryd
Revision: 611982

upgpkg: emby-server 4.4.1.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:59:47 UTC (rev 611981)
+++ PKGBUILD2020-04-05 20:14:05 UTC (rev 611982)
@@ -2,9 +2,9 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=4.4.0.40
+pkgver=4.4.1.0
 _ffmpeg_ver=2020_02_24
-pkgrel=4
+pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=(x86_64)
 url=https://emby.media
@@ -62,7 +62,7 @@
 noextract=(license.docx)
 backup=(etc/conf.d/emby-server)
 install=emby-server.install
-sha256sums=('740e7328d517b1ffbb91d2c0f37884cdf67398af532848b005294d66fc540b9a'
+sha256sums=('cd52f38064519572c65d73b4fda91a73274e53e4f19f1386f511c736865ab318'
 '6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
 '50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
 'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'


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

2020-04-05 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 5, 2020 @ 20:04:07
  Author: lfleischer
Revision: 379612

archrelease: copy trunk to extra-any

Added:
  pyxdg/repos/extra-any/PKGBUILD
(from rev 379611, pyxdg/trunk/PKGBUILD)
Deleted:
  pyxdg/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 20:03:58 UTC (rev 379611)
+++ PKGBUILD2020-04-05 20:04:07 UTC (rev 379612)
@@ -1,36 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hugo Doria 
-# Contributor: Mario A. Vazquez 
-
-pkgbase=pyxdg
-pkgname=('python2-pyxdg' 'python-pyxdg')
-pkgver=0.26
-pkgrel=5
-pkgdesc="Python library to access freedesktop.org standards"
-arch=('any')
-url="http://freedesktop.org/Software/pyxdg;
-license=("LGPL")
-makedepends=('python2' 'python')
-source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('904b336596167b8e4a829d77ec4107d5d2e200a6')
-validpgpkeys=('6391296E3F25C0A721C1F1AFAF88B3AC5DECB224') # Thomas Kluyver
-
-package_python2-pyxdg() {
-  depends=('python2')
-  conflicts=('pyxdg' 'python2-xdg')
-  provides=('pyxdg' 'python2-xdg')
-  replaces=('pyxdg' 'python2-xdg')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}"
-}
-
-package_python-pyxdg() {
-  depends=('python')
-  conflicts=('python-xdg')
-  provides=('python-xdg')
-  replaces=('python-xdg')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-}

Copied: pyxdg/repos/extra-any/PKGBUILD (from rev 379611, pyxdg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 20:04:07 UTC (rev 379612)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hugo Doria 
+# Contributor: Mario A. Vazquez 
+
+pkgbase=pyxdg
+pkgname=('python2-pyxdg' 'python-pyxdg')
+pkgver=0.26
+pkgrel=6
+pkgdesc="Python library to access freedesktop.org standards"
+arch=('any')
+url="http://freedesktop.org/Software/pyxdg;
+license=("LGPL")
+makedepends=('python2' 'python')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+sha1sums=('904b336596167b8e4a829d77ec4107d5d2e200a6')
+validpgpkeys=('6391296E3F25C0A721C1F1AFAF88B3AC5DECB224') # Thomas Kluyver
+
+package_python2-pyxdg() {
+  depends=('python2')
+  conflicts=('pyxdg' 'python2-xdg')
+  provides=('pyxdg' 'python2-xdg')
+  replaces=('pyxdg' 'python2-xdg<0.26-5')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+}
+
+package_python-pyxdg() {
+  depends=('python')
+  conflicts=('python-xdg')
+  provides=('python-xdg')
+  replaces=('python-xdg<0.26-5')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+}


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

2020-04-05 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 5, 2020 @ 20:03:58
  Author: lfleischer
Revision: 379611

upgpkg: pyxdg 0.26-6: add versioned replaces

Modified:
  pyxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:56:39 UTC (rev 379610)
+++ PKGBUILD2020-04-05 20:03:58 UTC (rev 379611)
@@ -5,7 +5,7 @@
 pkgbase=pyxdg
 pkgname=('python2-pyxdg' 'python-pyxdg')
 pkgver=0.26
-pkgrel=5
+pkgrel=6
 pkgdesc="Python library to access freedesktop.org standards"
 arch=('any')
 url="http://freedesktop.org/Software/pyxdg;
@@ -19,7 +19,7 @@
   depends=('python2')
   conflicts=('pyxdg' 'python2-xdg')
   provides=('pyxdg' 'python2-xdg')
-  replaces=('pyxdg' 'python2-xdg')
+  replaces=('pyxdg' 'python2-xdg<0.26-5')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
   python2 setup.py install --prefix=/usr --root="${pkgdir}"
@@ -29,7 +29,7 @@
   depends=('python')
   conflicts=('python-xdg')
   provides=('python-xdg')
-  replaces=('python-xdg')
+  replaces=('python-xdg<0.26-5')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
   python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1


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

2020-04-05 Thread Morten Linderud via arch-commits
Date: Sunday, April 5, 2020 @ 19:59:47
  Author: foxboron
Revision: 611981

archrelease: copy trunk to community-x86_64

Added:
  fuse-overlayfs/repos/community-x86_64/
  fuse-overlayfs/repos/community-x86_64/PKGBUILD
(from rev 611980, fuse-overlayfs/trunk/PKGBUILD)

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

Copied: fuse-overlayfs/repos/community-x86_64/PKGBUILD (from rev 611980, 
fuse-overlayfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-05 19:59:47 UTC (rev 611981)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+# Contributor: Adrian Perez de Castro 
+
+pkgdesc='FUSE implementation of overlayfs'
+pkgname=fuse-overlayfs
+pkgver=0.7.8
+pkgrel=2
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+_commit=f55aa8ef5606c69bedf6512c06eff800ba831eea # 0.7.8
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+build () {
+   cd "${pkgname}"
+   autoreconf -fis
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin
+   make
+}
+
+check(){
+   cd "${pkgname}"
+   make check
+}
+
+package (){
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-04-05 Thread Morten Linderud via arch-commits
Date: Sunday, April 5, 2020 @ 19:59:39
  Author: foxboron
Revision: 611980

upgpkg: fuse-overlayfs 0.7.8-2

Added:
  fuse-overlayfs/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:59:39 UTC (rev 611980)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+# Contributor: Adrian Perez de Castro 
+
+pkgdesc='FUSE implementation of overlayfs'
+pkgname=fuse-overlayfs
+pkgver=0.7.8
+pkgrel=2
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+_commit=f55aa8ef5606c69bedf6512c06eff800ba831eea # 0.7.8
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+build () {
+   cd "${pkgname}"
+   autoreconf -fis
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin
+   make
+}
+
+check(){
+   cd "${pkgname}"
+   make check
+}
+
+package (){
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (fuse-overlayfs fuse-overlayfs/repos fuse-overlayfs/trunk)

2020-04-05 Thread Morten Linderud via arch-commits
Date: Sunday, April 5, 2020 @ 19:59:34
  Author: foxboron
Revision: 611979

addpkg: fuse-overlayfs 0.7.8-2

Added:
  fuse-overlayfs/
  fuse-overlayfs/repos/
  fuse-overlayfs/trunk/


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

2020-04-05 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 5, 2020 @ 19:56:29
  Author: lfleischer
Revision: 379609

upgpkg: pyxdg 0.26-5: rename python{,2}-xdg to python{,2}-pyxdg

Modified:
  pyxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:56:05 UTC (rev 379608)
+++ PKGBUILD2020-04-05 19:56:29 UTC (rev 379609)
@@ -3,9 +3,9 @@
 # Contributor: Mario A. Vazquez 
 
 pkgbase=pyxdg
-pkgname=('python2-xdg' 'python-xdg')
+pkgname=('python2-pyxdg' 'python-pyxdg')
 pkgver=0.26
-pkgrel=4
+pkgrel=5
 pkgdesc="Python library to access freedesktop.org standards"
 arch=('any')
 url="http://freedesktop.org/Software/pyxdg;
@@ -15,18 +15,21 @@
 sha1sums=('904b336596167b8e4a829d77ec4107d5d2e200a6')
 validpgpkeys=('6391296E3F25C0A721C1F1AFAF88B3AC5DECB224') # Thomas Kluyver
 
-package_python2-xdg() {
+package_python2-pyxdg() {
   depends=('python2')
-  conflicts=('pyxdg')
-  provides=('pyxdg')
-  replaces=('pyxdg')
+  conflicts=('pyxdg' 'python2-xdg')
+  provides=('pyxdg' 'python2-xdg')
+  replaces=('pyxdg' 'python2-xdg')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
   python2 setup.py install --prefix=/usr --root="${pkgdir}"
 }
 
-package_python-xdg() {
+package_python-pyxdg() {
   depends=('python')
+  conflicts=('python-xdg')
+  provides=('python-xdg')
+  replaces=('python-xdg')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
   python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1


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

2020-04-05 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 5, 2020 @ 19:56:39
  Author: lfleischer
Revision: 379610

archrelease: copy trunk to extra-any

Added:
  pyxdg/repos/extra-any/PKGBUILD
(from rev 379609, pyxdg/trunk/PKGBUILD)
Deleted:
  pyxdg/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:56:29 UTC (rev 379609)
+++ PKGBUILD2020-04-05 19:56:39 UTC (rev 379610)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hugo Doria 
-# Contributor: Mario A. Vazquez 
-
-pkgbase=pyxdg
-pkgname=('python2-xdg' 'python-xdg')
-pkgver=0.26
-pkgrel=4
-pkgdesc="Python library to access freedesktop.org standards"
-arch=('any')
-url="http://freedesktop.org/Software/pyxdg;
-license=("LGPL")
-makedepends=('python2' 'python')
-source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('904b336596167b8e4a829d77ec4107d5d2e200a6')
-validpgpkeys=('6391296E3F25C0A721C1F1AFAF88B3AC5DECB224') # Thomas Kluyver
-
-package_python2-xdg() {
-  depends=('python2')
-  conflicts=('pyxdg')
-  provides=('pyxdg')
-  replaces=('pyxdg')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}"
-}
-
-package_python-xdg() {
-  depends=('python')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-}

Copied: pyxdg/repos/extra-any/PKGBUILD (from rev 379609, pyxdg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:56:39 UTC (rev 379610)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hugo Doria 
+# Contributor: Mario A. Vazquez 
+
+pkgbase=pyxdg
+pkgname=('python2-pyxdg' 'python-pyxdg')
+pkgver=0.26
+pkgrel=5
+pkgdesc="Python library to access freedesktop.org standards"
+arch=('any')
+url="http://freedesktop.org/Software/pyxdg;
+license=("LGPL")
+makedepends=('python2' 'python')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+sha1sums=('904b336596167b8e4a829d77ec4107d5d2e200a6')
+validpgpkeys=('6391296E3F25C0A721C1F1AFAF88B3AC5DECB224') # Thomas Kluyver
+
+package_python2-pyxdg() {
+  depends=('python2')
+  conflicts=('pyxdg' 'python2-xdg')
+  provides=('pyxdg' 'python2-xdg')
+  replaces=('pyxdg' 'python2-xdg')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+}
+
+package_python-pyxdg() {
+  depends=('python')
+  conflicts=('python-xdg')
+  provides=('python-xdg')
+  replaces=('python-xdg')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+}


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

2020-04-05 Thread Antonio Rojas via arch-commits
Date: Sunday, April 5, 2020 @ 19:56:05
  Author: arojas
Revision: 379608

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

Added:
  k3b/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379607, k3b/kde-unstable/PKGBUILD)
Deleted:
  k3b/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:55:27 UTC (rev 379607)
+++ PKGBUILD2020-04-05 19:56:05 UTC (rev 379608)
@@ -1,43 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=k3b
-pkgver=20.03.90
-pkgrel=1
-epoch=1
-pkgdesc="Feature-rich and easy to handle CD burning application"
-arch=(x86_64)
-url="https://userbase.kde.org/K3b;
-license=(GPL)
-depends=(libkcddb kcmutils knotifyconfig libmad kfilemetadata knewstuff
- libmpcdec libdvdread libburn qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('cdrtools: for CD burning with cdrecord'
-'dvd+rw-tools: for DVD burning support'
-'vcdimager: for VCD burning support'
-'emovix: for bootable multimedia CD/DVD support'
-'cdrdao: for disk-at-once (DAO) mode support'
-'cdparanoia: for CD ripping support' 'transcode: for DVD ripping 
support')
-groups=(kde-applications kdemultimedia)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('445609e95c5a0ad532cfc76cb1f9c0374c32b3de3a3f7d10395200bdc38cafdb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: k3b/repos/kde-unstable-x86_64/PKGBUILD (from rev 379607, 
k3b/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:56:05 UTC (rev 379608)
@@ -0,0 +1,43 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=k3b
+pkgver=20.03.90
+pkgrel=2
+epoch=1
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=(x86_64)
+url="https://userbase.kde.org/K3b;
+license=(GPL)
+depends=(libkcddb kcmutils knotifyconfig libmad kfilemetadata knewstuff
+ libmpcdec libdvdread libburn qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('cdrtools: for CD burning with cdrecord'
+'dvd+rw-tools: for DVD burning support'
+'vcdimager: for VCD burning support'
+'emovix: for bootable multimedia CD/DVD support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for CD ripping support' 'transcode: for DVD ripping 
support')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('445609e95c5a0ad532cfc76cb1f9c0374c32b3de3a3f7d10395200bdc38cafdb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-05 Thread Antonio Rojas via arch-commits
Date: Sunday, April 5, 2020 @ 19:55:27
  Author: arojas
Revision: 379607

libdvdread 6.1.1 rebuild

Modified:
  k3b/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:52:30 UTC (rev 379606)
+++ PKGBUILD2020-04-05 19:55:27 UTC (rev 379607)
@@ -3,7 +3,7 @@
 
 pkgname=k3b
 pkgver=20.03.90
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=(x86_64)


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:49:10
  Author: ffy00
Revision: 611965

upgpkg: gnuradio-osmosdr 0.2.0-3 (rebuild for soapysdr 0.7.2)

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:53 UTC (rev 611964)
+++ PKGBUILD2020-04-05 19:49:10 UTC (rev 611965)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _reponame=gr-osmosdr
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
 url='http://osmocom.org/projects/gr-osmosdr'
 arch=('x86_64')


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:49:15
  Author: ffy00
Revision: 611966

archrelease: copy trunk to community-x86_64

Added:
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD
(from rev 611965, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-x86_64/gnuradio-osmosdr.pc
(from rev 611965, gnuradio-osmosdr/trunk/gnuradio-osmosdr.pc)
Deleted:
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD
  gnuradio-osmosdr/repos/community-x86_64/gnuradio-osmosdr.pc

-+
 PKGBUILD|   96 +-
 gnuradio-osmosdr.pc |   30 +++
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:49:10 UTC (rev 611965)
+++ PKGBUILD2020-04-05 19:49:15 UTC (rev 611966)
@@ -1,48 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gnuradio-osmosdr
-_reponame=gr-osmosdr
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
-url='http://osmocom.org/projects/gr-osmosdr'
-arch=('x86_64')
-license=('GPL')
-depends=('gnuradio' 'libvolk' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 
'hackrf' 'bladerf' 'airspy' 'soapysdr')
-optdepends=('python-opengl: osmocom_fft')
-makedepends=('git' 'cmake' 'boost' 'swig')
-replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver"
-"gnuradio-osmosdr.pc")
-md5sums=('SKIP'
- 'a62fdf732f8a9a59f667bbda5542a824')
-
-# add support for miri, osmo?
-# figure out what happened to libtool
-
-build() {
-  cd $_reponame
-
-  mkdir -p build
-  cd build
-
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE="$(which python3)" \
--DPYTHON_INCLUDE_DIR="$(echo /usr/include/python3*)" \
--DPYTHON_LIBRARY="$(echo /usr/lib/libpython3.*.so)" \
--DBoost_NO_BOOST_CMAKE=ON \
--DCMAKE_INSTALL_PREFIX=/usr ../
-
-  make
-}
-
-package() {
-  cd $_reponame/build
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/gnuradio-osmosdr.pc" 
"$pkgdir/usr/lib/pkgconfig/gnuradio-osmosdr.pc"
-}

Copied: gnuradio-osmosdr/repos/community-x86_64/PKGBUILD (from rev 611965, 
gnuradio-osmosdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:49:15 UTC (rev 611966)
@@ -0,0 +1,48 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gnuradio-osmosdr
+_reponame=gr-osmosdr
+pkgver=0.2.0
+pkgrel=3
+pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
+url='http://osmocom.org/projects/gr-osmosdr'
+arch=('x86_64')
+license=('GPL')
+depends=('gnuradio' 'libvolk' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 
'hackrf' 'bladerf' 'airspy' 'soapysdr')
+optdepends=('python-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver"
+"gnuradio-osmosdr.pc")
+md5sums=('SKIP'
+ 'a62fdf732f8a9a59f667bbda5542a824')
+
+# add support for miri, osmo?
+# figure out what happened to libtool
+
+build() {
+  cd $_reponame
+
+  mkdir -p build
+  cd build
+
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE="$(which python3)" \
+-DPYTHON_INCLUDE_DIR="$(echo /usr/include/python3*)" \
+-DPYTHON_LIBRARY="$(echo /usr/lib/libpython3.*.so)" \
+-DBoost_NO_BOOST_CMAKE=ON \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+
+  make
+}
+
+package() {
+  cd $_reponame/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/gnuradio-osmosdr.pc" 
"$pkgdir/usr/lib/pkgconfig/gnuradio-osmosdr.pc"
+}

Deleted: gnuradio-osmosdr.pc
===
--- gnuradio-osmosdr.pc 2020-04-05 19:49:10 UTC (rev 611965)
+++ gnuradio-osmosdr.pc 2020-04-05 19:49:15 UTC (rev 611966)
@@ -1,15 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: gnuradio-osmosdr
-Description: GNU Radio block for various radio hardware
-URL: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
-Version: v0.2.0
-Requires: gnuradio-runtime gnuradio-blocks
-Requires.private: 
-Conflicts:
-Cflags: -I${includedir} -I/usr/include
-Libs: -L${libdir} -lgnuradio-osmosdr
-Libs.private: -L/usr/lib

Copied: gnuradio-osmosdr/repos/community-x86_64/gnuradio-osmosdr.pc (from rev 
611965, gnuradio-osmosdr/trunk/gnuradio-osmosdr.pc)
===
--- gnuradio-osmosdr.pc (rev 0)
+++ gnuradio-osmosdr.pc 2020-04-05 19:49:15 UTC (rev 611966)
@@ -0,0 +1,15 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: gnuradio-osmosdr
+Description: GNU Radio block for various radio 

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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:19
  Author: ffy00
Revision: 611956

upgpkg: soapyuhd 0.3.6-1

Modified:
  soapyuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:18 UTC (rev 611955)
+++ PKGBUILD2020-04-05 19:48:19 UTC (rev 611956)
@@ -2,9 +2,9 @@
 
 pkgname=soapyuhd
 _pkgname=SoapyUHD
-pkgver=0.3.4
+pkgver=0.3.6
 _gitver=soapy-uhd-$pkgver
-pkgrel=7
+pkgrel=1
 pkgdesc='Soapy SDR plugin for UHD supported SDR devices'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyUHD'
@@ -12,7 +12,7 @@
 depends=('boost' 'libuhd' 'soapysdr')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
+sha512sums=('8bb2a5538ed869a93eb7dfac3d9213efa6af9761ab3a5977cdfc8de5763d969cf2b838320dad99c2c9f91284a2fdc0b686e99ae368f2e79bbb8597605118357f')
 
 build() {
   mkdir -p $_pkgname-$_gitver/build


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

2020-04-05 Thread Antonio Rojas via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:18
  Author: arojas
Revision: 611955

archrelease: copy trunk to community-x86_64

Added:
  mame/repos/community-x86_64/PKGBUILD
(from rev 611949, mame/trunk/PKGBUILD)
  mame/repos/community-x86_64/mame.desktop
(from rev 611951, mame/trunk/mame.desktop)
  mame/repos/community-x86_64/mame.sh
(from rev 611951, mame/trunk/mame.sh)
  mame/repos/community-x86_64/mame.svg
(from rev 611952, mame/trunk/mame.svg)
Deleted:
  mame/repos/community-x86_64/PKGBUILD
  mame/repos/community-x86_64/mame.desktop
  mame/repos/community-x86_64/mame.sh
  mame/repos/community-x86_64/mame.svg

--+
 PKGBUILD |  162 -
 mame.desktop |   40 +++---
 mame.sh  |  110 +++---
 3 files changed, 156 insertions(+), 156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:17 UTC (rev 611954)
+++ PKGBUILD2020-04-05 19:48:18 UTC (rev 611955)
@@ -1,81 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: robb_force 
-# Contributor: JJDaNiMoTh 
-
-pkgname=mame
-pkgver=0.219
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="https://mamedev.org/;
-license=(GPL2)
-arch=(x86_64)
-depends=(sdl2_ttf qt5-base lua libutf8proc pugixml portmidi portaudio flac)
-makedepends=(nasm python asio rapidjson glm libxinerama)
-conflicts=(sdlmame)
-replaces=(sdlmame)
-source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz;
- mame.sh mame.desktop mame.svg)
-sha256sums=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b'
-'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
-'6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
-'17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
-
-
-prepare() {
-  cd mame-mame${pkgver/./}
-
-# Use system libraries
-  sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile
-# except for asio
-  sed -e 's|USE_SYSTEM_LIB_ASIO|\# USE_SYSTEM_LIB_ASIO|g' -i makefile
-}
-
-build() {
-  cd mame-mame${pkgver/./}
-  make -j1 \
-NOWERROR=1 \
-OPTIMIZE=2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
-}
-
-package() {
-  cd mame-mame${pkgver/./}
-
-  # Install the mame script
-  install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-
-  # Install the binaries
-  install -Dm755 mame64 "$pkgdir"/usr/lib/mame/mame
-  for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp 
src2html \
-split srcclean ldverify ldresample; do
-install -m755 $_i -t "$pkgdir"/usr/lib/mame
-ln -s /usr/lib/mame/$_i "$pkgdir"/usr/bin/mame-$_i
-  done
-
-  # Install the extra bits
-  install -Dm644 src/osd/modules/opengl/shader/glsl*.*h -t 
"$pkgdir"/usr/lib/$pkgname/shader/
-  cp -ar {artwork,bgfx,plugins,language,ctrlr,keymaps,hash} 
"$pkgdir"/usr/lib/$pkgname/
-
-  # Include the license
-  install -Dm644 docs/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-
-  # documentation
-  install -dm0755 "$pkgdir"/usr/share/doc
-  cp -a docs "$pkgdir"/usr/share/doc/$pkgname
-  rm -r "$pkgdir"/usr/share/doc/$pkgname/man
-  install -d "$pkgdir"/usr/share/man/man{1,6}
-  install -m644 docs/man/*.1* "$pkgdir"/usr/share/man/man1/
-  install -m644 docs/man/*.6* "$pkgdir"/usr/share/man/man6/
-
-  # install desktop file and icon
-  install -Dm644 "$srcdir"/mame.desktop -t "$pkgdir"/usr/share/applications
-  install -Dm644 "$srcdir"/mame.svg -t 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps
-}

Copied: mame/repos/community-x86_64/PKGBUILD (from rev 611949, 
mame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:18 UTC (rev 611955)
@@ -0,0 +1,81 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: robb_force 
+# Contributor: JJDaNiMoTh 
+
+pkgname=mame
+pkgver=0.220
+pkgrel=1
+pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
+url="https://mamedev.org/;
+license=(GPL2)
+arch=(x86_64)
+depends=(sdl2_ttf qt5-base lua libutf8proc pugixml portmidi portaudio flac)
+makedepends=(nasm python asio rapidjson glm libxinerama)
+conflicts=(sdlmame)
+replaces=(sdlmame)
+source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz;
+ mame.sh mame.desktop mame.svg)
+sha256sums=('8150bc8c60e4704ec222a22a8d4dc89c2de92781d0e52e2820126b4357c36c12'
+ 

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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:17
  Author: ffy00
Revision: 611954

archrelease: copy trunk to community-x86_64

Added:
  soapyrtlsdr/repos/community-x86_64/PKGBUILD
(from rev 611953, soapyrtlsdr/trunk/PKGBUILD)
Deleted:
  soapyrtlsdr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:12 UTC (rev 611953)
+++ PKGBUILD2020-04-05 19:48:17 UTC (rev 611954)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyrtlsdr
-_pkgname=SoapyRTLSDR
-pkgver=0.3.0
-_gitver=soapy-rtlsdr-$pkgver
-pkgrel=1
-pkgdesc="SoapySDR RTL-SDR Support Module"
-arch=('x86_64')
-url="https://github.com/pothosware/SoapyRTLSDR;
-license=('MIT')
-depends=('soapysdr' 'rtl-sdr')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha256sums=('9c31c67c2646628b448bbef1307f3880b7e78be8caf7a02cd3cfa4d08dc4075b')
-
-build() {
-  mkdir -p "$srcdir"/$_pkgname-$_gitver/build
-  cd "$srcdir"/$_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 "$srcdir"/$_pkgname-$_gitver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: soapyrtlsdr/repos/community-x86_64/PKGBUILD (from rev 611953, 
soapyrtlsdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:17 UTC (rev 611954)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyrtlsdr
+_pkgname=SoapyRTLSDR
+pkgver=0.3.0
+_gitver=soapy-rtlsdr-$pkgver
+pkgrel=2
+pkgdesc='Soapy SDR plugin for RTL-SDR devices'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyRTLSDR'
+license=('MIT')
+depends=('soapysdr' 'rtl-sdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('ccc0b3a5174bb1b57a79ecd0395ccaa5c3fada8ea7dce08d35a07992e84fef2cb45d92744fb0064857df36ad8120f495c3841b0fdca1870b9ed2328fb639ac21')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 "$srcdir"/$_pkgname-$_gitver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:30
  Author: ffy00
Revision: 611958

upgpkg: srslte 19.12-2 (rebuild for soapysdr 0.7.2)

Modified:
  srslte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:24 UTC (rev 611957)
+++ PKGBUILD2020-04-05 19:48:30 UTC (rev 611958)
@@ -5,7 +5,7 @@
 _pkgname=srsLTE
 pkgver=19.12
 _pkgver=release_${pkgver/./_}
-pkgrel=1
+pkgrel=2
 pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
 arch=('x86_64')
 url='https://www.srslte.com'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:48
  Author: ffy00
Revision: 611963

upgpkg: limesuite 20.01.0-3 (rebuild for soapysdr 0.7.2)

Modified:
  limesuite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:46 UTC (rev 611962)
+++ PKGBUILD2020-04-05 19:48:48 UTC (rev 611963)
@@ -2,7 +2,7 @@
 
 pkgname=limesuite
 pkgver=20.01.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, etc.)'
 arch=('x86_64')
 url='https://github.com/myriadrf/LimeSuite'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:46
  Author: ffy00
Revision: 611962

archrelease: copy trunk to community-x86_64

Added:
  rx_tools/repos/community-x86_64/PKGBUILD
(from rev 611961, rx_tools/trunk/PKGBUILD)
Deleted:
  rx_tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:42 UTC (rev 611961)
+++ PKGBUILD2020-04-05 19:48:46 UTC (rev 611962)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=rx_tools
-pkgver=1.0.3
-pkgrel=3
-pkgdesc='Implementation of librtlsdr rtl_* tools using SoapySDR as the driver 
backend'
-url="https://github.com/rxseger/rx_tools;
-arch=('x86_64')
-license=('GPL2')
-depends=('soapysdr')
-makedepends=('cmake')
-source=("$url/archive/v$pkgver.zip")
-sha512sums=('6afc5e99061725a5cab79418ea5a912a9de73d2a5abd5932e17b1ef6b6b4c0c079fd8502dd37ce039244ba2aab692001736f371d2ef1570be6c2fb2ab30f7c72')
-
-build(){
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package()
-{
-cd $pkgname-$pkgver/build
-
-make DESTDIR="$pkgdir" install
-}
-

Copied: rx_tools/repos/community-x86_64/PKGBUILD (from rev 611961, 
rx_tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:46 UTC (rev 611962)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=rx_tools
+pkgver=1.0.3
+pkgrel=4
+pkgdesc='Implementation of librtlsdr rtl_* tools using SoapySDR as the driver 
backend'
+url="https://github.com/rxseger/rx_tools;
+arch=('x86_64')
+license=('GPL2')
+depends=('soapysdr')
+makedepends=('cmake')
+source=("$url/archive/v$pkgver.zip")
+sha512sums=('6afc5e99061725a5cab79418ea5a912a9de73d2a5abd5932e17b1ef6b6b4c0c079fd8502dd37ce039244ba2aab692001736f371d2ef1570be6c2fb2ab30f7c72')
+
+build(){
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package()
+{
+cd $pkgname-$pkgver/build
+
+make DESTDIR="$pkgdir" install
+}
+


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:38
  Author: ffy00
Revision: 611960

archrelease: copy trunk to community-x86_64

Added:
  srslte/repos/community-x86_64/PKGBUILD
(from rev 611958, srslte/trunk/PKGBUILD)
  srslte/repos/community-x86_64/srslte-avx2.install
(from rev 611958, srslte/trunk/srslte-avx2.install)
  srslte/repos/community-x86_64/srslte.install
(from rev 611958, srslte/trunk/srslte.install)
Deleted:
  srslte/repos/community-x86_64/PKGBUILD
  srslte/repos/community-x86_64/srslte-avx2.install
  srslte/repos/community-x86_64/srslte.install

-+
 PKGBUILD|  192 +-
 srslte-avx2.install |8 +-
 srslte.install  |8 +-
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:37 UTC (rev 611959)
+++ PKGBUILD2020-04-05 19:48:38 UTC (rev 611960)
@@ -1,96 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgbase=srslte
-pkgname=($pkgbase $pkgbase-avx2)
-_pkgname=srsLTE
-pkgver=19.12
-_pkgver=release_${pkgver/./_}
-pkgrel=1
-pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
-arch=('x86_64')
-url='https://www.srslte.com'
-license=('AGPL3')
-depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig')
-makedepends=('cmake' 'boost' 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
-optdepends=('libuhd: RF frontend'
-'soapysdr: RF frontend'
-'bladerf: RF frontend'
-'zeromq: RF frontend')
-#'srsgui: Real-time plotting'
-provides=('srsue' 'srsenb' 'srsenb')
-conflicts=('srsue' 'srsenb' 'srsenb')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/srsLTE/srsLTE/archive/$_pkgver.tar.gz;
-
'tunable-simd.patch::https://github.com/FFY00/srsLTE/commit/6b4fd9490bb7b6c2a388e78ee26aa84017585a35.patch'
-
'remove-install-targets.patch::https://github.com/FFY00/srsLTE/commit/738785f4fb9f308c5270fb1b0bac83e1e96838df.patch')
-sha512sums=('bd3e39761e8fe48661d3639f44bb724d4ba2e20d03d0fc9871fc5d9a38fea2f3cd05f5b7254c0b0b63d2973b8cf41f8f65981f5206bb42c30588d0b593d1f69f'
-
'e4a9c4457e06fb71bf18b2f8e91234588c01327c15f1267c60ee0ea747baaf9795b55767e99d359e6140f2ccace3d00a17e4fc151798eafa5f523decfcdb35ee'
-
'0bfbb73d47bda2280007c7a71a81fa9a35ee4a414b809cdb18d76e3bdbceb2e1ee4797a05f68b4ad89843002b6dd58b3eef45ad3a407da35fe614ffb5f685ce3')
-
-prepare() {
-  cd $_pkgname-$_pkgver
-
-  patch -p1 -i ../tunable-simd.patch
-  patch -p1 -i ../remove-install-targets.patch
-
-  # Disable failing test
-  sed -i '/add_test(ue_rf_failure/d' srsue/src/CMakeLists.txt
-
-  mkdir build
-
-  cp -r "$srcdir"/$_pkgname-$_pkgver "$srcdir"/$_pkgname-avx2-$_pkgver
-}
-
-build() {
-  echo 'Building srslte...'
-  cd "$srcdir"/$_pkgname-$_pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_GENERIC=True
-
-  make
-
-  echo 'Building srslte-avx2...'
-  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_GENERIC=True \
--DHAVE_AVX2=True
-
-  make
-}
-
-check() {
-  echo 'Running tests for srslte...'
-  cd "$srcdir"/$_pkgname-$_pkgver/build
-
-  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
-
-  echo 'Running tests for srslte-avx2...'
-  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
-
-  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
-}
-
-package_srslte() {
-  install=$pkgname.install
-
-  cd $_pkgname-$_pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-
-package_srslte-avx2() {
-  pkgdesc="$pkgdesc (with AVX2 extensions)"
-  provides=($pkgbase)
-  conflicts=($pkgbase)
-  install=$pkgname.install
-
-  cd $_pkgname-avx2-$_pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: srslte/repos/community-x86_64/PKGBUILD (from rev 611958, 
srslte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:38 UTC (rev 611960)
@@ -0,0 +1,96 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=srslte
+pkgname=($pkgbase $pkgbase-avx2)
+_pkgname=srsLTE
+pkgver=19.12
+_pkgver=release_${pkgver/./_}
+pkgrel=2
+pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
+arch=('x86_64')
+url='https://www.srslte.com'
+license=('AGPL3')
+depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig')
+makedepends=('cmake' 'boost' 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
+optdepends=('libuhd: RF frontend'
+'soapysdr: RF frontend'
+'bladerf: RF frontend'
+'zeromq: RF frontend')
+#'srsgui: Real-time plotting'
+provides=('srsue' 'srsenb' 'srsenb')
+conflicts=('srsue' 'srsenb' 'srsenb')

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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:42
  Author: ffy00
Revision: 611961

upgpkg: rx_tools 1.0.3-4 (rebuild for soapysdr 0.7.2)

Modified:
  rx_tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:38 UTC (rev 611960)
+++ PKGBUILD2020-04-05 19:48:42 UTC (rev 611961)
@@ -2,7 +2,7 @@
 
 pkgname=rx_tools
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Implementation of librtlsdr rtl_* tools using SoapySDR as the driver 
backend'
 url="https://github.com/rxseger/rx_tools;
 arch=('x86_64')


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:24
  Author: ffy00
Revision: 611957

archrelease: copy trunk to community-x86_64

Added:
  soapyuhd/repos/community-x86_64/PKGBUILD
(from rev 611956, soapyuhd/trunk/PKGBUILD)
Deleted:
  soapyuhd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:19 UTC (rev 611956)
+++ PKGBUILD2020-04-05 19:48:24 UTC (rev 611957)
@@ -1,32 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyuhd
-_pkgname=SoapyUHD
-pkgver=0.3.4
-_gitver=soapy-uhd-$pkgver
-pkgrel=7
-pkgdesc='Soapy SDR plugin for UHD supported SDR devices'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyUHD'
-license=('GPL3')
-depends=('boost' 'libuhd' 'soapysdr')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: soapyuhd/repos/community-x86_64/PKGBUILD (from rev 611956, 
soapyuhd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:24 UTC (rev 611957)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyuhd
+_pkgname=SoapyUHD
+pkgver=0.3.6
+_gitver=soapy-uhd-$pkgver
+pkgrel=1
+pkgdesc='Soapy SDR plugin for UHD supported SDR devices'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyUHD'
+license=('GPL3')
+depends=('boost' 'libuhd' 'soapysdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('8bb2a5538ed869a93eb7dfac3d9213efa6af9761ab3a5977cdfc8de5763d969cf2b838320dad99c2c9f91284a2fdc0b686e99ae368f2e79bbb8597605118357f')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:53
  Author: ffy00
Revision: 611964

archrelease: copy trunk to community-x86_64

Added:
  limesuite/repos/community-x86_64/PKGBUILD
(from rev 611963, limesuite/trunk/PKGBUILD)
Deleted:
  limesuite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:48 UTC (rev 611963)
+++ PKGBUILD2020-04-05 19:48:53 UTC (rev 611964)
@@ -1,71 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=limesuite
-pkgver=20.01.0
-pkgrel=2
-pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, etc.)'
-arch=('x86_64')
-url='https://github.com/myriadrf/LimeSuite'
-license=('Apache')
-depends=('sqlite3' 'wxgtk2' 'freeglut' 'libusb' 'soapysdr' 'wget' 'gnuplot' 
'glew' 'fltk')
-makedepends=('cmake' 'doxygen' 'octave')
-optdepends=('octave: Octave plugin')
-provides=('soapylms7')
-conflicts=('soapylms7')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('47b382421839f3b16ef84800276e27fae20efb6f48c87da0a67ad22c7d1bf44af716c826933c8090eb582643e8d84fb7bc07a38fc69e17054ff890b0bb4396c0')
-
-prepare() {
-  cd LimeSuite-$pkgver
-
-  sed -i 's|MODE="660", GROUP="plugdev"|MODE="666"|g' 
udev-rules/64-limesuite.rules
-}
-
-build() {
-  mkdir -p LimeSuite-$pkgver/build
-  cd LimeSuite-$pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_UTILITIES=True \
--DENABLE_LIME_UTIL=True \
--DCMAKE_SKIP_RPATH=True \
--DENABLE_DESKTOP=False \
--DENABLE_SOAPY_LMS7=True \
--DENABLE_PCIE_XILLYBUS=True \
--DENABLE_QUICKTEST=True \
--DENABLE_MCU_TESTBENCH=True \
--DENABLE_FTDI=True \
--DENABLE_FX3=True \
--DENABLE_STREAM_UNITE=True \
--DENABLE_EXAMPLES=True \
--DENABLE_HEADERS=True \
--DENABLE_GUI=True \
--DENABLE_OCTAVE=True \
--DENABLE_API_DOXYGEN=True \
--DLIME_SUITE_EXTVER=$pkgver
-
-#-DENABLE_EVB7COM=True \
-#-DENABLE_REMOTE=True \
-
-  make
-}
-
-package() {
-  cd LimeSuite-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # Install udev rules
-  install -Dm 644 ../udev-rules/64-limesuite.rules 
"$pkgdir"/etc/udev/rules.d/64-limesuite.rules
-
-  # Install icons and .desktop file
-  install -Dm 644 ../Desktop/lime-suite-128.png 
"$pkgdir"/usr/share/pixmaps/lime-suite.png
-  install -Dm 755 ../Desktop/lime-suite.desktop 
"$pkgdir"/usr/share/applications/lime-suite.desktop
-
-  # Install documentation
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r --no-preserve=ownership ../docs/LMS_API_Documentation/* 
"$pkgdir"/usr/share/doc/$pkgname
-}
-

Copied: limesuite/repos/community-x86_64/PKGBUILD (from rev 611963, 
limesuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:53 UTC (rev 611964)
@@ -0,0 +1,71 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=limesuite
+pkgver=20.01.0
+pkgrel=3
+pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, etc.)'
+arch=('x86_64')
+url='https://github.com/myriadrf/LimeSuite'
+license=('Apache')
+depends=('sqlite3' 'wxgtk2' 'freeglut' 'libusb' 'soapysdr' 'wget' 'gnuplot' 
'glew' 'fltk')
+makedepends=('cmake' 'doxygen' 'octave')
+optdepends=('octave: Octave plugin')
+provides=('soapylms7')
+conflicts=('soapylms7')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('47b382421839f3b16ef84800276e27fae20efb6f48c87da0a67ad22c7d1bf44af716c826933c8090eb582643e8d84fb7bc07a38fc69e17054ff890b0bb4396c0')
+
+prepare() {
+  cd LimeSuite-$pkgver
+
+  sed -i 's|MODE="660", GROUP="plugdev"|MODE="666"|g' 
udev-rules/64-limesuite.rules
+}
+
+build() {
+  mkdir -p LimeSuite-$pkgver/build
+  cd LimeSuite-$pkgver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_UTILITIES=True \
+-DENABLE_LIME_UTIL=True \
+-DCMAKE_SKIP_RPATH=True \
+-DENABLE_DESKTOP=False \
+-DENABLE_SOAPY_LMS7=True \
+-DENABLE_PCIE_XILLYBUS=True \
+-DENABLE_QUICKTEST=True \
+-DENABLE_MCU_TESTBENCH=True \
+-DENABLE_FTDI=True \
+-DENABLE_FX3=True \
+-DENABLE_STREAM_UNITE=True \
+-DENABLE_EXAMPLES=True \
+-DENABLE_HEADERS=True \
+-DENABLE_GUI=True \
+-DENABLE_OCTAVE=True \
+-DENABLE_API_DOXYGEN=True \
+-DLIME_SUITE_EXTVER=$pkgver
+
+#-DENABLE_EVB7COM=True \
+#-DENABLE_REMOTE=True \
+
+  make
+}
+
+package() {
+  cd LimeSuite-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  # Install udev rules
+  install -Dm 644 ../udev-rules/64-limesuite.rules 
"$pkgdir"/etc/udev/rules.d/64-limesuite.rules
+
+  # Install icons and .desktop file
+  install -Dm 644 ../Desktop/lime-suite-128.png 
"$pkgdir"/usr/share/pixmaps/lime-suite.png
+  

[arch-commits] Commit in libretro-parallel-n64/repos/community-x86_64 (2 files)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:37
  Author: alucryd
Revision: 611959

archrelease: copy trunk to community-x86_64

Added:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD
(from rev 611958, libretro-parallel-n64/trunk/PKGBUILD)
Deleted:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:30 UTC (rev 611958)
+++ PKGBUILD2020-04-05 19:48:37 UTC (rev 611959)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5143
-pkgrel=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/parallel-n64
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=8fe07c62a364d0af1e22b7f75e839d42872dae7f)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 
HAVE_THR_AL=1
-}
-
-package() {
-  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 611958, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:37 UTC (rev 611959)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5145
+pkgrel=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/parallel-n64
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=54681c22f754695dea02dcf9f6974f68d25604fe)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 
HAVE_THR_AL=1
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:56
  Author: ffy00
Revision: 611949

upgpkg: soapyplutosdr 0.2.0-3 (rebuild for soapysdr 0.7.2)

Modified:
  soapyplutosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:52 UTC (rev 611948)
+++ PKGBUILD2020-04-05 19:47:56 UTC (rev 611949)
@@ -4,7 +4,7 @@
 pkgver=0.2.0
 _pkgname=SoapyPlutoSDR
 _gitver=soapy-plutosdr-$pkgver
-pkgrel=2
+pkgrel=3
 pkgdesc='Soapy SDR plugin for PlutoSDR'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyPlutoSDR'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:12
  Author: ffy00
Revision: 611953

upgpkg: soapyrtlsdr 0.3.0-2 (rebuild for soapysdr 0.7.2)

Modified:
  soapyrtlsdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:07 UTC (rev 611952)
+++ PKGBUILD2020-04-05 19:48:12 UTC (rev 611953)
@@ -4,7 +4,7 @@
 _pkgname=SoapyRTLSDR
 pkgver=0.3.0
 _gitver=soapy-rtlsdr-$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='Soapy SDR plugin for RTL-SDR devices'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyRTLSDR'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:42
  Author: ffy00
Revision: 611946

archrelease: copy trunk to community-x86_64

Added:
  soapynetsdr/repos/community-x86_64/PKGBUILD
(from rev 611945, soapynetsdr/trunk/PKGBUILD)
Deleted:
  soapynetsdr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:37 UTC (rev 611945)
+++ PKGBUILD2020-04-05 19:47:42 UTC (rev 611946)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapynetsdr
-pkgver=0.1.0
-_pkgname=SoapyNetSDR
-_gitver=soapy-netsdr-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin for the NetSDR protocol'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyNetSDR'
-license=('GPL3')
-depends=('soapysdr')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('3ace46a7d5c1de467f627727c6b4b5cb2f1a1cad0e051ca0919aef3267e4bcaed896fa6eff34533912a2cfb711285c682e63f3621278b98c5fc0eb3357b36d62')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapynetsdr/repos/community-x86_64/PKGBUILD (from rev 611945, 
soapynetsdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:47:42 UTC (rev 611946)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapynetsdr
+pkgver=0.2.0
+_pkgname=SoapyNetSDR
+_gitver=soapy-netsdr-$pkgver
+pkgrel=1
+pkgdesc='Soapy SDR plugin for the NetSDR protocol'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyNetSDR'
+license=('GPL3')
+depends=('soapysdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('84d6936ef51cb10289250171bcf50fbbb758e8d5488d4cd8ff063dfe43aa3870118006f93aaafa3a485a185fc343285c424c4b3f40aaeebb97d7726da70602f7')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:02
  Author: ffy00
Revision: 611951

upgpkg: soapyremote 0.5.1-1

Modified:
  soapyremote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:00 UTC (rev 611950)
+++ PKGBUILD2020-04-05 19:48:02 UTC (rev 611951)
@@ -2,7 +2,7 @@
 
 pkgname=soapyremote
 _pkgname=SoapyRemote
-pkgver=0.5.0
+pkgver=0.5.1
 _gitver=soapy-remote-$pkgver
 pkgrel=1
 pkgdesc='Use any Soapy SDR remotely'
@@ -12,7 +12,7 @@
 depends=('soapysdr' 'avahi')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('5c5ce76c90dfbfc3b6846902f5dbf0c0906d92ae193a50d79733ce47403f1ec27dcf78d07fc198e8099272431c313984eb32c26306fb2afee129339e6501f3d2')
+sha512sums=('39941ff01326377957c4b089763d6ada313f4eacee50e963378d3060d1f53ce95add29ad6f832d483b268854b09f34b1cb2c5e9c55dab2928c8604a1e96b63af')
 
 build() {
   mkdir -p $_pkgname-$_gitver/build


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:19
  Author: ffy00
Revision: 611941

archrelease: copy trunk to community-x86_64

Added:
  soapybladerf/repos/community-x86_64/PKGBUILD
(from rev 611940, soapybladerf/trunk/PKGBUILD)
Deleted:
  soapybladerf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:12 UTC (rev 611940)
+++ PKGBUILD2020-04-05 19:47:19 UTC (rev 611941)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapybladerf
-pkgver=0.4.1
-_pkgname=SoapyBladeRF
-_gitver=soapy-bladerf-$pkgver
-pkgrel=2
-pkgdesc='Soapy SDR plugin for the BladeRF'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyBladeRF'
-license=('GPL3')
-depends=('soapysdr' 'bladerf')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('73cd5c56b6f2faa37fb8eb8aca359061fd2da94fb081c1eb60f61894385f5f0175c9e3955835dc38478e513b0fd5a15fd100123be89e4ad62a0b7134557ab73e')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapybladerf/repos/community-x86_64/PKGBUILD (from rev 611940, 
soapybladerf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:47:19 UTC (rev 611941)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapybladerf
+pkgver=0.4.1
+_pkgname=SoapyBladeRF
+_gitver=soapy-bladerf-$pkgver
+pkgrel=3
+pkgdesc='Soapy SDR plugin for the BladeRF'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyBladeRF'
+license=('GPL3')
+depends=('soapysdr' 'bladerf')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('73cd5c56b6f2faa37fb8eb8aca359061fd2da94fb081c1eb60f61894385f5f0175c9e3955835dc38478e513b0fd5a15fd100123be89e4ad62a0b7134557ab73e')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:12
  Author: ffy00
Revision: 611940

upgpkg: soapybladerf 0.4.1-3 (rebuild for soapysdr 0.7.2)

Modified:
  soapybladerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:07 UTC (rev 611939)
+++ PKGBUILD2020-04-05 19:47:12 UTC (rev 611940)
@@ -4,7 +4,7 @@
 pkgver=0.4.1
 _pkgname=SoapyBladeRF
 _gitver=soapy-bladerf-$pkgver
-pkgrel=2
+pkgrel=3
 pkgdesc='Soapy SDR plugin for the BladeRF'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyBladeRF'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:07
  Author: ffy00
Revision: 611952

archrelease: copy trunk to community-x86_64

Added:
  soapyremote/repos/community-x86_64/PKGBUILD
(from rev 611951, soapyremote/trunk/PKGBUILD)
Deleted:
  soapyremote/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:02 UTC (rev 611951)
+++ PKGBUILD2020-04-05 19:48:07 UTC (rev 611952)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyremote
-_pkgname=SoapyRemote
-pkgver=0.5.0
-_gitver=soapy-remote-$pkgver
-pkgrel=1
-pkgdesc='Use any Soapy SDR remotely'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyRemote'
-license=('custom:Boost')
-depends=('soapysdr' 'avahi')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('5c5ce76c90dfbfc3b6846902f5dbf0c0906d92ae193a50d79733ce47403f1ec27dcf78d07fc198e8099272431c313984eb32c26306fb2afee129339e6501f3d2')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 "$srcdir"/$_pkgname-$_gitver/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: soapyremote/repos/community-x86_64/PKGBUILD (from rev 611951, 
soapyremote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:07 UTC (rev 611952)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyremote
+_pkgname=SoapyRemote
+pkgver=0.5.1
+_gitver=soapy-remote-$pkgver
+pkgrel=1
+pkgdesc='Use any Soapy SDR remotely'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyRemote'
+license=('custom:Boost')
+depends=('soapysdr' 'avahi')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('39941ff01326377957c4b089763d6ada313f4eacee50e963378d3060d1f53ce95add29ad6f832d483b268854b09f34b1cb2c5e9c55dab2928c8604a1e96b63af')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 "$srcdir"/$_pkgname-$_gitver/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2020-04-05 Thread Antonio Rojas via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:29
  Author: arojas
Revision: 611943

Update to 0.220, install more binaries

Modified:
  mame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:27 UTC (rev 611942)
+++ PKGBUILD2020-04-05 19:47:29 UTC (rev 611943)
@@ -4,7 +4,7 @@
 # Contributor: JJDaNiMoTh 
 
 pkgname=mame
-pkgver=0.219
+pkgver=0.220
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="https://mamedev.org/;
@@ -16,7 +16,7 @@
 replaces=(sdlmame)
 source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz;
  mame.sh mame.desktop mame.svg)
-sha256sums=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b'
+sha256sums=('8150bc8c60e4704ec222a22a8d4dc89c2de92781d0e52e2820126b4357c36c12'
 'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
 '6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
 '17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
@@ -33,7 +33,7 @@
 
 build() {
   cd mame-mame${pkgver/./}
-  make -j1 \
+  make \
 NOWERROR=1 \
 OPTIMIZE=2 \
 TOOLS=1 \
@@ -48,8 +48,8 @@
 
   # Install the binaries
   install -Dm755 mame64 "$pkgdir"/usr/lib/mame/mame
-  for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp 
src2html \
-split srcclean ldverify ldresample; do
+  for _i in castool chdman floptool imgtool jedutil ldresample ldverify nltool 
nlwav pngcmp regrep romcmp \
+split srcclean testkeys unidasm; do
 install -m755 $_i -t "$pkgdir"/usr/lib/mame
 ln -s /usr/lib/mame/$_i "$pkgdir"/usr/bin/mame-$_i
   done


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:00
  Author: ffy00
Revision: 611950

archrelease: copy trunk to community-x86_64

Added:
  soapyplutosdr/repos/community-x86_64/PKGBUILD
(from rev 611949, soapyplutosdr/trunk/PKGBUILD)
Deleted:
  soapyplutosdr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:56 UTC (rev 611949)
+++ PKGBUILD2020-04-05 19:48:00 UTC (rev 611950)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyplutosdr
-pkgver=0.2.0
-_pkgname=SoapyPlutoSDR
-_gitver=soapy-plutosdr-$pkgver
-pkgrel=2
-pkgdesc='Soapy SDR plugin for PlutoSDR'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyPlutoSDR'
-license=('LGPL2.1')
-depends=('soapysdr' 'libiio' 'libad9361')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('44b1407af8b05b3ca5b2f66cfad1212cc7adcecf621cb584b8c5e91c0c38566d45ce9be0326e20cda6b5ed415e3d8b612c084afc9eecddff056fd065ab5b88b8')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapyplutosdr/repos/community-x86_64/PKGBUILD (from rev 611949, 
soapyplutosdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:00 UTC (rev 611950)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyplutosdr
+pkgver=0.2.0
+_pkgname=SoapyPlutoSDR
+_gitver=soapy-plutosdr-$pkgver
+pkgrel=3
+pkgdesc='Soapy SDR plugin for PlutoSDR'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyPlutoSDR'
+license=('LGPL2.1')
+depends=('soapysdr' 'libiio' 'libad9361')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('44b1407af8b05b3ca5b2f66cfad1212cc7adcecf621cb584b8c5e91c0c38566d45ce9be0326e20cda6b5ed415e3d8b612c084afc9eecddff056fd065ab5b88b8')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:52
  Author: ffy00
Revision: 611948

archrelease: copy trunk to community-x86_64

Added:
  soapyosmo/repos/community-x86_64/PKGBUILD
(from rev 611947, soapyosmo/trunk/PKGBUILD)
Deleted:
  soapyosmo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:46 UTC (rev 611947)
+++ PKGBUILD2020-04-05 19:47:52 UTC (rev 611948)
@@ -1,49 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyosmo
-_pkgname=SoapyOsmo
-pkgver=0.2.5
-_gitver=soapy-osmo-$pkgver
-pkgrel=5
-pkgdesc='Soapy SDR plugins for OsmoSDR devices'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyOsmo'
-license=('GPL3')
-depends=('soapysdr' 'gnuradio-osmosdr' 'boost-libs')
-makedepends=('cmake' 'boost' 'airspy' 'hackrf' 'libosmosdr' 'rtl-sdr') # 
'bladerf'
-optdepends=('airspy: AirSpy support'
-'hackrf: HackRF support'
-'libosmosdr: OsmoSDR support'
-'rtl-sdr: RTL-SDR support')
-#'bladerf: BladeRF support'
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('a1aa5f3c84f5e9cf8cc0329445836162586c3fd301f126310e2a3131c170f1d213fcb214162a28c448a49f57fcf177b7a00d10967ba88a8434a6ac26fa2264e8')
-
-prepare() {
-  cd $_pkgname-$_gitver
-  sed -i 's|#ADD_DEFINITIONS(-Wconversion)|SET(CMAKE_CXX_FLAGS 
"${CMAKE_CXX_FLAGS} -pthread")|' CMakeLists.txt
-  sed -i 's|SET(BOOST_REQUIRED_COMPONENTS|SET(BOOST_REQUIRED_COMPONENTS 
chrono|' CMakeLists.txt gr-osmosdr/CMakeLists.txt
-}
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DUSE_OSMO_RTLSDR=ON \
-   -DUSE_OSMO_HACKRF=ON \
-   -DUSE_OSMO_AIRSPY=ON
-
-#  -DUSE_OSMO_BLADERF=ON
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapyosmo/repos/community-x86_64/PKGBUILD (from rev 611947, 
soapyosmo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:47:52 UTC (rev 611948)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyosmo
+_pkgname=SoapyOsmo
+pkgver=0.2.5
+_gitver=soapy-osmo-$pkgver
+pkgrel=6
+pkgdesc='Soapy SDR plugins for OsmoSDR devices'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyOsmo'
+license=('GPL3')
+depends=('soapysdr' 'gnuradio-osmosdr' 'boost-libs')
+makedepends=('cmake' 'boost' 'airspy' 'hackrf' 'libosmosdr' 'rtl-sdr') # 
'bladerf'
+optdepends=('airspy: AirSpy support'
+'hackrf: HackRF support'
+'libosmosdr: OsmoSDR support'
+'rtl-sdr: RTL-SDR support')
+#'bladerf: BladeRF support'
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('a1aa5f3c84f5e9cf8cc0329445836162586c3fd301f126310e2a3131c170f1d213fcb214162a28c448a49f57fcf177b7a00d10967ba88a8434a6ac26fa2264e8')
+
+prepare() {
+  cd $_pkgname-$_gitver
+  sed -i 's|#ADD_DEFINITIONS(-Wconversion)|SET(CMAKE_CXX_FLAGS 
"${CMAKE_CXX_FLAGS} -pthread")|' CMakeLists.txt
+  sed -i 's|SET(BOOST_REQUIRED_COMPONENTS|SET(BOOST_REQUIRED_COMPONENTS 
chrono|' CMakeLists.txt gr-osmosdr/CMakeLists.txt
+}
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DUSE_OSMO_RTLSDR=ON \
+   -DUSE_OSMO_HACKRF=ON \
+   -DUSE_OSMO_AIRSPY=ON
+
+#  -DUSE_OSMO_BLADERF=ON
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:37
  Author: ffy00
Revision: 611945

upgpkg: soapynetsdr 0.2.0-1

Modified:
  soapynetsdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:31 UTC (rev 611944)
+++ PKGBUILD2020-04-05 19:47:37 UTC (rev 611945)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=soapynetsdr
-pkgver=0.1.0
+pkgver=0.2.0
 _pkgname=SoapyNetSDR
 _gitver=soapy-netsdr-$pkgver
 pkgrel=1
@@ -12,7 +12,7 @@
 depends=('soapysdr')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('3ace46a7d5c1de467f627727c6b4b5cb2f1a1cad0e051ca0919aef3267e4bcaed896fa6eff34533912a2cfb711285c682e63f3621278b98c5fc0eb3357b36d62')
+sha512sums=('84d6936ef51cb10289250171bcf50fbbb758e8d5488d4cd8ff063dfe43aa3870118006f93aaafa3a485a185fc343285c424c4b3f40aaeebb97d7726da70602f7')
 
 build() {
   mkdir -p $_pkgname-$_gitver/build


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:27
  Author: ffy00
Revision: 611942

upgpkg: soapyhackrf 0.3.3-2 (rebuild for soapysdr 0.7.2)

Modified:
  soapyhackrf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:19 UTC (rev 611941)
+++ PKGBUILD2020-04-05 19:47:27 UTC (rev 611942)
@@ -4,7 +4,7 @@
 pkgver=0.3.3
 _pkgname=SoapyHackRF
 _gitver=soapy-hackrf-$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='Soapy SDR plugin for the HackRF'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyHackRF'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:31
  Author: ffy00
Revision: 611944

archrelease: copy trunk to community-x86_64

Added:
  soapyhackrf/repos/community-x86_64/PKGBUILD
(from rev 611942, soapyhackrf/trunk/PKGBUILD)
Deleted:
  soapyhackrf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:29 UTC (rev 611943)
+++ PKGBUILD2020-04-05 19:47:31 UTC (rev 611944)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyhackrf
-pkgver=0.3.3
-_pkgname=SoapyHackRF
-_gitver=soapy-hackrf-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin the HackRF'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyHackRF'
-license=('GPL3')
-depends=('soapysdr' 'hackrf')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('d0e6ddbb8054b11bfb121a18e435c0f0c23290e5e29e89af83f660865e1c8adf4ed38082c96ab6a3cb68a50b7379f3fe5ef171616eccabe3f67d65b71d08dba9')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapyhackrf/repos/community-x86_64/PKGBUILD (from rev 611942, 
soapyhackrf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:47:31 UTC (rev 611944)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyhackrf
+pkgver=0.3.3
+_pkgname=SoapyHackRF
+_gitver=soapy-hackrf-$pkgver
+pkgrel=2
+pkgdesc='Soapy SDR plugin for the HackRF'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyHackRF'
+license=('GPL3')
+depends=('soapysdr' 'hackrf')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('d0e6ddbb8054b11bfb121a18e435c0f0c23290e5e29e89af83f660865e1c8adf4ed38082c96ab6a3cb68a50b7379f3fe5ef171616eccabe3f67d65b71d08dba9')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:46
  Author: ffy00
Revision: 611947

upgpkg: soapyosmo 0.2.5-6 (rebuild for soapysdr 0.7.2)

Modified:
  soapyosmo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:42 UTC (rev 611946)
+++ PKGBUILD2020-04-05 19:47:46 UTC (rev 611947)
@@ -4,7 +4,7 @@
 _pkgname=SoapyOsmo
 pkgver=0.2.5
 _gitver=soapy-osmo-$pkgver
-pkgrel=5
+pkgrel=6
 pkgdesc='Soapy SDR plugins for OsmoSDR devices'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyOsmo'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:07
  Author: ffy00
Revision: 611939

archrelease: copy trunk to community-x86_64

Added:
  soapyaudio/repos/community-x86_64/PKGBUILD
(from rev 611938, soapyaudio/trunk/PKGBUILD)
Deleted:
  soapyaudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:47:02 UTC (rev 611938)
+++ PKGBUILD2020-04-05 19:47:07 UTC (rev 611939)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyaudio
-pkgver=0.1.1
-_pkgname=SoapyAudio
-_gitver=soapy-audio-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin for Audio devices'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyAudio'
-license=('GPL3')
-depends=('soapysdr' 'rtaudio' 'hamlib')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('de0b8d653b71a8927265828549bef6b655dc10146270fc8c49f30004ec2dbf52d8fb0dd6dbbf9cf3d2c7bfb47df66c60d57943d9b0f7c2e16ec5c8db52426a0b')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapyaudio/repos/community-x86_64/PKGBUILD (from rev 611938, 
soapyaudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:47:07 UTC (rev 611939)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyaudio
+pkgver=0.1.1
+_pkgname=SoapyAudio
+_gitver=soapy-audio-$pkgver
+pkgrel=2
+pkgdesc='Soapy SDR plugin for Audio devices'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyAudio'
+license=('GPL3')
+depends=('soapysdr' 'rtaudio' 'hamlib')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('de0b8d653b71a8927265828549bef6b655dc10146270fc8c49f30004ec2dbf52d8fb0dd6dbbf9cf3d2c7bfb47df66c60d57943d9b0f7c2e16ec5c8db52426a0b')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:46:54
  Author: ffy00
Revision: 611937

archrelease: copy trunk to community-x86_64

Added:
  soapyairspy/repos/community-x86_64/PKGBUILD
(from rev 611935, soapyairspy/trunk/PKGBUILD)
Deleted:
  soapyairspy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:46:53 UTC (rev 611936)
+++ PKGBUILD2020-04-05 19:46:54 UTC (rev 611937)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyairspy
-pkgver=0.1.2
-_pkgname=SoapyAirspy
-_gitver=soapy-airspy-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin for the Airspy'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyAirspy'
-license=('GPL3')
-depends=('soapysdr' 'airspy')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('5f04b7e94f743d3eb5f3577ad624a56ac6dbc8b872242b625390dd3ce0a7c7b66b02147338dd5c3d0f64d16580c9511bc99769c0240765f41db2dd87bb264ecf')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapyairspy/repos/community-x86_64/PKGBUILD (from rev 611935, 
soapyairspy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:46:54 UTC (rev 611937)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyairspy
+pkgver=0.1.2
+_pkgname=SoapyAirspy
+_gitver=soapy-airspy-$pkgver
+pkgrel=2
+pkgdesc='Soapy SDR plugin for the the Airspy'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyAirspy'
+license=('GPL3')
+depends=('soapysdr' 'airspy')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('5f04b7e94f743d3eb5f3577ad624a56ac6dbc8b872242b625390dd3ce0a7c7b66b02147338dd5c3d0f64d16580c9511bc99769c0240765f41db2dd87bb264ecf')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in libretro-beetle-psx/repos/community-x86_64 (2 files)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:46:53
  Author: alucryd
Revision: 611936

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 611935, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:46:49 UTC (rev 611935)
+++ PKGBUILD2020-04-05 19:46:53 UTC (rev 611936)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=libretro-beetle-psx
-pkgname=(
-  libretro-beetle-psx
-  libretro-beetle-psx-hw
-)
-pkgver=2277
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-psx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libretro-core-info
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  vulkan-icd-loader
-)
-source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-psx
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cp -r libretro-beetle-psx{,-hw}
-}
-
-build() {
-  make HAVE_LIGHTREC=1 -C libretro-beetle-psx
-  make HAVE_HW=1 HAVE_LIGHTREC=1 -C libretro-beetle-psx-hw
-}
-
-package_libretro-beetle-psx() {
-  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-package_libretro-beetle-psx-hw() {
-  depends+=(libgl)
-
-  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-x86_64/PKGBUILD (from rev 611935, 
libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:46:53 UTC (rev 611936)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-beetle-psx
+pkgname=(
+  libretro-beetle-psx
+  libretro-beetle-psx-hw
+)
+pkgver=2280
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-psx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libretro-core-info
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  vulkan-icd-loader
+)
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cp -r libretro-beetle-psx{,-hw}
+}
+
+build() {
+  make HAVE_LIGHTREC=1 -C libretro-beetle-psx
+  make HAVE_HW=1 HAVE_LIGHTREC=1 -C libretro-beetle-psx-hw
+}
+
+package_libretro-beetle-psx() {
+  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=(libgl)
+
+  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:46:49
  Author: ffy00
Revision: 611935

upgpkg: soapyairspy 0.1.2-2 (rebuild for soapysdr 0.7.2)

Modified:
  soapyairspy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:45:56 UTC (rev 611934)
+++ PKGBUILD2020-04-05 19:46:49 UTC (rev 611935)
@@ -4,7 +4,7 @@
 pkgver=0.1.2
 _pkgname=SoapyAirspy
 _gitver=soapy-airspy-$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='Soapy SDR plugin for the the Airspy'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyAirspy'


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:47:02
  Author: ffy00
Revision: 611938

upgpkg: soapyaudio 0.1.1-2 (rebuild for soapysdr 0.7.2)

Modified:
  soapyaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:46:54 UTC (rev 611937)
+++ PKGBUILD2020-04-05 19:47:02 UTC (rev 611938)
@@ -4,7 +4,7 @@
 pkgver=0.1.1
 _pkgname=SoapyAudio
 _gitver=soapy-audio-$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='Soapy SDR plugin for Audio devices'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyAudio'


[arch-commits] Commit in libretro-shaders-slang/repos/community-any (2 files)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:45:21
  Author: alucryd
Revision: 611931

archrelease: copy trunk to community-any

Added:
  libretro-shaders-slang/repos/community-any/PKGBUILD
(from rev 611930, libretro-shaders-slang/trunk/PKGBUILD)
Deleted:
  libretro-shaders-slang/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:45:15 UTC (rev 611930)
+++ PKGBUILD2020-04-05 19:45:21 UTC (rev 611931)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-shaders-slang
-pkgver=725
-pkgrel=1
-pkgdesc='Collection of shaders for libretro'
-arch=(any)
-url=https://www.libretro.com/
-license=(GPL3)
-groups=(libretro)
-provides=(libretro-shaders)
-makedepends=(git)
-source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=5e509df3ec368da29bd554123001ba608dba)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-shaders-slang
-
-  git rev-list --count HEAD
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-shaders-slang/repos/community-any/PKGBUILD (from rev 611930, 
libretro-shaders-slang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:45:21 UTC (rev 611931)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-slang
+pkgver=729
+pkgrel=1
+pkgdesc='Collection of shaders for libretro'
+arch=(any)
+url=https://www.libretro.com/
+license=(GPL3)
+groups=(libretro)
+provides=(libretro-shaders)
+makedepends=(git)
+source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=e547e3a967d0f14fbceed844472c9abd750a)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-shaders-slang
+
+  git rev-list --count HEAD
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:45:56
  Author: ffy00
Revision: 611934

archrelease: copy trunk to community-x86_64

Added:
  soapysdr/repos/community-x86_64/PKGBUILD
(from rev 611933, soapysdr/trunk/PKGBUILD)
  soapysdr/repos/community-x86_64/python-3.8.patch
(from rev 611933, soapysdr/trunk/python-3.8.patch)
Deleted:
  soapysdr/repos/community-x86_64/PKGBUILD
  soapysdr/repos/community-x86_64/python-3.8.patch

--+
 PKGBUILD |   94 +
 python-3.8.patch |   60 -
 2 files changed, 75 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:45:48 UTC (rev 611933)
+++ PKGBUILD2020-04-05 19:45:56 UTC (rev 611934)
@@ -1,49 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapysdr
-_pkgname=SoapySDR
-pkgver=0.7.1
-_gitver=soapy-sdr-$pkgver
-pkgrel=5
-pkgdesc='Vendor and platform neutral SDR support library'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapySDR'
-license=('Boost')
-depends=('python' 'boost-libs')
-makedepends=('cmake' 'boost' 'swig' 'doxygen')
-optdepends=('soapyairspy: Airspy backend'
-'soapyaudio: Audio devices backend'
-'soapybladerf: BladeRF backend'
-'soapyhackrf: HackRF backend'
-'soapynetsdr: NetSDR backend'
-'soapyosmo: OsmoSDR backend'
-'soapyremote: SoapySDR remote support'
-'soapyrtlsdr: rtl-sdr backend'
-'soapyuhd: UHD backend')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz"
-'python-3.8.patch')
-sha512sums=('9b2c4251d6362faecf770df021b74e3b387b99699ae4f7d3f145801e2acc901a3803f7b4d2cd50267013f1add6658703dfa5db6db28b8a645f1f8230117123cd'
-
'5815af9e2da0e06f8ade6305f12701beb73c906508d087cb24c9c88e0c53fb9d5d03876c475b33a483e2224d4ad8a96a6cc949786dbd5e759b1e6622b9f18d40')
-
-prepare() {
-  cd $_pkgname-$_gitver
-  patch -Np1 -i ../python-3.8.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DSOAPY_SDR_EXTVER=ARCH \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: soapysdr/repos/community-x86_64/PKGBUILD (from rev 611933, 
soapysdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:45:56 UTC (rev 611934)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapysdr
+_pkgname=SoapySDR
+pkgver=0.7.2
+_gitver=soapy-sdr-$pkgver
+pkgrel=1
+pkgdesc='Vendor and platform neutral SDR support library'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapySDR'
+license=('Boost')
+depends=('python')
+makedepends=('cmake' 'swig' 'doxygen' 'graphviz')
+optdepends=('soapyairspy: Airspy backend'
+'soapyaudio: Audio devices backend'
+'soapybladerf: BladeRF backend'
+'soapyhackrf: HackRF backend'
+'soapynetsdr: NetSDR backend'
+'soapyosmo: OsmoSDR backend'
+'soapyremote: SoapySDR remote support'
+'soapyrtlsdr: rtl-sdr backend'
+'soapyuhd: UHD backend')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('2454b9b6bf4542f3bce2c6a8e1c886cee9179ca0e13e3c1e22817a05ef671428a3cb8fea69e496c8b62573f360c248508edf3d0871ec5063dfac8211b122d371')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DSOAPY_SDR_EXTVER=ARCH \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/html "$pkgdir"/usr/share/doc/$pkgname
+}

Deleted: python-3.8.patch
===
--- python-3.8.patch2020-04-05 19:45:48 UTC (rev 611933)
+++ python-3.8.patch2020-04-05 19:45:56 UTC (rev 611934)
@@ -1,30 +0,0 @@
-From 4dcd956d1a79fbb346303e786ac2d9448f191ba3 Mon Sep 17 00:00:00 2001
-From: Josh Blum 
-Date: Mon, 3 Jun 2019 23:27:16 -0500
-Subject: [PATCH] Remove --no-undefined linker flag for python 3.8
-
-The -Wl,--no-undefined linker flag cannot be consistently applied for
-all projects linked against SoapySDR because starting in python3.8 the
---ldflags no longer include the python library, and there are supposed
-to be missing symbols which will be provided at runtime by the
-interpreter.

- Changelog.txt  | 1 +
- cmake/Modules/SoapySDRConfig.cmake | 4 
- 2 files changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/cmake/Modules/SoapySDRConfig.cmake 
b/cmake/Modules/SoapySDRConfig.cmake
-index 95a751c..f74d6c9 100644

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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:45:48
  Author: alucryd
Revision: 611933

upgpkg: retroarch-assets 1:293-1

Modified:
  retroarch-assets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:45:43 UTC (rev 611932)
+++ PKGBUILD2020-04-05 19:45:48 UTC (rev 611933)
@@ -5,7 +5,7 @@
   retroarch-assets-ozone
   retroarch-assets-xmb
 )
-pkgver=289
+pkgver=293
 pkgrel=1
 epoch=1
 pkgdesc='XMB menu assets for RetroArch'
@@ -15,7 +15,7 @@
 groups=(libretro)
 depends=(retroarch)
 makedepends=(git)
-source=(git+https://github.com/libretro/retroarch-assets.git#commit=2332bcbd7edf6eb61ac2022efc56b99d8bbab199)
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=d97da9bde1e07c59176eda1aeea3b92a2811ccb8)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-05 Thread Filipe Laíns via arch-commits
Date: Sunday, April 5, 2020 @ 19:45:43
  Author: ffy00
Revision: 611932

upgpkg: soapysdr 0.7.2-1

Modified:
  soapysdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:45:21 UTC (rev 611931)
+++ PKGBUILD2020-04-05 19:45:43 UTC (rev 611932)
@@ -2,15 +2,15 @@
 
 pkgname=soapysdr
 _pkgname=SoapySDR
-pkgver=0.7.1
+pkgver=0.7.2
 _gitver=soapy-sdr-$pkgver
-pkgrel=5
+pkgrel=1
 pkgdesc='Vendor and platform neutral SDR support library'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapySDR'
 license=('Boost')
 depends=('python')
-makedepends=('cmake' 'swig' 'doxygen')
+makedepends=('cmake' 'swig' 'doxygen' 'graphviz')
 optdepends=('soapyairspy: Airspy backend'
 'soapyaudio: Audio devices backend'
 'soapybladerf: BladeRF backend'
@@ -20,16 +20,9 @@
 'soapyremote: SoapySDR remote support'
 'soapyrtlsdr: rtl-sdr backend'
 'soapyuhd: UHD backend')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz"
-'python-3.8.patch')
-sha512sums=('9b2c4251d6362faecf770df021b74e3b387b99699ae4f7d3f145801e2acc901a3803f7b4d2cd50267013f1add6658703dfa5db6db28b8a645f1f8230117123cd'
-
'5815af9e2da0e06f8ade6305f12701beb73c906508d087cb24c9c88e0c53fb9d5d03876c475b33a483e2224d4ad8a96a6cc949786dbd5e759b1e6622b9f18d40')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('2454b9b6bf4542f3bce2c6a8e1c886cee9179ca0e13e3c1e22817a05ef671428a3cb8fea69e496c8b62573f360c248508edf3d0871ec5063dfac8211b122d371')
 
-prepare() {
-  cd $_pkgname-$_gitver
-  patch -Np1 -i ../python-3.8.patch
-}
-
 build() {
   mkdir -p $_pkgname-$_gitver/build
   cd $_pkgname-$_gitver/build
@@ -46,4 +39,7 @@
   cd $_pkgname-$_gitver/build
 
   make DESTDIR="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/html "$pkgdir"/usr/share/doc/$pkgname
 }


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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:44:51
  Author: alucryd
Revision: 611929

archrelease: copy trunk to community-x86_64

Added:
  libretro-ppsspp/repos/community-x86_64/PKGBUILD
(from rev 611928, libretro-ppsspp/trunk/PKGBUILD)
Deleted:
  libretro-ppsspp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:44:45 UTC (rev 611928)
+++ PKGBUILD2020-04-05 19:44:51 UTC (rev 611929)
@@ -1,96 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Duck Hunt 
-
-pkgname=libretro-ppsspp
-pkgver=26779
-pkgrel=1
-pkgdesc='Sony PlayStation Portable core'
-arch=(x86_64)
-url=https://github.com/libretro/ppsspp
-license=(GPL2)
-groups=(libretro)
-depends=(
-  glew
-  libgl
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-  mesa
-  python
-)
-source=(
-  
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=8e9926394933d8561a84564b8b26e30d07e19fdc
-  git+https://github.com/Kingcom/armips.git
-  git+https://github.com/discordapp/discord-rpc.git
-  git+https://github.com/hrydgard/ppsspp-ffmpeg.git
-  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
-  git+https://github.com/hrydgard/ppsspp-lang.git
-  git+https://github.com/Tencent/rapidjson.git
-  git+https://github.com/KhronosGroup/SPIRV-Cross.git
-  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libretro-ppsspp
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-ppsspp
-
-  for submodule in ffmpeg assets/lang ext/glslang; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd ext/armips
-
-  for submodule in ext/tinyformat; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../../armips-${submodule#*/}
-git submodule update ${submodule}
-  done
-}
-
-build() {
-  cmake -S libretro-ppsspp -B build \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DHEADLESS=OFF \
--DLIBRETRO=ON \
--DMOBILE_DEVICE=OFF \
--DSIMULATOR=OFF \
--DUNITTEST=OFF \
--DUSING_QT_UI=OFF
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/lib/ppsspp_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-ppsspp/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/libretro-ppsspp-git/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-ppsspp/repos/community-x86_64/PKGBUILD (from rev 611928, 
libretro-ppsspp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:44:51 UTC (rev 611929)
@@ -0,0 +1,96 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Duck Hunt 
+
+pkgname=libretro-ppsspp
+pkgver=26808
+pkgrel=1
+pkgdesc='Sony PlayStation Portable core'
+arch=(x86_64)
+url=https://github.com/libretro/ppsspp
+license=(GPL2)
+groups=(libretro)
+depends=(
+  glew
+  libgl
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libglvnd
+  mesa
+  python
+)
+source=(
+  
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=350589dd65ff4ae6cfd0fe738c5798e4c7387619
+  git+https://github.com/Kingcom/armips.git
+  git+https://github.com/discordapp/discord-rpc.git
+  git+https://github.com/hrydgard/ppsspp-ffmpeg.git
+  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
+  git+https://github.com/hrydgard/ppsspp-lang.git
+  git+https://github.com/Tencent/rapidjson.git
+  git+https://github.com/KhronosGroup/SPIRV-Cross.git
+  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libretro-ppsspp
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-ppsspp
+
+  for submodule in ffmpeg assets/lang ext/glslang; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
+git submodule update ${submodule}
+  done
+  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  cd ext/armips
+
+  for submodule in ext/tinyformat; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../../../armips-${submodule#*/}
+git submodule update 

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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:44:45
  Author: alucryd
Revision: 611928

upgpkg: libretro-ppsspp 26808-1

Modified:
  libretro-ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:44:32 UTC (rev 611927)
+++ PKGBUILD2020-04-05 19:44:45 UTC (rev 611928)
@@ -2,7 +2,7 @@
 # Contributor: Duck Hunt 
 
 pkgname=libretro-ppsspp
-pkgver=26779
+pkgver=26808
 pkgrel=1
 pkgdesc='Sony PlayStation Portable core'
 arch=(x86_64)
@@ -23,7 +23,7 @@
   python
 )
 source=(
-  
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=8e9926394933d8561a84564b8b26e30d07e19fdc
+  
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=350589dd65ff4ae6cfd0fe738c5798e4c7387619
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
   git+https://github.com/hrydgard/ppsspp-ffmpeg.git


[arch-commits] Commit in libretro-shaders-slang/trunk (PKGBUILD)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:45:15
  Author: alucryd
Revision: 611930

upgpkg: libretro-shaders-slang 729-1

Modified:
  libretro-shaders-slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:44:51 UTC (rev 611929)
+++ PKGBUILD2020-04-05 19:45:15 UTC (rev 611930)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-shaders-slang
-pkgver=725
+pkgver=729
 pkgrel=1
 pkgdesc='Collection of shaders for libretro'
 arch=(any)
@@ -10,7 +10,7 @@
 groups=(libretro)
 provides=(libretro-shaders)
 makedepends=(git)
-source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=5e509df3ec368da29bd554123001ba608dba)
+source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=e547e3a967d0f14fbceed844472c9abd750a)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:44:32
  Author: alucryd
Revision: 611927

archrelease: copy trunk to community-x86_64

Added:
  libretro-play/repos/community-x86_64/PKGBUILD
(from rev 611926, libretro-play/trunk/PKGBUILD)
Deleted:
  libretro-play/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:44:26 UTC (rev 611926)
+++ PKGBUILD2020-04-05 19:44:32 UTC (rev 611927)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-play
-pkgver=5549
-pkgrel=1
-pkgdesc='Sony PlayStation 2 core'
-arch=(x86_64)
-url=https://github.com/jpd002/Play-
-license=(MIT)
-groups=(libretro)
-depends=(
-  bzip2
-  glew
-  glibc
-  icu
-  libgl
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-)
-source=(
-  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=81de00515a8775216ff06b10b707e569f9f8a133
-  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
-  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
-  play-Framework::git+https://github.com/jpd002/Play--Framework.git
-  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
-  git+https://github.com/SDWebImage/SDWebImage.git
-  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
-  git+https://github.com/gulrak/filesystem.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libretro-play
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-play
-
-  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../play-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd deps/Dependencies
-
-  git submodule init SDWebImage
-  git config submodule.SDWebImage.url ../../../SDWebImage
-  git submodule update SDWebImage
-
-  git submodule init boost-cmake
-  git config submodule.boost-cmake.url ../../../play-boost-cmake
-  git submodule update boost-cmake
-
-  git submodule init ghc_filesystem
-  git config submodule.ghc_filesystem.url ../../../filesystem
-  git submodule update ghc_filesystem
-}
-
-build() {
-  cmake -S libretro-play -B build \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_LIBRETRO_CORE=ON \
--DBUILD_PLAY=OFF \
--DBUILD_TESTS=OFF \
--DENABLE_AMAZON_S3=OFF
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/Source/ui_libretro/play_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-play/License.txt -t 
"${pkgdir}"/usr/share/licenses/libretro-play/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-play/repos/community-x86_64/PKGBUILD (from rev 611926, 
libretro-play/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:44:32 UTC (rev 611927)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-play
+pkgver=5552
+pkgrel=1
+pkgdesc='Sony PlayStation 2 core'
+arch=(x86_64)
+url=https://github.com/jpd002/Play-
+license=(MIT)
+groups=(libretro)
+depends=(
+  bzip2
+  glew
+  glibc
+  icu
+  libgl
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libglvnd
+)
+source=(
+  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=858211b3d797945495aa465bc92f2594d9712b06
+  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
+  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
+  play-Framework::git+https://github.com/jpd002/Play--Framework.git
+  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
+  git+https://github.com/SDWebImage/SDWebImage.git
+  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
+  git+https://github.com/gulrak/filesystem.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libretro-play
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-play
+
+  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../play-${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  cd deps/Dependencies
+
+  git submodule init SDWebImage
+  git config submodule.SDWebImage.url ../../../SDWebImage
+  git submodule update SDWebImage
+
+  git submodule init boost-cmake
+  git config submodule.boost-cmake.url ../../../play-boost-cmake
+  git submodule update boost-cmake
+
+  git submodule init ghc_filesystem
+  git config submodule.ghc_filesystem.url ../../../filesystem
+  git submodule update ghc_filesystem
+}
+
+build() {
+  cmake -S libretro-play -B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_LIBRETRO_CORE=ON \
+-DBUILD_PLAY=OFF \
+

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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:44:26
  Author: alucryd
Revision: 611926

upgpkg: libretro-play 5552-1

Modified:
  libretro-play/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:43:40 UTC (rev 611925)
+++ PKGBUILD2020-04-05 19:44:26 UTC (rev 611926)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-play
-pkgver=5549
+pkgver=5552
 pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
@@ -23,7 +23,7 @@
   libglvnd
 )
 source=(
-  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=81de00515a8775216ff06b10b707e569f9f8a133
+  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=858211b3d797945495aa465bc92f2594d9712b06
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
   play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
   play-Framework::git+https://github.com/jpd002/Play--Framework.git


[arch-commits] Commit in libretro-parallel-n64/trunk (PKGBUILD)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:43:40
  Author: alucryd
Revision: 611925

upgpkg: libretro-parallel-n64 5145-1

Modified:
  libretro-parallel-n64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:43:07 UTC (rev 611924)
+++ PKGBUILD2020-04-05 19:43:40 UTC (rev 611925)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=libretro-parallel-n64
-pkgver=5143
+pkgver=5145
 pkgrel=1
 pkgdesc='Nintendo 64 core'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   git
   mesa
 )
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=8fe07c62a364d0af1e22b7f75e839d42872dae7f)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=54681c22f754695dea02dcf9f6974f68d25604fe)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:42:24
  Author: alucryd
Revision: 611921

upgpkg: libretro-bsnes 1:1198-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:38:16 UTC (rev 611920)
+++ PKGBUILD2020-04-05 19:42:24 UTC (rev 611921)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=1196
+pkgver=1198
 pkgrel=1
 epoch=1
 pkgdesc='Super Nintendo Entertainment System cores'
@@ -15,7 +15,7 @@
 )
 makedepends=(git)
 source=(
-  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
+  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=b68d72b359d10cea96d92ec44630289d15df7a30
   libretro-bsnes-flags.patch
 )
 sha256sums=(


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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:43:00
  Author: alucryd
Revision: 611923

upgpkg: libretro-flycast 4122-1

Modified:
  libretro-flycast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:42:30 UTC (rev 611922)
+++ PKGBUILD2020-04-05 19:43:00 UTC (rev 611923)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-flycast
-pkgver=4114
+pkgver=4122
 pkgrel=1
 pkgdesc='Sega Dreamcast core'
 arch=(x86_64)


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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:42:30
  Author: alucryd
Revision: 611922

archrelease: copy trunk to community-x86_64

Added:
  libretro-bsnes/repos/community-x86_64/PKGBUILD
(from rev 611921, libretro-bsnes/trunk/PKGBUILD)
  libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch
(from rev 611921, libretro-bsnes/trunk/libretro-bsnes-flags.patch)
Deleted:
  libretro-bsnes/repos/community-x86_64/PKGBUILD
  libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch

+
 PKGBUILD   |   92 +--
 libretro-bsnes-flags.patch |   48 +++---
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:42:24 UTC (rev 611921)
+++ PKGBUILD2020-04-05 19:42:30 UTC (rev 611922)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-bsnes
-pkgver=1196
-pkgrel=1
-epoch=1
-pkgdesc='Super Nintendo Entertainment System cores'
-arch=(x86_64)
-url=https://github.com/libretro/bsnes-libretro
-license=(GPL3)
-groups=(libretro)
-depends=(
-  gcc-libs
-  libretro-core-info
-)
-makedepends=(git)
-source=(
-  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
-  libretro-bsnes-flags.patch
-)
-sha256sums=(
-  SKIP
-  3e1704ba3e7175330a0e291fbeb1e0bee18518ac29a2008d984585fb7a9b887c
-)
-
-pkgver() {
-  cd libretro-bsnes
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-bsnes
-
-  patch -Np1 -i ../libretro-bsnes-flags.patch
-}
-
-build() {
-  make -C libretro-bsnes/bsnes target=libretro binary=library local=false 
platform=linux
-}
-
-package() {
-  install -Dm 644 libretro-bsnes/bsnes/out/bsnes_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-bsnes/repos/community-x86_64/PKGBUILD (from rev 611921, 
libretro-bsnes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:42:30 UTC (rev 611922)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-bsnes
+pkgver=1198
+pkgrel=1
+epoch=1
+pkgdesc='Super Nintendo Entertainment System cores'
+arch=(x86_64)
+url=https://github.com/libretro/bsnes-libretro
+license=(GPL3)
+groups=(libretro)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
+makedepends=(git)
+source=(
+  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=b68d72b359d10cea96d92ec44630289d15df7a30
+  libretro-bsnes-flags.patch
+)
+sha256sums=(
+  SKIP
+  3e1704ba3e7175330a0e291fbeb1e0bee18518ac29a2008d984585fb7a9b887c
+)
+
+pkgver() {
+  cd libretro-bsnes
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-bsnes
+
+  patch -Np1 -i ../libretro-bsnes-flags.patch
+}
+
+build() {
+  make -C libretro-bsnes/bsnes target=libretro binary=library local=false 
platform=linux
+}
+
+package() {
+  install -Dm 644 libretro-bsnes/bsnes/out/bsnes_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-bsnes-flags.patch
===
--- libretro-bsnes-flags.patch  2020-04-05 19:42:24 UTC (rev 611921)
+++ libretro-bsnes-flags.patch  2020-04-05 19:42:30 UTC (rev 611922)
@@ -1,24 +0,0 @@
-From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin 
-Date: Wed, 18 Mar 2020 17:08:25 +0100
-Subject: [PATCH] use system flags
-

- nall/GNUmakefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/nall/GNUmakefile b/nall/GNUmakefile
-index 67fb3a15..fddec93d 100755
 a/nall/GNUmakefile
-+++ b/nall/GNUmakefile
-@@ -127,7 +127,8 @@ endif
-
- # linux settings
- ifeq ($(platform),linux)
--  options += -ldl
-+  flags += ${CXXFLAGS}
-+  options += ${LDFLAGS} -ldl
- endif
-
- # bsd settings
-

Copied: libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch (from 
rev 611921, libretro-bsnes/trunk/libretro-bsnes-flags.patch)
===
--- libretro-bsnes-flags.patch  (rev 0)
+++ libretro-bsnes-flags.patch  2020-04-05 19:42:30 UTC (rev 611922)
@@ -0,0 +1,24 @@
+From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin 
+Date: Wed, 18 Mar 2020 17:08:25 +0100
+Subject: [PATCH] use system flags
+
+---
+ nall/GNUmakefile | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/nall/GNUmakefile b/nall/GNUmakefile
+index 67fb3a15..fddec93d 100755
+--- a/nall/GNUmakefile
 b/nall/GNUmakefile
+@@ -127,7 +127,8 @@ endif
+
+ # linux settings
+ ifeq ($(platform),linux)
+-  options += -ldl
++  flags += ${CXXFLAGS}
++  options += ${LDFLAGS} -ldl
+ endif
+
+ # bsd settings
+


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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:43:07
  Author: alucryd
Revision: 611924

archrelease: copy trunk to community-x86_64

Added:
  libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 611923, libretro-flycast/trunk/PKGBUILD)
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch
(from rev 611923, libretro-flycast/trunk/libretro-flycast-flags.patch)
Deleted:
  libretro-flycast/repos/community-x86_64/PKGBUILD
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch

--+
 PKGBUILD |   96 -
 libretro-flycast-flags.patch |   38 
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:43:00 UTC (rev 611923)
+++ PKGBUILD2020-04-05 19:43:07 UTC (rev 611924)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-flycast
-pkgver=4114
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=(x86_64)
-url=https://github.com/libretro/flycast
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-)
-source=(
-  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=
-  libretro-flycast-flags.patch
-)
-sha256sums=(
-  SKIP
-  051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709
-)
-
-pkgver() {
-  cd libretro-flycast
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-flycast
-
-  patch -Np1 -i ../libretro-flycast-flags.patch
-}
-
-build() {
-  make HAVE_OIT=1 -C libretro-flycast
-}
-
-package() {
-  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 611923, 
libretro-flycast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:43:07 UTC (rev 611924)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-flycast
+pkgver=4122
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/flycast
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+source=(
+  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=
+  libretro-flycast-flags.patch
+)
+sha256sums=(
+  SKIP
+  051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709
+)
+
+pkgver() {
+  cd libretro-flycast
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-flycast
+
+  patch -Np1 -i ../libretro-flycast-flags.patch
+}
+
+build() {
+  make HAVE_OIT=1 -C libretro-flycast
+}
+
+package() {
+  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-flycast-flags.patch
===
--- libretro-flycast-flags.patch2020-04-05 19:43:00 UTC (rev 611923)
+++ libretro-flycast-flags.patch2020-04-05 19:43:07 UTC (rev 611924)
@@ -1,19 +0,0 @@
-diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
 libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
-+++ libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
-@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
- 
- MFLAGS   := 
- ASFLAGS  := 
--LDFLAGS  :=
-+LDFLAGS  := ${LDFLAGS}
- LDFLAGS_END :=
- INCFLAGS :=
- LIBS :=
--CFLAGS   := 
--CXXFLAGS :=
-+CFLAGS   := ${CFLAGS}
-+CXXFLAGS := ${CXXFLAGS}
- 
- GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
- ifneq ($(GIT_VERSION)," unknown")

Copied: libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch 
(from rev 611923, libretro-flycast/trunk/libretro-flycast-flags.patch)
===
--- libretro-flycast-flags.patch(rev 0)
+++ libretro-flycast-flags.patch2020-04-05 19:43:07 UTC (rev 611924)
@@ -0,0 +1,19 @@
+diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
+--- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
 libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
+@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
+ 
+ MFLAGS   := 
+ ASFLAGS  := 
+-LDFLAGS  :=
++LDFLAGS  := ${LDFLAGS}
+ LDFLAGS_END :=
+ INCFLAGS :=
+ LIBS :=
+-CFLAGS   := 
+-CXXFLAGS :=
++CFLAGS   := ${CFLAGS}
++CXXFLAGS := ${CXXFLAGS}
+ 
+ GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
+ ifneq ($(GIT_VERSION)," unknown")


[arch-commits] Commit in libretro-beetle-psx/trunk (PKGBUILD)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:38:16
  Author: alucryd
Revision: 611920

upgpkg: libretro-beetle-psx 2280-1

Modified:
  libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:37:49 UTC (rev 611919)
+++ PKGBUILD2020-04-05 19:38:16 UTC (rev 611920)
@@ -5,7 +5,7 @@
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2277
+pkgver=2280
 pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)


[arch-commits] Commit in wingpanel-indicator-sound/repos/community-x86_64 (2 files)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:37:49
  Author: alucryd
Revision: 611919

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD
(from rev 611918, wingpanel-indicator-sound/trunk/PKGBUILD)
Deleted:
  wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:37:44 UTC (rev 611918)
+++ PKGBUILD2020-04-05 19:37:49 UTC (rev 611919)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=wingpanel-indicator-sound
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Wingpanel Sound Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-sound
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  cairo
-  gdk-pixbuf2
-  glib2
-  gtk3
-  libcanberra
-  libgee
-  libgranite.so
-  libnotify
-  libpulse
-  libwingpanel-2.0.so
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk2
-  intltool
-  meson
-  vala
-)
-source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=002003d872ec7c2f0f1509ad5da9b1d31e26ff20)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel-indicator-sound
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel-indicator-sound build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD (from rev 
611918, wingpanel-indicator-sound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:37:49 UTC (rev 611919)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-sound
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Wingpanel Sound Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-sound
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libcanberra
+  libgee
+  libgranite.so
+  libnotify
+  libpulse
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk2
+  intltool
+  meson
+  vala
+)
+source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=5849d94fd2c822e36861e968abd6f3562ba34373)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-sound
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-sound build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in wingpanel-indicator-sound/trunk (PKGBUILD)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:37:44
  Author: alucryd
Revision: 611918

upgpkg: wingpanel-indicator-sound 2.1.5-1

Modified:
  wingpanel-indicator-sound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:36:47 UTC (rev 611917)
+++ PKGBUILD2020-04-05 19:37:44 UTC (rev 611918)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=wingpanel-indicator-sound
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='Wingpanel Sound Indicator'
 arch=(x86_64)
@@ -28,7 +28,7 @@
   meson
   vala
 )
-source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=002003d872ec7c2f0f1509ad5da9b1d31e26ff20)
+source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=5849d94fd2c822e36861e968abd6f3562ba34373)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in wingpanel-indicator-power/repos/community-x86_64 (2 files)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:36:47
  Author: alucryd
Revision: 611917

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-power/repos/community-x86_64/PKGBUILD
(from rev 611916, wingpanel-indicator-power/trunk/PKGBUILD)
Deleted:
  wingpanel-indicator-power/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:36:42 UTC (rev 611916)
+++ PKGBUILD2020-04-05 19:36:47 UTC (rev 611917)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=wingpanel-indicator-power
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Wingpanel Power Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-power
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  bamf
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libgtop
-  libudev.so
-  libwingpanel-2.0.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-  wingpanel
-)
-source=(git+https://github.com/elementary/wingpanel-indicator-power.git#tag=a2a344eabd31e17e27b929cef6bc4432f312c82e)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel-indicator-power
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel-indicator-power build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel-indicator-power/repos/community-x86_64/PKGBUILD (from rev 
611916, wingpanel-indicator-power/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:36:47 UTC (rev 611917)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-power
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Wingpanel Power Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-power
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  bamf
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libgtop
+  libudev.so
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+  wingpanel
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-power.git#tag=c42b901a88d275df3e14e8975cd59c5f37e048dd)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-power
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-power build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


  1   2   3   >