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

2022-05-16 Thread Brett Cornwall via arch-commits
Date: Tuesday, May 17, 2022 @ 04:45:07
  Author: ainola
Revision: 1207654

archrelease: copy trunk to community-staging-x86_64

Added:
  csound-plugins/repos/community-staging-x86_64/
  csound-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 1207653, csound-plugins/trunk/PKGBUILD)

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

Copied: csound-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
1207653, csound-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-17 04:45:07 UTC (rev 1207654)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=csound-plugins
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Extra opcodes for Csound"
+arch=(x86_64)
+url="https://github.com/csound/plugins;
+license=('GPL')
+groups=('pro-audio')
+depends=(
+   'csound'
+   'hdf5'
+   'lame'
+   'libfaust.so'
+   'libfltk.so'
+   'libfluidsynth.so'
+   'libjack.so'
+   'libwebsockets.so'
+   'libwiiuse.so'
+   'python'
+   'stk'
+)
+makedepends=(
+   'cmake'
+   'eigen'
+   'git'
+   'gmm'
+   'libpng'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csound/plugins/archive/refs/tags/$pkgver.tar.gz;)
+sha256sums=('8c2f0625ad1d38400030f414b92d82cfdec5c04b7dc178852f3e1935abf75d30')
+
+build() {
+   mkdir build
+   cmake -B build -S "plugins-$pkgver" \
+   -DCMAKE_BUILD_TYPE='None' \
+   -DCMAKE_INSTALL_PREFIX='/usr' \
+   -Wno-dev
+   make -C build
+}
+
+package() {
+   make -C build DESTDIR="$pkgdir/" install
+}



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

2022-05-16 Thread Brett Cornwall via arch-commits
Date: Tuesday, May 17, 2022 @ 04:44:47
  Author: ainola
Revision: 1207653

Rebuild for new hdf5 version

https://archlinux.org/todo/hdf5-1122/

Modified:
  csound-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-17 03:47:00 UTC (rev 1207652)
+++ PKGBUILD2022-05-17 04:44:47 UTC (rev 1207653)
@@ -2,7 +2,7 @@
 
 pkgname=csound-plugins
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra opcodes for Csound"
 arch=(x86_64)
 url="https://github.com/csound/plugins;



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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 03:47:00
  Author: svenstaro
Revision: 1207652

archrelease: copy trunk to community-staging-x86_64

Added:
  tensorflow/repos/community-staging-x86_64/PKGBUILD
(from rev 1207651, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-staging-x86_64/fix-c++17-compat.patch
(from rev 1207651, tensorflow/trunk/fix-c++17-compat.patch)
  tensorflow/repos/community-staging-x86_64/test.py
(from rev 1207651, tensorflow/trunk/test.py)
Deleted:
  tensorflow/repos/community-staging-x86_64/PKGBUILD
  tensorflow/repos/community-staging-x86_64/fix-c++17-compat.patch
  tensorflow/repos/community-staging-x86_64/test.py

+
 PKGBUILD   |  626 +++
 fix-c++17-compat.patch |   22 -
 test.py|   24 -
 3 files changed, 336 insertions(+), 336 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 03:46:41 UTC (rev 1207651)
+++ PKGBUILD2022-05-17 03:47:00 UTC (rev 1207652)
@@ -1,313 +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.8.1
-_pkgver=2.8.1
-pkgrel=1
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-depends=('c-ares' 'intel-mkl' 'onednn' 'pybind11' 'openssl' 'lmdb' 'libpng' 
'curl' 'giflib' 'icu' 'libjpeg-turbo')
-makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
- 'python-keras-applications' 'python-keras-preprocessing'
- 'cython')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
-fix-c++17-compat.patch)
-sha512sums=('799b95fa58369cb234c918c4784e8e06099a8cafb49bc7df9733e6e0aedb5561ecabf5940b62b9557aa23efa4ba6f191204359e23446f051400ce5a55f271ede'
-
'f682368bb47b2b022a51aa77345dfa30f3b0d7911c56515d428b8326ee3751242f375f4e715a37bb723ef20a86916dad9871c3c81b1b58da85e1ca202bc4901e')
-
-# consolidate common dependencies to prevent mishaps
-_common_py_depends=(python-termcolor python-astor python-gast03 python-numpy 
python-protobuf
-absl-py python-h5py python-keras python-keras-applications 
python-keras-preprocessing
-python-tensorflow-estimator python-opt_einsum 
python-astunparse python-pasta
-python-flatbuffers python-typing_extensions)
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-check_dir() {
-  # first make sure we do not break parsepkgbuild
-  if ! command -v cp &> /dev/null; then
->&2 echo "'cp' command not found. PKGBUILD is probably being checked by 
parsepkgbuild."
-if ! command -v install &> /dev/null; then
-  >&2 echo "'install' command also not found. PKGBUILD must be getting 
checked by parsepkgbuild."
-  >&2 echo "Cannot check if directory '${1}' exists. Ignoring."
-  >&2 echo "If you are not running nacmap or parsepkgbuild, please make 
sure the PATH is correct and try again."
-  >&2 echo "PATH should not be '/dummy': PATH=$PATH"
-  return 0
-fi
-  fi
-  # if we are running normally, check the given path
-  if [ -d "${1}" ]; then
-return 0
-  else
->&2 echo Directory "${1}" does not exist or is a file! Exiting...
-exit 1
-  fi
-}
-
-prepare() {
-  # Allow any bazel version
-  echo "*" > tensorflow-${_pkgver}/.bazelversion
-
-  # Get rid of hardcoded versions. Not like we ever cared about what upstream
-  # thinks about which versions should be used anyway. ;) (FS#68772)
-  sed -i -E "s/'([0-9a-z_-]+) .= [0-9].+[0-9]'/'\1'/" 
tensorflow-${_pkgver}/tensorflow/tools/pip_package/setup.py
-
-  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=1
-  export TF_NEED_OPENCL_SYCL=0
-  export TF_NEED_AWS=1
-  export TF_NEED_GCP=1
-  export TF_NEED_HDFS=1
-  export TF_NEED_S3=1
-  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

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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 17, 2022 @ 03:46:41
  Author: svenstaro
Revision: 1207651

upgpkg: tensorflow 2.9.0-1

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:59 UTC (rev 1207650)
+++ PKGBUILD2022-05-17 03:46:41 UTC (rev 1207651)
@@ -5,8 +5,8 @@
 
 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.8.1
-_pkgver=2.8.1
+pkgver=2.9.0
+_pkgver=2.9.0
 pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
@@ -20,7 +20,7 @@
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
 fix-c++17-compat.patch)
-sha512sums=('799b95fa58369cb234c918c4784e8e06099a8cafb49bc7df9733e6e0aedb5561ecabf5940b62b9557aa23efa4ba6f191204359e23446f051400ce5a55f271ede'
+sha512sums=('1196f8bdf1e3dba53b1d96f32d5f99f1f372a06feafa46147b636f19ad7de0e877a82619770e6393c2cd72093147b848d1cc30a0a989826f7ab2c1f7a06b08b6'
 
'f682368bb47b2b022a51aa77345dfa30f3b0d7911c56515d428b8326ee3751242f375f4e715a37bb723ef20a86916dad9871c3c81b1b58da85e1ca202bc4901e')
 
 # consolidate common dependencies to prevent mishaps



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:59
  Author: heftig
Revision: 445907

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 445905, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-16 21:42:59 UTC (rev 445907)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=515.43.04
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:43:01
  Author: heftig
Revision: 445909

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  204 +
 config   |10907 +
 2 files changed, 1 insertions(+)

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


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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:56
  Author: heftig
Revision: 1207648

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1207645, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1207645, netfilter-fullconenat/trunk/linux-5.15.patch)

--+
 PKGBUILD |   46 +++
 linux-5.15.patch |   68 +
 2 files changed, 114 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1207645, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 21:42:56 UTC (rev 1207648)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=204
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit};
+linux-5.15.patch)
+sha256sums=('SKIP'
+'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+  patch -p1 -i ../linux-5.15.patch
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(net, _event_notifier) == 0) {
+   ct_event_notifier_registered = 1;
+@@ -1252,6 +1255,11 @@ static int fullconenat_tg_check(const struct 
xt_tgchk_param *par)
+ } else {
+   printk("xt_FULLCONENAT: warning: failed to register a conntrack 
notifier. Disable active GC for mappings.\n");
+ }
++#else
++ct_event_notifier.ct_event = ct_event_cb;
++nf_conntrack_register_notifier(par->net, _event_notifier);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_check(): ct_event_notifier 
registered\n");
++#endif
+ 
+   }
+ 
+@@ -1269,6 +1277,7 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): tg_refer_count is now 
%d\n", tg_refer_count);
+ 
+   if (tg_refer_count == 0) {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0)
+ if (ct_event_notifier_registered) {
+   nf_conntrack_unregister_notifier(par->net, _event_notifier);
+   ct_event_notifier_registered = 0;
+@@ -1276,6 +1285,10 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
+ 
+ }
++#else
++nf_conntrack_unregister_notifier(par->net);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
++#endif
+ nf_ct_netns_put(par->net, par->family);
+   }
+ 



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:58
  Author: heftig
Revision: 1207649

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1207645, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 21:42:58 UTC (rev 1207649)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.34
+pkgrel=8
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:59
  Author: heftig
Revision: 1207650

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1207646, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 21:42:59 UTC (rev 1207650)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=40
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:43:00
  Author: heftig
Revision: 445908

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  204 +
 config   |10855 +
 2 files changed, 11059 insertions(+)

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


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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:55
  Author: heftig
Revision: 1207646

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1207641, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 21:42:55 UTC (rev 1207646)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=385
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:58
  Author: heftig
Revision: 445906

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-open/repos/testing-x86_64/PKGBUILD (from rev 445905, 
nvidia-open/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-16 21:42:58 UTC (rev 445906)
@@ -0,0 +1,88 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.43.04
+pkgrel=6
+pkgdesc="NVIDIA open kernel modules"
+arch=('x86_64')
+url="https://github.com/NVIDIA/open-gpu-kernel-modules;
+depends=("nvidia-utils=${pkgver}" 'libglvnd')
+makedepends=('linux-headers')
+license=('GPL')
+options=('!lto' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+  # Attempt to make this reproducible
+  sed -i "s/^HOSTNAME.*/HOSTNAME = echo archlinux"/ utils.mk
+  sed -i "s/^WHOAMI.*/WHOAMI = echo archlinux-builder"/ utils.mk
+  sed -i "s/^DATE.*/DATE = date -r version.mk"/ utils.mk
+
+  sed -i "s/__VERSION_STRING/${pkgver}/" kernel-open/dkms.conf
+  sed -i 's/__JOBS/`nproc`/' kernel-open/dkms.conf
+  sed -i 's/__EXCLUDE_MODULES//' kernel-open/dkms.conf
+  sed -i 's/__DKMS_MODULES//' kernel-open/dkms.conf
+  sed -i '$i\
+BUILT_MODULE_NAME[0]="nvidia"\
+BUILT_MODULE_LOCATION[0]="kernel-open"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+BUILT_MODULE_LOCATION[1]="kernel-open"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+BUILT_MODULE_LOCATION[2]="kernel-open"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+BUILT_MODULE_LOCATION[3]="kernel-open"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="nvidia-peermem"\
+BUILT_MODULE_LOCATION[4]="kernel-open"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' kernel-open/dkms.conf
+
+  # Clean version for later copying for DKMS
+  cp -r ../open-gpu-kernel-modules-${pkgver} 
"$srcdir"/open-gpu-kernel-modules-dkms
+}
+
+build() {
+  cd open-gpu-kernel-modules-${pkgver}
+  make SYSSRC="/usr/src/linux"
+}
+
+package_nvidia-open() {
+  depends+=('linux')
+  conflicts=('NVIDIA-MODULE')
+  provides=('NVIDIA-MODULE')
+
+  cd open-gpu-kernel-modules-${pkgver}
+  _extradir="/usr/lib/modules/$( 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_nvidia-open-dkms() {
+  depends+=('dkms')
+  conflicts=('nvidia-open' 'NVIDIA-MODULE')
+  provides=('nvidia-open' 'NVIDIA-MODULE')
+
+  install -dm 755 "${pkgdir}"/usr/src
+  # cp -dr --no-preserve='ownership' kernel-open 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  cp -dr --no-preserve='ownership' open-gpu-kernel-modules-dkms 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  mv "${pkgdir}/usr/src/nvidia-$pkgver/kernel-open/dkms.conf" 
"${pkgdir}/usr/src/nvidia-$pkgver/dkms.conf"
+
+  # Force module to load even on unsupported GPUs
+  mkdir -p "$pkgdir"/usr/lib/modprobe.d
+  echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" > 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 open-gpu-kernel-modules-${pkgver}/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set sw=2 et:



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:55
  Author: heftig
Revision: 1207645

archrelease: copy trunk to community-testing-x86_64

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

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

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

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1207642, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2022-05-16 21:42:55 UTC 
(rev 1207645)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

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

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:54
  Author: heftig
Revision: 1207643

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1207641, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 21:42:54 UTC (rev 1207643)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.050.00
+pkgrel=6
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc)
+sha256sums=('15b06890230d7c7b92635d981a6f07c4562b0b3eeb55f43b127bdfbb50dda5e1'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:56
  Author: heftig
Revision: 1207647

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:54
  Author: heftig
Revision: 1207644

archrelease: copy trunk to community-testing-x86_64

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

---+
 PKGBUILD  |   49 +
 dkms.conf |9 +
 2 files changed, 58 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 1207641, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 21:42:54 UTC (rev 1207644)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20211218
+pkgrel=35
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz;
+dkms.conf)
+sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:53
  Author: heftig
Revision: 1207642

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1207641, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 21:42:53 UTC (rev 1207642)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=85
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz;)
+sha512sums=('d7038f900c7f6cf2af156ced0fab6bcd46bff347011acc34b5d355ae8f09efe3f323724b728fbfe9c8b961e238ceb7c81aaf45f2e446b5d9ce908e8c0a658c5b')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:23
  Author: heftig
Revision: 445905

515.43.04-4: linux 5.17.8.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:13 UTC (rev 445904)
+++ PKGBUILD2022-05-16 21:42:23 UTC (rev 445905)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.43.04
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:21
  Author: heftig
Revision: 1207639

20211218-35: linux 5.17.8.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:19 UTC (rev 1207638)
+++ PKGBUILD2022-05-16 21:42:21 UTC (rev 1207639)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=34
+pkgrel=35
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:22
  Author: heftig
Revision: 1207640

1.2.2-40: linux 5.17.8.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:21 UTC (rev 1207639)
+++ PKGBUILD2022-05-16 21:42:22 UTC (rev 1207640)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=39
+pkgrel=40
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:25
  Author: heftig
Revision: 1207641

5.0.9-85: linux 5.17.8.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:22 UTC (rev 1207640)
+++ PKGBUILD2022-05-16 21:42:25 UTC (rev 1207641)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=84
+pkgrel=85
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:19
  Author: heftig
Revision: 1207638

8.050.00-6: linux 5.17.8.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:18 UTC (rev 1207637)
+++ PKGBUILD2022-05-16 21:42:19 UTC (rev 1207638)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.00
-pkgrel=5
+pkgrel=6
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:13
  Author: heftig
Revision: 445904

515.43.04-6: linux 5.17.8.arch1-1

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:41:18 UTC (rev 445903)
+++ PKGBUILD2022-05-16 21:42:13 UTC (rev 445904)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.43.04
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:18
  Author: heftig
Revision: 1207637

0.8-506: linux 5.17.8.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:16 UTC (rev 1207636)
+++ PKGBUILD2022-05-16 21:42:18 UTC (rev 1207637)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=505
+pkgrel=506
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:11
  Author: heftig
Revision: 1207634

6.1.34-8: linux 5.17.8.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:09 UTC (rev 1207633)
+++ PKGBUILD2022-05-16 21:42:11 UTC (rev 1207634)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.34
-pkgrel=7
+pkgrel=8
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:16
  Author: heftig
Revision: 1207636

6.30.223.271-385: linux 5.17.8.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:14 UTC (rev 1207635)
+++ PKGBUILD2022-05-16 21:42:16 UTC (rev 1207636)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=384
+pkgrel=385
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:14
  Author: heftig
Revision: 1207635

0.43-393: linux 5.17.8.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:42:11 UTC (rev 1207634)
+++ PKGBUILD2022-05-16 21:42:14 UTC (rev 1207635)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=392
+pkgrel=393
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:42:09
  Author: heftig
Revision: 1207633

r73.0cf3b48-204: linux 5.17.8.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:26:55 UTC (rev 1207632)
+++ PKGBUILD2022-05-16 21:42:09 UTC (rev 1207633)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=203
+pkgrel=204
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:41:17
  Author: heftig
Revision: 445902

5.17.8.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:14:50 UTC (rev 445901)
+++ PKGBUILD2022-05-16 21:41:17 UTC (rev 445902)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.17.7.zen1
-pkgrel=2
+pkgver=5.17.8.zen1
+pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag;



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 21:41:18
  Author: heftig
Revision: 445903

5.17.8.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:41:17 UTC (rev 445902)
+++ PKGBUILD2022-05-16 21:41:18 UTC (rev 445903)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.17.7.arch1
-pkgrel=2
+pkgver=5.17.8.arch1
+pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/archlinux/linux/commits/$_srctag;



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

2022-05-16 Thread Dan Printzell via arch-commits
Date: Monday, May 16, 2022 @ 21:26:55
  Author: wild
Revision: 1207632

archrelease: copy trunk to community-x86_64

Added:
  dtools/repos/community-x86_64/PKGBUILD
(from rev 1207631, dtools/trunk/PKGBUILD)
Deleted:
  dtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 21:26:49 UTC (rev 1207631)
+++ PKGBUILD2022-05-16 21:26:55 UTC (rev 1207632)
@@ -1,47 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-
-pkgname=dtools
-pkgver=2.099.1
-pkgrel=1
-pkgdesc='Ancilliary tools for the D programming language'
-license=('Boost')
-groups=('dlang')
-arch=('x86_64')
-url='https://www.dlang.org'
-makedepends=('dmd' 'libphobos')
-provides=('ddemangle' 'dustmite' 'rdmd')
-conflicts=('ddemangle' 'dustmite' 'rdmd')
-depends=('curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;)
-sha512sums=('68cde8853bac2f3c92a2fbbe3f658e29b475bea2aeb5f5ffb96f2b3e85aca693b1d14c8fa248bad882461e55957c1de5cba9ac7a02b3a28be070e4869b6a4171')
-
-build() {
-DMD=dmd
-
-# Add $LDFLAGS to the compilation, and remove -flto
-_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed -e "s/,/ 
-L=/g" -e "s/-flto=auto//")
-
-cd tools-$pkgver
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd -L--build-id $_linkflags rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
-done
-}
-
-package() {
-cd tools-$pkgver
-
-mkdir -p "$pkgdir/usr/bin"
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t "$pkgdir/usr/bin" $pkgname-$tool
-done
-
-cd "$pkgdir"
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-ln -s dtools-ddemangle usr/bin/ddemangle
-}

Copied: dtools/repos/community-x86_64/PKGBUILD (from rev 1207631, 
dtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 21:26:55 UTC (rev 1207632)
@@ -0,0 +1,47 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Mihails Strasunse 
+
+pkgname=dtools
+pkgver=2.100.0
+pkgrel=1
+pkgdesc='Ancilliary tools for the D programming language'
+license=('Boost')
+groups=('dlang')
+arch=('x86_64')
+url='https://www.dlang.org'
+makedepends=('dmd' 'libphobos')
+provides=('ddemangle' 'dustmite' 'rdmd')
+conflicts=('ddemangle' 'dustmite' 'rdmd')
+depends=('curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;)
+sha512sums=('a9202b9ebe8c702a368e00a9c9d3f504df751a185f222322ba3aae94cb7ab05481afbee081b399f448f251a9141cba2da3d80dee46c3201264743732e00cfde9')
+
+build() {
+DMD=dmd
+
+# Add $LDFLAGS to the compilation, and remove -flto
+_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed -e "s/,/ 
-L=/g" -e "s/-flto=auto//")
+
+cd tools-$pkgver
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd -L--build-id $_linkflags rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
+done
+}
+
+package() {
+cd tools-$pkgver
+
+mkdir -p "$pkgdir/usr/bin"
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t "$pkgdir/usr/bin" $pkgname-$tool
+done
+
+cd "$pkgdir"
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+ln -s dtools-ddemangle usr/bin/ddemangle
+}



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

2022-05-16 Thread Dan Printzell via arch-commits
Date: Monday, May 16, 2022 @ 21:26:49
  Author: wild
Revision: 1207631

upgpkg: dtools 2.100.0-1: Updated to 2.100.0

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:26:41 UTC (rev 1207630)
+++ PKGBUILD2022-05-16 21:26:49 UTC (rev 1207631)
@@ -3,7 +3,7 @@
 # Contributor: Mihails Strasunse 
 
 pkgname=dtools
-pkgver=2.099.1
+pkgver=2.100.0
 pkgrel=1
 pkgdesc='Ancilliary tools for the D programming language'
 license=('Boost')
@@ -15,7 +15,7 @@
 conflicts=('ddemangle' 'dustmite' 'rdmd')
 depends=('curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;)
-sha512sums=('68cde8853bac2f3c92a2fbbe3f658e29b475bea2aeb5f5ffb96f2b3e85aca693b1d14c8fa248bad882461e55957c1de5cba9ac7a02b3a28be070e4869b6a4171')
+sha512sums=('a9202b9ebe8c702a368e00a9c9d3f504df751a185f222322ba3aae94cb7ab05481afbee081b399f448f251a9141cba2da3d80dee46c3201264743732e00cfde9')
 
 build() {
 DMD=dmd



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

2022-05-16 Thread Dan Printzell via arch-commits
Date: Monday, May 16, 2022 @ 21:26:41
  Author: wild
Revision: 1207630

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 1207629, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 1207629, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 1207629, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  274 +++---
 dmd-doc.desktop |   14 +-
 dmd.conf|   10 -
 3 files changed, 149 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 21:26:23 UTC (rev 1207629)
+++ PKGBUILD2022-05-16 21:26:41 UTC (rev 1207630)
@@ -1,137 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc='D programming language compiler and standard library'
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.099.1
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url='https://www.dlang.org'
-makedepends=('git' 'ldc')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver;
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-'dmd.conf'
-'dmd-doc.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'1ceb799d2b0eb87929ecc63e1cfbb59a1d16c217ffe446779eead4096524'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')
-# Key from https://dlang.org/gpg_keys.html
-validpgpkeys=('F8A26D5D7572ECA06EC7973182C52E37A8BC8393') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-
-# Make sure the version is not -dirty
-sed -i "s/\.git/.nope/" "$srcdir"/dmd/src/build.d
-}
-
-build() {
-export DFLAGS="-link-defaultlib-shared=false $(echo -ne $LDFLAGS | cut 
-d\" -f2 | tail -c+4 | sed -e "s/,/ -L=/g" -e "s/-flto=auto/--flto=full/")"
-export HOST_DMD=ldmd2
-
-cd "$srcdir"/dmd
-# Make the build tool. Instructions from src/posix.mak
-mkdir generated
-$HOST_DMD -ofgenerated/build -g src/build.d -release -O
-# Actually build dmd
-generated/build BUILD=release HOST_DMD="$HOST_DMD" CXX="c++" 
ENABLE_RELEASE=1 DFLAGS="$DFLAGS" dmd -v $MAKEFLAGS
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-# This requires object.d to compile, thus need to be after druntime is 
built
-cd "$srcdir"/dmd
-make -C docs DMD=$HOST_DMD
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-install -Dm755 "$srcdir"/dmd/generated/linux/release/*/dmd 
"$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 "$srcdir"/dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp generated/docs/man/man1/dmd.1 "$pkgdir"/usr/share/man/man1/
-cp -r generated/docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-mkdir -p "$pkgdir"/usr/share/applications
-install -Dm644 "$srcdir"/dmd-doc.desktop 
"$pkgdir"/usr/share/applications/dmd-doc.desktop
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r samples/* "$pkgdir"/usr/share/d/samples/
-
-mkdir -p "$pkgdir"/usr/share/d/html
-cp -r 

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

2022-05-16 Thread Dan Printzell via arch-commits
Date: Monday, May 16, 2022 @ 21:26:23
  Author: wild
Revision: 1207629

upgpkg: dmd 1:2.100.0-1: Updated to 2.100.0

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:23:14 UTC (rev 1207628)
+++ PKGBUILD2022-05-16 21:26:23 UTC (rev 1207629)
@@ -11,7 +11,7 @@
 pkgdesc='D programming language compiler and standard library'
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.099.1
+pkgver=2.100.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'1ceb799d2b0eb87929ecc63e1cfbb59a1d16c217ffe446779eead4096524'
+'84672e81d24e4aea62fc8693bd4260bcf35a04ad6124b2707d40b11c67502302'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')



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

2022-05-16 Thread Daniel M. Capella via arch-commits
Date: Monday, May 16, 2022 @ 21:23:14
  Author: polyzen
Revision: 1207628

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 21:22:48 UTC (rev 1207627)
+++ PKGBUILD2022-05-16 21:23:14 UTC (rev 1207628)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Timothée Ravier 
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.20.35
-pkgrel=1
-pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('x86_64')
-url=https://www.dulwich.io
-license=('GPL')
-depends=('python-certifi' 'python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-gpgme')
-optdepends=('python-fastimport: for fast-import support'
-'python-gpgme: for PGP signature support'
-'python-idna: for HTTPS support via urllib3'
-'python-pyopenssl: for HTTPS support via urllib3'
-'python-pyinotify: to watch for changes to refs')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('953f6301a9df8a091fa88d55eed394a88bf9988cde8be341775354910918c196')
-b2sums=('97c877554199aa8f3abf2f95a43c350cbef784f6f71af6280c537a93297c89981190fe1f66914532641a99cc3dca82a33b43d09f864f2ddf370c0097fa28a5e0')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --optimize=1 --skip-build
-  test-env/bin/python -m unittest dulwich.tests.test_suite
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dulwich/repos/community-x86_64/PKGBUILD (from rev 1207627, 
python-dulwich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 21:23:14 UTC (rev 1207628)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Timothée Ravier 
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.20.37
+pkgrel=1
+pkgdesc='Pure-Python implementation of the Git file formats and protocols'
+arch=('x86_64')
+url=https://www.dulwich.io
+license=('GPL')
+depends=('python-certifi' 'python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-gpgme' 'python-paramiko')
+optdepends=('python-fastimport: for fast-import support'
+'python-gpgme: for PGP signature support'
+'python-idna: for HTTPS support via urllib3'
+'python-paramiko: for use as the SSH implementation'
+'python-pyopenssl: for HTTPS support via urllib3'
+'python-pyinotify: to watch for changes to refs')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('e272fd125935258c57682fd824de34d4d0e702da779afcfb796faadc1c58bcca')
+b2sums=('a416a97bc5f3bef727be2a70344424c0b4e51f15b630604983f136b8d6efbdcdb789aeb4f3e8f782c739a9a9974880e2d8d16c4ae554b257ff78d44f24379779')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --optimize=1 --skip-build
+  test-env/bin/python -m unittest dulwich.tests.test_suite
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-16 Thread Daniel M. Capella via arch-commits
Date: Monday, May 16, 2022 @ 21:22:48
  Author: polyzen
Revision: 1207627

upgpkg: python-dulwich 0.20.37-1

Modified:
  python-dulwich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:03:25 UTC (rev 1207626)
+++ PKGBUILD2022-05-16 21:22:48 UTC (rev 1207627)
@@ -3,7 +3,7 @@
 
 _name=dulwich
 pkgname=python-dulwich
-pkgver=0.20.35
+pkgver=0.20.37
 pkgrel=1
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
@@ -11,15 +11,16 @@
 license=('GPL')
 depends=('python-certifi' 'python-urllib3')
 makedepends=('python-setuptools')
-checkdepends=('python-gpgme')
+checkdepends=('python-gpgme' 'python-paramiko')
 optdepends=('python-fastimport: for fast-import support'
 'python-gpgme: for PGP signature support'
 'python-idna: for HTTPS support via urllib3'
+'python-paramiko: for use as the SSH implementation'
 'python-pyopenssl: for HTTPS support via urllib3'
 'python-pyinotify: to watch for changes to refs')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('953f6301a9df8a091fa88d55eed394a88bf9988cde8be341775354910918c196')
-b2sums=('97c877554199aa8f3abf2f95a43c350cbef784f6f71af6280c537a93297c89981190fe1f66914532641a99cc3dca82a33b43d09f864f2ddf370c0097fa28a5e0')
+sha256sums=('e272fd125935258c57682fd824de34d4d0e702da779afcfb796faadc1c58bcca')
+b2sums=('a416a97bc5f3bef727be2a70344424c0b4e51f15b630604983f136b8d6efbdcdb789aeb4f3e8f782c739a9a9974880e2d8d16c4ae554b257ff78d44f24379779')
 
 build() {
   cd $_name-$pkgver



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 21:14:50
  Author: arojas
Revision: 445901

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 445900, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qmake-cflags.patch
(from rev 445900, qt5-base/trunk/qmake-cflags.patch)
  qt5-base/repos/extra-x86_64/qmake-config.patch
(from rev 445900, qt5-base/trunk/qmake-config.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qmake-cflags.patch
  qt5-base/repos/extra-x86_64/qmake-config.patch

+
 PKGBUILD   |  228 +--
 qmake-cflags.patch |   92 ++--
 qmake-config.patch |   26 ++---
 3 files changed, 173 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 21:14:35 UTC (rev 445900)
+++ PKGBUILD2022-05-16 21:14:50 UTC (rev 445901)
@@ -1,114 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_basever=5.15.4
-pkgver=5.15.4+kde+r135
-pkgrel=1
-_commit=e0a15c11b853954d4189b2e30aa2450184de0987
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgbase/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qmake-cflags.patch
-qmake-config.patch)
-sha256sums=('SKIP'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-  patch -p1 < ../qmake-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qmake-config.patch # Don't strip binaries with qmake and use 
-ltcg, cf. QTBUG-73834
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--no-reduce-relocations \
--no-strip \
--ltcg
-# No configure flag for fat static libs with lto
-  bin/qmake CONFIG+=fat-static-lto -- -redo
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-  depends+=(qt5-translations)
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 445900, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 21:14:35
  Author: arojas
Revision: 445900

Bump revision

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 21:09:36 UTC (rev 445899)
+++ PKGBUILD2022-05-16 21:14:35 UTC (rev 445900)
@@ -4,9 +4,9 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 _basever=5.15.4
-pkgver=5.15.4+kde+r135
+pkgver=5.15.4+kde+r139
 pkgrel=1
-_commit=e0a15c11b853954d4189b2e30aa2450184de0987
+_commit=2ffb7ad8a1079a0444b9c72affe3d19b089b60de
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-05-16 Thread Frederik Schwan via arch-commits
Date: Monday, May 16, 2022 @ 21:09:07
  Author: freswa
Revision: 445898

archrelease: copy trunk to testing-x86_64

Added:
  gcc11/repos/testing-x86_64/PKGBUILD
(from rev 445897, gcc11/trunk/PKGBUILD)
  gcc11/repos/testing-x86_64/c89
(from rev 445897, gcc11/trunk/c89)
  gcc11/repos/testing-x86_64/c99
(from rev 445897, gcc11/trunk/c99)
Deleted:
  gcc11/repos/testing-x86_64/PKGBUILD
  gcc11/repos/testing-x86_64/c89
  gcc11/repos/testing-x86_64/c99

--+
 PKGBUILD |  447 ++---
 c89  |   20 +-
 c99  |   20 +-
 3 files changed, 243 insertions(+), 244 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 21:09:04 UTC (rev 445897)
+++ PKGBUILD2022-05-16 21:09:07 UTC (rev 445898)
@@ -1,224 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: Daniel Kozak 
-
-pkgbase=gcc11
-pkgname=($pkgbase gcc11-libs gcc11-fortran)
-pkgver=11.3.0
-_majorver=${pkgver%%.*}
-pkgrel=2
-pkgdesc='The GNU Compiler Collection (11.x.x)'
-arch=(x86_64)
-license=(GPL LGPL FDL custom)
-url='https://gcc.gnu.org'
-makedepends=(binutils doxygen git libmpc python libisl.so)
-checkdepends=(dejagnu inetutils)
-options=(!emptydirs !lto)
-_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
-source=(https://sourceware.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz{,.sig}
-c89 c99
-)
-validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrow...@archlinux.org
-  86CFFCA918CF3AF47147588051E8B148AC34  # 
evange...@foutrelis.com
-  13975A70E63C361C73AE69EF6EEB81F8981C74C7  # 
richard.guent...@gmail.com
-  D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek 

-b2sums=('7e562d25446ca4ab9fe8cdb714866f66aba3744d78bf84f31bfb097c1a981e4c7f990cb1e6bcfec5ae6671836a4984e2b70eb8fed81dcef5e244f88da8623469'
-'SKIP'
-
'2c64090b879d6faea7f20095eff1b9bd6a09fe3b15b3890783d3715171678ab62d32c91af683b878746fb14441dbe09768474417840f96a561443415f76afb63'
-
'3cf318835b9833ac7c5d3a6026fff8b4f18b098e18c9649d00e32273688ff06ec3af41f0d0aee9d2261725e0ff08f47a224ccfe5ebb06646aaf318ff8ac9a0d1')
-
-prepare() {
-  [[ ! -d gcc ]] && ln -s gcc-${pkgver/+/-} gcc
-  cd gcc
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # Arch Linux installs x86_64 libraries /lib
-  sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
-
-  mkdir -p "$srcdir/gcc-build"
-}
-
-build() {
-local _confflags=(
-  --prefix=/usr
-  --libdir=/usr/lib
-  --libexecdir=/usr/lib
-  --mandir=/usr/share/man
-  --infodir=/usr/share/info
-  --with-bugurl=https://bugs.archlinux.org/
-  --with-linker-hash-style=gnu
-  --with-system-zlib
-  --enable-__cxa_atexit
-  --enable-cet=auto
-  --enable-checking=release
-  --enable-clocale=gnu
-  --enable-default-pie
-  --enable-default-ssp
-  --enable-gnu-indirect-function
-  --enable-gnu-unique-object
-  --enable-linker-build-id
-  --enable-lto
-  --enable-plugin
-  --enable-shared
-  --enable-threads=posix
-  --disable-libssp
-  --disable-libstdcxx-pch
-  --disable-werror
-  --with-build-config=bootstrap-lto
-  --enable-link-serialization=1
-  --program-suffix=-${_majorver}
-  --enable-version-specific-runtime-libs
-  --disable-multilib
-)
-
-  cd gcc-build
-
-  # Credits @allanmcrae
-  # 
https://github.com/allanmcrae/toolchain/blob/f18604d70c5933c31b51a320978711e4e6791cf1/gcc/PKGBUILD
-  # TODO: properly deal with the build issues resulting from this
-  CFLAGS=${CFLAGS/-Werror=format-security/}
-  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
-
-  "$srcdir/gcc/configure" \
---enable-languages=c,c++,fortran,lto \
---enable-bootstrap \
-"${_confflags[@]:?_confflags unset}"
-
-  # see https://bugs.archlinux.org/task/71777 for rationale re *FLAGS handling
-  make -O STAGE1_CFLAGS="-O2" \
-  BOOT_CFLAGS="$CFLAGS" \
-  BOOT_LDFLAGS="$LDFLAGS" \
-  LDFLAGS_FOR_TARGET="$LDFLAGS" \
-  profiledbootstrap
-
-  # make documentation
-  make -O -C $CHOST/libstdc++-v3/doc doc-man-doxygen
-}
-
-check() {
-  cd gcc-build
-
-  # disable libphobos test to avoid segfaults and other unfunny ways to waste 
my time
-  sed -i '/maybe-check-target-libphobos \\/d' Makefile
-
-  # do not abort on error as some are "expected"
-  make -O -k check || true
-  "$srcdir/gcc/contrib/test_summary"
-}
-
-package_gcc11-libs() {
-  pkgdesc="Runtime libraries shipped by GCC (11.x.x)"
-  depends=('glibc>=2.27')
-  options=(!emptydirs !strip)
-  provides=(libgfortran.so libubsan.so libasan.so libtsan.so liblsan.so)
-
-  cd gcc-build
-  make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared
-  mv "${pkgdir}/${_libdir}"/../lib/* 

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

2022-05-16 Thread Frederik Schwan via arch-commits
Date: Monday, May 16, 2022 @ 21:09:04
  Author: freswa
Revision: 445897

remove lib provides for gcc11-libs due to nested location

Modified:
  gcc11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:56:16 UTC (rev 445896)
+++ PKGBUILD2022-05-16 21:09:04 UTC (rev 445897)
@@ -9,7 +9,7 @@
 pkgname=($pkgbase gcc11-libs gcc11-fortran)
 pkgver=11.3.0
 _majorver=${pkgver%%.*}
-pkgrel=2
+pkgrel=3
 pkgdesc='The GNU Compiler Collection (11.x.x)'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -115,7 +115,6 @@
   pkgdesc="Runtime libraries shipped by GCC (11.x.x)"
   depends=('glibc>=2.27')
   options=(!emptydirs !strip)
-  provides=(libgfortran.so libubsan.so libasan.so libtsan.so liblsan.so)
 
   cd gcc-build
   make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared



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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 16, 2022 @ 21:03:25
  Author: svenstaro
Revision: 1207626

archrelease: copy trunk to community-staging-x86_64

Added:
  tensorflow/repos/community-staging-x86_64/PKGBUILD
(from rev 1207625, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-staging-x86_64/fix-c++17-compat.patch
(from rev 1207625, tensorflow/trunk/fix-c++17-compat.patch)
  tensorflow/repos/community-staging-x86_64/test.py
(from rev 1207625, tensorflow/trunk/test.py)
Deleted:
  tensorflow/repos/community-staging-x86_64/PKGBUILD
  tensorflow/repos/community-staging-x86_64/fix-c++17-compat.patch
  tensorflow/repos/community-staging-x86_64/test.py

+
 PKGBUILD   |  626 +++
 fix-c++17-compat.patch |   22 -
 test.py|   24 -
 3 files changed, 336 insertions(+), 336 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 21:03:07 UTC (rev 1207625)
+++ PKGBUILD2022-05-16 21:03:25 UTC (rev 1207626)
@@ -1,313 +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.8.0
-_pkgver=2.8.0
-pkgrel=8
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-depends=('c-ares' 'intel-mkl' 'onednn' 'pybind11' 'openssl' 'lmdb' 'libpng' 
'curl' 'giflib' 'icu' 'libjpeg-turbo')
-makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
- 'python-keras-applications' 'python-keras-preprocessing'
- 'cython')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
-fix-c++17-compat.patch)
-sha512sums=('9cddb78c0392b7810e71917c3731f895e31c250822031ac7f498bf20435408c640b2fba4de439fa4a47c70dbff38b86e50fed2971df1f1916f23f9490241cfed'
-
'f682368bb47b2b022a51aa77345dfa30f3b0d7911c56515d428b8326ee3751242f375f4e715a37bb723ef20a86916dad9871c3c81b1b58da85e1ca202bc4901e')
-
-# consolidate common dependencies to prevent mishaps
-_common_py_depends=(python-termcolor python-astor python-gast03 python-numpy 
python-protobuf
-absl-py python-h5py python-keras python-keras-applications 
python-keras-preprocessing
-python-tensorflow-estimator python-opt_einsum 
python-astunparse python-pasta
-python-flatbuffers python-typing_extensions)
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-check_dir() {
-  # first make sure we do not break parsepkgbuild
-  if ! command -v cp &> /dev/null; then
->&2 echo "'cp' command not found. PKGBUILD is probably being checked by 
parsepkgbuild."
-if ! command -v install &> /dev/null; then
-  >&2 echo "'install' command also not found. PKGBUILD must be getting 
checked by parsepkgbuild."
-  >&2 echo "Cannot check if directory '${1}' exists. Ignoring."
-  >&2 echo "If you are not running nacmap or parsepkgbuild, please make 
sure the PATH is correct and try again."
-  >&2 echo "PATH should not be '/dummy': PATH=$PATH"
-  return 0
-fi
-  fi
-  # if we are running normally, check the given path
-  if [ -d "${1}" ]; then
-return 0
-  else
->&2 echo Directory "${1}" does not exist or is a file! Exiting...
-exit 1
-  fi
-}
-
-prepare() {
-  # Allow any bazel version
-  echo "*" > tensorflow-${_pkgver}/.bazelversion
-
-  # Get rid of hardcoded versions. Not like we ever cared about what upstream
-  # thinks about which versions should be used anyway. ;) (FS#68772)
-  sed -i -E "s/'([0-9a-z_-]+) .= [0-9].+[0-9]'/'\1'/" 
tensorflow-${_pkgver}/tensorflow/tools/pip_package/setup.py
-
-  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=1
-  export TF_NEED_OPENCL_SYCL=0
-  export TF_NEED_AWS=1
-  export TF_NEED_GCP=1
-  export TF_NEED_HDFS=1
-  export TF_NEED_S3=1
-  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

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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 16, 2022 @ 21:03:07
  Author: svenstaro
Revision: 1207625

upgpkg: tensorflow 2.8.1-1

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:56:42 UTC (rev 1207624)
+++ PKGBUILD2022-05-16 21:03:07 UTC (rev 1207625)
@@ -5,9 +5,9 @@
 
 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.8.0
-_pkgver=2.8.0
-pkgrel=8
+pkgver=2.8.1
+_pkgver=2.8.1
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -20,7 +20,7 @@
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
 fix-c++17-compat.patch)
-sha512sums=('9cddb78c0392b7810e71917c3731f895e31c250822031ac7f498bf20435408c640b2fba4de439fa4a47c70dbff38b86e50fed2971df1f1916f23f9490241cfed'
+sha512sums=('799b95fa58369cb234c918c4784e8e06099a8cafb49bc7df9733e6e0aedb5561ecabf5940b62b9557aa23efa4ba6f191204359e23446f051400ce5a55f271ede'
 
'f682368bb47b2b022a51aa77345dfa30f3b0d7911c56515d428b8326ee3751242f375f4e715a37bb723ef20a86916dad9871c3c81b1b58da85e1ca202bc4901e')
 
 # consolidate common dependencies to prevent mishaps



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

2022-05-16 Thread David Runge via arch-commits
Date: Monday, May 16, 2022 @ 20:56:42
  Author: dvzrv
Revision: 1207624

archrelease: copy trunk to community-any

Added:
  python-ansible-compat/repos/community-any/PKGBUILD
(from rev 1207623, python-ansible-compat/trunk/PKGBUILD)
Deleted:
  python-ansible-compat/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 20:56:35 UTC (rev 1207623)
+++ PKGBUILD2022-05-16 20:56:42 UTC (rev 1207624)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-_name=ansible-compat
-pkgname=python-ansible-compat
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="Functions that help interacting with various versions of Ansible"
-arch=(any)
-url="https://github.com/ansible-community/ansible-compat;
-license=(MIT)
-depends=(python-subprocess-tee python-yaml)
-makedepends=(python-build python-installer python-setuptools-scm 
python-setuptools-scm-git-archive python-wheel)
-checkdepends=(ansible python-flaky python-pytest python-pytest-mock)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('a1157e4059de41879f3f65d5ed62bf343fe5bd45286101e2d2971ffe57e3a8a5')
-b2sums=('cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  export PYTHONPATH="build/lib:$PYTHONPATH"
-  pytest -v -c /dev/null
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-ansible-compat/repos/community-any/PKGBUILD (from rev 1207623, 
python-ansible-compat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 20:56:42 UTC (rev 1207624)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+_name=ansible-compat
+pkgname=python-ansible-compat
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="Functions that help interacting with various versions of Ansible"
+arch=(any)
+url="https://github.com/ansible-community/ansible-compat;
+license=(MIT)
+depends=(python-subprocess-tee python-yaml)
+makedepends=(python-build python-installer python-setuptools-scm 
python-setuptools-scm-git-archive python-wheel)
+checkdepends=(ansible python-flaky python-pytest python-pytest-mock)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('3d5fb21c1ff069e84ac5fc17f6c8d2261c2a7b299986be810d339dfc77c128a9')
+b2sums=('53aa93ef3144071c2d9022bce99c6d20a67650fa98a6896db4fd1c866ada292390cc8e6bb6e7bd3b2b05cef8b3cab2803522ca1bbb7dbacb7b9da29b16f1fbb7')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  export PYTHONPATH="build/lib:$PYTHONPATH"
+  pytest -v -c /dev/null
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-05-16 Thread David Runge via arch-commits
Date: Monday, May 16, 2022 @ 20:56:35
  Author: dvzrv
Revision: 1207623

upgpkg: python-ansible-compat 2.0.4-1: Upgrade to 2.0.4.

Modified:
  python-ansible-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:54:19 UTC (rev 1207622)
+++ PKGBUILD2022-05-16 20:56:35 UTC (rev 1207623)
@@ -2,7 +2,7 @@
 
 _name=ansible-compat
 pkgname=python-ansible-compat
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="Functions that help interacting with various versions of Ansible"
 arch=(any)
@@ -12,8 +12,8 @@
 makedepends=(python-build python-installer python-setuptools-scm 
python-setuptools-scm-git-archive python-wheel)
 checkdepends=(ansible python-flaky python-pytest python-pytest-mock)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('a1157e4059de41879f3f65d5ed62bf343fe5bd45286101e2d2971ffe57e3a8a5')
-b2sums=('cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4')
+sha256sums=('3d5fb21c1ff069e84ac5fc17f6c8d2261c2a7b299986be810d339dfc77c128a9')
+b2sums=('53aa93ef3144071c2d9022bce99c6d20a67650fa98a6896db4fd1c866ada292390cc8e6bb6e7bd3b2b05cef8b3cab2803522ca1bbb7dbacb7b9da29b16f1fbb7')
 
 build() {
   cd $_name-$pkgver



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 20:56:16
  Author: heftig
Revision: 445896

archrelease: copy trunk to testing-x86_64

Added:
  dbus-broker/repos/testing-x86_64/
  dbus-broker/repos/testing-x86_64/PKGBUILD
(from rev 445895, dbus-broker/trunk/PKGBUILD)

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

Copied: dbus-broker/repos/testing-x86_64/PKGBUILD (from rev 445895, 
dbus-broker/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-16 20:56:16 UTC (rev 445896)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: David Herrmann 
+
+pkgname=dbus-broker
+pkgver=31
+pkgrel=1
+pkgdesc="Linux D-Bus Message Broker"
+url="https://github.com/bus1/dbus-broker/wiki;
+arch=(x86_64)
+license=(Apache)
+depends=(systemd-libs expat audit)
+makedepends=(meson systemd python-docutils)
+options=(debug)
+source=(https://github.com/bus1/dbus-broker/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f229d7f1de8a3e344d54a4a30fbcb545387549e968009c06b87f7f1196c97496')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-D audit=true \
+-D docs=true \
+-D linux-4-17=true \
+-D system-console-users=gdm,sddm,lightdm,lxdm
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 20:56:09
  Author: heftig
Revision: 445895

31-1

Modified:
  dbus-broker/trunk/PKGBUILD
Deleted:
  
dbus-broker/trunk/0001-util-user-keep-reference-to-user-in-each-usage-table.patch

-+
 0001-util-user-keep-reference-to-user-in-each-usage-table.patch |   72 
--
 PKGBUILD|   13 -
 2 files changed, 4 insertions(+), 81 deletions(-)

Deleted: 0001-util-user-keep-reference-to-user-in-each-usage-table.patch
===
--- 0001-util-user-keep-reference-to-user-in-each-usage-table.patch 
2022-05-16 20:54:18 UTC (rev 445894)
+++ 0001-util-user-keep-reference-to-user-in-each-usage-table.patch 
2022-05-16 20:56:09 UTC (rev 445895)
@@ -1,72 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: David Rheinsberg 
-Date: Wed, 11 May 2022 08:41:48 +0200
-Subject: [PATCH] util/user: keep reference to user in each usage table
-
-Keep a reference to an owning user in each usage table. We want to allow
-callers to hold charges without holding on to any user references.
-
-Also fix the peer-deinitialization to be ordered correctly and free the
-user references last (in particular, after the charges). This is not
-strictly necessary, but now follows our coding style and would have
-avoided possible failures.
-
-This fixes an assertion failure when disconnecting entire groups of
-peers of the same user, due to the recent fix that actually made
-peer-accounting do something.
-
-Reported-by: Torge Matthies
-Reported-by: Mel34
-Signed-off-by: David Rheinsberg 

- src/bus/peer.c  | 2 +-
- src/util/user.c | 3 ++-
- 2 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/bus/peer.c b/src/bus/peer.c
-index 18bd1947ebc7..69ed0fde6933 100644
 a/src/bus/peer.c
-+++ b/src/bus/peer.c
-@@ -358,12 +358,12 @@ Peer *peer_free(Peer *peer) {
- name_owner_deinit(>owned_names);
- policy_snapshot_free(peer->policy);
- connection_deinit(>connection);
--user_unref(peer->user);
- user_charge_deinit(>charges[2]);
- user_charge_deinit(>charges[1]);
- user_charge_deinit(>charges[0]);
- free(peer->seclabel);
- free(peer->gids);
-+user_unref(peer->user);
- free(peer);
- 
- close(fd);
-diff --git a/src/util/user.c b/src/util/user.c
-index 7856b768e91e..d0edb5e83210 100644
 a/src/util/user.c
-+++ b/src/util/user.c
-@@ -48,22 +48,23 @@ static int user_usage_new(UserUsage **usagep, User *user, 
uid_t uid) {
- return error_origin(-ENOMEM);
- 
- usage->n_refs = REF_INIT;
--usage->user = user;
-+usage->user = user_ref(user);
- usage->uid = uid;
- usage->user_node = (CRBNode)C_RBNODE_INIT(usage->user_node);
- 
- *usagep = usage;
- return 0;
- }
- 
- static void user_usage_free(_Atomic unsigned long *n_refs, void *userdata) {
- UserUsage *usage = c_container_of(n_refs, UserUsage, n_refs);
- size_t i;
- 
- for (i = 0; i < usage->user->registry->n_slots; ++i)
- c_assert(!usage->slots[i]);
- 
- user_usage_unlink(usage);
-+user_unref(usage->user);
- free(usage);
- }
- 

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:54:18 UTC (rev 445894)
+++ PKGBUILD2022-05-16 20:56:09 UTC (rev 445895)
@@ -2,8 +2,8 @@
 # Contributor: David Herrmann 
 
 pkgname=dbus-broker
-pkgver=30
-pkgrel=2
+pkgver=31
+pkgrel=1
 pkgdesc="Linux D-Bus Message Broker"
 url="https://github.com/bus1/dbus-broker/wiki;
 arch=(x86_64)
@@ -11,16 +11,11 @@
 depends=(systemd-libs expat audit)
 makedepends=(meson systemd python-docutils)
 options=(debug)
-source=(https://github.com/bus1/dbus-broker/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz
-0001-util-user-keep-reference-to-user-in-each-usage-table.patch)
-sha256sums=('bf22ba6a13680ba93b99f0bccb54dde9f4f6bdff5f298dbc8cdb067a80f3827a'
-'e7107b54a0051e3945cfde3a8cfc617abcef63b38dd0c5783ba805fedab9e2d1')
+source=(https://github.com/bus1/dbus-broker/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f229d7f1de8a3e344d54a4a30fbcb545387549e968009c06b87f7f1196c97496')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # Fix asserts in system bus
-  patch -Np1 -i 
../0001-util-user-keep-reference-to-user-in-each-usage-table.patch
 }
 
 build() {



[arch-commits] Commit in nds32le-elf-gcc/repos (3 files)

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:48:39
  Author: anatolik
Revision: 1207621

archrelease: copy trunk to community-testing-x86_64

Added:
  nds32le-elf-gcc/repos/community-testing-x86_64/
  nds32le-elf-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 1207620, nds32le-elf-gcc/trunk/PKGBUILD)
  nds32le-elf-gcc/repos/community-testing-x86_64/PKGBUILD.bootstrap
(from rev 1207620, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)

+
 PKGBUILD   |  108 +
 PKGBUILD.bootstrap |  111 +++
 2 files changed, 219 insertions(+)

Copied: nds32le-elf-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 
1207620, nds32le-elf-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 20:48:39 UTC (rev 1207621)
@@ -0,0 +1,108 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=nds32le-elf
+pkgname=$_target-gcc
+pkgver=12.1.0
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc libisl zstd)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
+options=(!emptydirs !strip !lto)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+   )
+sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900'
+'SKIP')
+validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

+  13975A70E63C361C73AE69EF6EEB81F8981C74C7) # Richard Guenther 

+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  mkdir build-gcc
+
+  cd $_basedir
+
+  echo $pkgver > gcc/BASE-VER
+}
+
+build() {
+  cd build-gcc
+
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+
+  "$srcdir"/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-threads=single \
+--enable-plugins \
+--enable-multilib \
+--enable-libgcc \
+--disable-libgomp \
+--disable-libquadmath \
+--disable-libffi \
+--disable-libssp \
+--disable-libmudflap \
+--disable-decimal-float \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-tls \
+--with-newlib \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-$_target \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-pkgversion="Arch Linux Repositories" \
+--with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package() {
+  cd build-gcc
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
+   -type f -and \( -name \*.a -or -name \*.o \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm "$pkgdir"/usr/lib/libcc1.*
+}
+

Copied: nds32le-elf-gcc/repos/community-testing-x86_64/PKGBUILD.bootstrap (from 
rev 1207620, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)
===
--- community-testing-x86_64/PKGBUILD.bootstrap (rev 0)
+++ community-testing-x86_64/PKGBUILD.bootstrap 2022-05-16 20:48:39 UTC (rev 
1207621)
@@ -0,0 +1,111 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-gcc-bootstrap
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for Ande 32 
little-endian target - bootstrap version. only used to build initial glibc 

[arch-commits] Commit in nds32le-elf-gcc/trunk (PKGBUILD)

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:48:18
  Author: anatolik
Revision: 1207620

upgpkg: nds32le-elf-gcc 12.1.0-1

Modified:
  nds32le-elf-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:41:08 UTC (rev 1207619)
+++ PKGBUILD2022-05-16 20:48:18 UTC (rev 1207620)
@@ -4,8 +4,7 @@
 
 _target=nds32le-elf
 pkgname=$_target-gcc
-pkgver=11.1.0
-_islver=0.22
+pkgver=12.1.0
 pkgrel=1
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
@@ -12,16 +11,15 @@
 arch=(x86_64)
 url='https://gcc.gnu.org/'
 license=(GPL LGPL FDL)
-depends=($_target-binutils zlib libmpc)
+depends=($_target-binutils zlib libmpc libisl zstd)
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
-options=(!emptydirs !strip)
+options=(!emptydirs !strip !lto)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('fd6bba0f67ff48069d03073d1a9b5e896383b1cfc9dde008e868e60a9ec5014a837d56af0ecbf467b3fb9b37ec74a676e819a18b44393a0a3c4280175b5d7ad8'
-'SKIP'
-
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+   )
+sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900'
+'SKIP')
 validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

   13975A70E63C361C73AE69EF6EEB81F8981C74C7) # Richard Guenther 

 
@@ -36,18 +34,15 @@
 
   cd $_basedir
 
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
   echo $pkgver > gcc/BASE-VER
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 }
 
 build() {
   cd build-gcc
 
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
   export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
   export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
 



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

2022-05-16 Thread Daniel M. Capella via arch-commits
Date: Monday, May 16, 2022 @ 20:41:08
  Author: polyzen
Revision: 1207619

archrelease: copy trunk to community-any

Added:
  python-flake8-black/repos/community-any/PKGBUILD
(from rev 1207618, python-flake8-black/trunk/PKGBUILD)
Deleted:
  python-flake8-black/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 20:40:40 UTC (rev 1207618)
+++ PKGBUILD2022-05-16 20:41:08 UTC (rev 1207619)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: George Rawlinson 
-
-_name=flake8-black
-pkgname=python-flake8-black
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Flake8 plugin to call black as a code style validator'
-arch=('any')
-url=https://github.com/peterjc/flake8-black
-license=('MIT')
-depends=('flake8' 'python-black' 'python-tomli')
-makedepends=('python-setuptools')
-source=("https://github.com/peterjc/$_name/archive/v$pkgver/$_name-$pkgver.tar.gz;)
-b2sums=('7eaac0f263efc7e3dcb697fefbef17142b45f9333d33baa8cfe61786e66ecba378a59aab0283764d09b0688c546b31481d468aa41aae9dd39bc4b14e0d4513ad')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m venv --system-site-packages test-env
-  source test-env/bin/activate
-  python setup.py install --optimize=1 --skip-build
-  cd tests
-  ./run_tests.sh
-  deactivate
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flake8-black/repos/community-any/PKGBUILD (from rev 1207618, 
python-flake8-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 20:41:08 UTC (rev 1207619)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: George Rawlinson 
+
+_name=flake8-black
+pkgname=python-flake8-black
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='Flake8 plugin to call black as a code style validator'
+arch=('any')
+url=https://github.com/peterjc/flake8-black
+license=('MIT')
+depends=('flake8' 'python-black' 'python-tomli')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('8211f5e20e954cb57c709acccf2f3281ce27016d4c4b989c3e51f878bb7ce12a')
+b2sums=('35b782024519ca75075b0389b0cec3746c30e2dc4c5f07a9bee54636fa3708936eebf6ab0e1e203f1227db97778373b5c2127714c10bf7f2c801a96d010eaea3')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  source test-env/bin/activate
+  python setup.py install --optimize=1 --skip-build
+  cd tests
+  ./run_tests.sh
+  deactivate
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-16 Thread Daniel M. Capella via arch-commits
Date: Monday, May 16, 2022 @ 20:40:40
  Author: polyzen
Revision: 1207618

upgpkg: python-flake8-black 0.3.3-1

Modified:
  python-flake8-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:40:13 UTC (rev 1207617)
+++ PKGBUILD2022-05-16 20:40:40 UTC (rev 1207618)
@@ -3,7 +3,7 @@
 
 _name=flake8-black
 pkgname=python-flake8-black
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc='Flake8 plugin to call black as a code style validator'
 arch=('any')
@@ -11,8 +11,9 @@
 license=('MIT')
 depends=('flake8' 'python-black' 'python-tomli')
 makedepends=('python-setuptools')
-source=("https://github.com/peterjc/$_name/archive/v$pkgver/$_name-$pkgver.tar.gz;)
-b2sums=('7eaac0f263efc7e3dcb697fefbef17142b45f9333d33baa8cfe61786e66ecba378a59aab0283764d09b0688c546b31481d468aa41aae9dd39bc4b14e0d4513ad')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('8211f5e20e954cb57c709acccf2f3281ce27016d4c4b989c3e51f878bb7ce12a')
+b2sums=('35b782024519ca75075b0389b0cec3746c30e2dc4c5f07a9bee54636fa3708936eebf6ab0e1e203f1227db97778373b5c2127714c10bf7f2c801a96d010eaea3')
 
 build() {
   cd $_name-$pkgver



[arch-commits] Commit in or1k-elf-gcc/repos (3 files)

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:40:13
  Author: anatolik
Revision: 1207617

archrelease: copy trunk to community-testing-x86_64

Added:
  or1k-elf-gcc/repos/community-testing-x86_64/
  or1k-elf-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 1207616, or1k-elf-gcc/trunk/PKGBUILD)
  or1k-elf-gcc/repos/community-testing-x86_64/PKGBUILD.bootstrap
(from rev 1207616, or1k-elf-gcc/trunk/PKGBUILD.bootstrap)

+
 PKGBUILD   |  109 ++
 PKGBUILD.bootstrap |  111 +++
 2 files changed, 220 insertions(+)

Copied: or1k-elf-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 1207616, 
or1k-elf-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 20:40:13 UTC (rev 1207617)
@@ -0,0 +1,109 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=or1k-elf
+pkgname=$_target-gcc
+pkgver=12.1.0
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - cross compiler for OpenRISC 1000 
(bare-metal) target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc libisl zstd)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
+options=(!emptydirs !strip !lto)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+   )
+sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900'
+'SKIP')
+
+validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

+  13975A70E63C361C73AE69EF6EEB81F8981C74C7) # Richard Guenther 

+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  mkdir build-gcc
+
+  cd $_basedir
+
+  echo $pkgver > gcc/BASE-VER
+}
+
+build() {
+  cd build-gcc
+
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+
+  "$srcdir"/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-threads=single \
+--enable-plugins \
+--enable-multilib \
+--enable-libgcc \
+--disable-libgomp \
+--disable-libquadmath \
+--disable-libffi \
+--disable-libssp \
+--disable-libmudflap \
+--disable-decimal-float \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-tls \
+--with-newlib \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-$_target \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-pkgversion="Arch Linux Repositories" \
+--with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package() {
+  cd build-gcc
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
+   -type f -and \( -name \*.a -or -name \*.o \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm "$pkgdir"/usr/lib/libcc1.*
+}
+

Copied: or1k-elf-gcc/repos/community-testing-x86_64/PKGBUILD.bootstrap (from 
rev 1207616, or1k-elf-gcc/trunk/PKGBUILD.bootstrap)
===
--- community-testing-x86_64/PKGBUILD.bootstrap (rev 0)
+++ community-testing-x86_64/PKGBUILD.bootstrap 2022-05-16 20:40:13 UTC (rev 
1207617)
@@ -0,0 +1,111 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=or1k-elf
+pkgname=$_target-gcc-bootstrap
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for OpenRISC 1000 target 
- bootstrap version. only used to build initial glibc and compiler'
+arch=(x86_64)

[arch-commits] Commit in or1k-elf-gcc/trunk (PKGBUILD)

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:39:28
  Author: anatolik
Revision: 1207616

upgpkg: or1k-elf-gcc 12.1.0-1

Modified:
  or1k-elf-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:31:43 UTC (rev 1207615)
+++ PKGBUILD2022-05-16 20:39:28 UTC (rev 1207616)
@@ -4,8 +4,7 @@
 
 _target=or1k-elf
 pkgname=$_target-gcc
-pkgver=11.1.0
-_islver=0.22
+pkgver=12.1.0
 pkgrel=1
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for OpenRISC 1000 
(bare-metal) target'
@@ -12,16 +11,15 @@
 arch=(x86_64)
 url='https://gcc.gnu.org/'
 license=(GPL LGPL FDL)
-depends=($_target-binutils zlib libmpc)
+depends=($_target-binutils zlib libmpc libisl zstd)
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
-options=(!emptydirs !strip)
+options=(!emptydirs !strip !lto)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('fd6bba0f67ff48069d03073d1a9b5e896383b1cfc9dde008e868e60a9ec5014a837d56af0ecbf467b3fb9b37ec74a676e819a18b44393a0a3c4280175b5d7ad8'
-'SKIP'
-
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+   )
+sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900'
+'SKIP')
 
 validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

   13975A70E63C361C73AE69EF6EEB81F8981C74C7) # Richard Guenther 

@@ -37,18 +35,15 @@
 
   cd $_basedir
 
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
   echo $pkgver > gcc/BASE-VER
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 }
 
 build() {
   cd build-gcc
 
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
   export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
   export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
 



[arch-commits] Commit in riscv64-linux-gnu-gcc/repos (2 files)

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:29:56
  Author: anatolik
Revision: 1207606

archrelease: copy trunk to community-testing-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-testing-x86_64/
  riscv64-linux-gnu-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 1207605, riscv64-linux-gnu-gcc/trunk/PKGBUILD)

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

Copied: riscv64-linux-gnu-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 
1207605, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 20:29:56 UTC (rev 1207606)
@@ -0,0 +1,104 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=12.1.0
+pkgrel=1
+pkgdesc='Cross compiler for 32-bit and 64-bit RISC-V'
+arch=('x86_64')
+url='https://gcc.gnu.org/'
+license=('GPL' 'LGPL' 'FDL')
+groups=('risc-v')
+depends=("$_target-binutils" "$_target-glibc" 'libmpc' 'libisl' 'zstd')
+options=('!emptydirs' '!strip' '!lto')
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz;)
+sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  echo $pkgver > gcc/BASE-VER
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  rm -rf "$srcdir/gcc-build"
+  mkdir "$srcdir/gcc-build"
+}
+
+build() {
+  cd gcc-build
+
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
+  # Using -pipe causes spurious test-suite failures.
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  "$srcdir/$_basedir/configure" \
+  --prefix=/usr \
+  --program-prefix=$_target- \
+  --with-local-prefix=/usr/$_target \
+  --with-sysroot=/usr/$_target \
+  --with-build-sysroot=/usr/$_target \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --target=$_target \
+  --host=$CHOST \
+  --build=$CHOST \
+  --with-system-zlib \
+  --with-isl \
+  --with-linker-hash-style=gnu \
+  --disable-nls \
+  --disable-libunwind-exceptions \
+  --disable-libstdcxx-pch \
+  --disable-libssp \
+  --disable-multilib \
+  --disable-werror \
+  --enable-languages=c,c++ \
+  --enable-shared \
+  --enable-threads=posix \
+  --enable-__cxa_atexit \
+  --enable-clocale=gnu \
+  --enable-gnu-unique-object \
+  --enable-linker-build-id \
+  --enable-lto \
+  --enable-plugin \
+  --enable-install-libiberty \
+  --enable-gnu-indirect-function \
+  --enable-default-pie \
+  --enable-checking=release
+  make
+}
+
+package() {
+  make -C gcc-build DESTDIR="$pkgdir" \
+install-gcc install-target-libgcc install-target-libstdc++-v3
+
+  # Strip target binaries
+  find "$pkgdir/usr/lib/gcc/$_target/" "$pkgdir/usr/$_target/lib" -type f \
+-and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy \
+-R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames \
+-R .debug_pubtypes -R .debug_abbrev -R .debug_line -R .debug_str \
+-R .debug_ranges -R .debug_loc '{}' \;
+
+  # Strip host binaries
+  find "$pkgdir/usr/bin/" "$pkgdir/usr/lib/gcc/$_target/" -type f \
+-and \( -executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir/usr/share/"{man/man7,info,"gcc-$pkgver"}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in riscv64-linux-gnu-gcc/trunk (PKGBUILD)

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:29:39
  Author: anatolik
Revision: 1207605

upgpkg: riscv64-linux-gnu-gcc 12.1.0-1

Modified:
  riscv64-linux-gnu-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:22:31 UTC (rev 1207604)
+++ PKGBUILD2022-05-16 20:29:39 UTC (rev 1207605)
@@ -5,8 +5,7 @@
 
 _target=riscv64-linux-gnu
 pkgname=$_target-gcc
-pkgver=11.1.0
-_islver=0.22
+pkgver=12.1.0
 pkgrel=1
 pkgdesc='Cross compiler for 32-bit and 64-bit RISC-V'
 arch=('x86_64')
@@ -13,12 +12,10 @@
 url='https://gcc.gnu.org/'
 license=('GPL' 'LGPL' 'FDL')
 groups=('risc-v')
-depends=("$_target-binutils" "$_target-glibc" 'libmpc')
-options=('!emptydirs' '!strip')
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz;
-"http://isl.gforge.inria.fr/isl-$_islver.tar.xz;)
-sha512sums=('fd6bba0f67ff48069d03073d1a9b5e896383b1cfc9dde008e868e60a9ec5014a837d56af0ecbf467b3fb9b37ec74a676e819a18b44393a0a3c4280175b5d7ad8'
-
'7c3c9502ea07e4d47a823841837c3aa0b9d7ba0fe58deaf180734e44c18e53735ec783645da0bdc56b617c9e639b226cc03b40a947f852e1e787166a64f59424')
+depends=("$_target-binutils" "$_target-glibc" 'libmpc' 'libisl' 'zstd')
+options=('!emptydirs' '!strip' '!lto')
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz;)
+sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900')
 
 if [[ -n "$_snapshot" ]]; then
   _basedir=gcc-$_snapshot
@@ -29,18 +26,11 @@
 prepare() {
   cd $_basedir
 
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
   echo $pkgver > gcc/BASE-VER
 
   # Do not run fixincludes
   sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
 
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" \
-"$srcdir/$_basedir/"{libiberty,gcc}/configure
-
   rm -rf "$srcdir/gcc-build"
   mkdir "$srcdir/gcc-build"
 }
@@ -48,6 +38,9 @@
 build() {
   cd gcc-build
 
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
   # Using -pipe causes spurious test-suite failures.
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
   CFLAGS=${CFLAGS/-pipe/}



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

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:22:31
  Author: anatolik
Revision: 1207604

archrelease: copy trunk to community-x86_64

Added:
  crash/repos/community-x86_64/PKGBUILD
(from rev 1207603, crash/trunk/PKGBUILD)
Deleted:
  crash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 20:22:11 UTC (rev 1207603)
+++ PKGBUILD2022-05-16 20:22:31 UTC (rev 1207604)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=8.0.0
-pkgrel=2
-pkgdesc='Linux kernel crashdump analysis tool'
-url='https://crash-utility.github.io/'
-arch=(x86_64)
-license=(GPL)
-depends=(xz ncurses zlib libelf guile mpfr)
-makedepends=(wget)
-optdepends=('binutils: offline vmcore loading functionality')
-source=(crash-$pkgver.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('caab49b7b6d442f60c41360e0ec80cf852dc64e89303b41d704d7661cef43e68')
-
-build() {
-  cd crash-$pkgver
-  CPPFLAGS+=' -O2' # to fix https://github.com/crash-utility/crash/issues/87
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 1207603, 
crash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 20:22:31 UTC (rev 1207604)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=8.0.1
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='https://crash-utility.github.io/'
+arch=(x86_64)
+license=(GPL)
+depends=(xz ncurses zlib libelf guile mpfr)
+makedepends=(wget)
+optdepends=('binutils: offline vmcore loading functionality')
+source=(crash-$pkgver.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/$pkgver.tar.gz)
+sha256sums=('233208b1433a49e1d5a063fa88e6fc9772b99fbb7b30ae79a2115d1b8f0dfc52')
+
+build() {
+  cd crash-$pkgver
+  CPPFLAGS+=' -O2' # to fix https://github.com/crash-utility/crash/issues/87
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}



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

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:22:11
  Author: anatolik
Revision: 1207603

upgpkg: crash 8.0.1-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 20:18:29 UTC (rev 1207602)
+++ PKGBUILD2022-05-16 20:22:11 UTC (rev 1207603)
@@ -4,8 +4,8 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.0.1
+pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='https://crash-utility.github.io/'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 makedepends=(wget)
 optdepends=('binutils: offline vmcore loading functionality')
 
source=(crash-$pkgver.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('caab49b7b6d442f60c41360e0ec80cf852dc64e89303b41d704d7661cef43e68')
+sha256sums=('233208b1433a49e1d5a063fa88e6fc9772b99fbb7b30ae79a2115d1b8f0dfc52')
 
 build() {
   cd crash-$pkgver



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

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:18:29
  Author: anatolik
Revision: 1207602

archrelease: copy trunk to community-testing-x86_64

Added:
  ninja/repos/community-testing-x86_64/
  ninja/repos/community-testing-x86_64/PKGBUILD
(from rev 1207601, ninja/trunk/PKGBUILD)

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

Copied: ninja/repos/community-testing-x86_64/PKGBUILD (from rev 1207601, 
ninja/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-16 20:18:29 UTC (rev 1207602)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Filip Brcic 
+# Contributor: Mika Fischer 
+# Contributor: Gergely Imreh 
+
+pkgname=ninja
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Small build system with a focus on speed'
+arch=(x86_64)
+url='https://ninja-build.org/'
+license=(Apache)
+depends=(gcc-libs)
+makedepends=(python re2c emacs-nox)
+source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
+sha1sums=('e2de757c4dfa38985b348863b43e2609b56ad305')
+
+build() {
+  cd ninja-$pkgver
+
+  python configure.py --bootstrap
+  emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
+}
+
+check() {
+  cd ninja-$pkgver
+
+  python ./configure.py
+  ./ninja ninja_test
+  ./ninja_test
+}
+
+package() {
+  cd ninja-$pkgver
+
+  install -m755 -D ninja "$pkgdir/usr/bin/ninja"
+  install -m644 -D doc/manual.asciidoc 
"$pkgdir/usr/share/doc/ninja/manual.asciidoc"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -m644 -D misc/ninja-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.el"
+  install -m644 -D misc/ninja-mode.elc 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.elc"
+  install -m644 -D misc/ninja.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/ninja.vim"
+
+  install -m644 -D misc/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/ninja"
+  install -m644 -D misc/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_ninja"
+}



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

2022-05-16 Thread Anatol Pomozov via arch-commits
Date: Monday, May 16, 2022 @ 20:18:12
  Author: anatolik
Revision: 1207601

upgpkg: ninja 1.11.0-1

Modified:
  ninja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 19:38:41 UTC (rev 1207600)
+++ PKGBUILD2022-05-16 20:18:12 UTC (rev 1207601)
@@ -4,7 +4,7 @@
 # Contributor: Gergely Imreh 
 
 pkgname=ninja
-pkgver=1.10.2
+pkgver=1.11.0
 pkgrel=1
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(gcc-libs)
 makedepends=(python re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('8415866400a85a1ced2140e52c5db714baec7444')
+sha1sums=('e2de757c4dfa38985b348863b43e2609b56ad305')
 
 build() {
   cd ninja-$pkgver



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

2022-05-16 Thread David Runge via arch-commits
Date: Monday, May 16, 2022 @ 19:51:03
  Author: dvzrv
Revision: 445885

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 445884, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:50:52 UTC (rev 445884)
+++ PKGBUILD2022-05-16 19:51:03 UTC (rev 445885)
@@ -1,62 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: tobias [tobias [at] archlinux.org]
-
-pkgname=mutt
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="Small but very powerful text-based mail client"
-arch=(x86_64)
-url="http://www.mutt.org/;
-license=(GPL2)
-depends=(glibc libgpg-error openssl libsasl mime-types sqlite zlib)
-makedepends=(docbook-xml docbook-xsl elinks gdbm git gpgme krb5 libidn2 libxslt
-lynx ncurses)
-optdepends=(
-  'perl: for smime_keys'
-  'python: for experimental mutt_oath2.py'
-  'smtp-forwarder: to send mail'
-)
-backup=(etc/Muttrc)
-options=(debug)
-source=(git+https://gitlab.com/muttmua/$pkgname.git#tag=$pkgname-${pkgver//./-}-rel?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 

-
-prepare() {
-  cd $pkgname
-  autoreconf -fiv
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-debug \
-  --enable-gpgme \
-  --enable-pop \
-  --enable-imap \
-  --enable-smtp \
-  --enable-hcache \
-  --enable-sidebar \
-  --enable-autocrypt \
-  --with-curses=/usr \
-  --with-gss=/usr \
-  --with-ssl=/usr \
-  --with-sqlite3 \
-  --with-sasl \
-  --with-idn2
-  make
-}
-
-package() {
-  depends+=(libgdbm.so libgpgme.so libgssapi_krb5.so libidn2.so libncursesw.so)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 contrib/gpg.rc "$pkgdir/etc/Muttrc.gpg.dist"
-
-  # /etc/mime.types is provided by mailcap
-  rm "$pkgdir/etc/mime.types"{,.dist}
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 445884, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:51:03 UTC (rev 445885)
@@ -0,0 +1,62 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: tobias [tobias [at] archlinux.org]
+
+pkgname=mutt
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="Small but very powerful text-based mail client"
+arch=(x86_64)
+url="http://www.mutt.org/;
+license=(GPL2)
+depends=(glibc libgpg-error openssl libsasl mime-types sqlite zlib)
+makedepends=(docbook-xml docbook-xsl elinks gdbm git gpgme krb5 libidn2 libxslt
+lynx ncurses)
+optdepends=(
+  'perl: for smime_keys'
+  'python: for experimental mutt_oath2.py'
+  'smtp-forwarder: to send mail'
+)
+backup=(etc/Muttrc)
+options=(debug)
+source=(git+https://gitlab.com/muttmua/$pkgname.git#tag=$pkgname-${pkgver//./-}-rel?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 

+
+prepare() {
+  cd $pkgname
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-debug \
+  --enable-gpgme \
+  --enable-pop \
+  --enable-imap \
+  --enable-smtp \
+  --enable-hcache \
+  --enable-sidebar \
+  --enable-autocrypt \
+  --with-curses=/usr \
+  --with-gss=/usr \
+  --with-ssl=/usr \
+  --with-sqlite3 \
+  --with-sasl \
+  --with-idn2
+  make
+}
+
+package() {
+  depends+=(libgdbm.so libgpgme.so libgssapi_krb5.so libidn2.so libncursesw.so)
+
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 contrib/gpg.rc "$pkgdir/etc/Muttrc.gpg.dist"
+
+  # /etc/mime.types is provided by mailcap
+  rm "$pkgdir/etc/mime.types"{,.dist}
+}



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

2022-05-16 Thread David Runge via arch-commits
Date: Monday, May 16, 2022 @ 19:50:52
  Author: dvzrv
Revision: 445884

upgpkg: mutt 2.2.5-1: Upgrade to 2.2.5.

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 18:20:59 UTC (rev 445883)
+++ PKGBUILD2022-05-16 19:50:52 UTC (rev 445884)
@@ -3,7 +3,7 @@
 # Contributor: tobias [tobias [at] archlinux.org]
 
 pkgname=mutt
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc="Small but very powerful text-based mail client"
 arch=(x86_64)



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

2022-05-16 Thread Bruno Pagani via arch-commits
Date: Monday, May 16, 2022 @ 19:38:41
  Author: archange
Revision: 1207600

archrelease: copy trunk to community-x86_64

Added:
  gitea/repos/community-x86_64/PKGBUILD
(from rev 1207599, gitea/trunk/PKGBUILD)
  gitea/repos/community-x86_64/gitea.install
(from rev 1207599, gitea/trunk/gitea.install)
  gitea/repos/community-x86_64/gitea.service
(from rev 1207599, gitea/trunk/gitea.service)
  gitea/repos/community-x86_64/gitea.sysusers
(from rev 1207599, gitea/trunk/gitea.sysusers)
  gitea/repos/community-x86_64/gitea.tmpfiles
(from rev 1207599, gitea/trunk/gitea.tmpfiles)
Deleted:
  gitea/repos/community-x86_64/PKGBUILD
  gitea/repos/community-x86_64/gitea.install
  gitea/repos/community-x86_64/gitea.service
  gitea/repos/community-x86_64/gitea.sysusers
  gitea/repos/community-x86_64/gitea.tmpfiles

+
 PKGBUILD   |  160 +++
 gitea.install  |   16 ++---
 gitea.service  |  102 +--
 gitea.sysusers |2 
 gitea.tmpfiles |   20 +++---
 5 files changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:37:50 UTC (rev 1207599)
+++ PKGBUILD2022-05-16 19:38:41 UTC (rev 1207600)
@@ -1,80 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Maxime Gauduin 
-# Contributor: Frederik Schwan 
-
-pkgname=gitea
-pkgver=1.16.7
-pkgrel=1
-pkgdesc="Painless self-hosted Git service, community managed."
-arch=(x86_64)
-url="https://gitea.io;
-license=(MIT)
-depends=(git)
-makedepends=(go nodejs npm)
-optdepends=(
-  'mariadb: MariaDB support'
-  'memcached: MemCached support'
-  'openssh: GIT over SSH support'
-  'pam: Authentication via PAM support'
-  'postgresql: PostgreSQL support'
-  'redis: Redis support'
-  'sqlite: SQLite support'
-)
-checkdepends=(openssh)
-options=(!lto)
-_tag=62130d05a645938d4c7f2729fd6e17cb3bda4e37 # git rev-parse v${pkgver}
-source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed
-gitea.tmpfiles
-gitea.service
-gitea.sysusers)
-sha256sums=(SKIP
-9f63a517e8da6865fa6d9e87f6b08fe25ea56285304115e052809663c48dc3d7
-b16d02a9f32a17cc14dfa46a980bad795a4ed744627e6342248f60236dc2be43
-7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5)
-validpgpkeys=(
-  8C4033A23895237CB27D52D9D9B5613BEB813F99  # Matti Ranta  
old RSA2048, retrieved from https://github.com/techknowlogick.gpg
-  B56E3C7437A49E136862F5DE9D8A57ADAA232E95  # Matti Ranta  
new RSA4096, retrieved from https://github.com/techknowlogick.gpg
-  ED810FD31FBE67F406ED71BDD4F1E9B6493ED946  # Jonas Franz 

-  9C5BCD799B3CDB124147A748E0DDFEC24C48784C  # Lauris Bukšis-Haberkorns 

-  D8F9672D77C0BB60A024C23EDFDE60A0093EB926  # Lauris Bukšis-Haberkorns 
 new RSA4096
-  BA66F67FD73F7058D712D308C3B7C91B632F738A  # Lunny Xiao 
, retrieved from https://github.com/lunny.gpg
-  B5F0915813554C32C1D599C2C99B82E40B027BAE  # '6543' <6...@obermui.de>
-  D2CF76DA95F201E9901532AB3CDE74631F13A748  # Andrew Thornton 
, retrieved from https://github.com/zeripath.gpg
-)
-install=gitea.install
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd ${pkgname}
-  make deps
-}
-
-build() {
-  cd ${pkgname}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export EXTRA_GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export LDFLAGS="-X 
'code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/' -X 
'code.gitea.io/gitea/modules/setting.CustomConf=/etc/gitea/app.ini'"
-  export TAGS="bindata sqlite sqlite_unlock_notify pam"
-  make -j1
-}
-
-check() {
-  cd ${pkgname}
-  make test
-}
-
-package() {
-  install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 ${pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -D ${pkgname}/custom/conf/app.example.ini -t "${pkgdir}"/etc/gitea/
-}

Copied: gitea/repos/community-x86_64/PKGBUILD (from rev 1207599, 
gitea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:38:41 UTC (rev 1207600)
@@ -0,0 +1,80 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Maxime Gauduin 
+# Contributor: Frederik Schwan 
+
+pkgname=gitea
+pkgver=1.16.8
+pkgrel=1
+pkgdesc="Painless self-hosted Git service, community managed."
+arch=(x86_64)
+url="https://gitea.io;
+license=(MIT)
+depends=(git)
+makedepends=(go nodejs npm)
+optdepends=(
+  'mariadb: MariaDB support'
+  'memcached: MemCached support'
+  

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

2022-05-16 Thread Bruno Pagani via arch-commits
Date: Monday, May 16, 2022 @ 19:37:50
  Author: archange
Revision: 1207599

upgpkg: gitea 1.16.8-1

Modified:
  gitea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 19:15:57 UTC (rev 1207598)
+++ PKGBUILD2022-05-16 19:37:50 UTC (rev 1207599)
@@ -3,7 +3,7 @@
 # Contributor: Frederik Schwan 
 
 pkgname=gitea
-pkgver=1.16.7
+pkgver=1.16.8
 pkgrel=1
 pkgdesc="Painless self-hosted Git service, community managed."
 arch=(x86_64)
@@ -22,7 +22,7 @@
 )
 checkdepends=(openssh)
 options=(!lto)
-_tag=62130d05a645938d4c7f2729fd6e17cb3bda4e37 # git rev-parse v${pkgver}
+_tag=00828ab4678507a39ff9826a44c00e1c70e25c1f # git rev-parse v${pkgver}
 source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed
 gitea.tmpfiles
 gitea.service



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

2022-05-16 Thread Andreas Schleifer via arch-commits
Date: Monday, May 16, 2022 @ 19:15:57
  Author: segaja
Revision: 1207598

archrelease: copy trunk to community-any

Added:
  ruby-loofah/repos/community-any/PKGBUILD
(from rev 1207597, ruby-loofah/trunk/PKGBUILD)
Deleted:
  ruby-loofah/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:15:46 UTC (rev 1207597)
+++ PKGBUILD2022-05-16 19:15:57 UTC (rev 1207598)
@@ -1,50 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='loofah'
-pkgname="ruby-${_gemname}"
-pkgver=2.14.0
-pkgrel=1
-pkgdesc='HTML/XML manipulation and sanitization based on Nokogiri'
-arch=('any')
-url='https://github.com/flavorjones/loofah'
-license=('MIT')
-options=(!emptydirs)
-depends=('ruby' 'ruby-crass' 'ruby-nokogiri')
-checkdepends=('ruby-minitest' 'ruby-rake' 'ruby-rr')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-
-  # no need for markdown beautifying
-  sed --in-place --regexp-extended '/hoe/Id' Rakefile "${_gemname}.gemspec"
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  gem build "${_gemname}.gemspec"
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CHANGELOG.md README.md SECURITY.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-loofah/repos/community-any/PKGBUILD (from rev 1207597, 
ruby-loofah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:15:57 UTC (rev 1207598)
@@ -0,0 +1,50 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='loofah'
+pkgname="ruby-${_gemname}"
+pkgver=2.18.0
+pkgrel=1
+pkgdesc='HTML/XML manipulation and sanitization based on Nokogiri'
+arch=('any')
+url='https://github.com/flavorjones/loofah'
+license=('MIT')
+options=(!emptydirs)
+depends=('ruby' 'ruby-crass' 'ruby-nokogiri')
+checkdepends=('ruby-minitest' 'ruby-rake' 'ruby-rr')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # no need for markdown beautifying
+  sed --in-place --regexp-extended '/hoe/Id' Rakefile "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 CHANGELOG.md README.md SECURITY.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-05-16 Thread Andreas Schleifer via arch-commits
Date: Monday, May 16, 2022 @ 19:15:46
  Author: segaja
Revision: 1207597

upgpkg: ruby-loofah 2.18.0-1; update to 2.18.0

Modified:
  ruby-loofah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 19:15:44 UTC (rev 1207596)
+++ PKGBUILD2022-05-16 19:15:46 UTC (rev 1207597)
@@ -2,7 +2,7 @@
 
 _gemname='loofah'
 pkgname="ruby-${_gemname}"
-pkgver=2.14.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc='HTML/XML manipulation and sanitization based on Nokogiri'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('ruby' 'ruby-crass' 'ruby-nokogiri')
 checkdepends=('ruby-minitest' 'ruby-rake' 'ruby-rr')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f')
+sha512sums=('beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017')
 
 prepare() {
   cd "${_gemname}-${pkgver}"



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:15:44
  Author: arojas
Revision: 1207596

archrelease: copy trunk to community-x86_64

Added:
  maui-shelf/repos/community-x86_64/PKGBUILD
(from rev 1207595, maui-shelf/trunk/PKGBUILD)
Deleted:
  maui-shelf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:15:34 UTC (rev 1207595)
+++ PKGBUILD2022-05-16 19:15:44 UTC (rev 1207596)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=maui-shelf
-_pkgname=shelf
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Document and EBook collection manager'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-texteditor poppler-qt5 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('c578111bf97ca931a96514759f4dfa66e94343900948274702dcd80313ef1a1b')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-shelf/repos/community-x86_64/PKGBUILD (from rev 1207595, 
maui-shelf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:15:44 UTC (rev 1207596)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=maui-shelf
+_pkgname=shelf
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Document and EBook collection manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-texteditor poppler-qt5 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('b0a3d488d8b29f34b1e1032b4566a478a838eefc20e69a239077398e68406738')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:15:34
  Author: arojas
Revision: 1207595

archrelease: copy trunk to community-x86_64

Added:
  maui-clip/repos/community-x86_64/PKGBUILD
(from rev 1207594, maui-clip/trunk/PKGBUILD)
Deleted:
  maui-clip/repos/community-x86_64/PKGBUILD
  maui-clip/repos/community-x86_64/ffmpeg5.patch

---+
 PKGBUILD  |   54 --
 ffmpeg5.patch |   16 
 2 files changed, 24 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:15:24 UTC (rev 1207594)
+++ PKGBUILD2022-05-16 19:15:34 UTC (rev 1207595)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=maui-clip
-_pkgname=clip
-pkgver=2.1.1
-pkgrel=2
-pkgdesc='Video player and video collection manager'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing taglib ffmpeg)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz
-ffmpeg5.patch)
-sha256sums=('eb229db4a49c2cf64f1655faebe32be55b39f0af170507144edfd32f46b6efd9'
-'54d5c9d7f077edcfb94a6681d590d40ac9c2b83f3da2c340d477c6b2e1b2576f')
-
-prepare() {
-  patch -d $_pkgname-$pkgver -p1 < ffmpeg5.patch # Fix build with FFmpeg 5
-}
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-clip/repos/community-x86_64/PKGBUILD (from rev 1207594, 
maui-clip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:15:34 UTC (rev 1207595)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=maui-clip
+_pkgname=clip
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Video player and video collection manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing taglib ffmpeg)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('9feccc12015c1d5180411418c18739023e4a3e87167fcf1dbfa67812b1f81499')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Deleted: ffmpeg5.patch
===
--- ffmpeg5.patch   2022-05-16 19:15:24 UTC (rev 1207594)
+++ ffmpeg5.patch   2022-05-16 19:15:34 UTC (rev 1207595)
@@ -1,16 +0,0 @@
-diff --git a/src/utils/ffmpegthumbs/moviedecoder.h 
b/src/utils/ffmpegthumbs/moviedecoder.h
-index 53a9522..d6b717d 100644
 a/src/utils/ffmpegthumbs/moviedecoder.h
-+++ b/src/utils/ffmpegthumbs/moviedecoder.h
-@@ -57,7 +57,11 @@ private:
- int m_VideoStream;
- AVFormatContext*m_pFormatContext;
- AVCodecContext* m_pVideoCodecContext;
-+#if LIBAVCODEC_VERSION_MAJOR < 59
- AVCodec*m_pVideoCodec;
-+#else
-+const AVCodec*  m_pVideoCodec;
-+#endif
- //AVStream*   m_pVideoStream;
- AVFrame*m_pFrame;
- quint8* m_pFrameBuffer;



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:15:24
  Author: arojas
Revision: 1207594

archrelease: copy trunk to community-x86_64

Added:
  maui-station/repos/community-x86_64/PKGBUILD
(from rev 1207593, maui-station/trunk/PKGBUILD)
Deleted:
  maui-station/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:15:14 UTC (rev 1207593)
+++ PKGBUILD2022-05-16 19:15:24 UTC (rev 1207594)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=maui-station
-_pkgname=station
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Convergent terminal emulator'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing qmltermwidget hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('6035d659f0aebb8f8ac7d6d7574e67b4e8e7d6ac3a94a8b90afeb8cf303f80f9')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-station/repos/community-x86_64/PKGBUILD (from rev 1207593, 
maui-station/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:15:24 UTC (rev 1207594)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=maui-station
+_pkgname=station
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Convergent terminal emulator'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing qmltermwidget hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('0fbee4a36b3c271343535f860900a58feb5500d3a57bbe12b5e75c3e3c53')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:15:14
  Author: arojas
Revision: 1207593

archrelease: copy trunk to community-x86_64

Added:
  communicator/repos/community-x86_64/PKGBUILD
(from rev 1207592, communicator/trunk/PKGBUILD)
Deleted:
  communicator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:15:04 UTC (rev 1207592)
+++ PKGBUILD2022-05-16 19:15:14 UTC (rev 1207593)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=communicator
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Contacts and dialer application'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme kpeople 
kcontacts)
-makedepends=(extra-cmake-modules qt5-location)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('be13ccf68cc2c52cec0ec1e52ce00a4d86b7979b29da3a84c7f6fdb3698afb26')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: communicator/repos/community-x86_64/PKGBUILD (from rev 1207592, 
communicator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:15:14 UTC (rev 1207593)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=communicator
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Contacts and dialer application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme kpeople 
kcontacts)
+makedepends=(extra-cmake-modules qt5-location)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1b1177719debfe8cbcf699ab31a5fbe379e329f442ae6cc67491f7a65ebea54')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:15:04
  Author: arojas
Revision: 1207592

archrelease: copy trunk to community-x86_64

Added:
  buho/repos/community-x86_64/PKGBUILD
(from rev 1207591, buho/trunk/PKGBUILD)
Deleted:
  buho/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:14:55 UTC (rev 1207591)
+++ PKGBUILD2022-05-16 19:15:04 UTC (rev 1207592)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=buho
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Task and note keeper'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-accounts mauikit-filebrowsing mauikit-texteditor 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('13cf4e0348b63292dd61795f948b6106b8f1ce97f3fb518a5ddc01431447b6c8')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: buho/repos/community-x86_64/PKGBUILD (from rev 1207591, 
buho/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:15:04 UTC (rev 1207592)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=buho
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Task and note keeper'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-accounts mauikit-filebrowsing mauikit-texteditor 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e89d2945608af441d422c380d19672363b9293ab06a29544821edc1ff8108675')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:14:55
  Author: arojas
Revision: 1207591

archrelease: copy trunk to community-x86_64

Added:
  maui-nota/repos/community-x86_64/PKGBUILD
(from rev 1207590, maui-nota/trunk/PKGBUILD)
Deleted:
  maui-nota/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:14:45 UTC (rev 1207590)
+++ PKGBUILD2022-05-16 19:14:55 UTC (rev 1207591)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=maui-nota
-_pkgname=nota
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Multi-platform text editor'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('d59f39179791c79f15f1caf0b50d4c79558cd2b6b9316605c40f6e0356b66bdf')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-nota/repos/community-x86_64/PKGBUILD (from rev 1207590, 
maui-nota/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:14:55 UTC (rev 1207591)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=maui-nota
+_pkgname=nota
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Multi-platform text editor'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('c75e42a0052b4114cdb2c0663ea507e492af4a2249be14241f3672e80dafe187')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:14:45
  Author: arojas
Revision: 1207590

archrelease: copy trunk to community-x86_64

Added:
  vvave/repos/community-x86_64/PKGBUILD
(from rev 1207589, vvave/trunk/PKGBUILD)
Deleted:
  vvave/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:14:35 UTC (rev 1207589)
+++ PKGBUILD2022-05-16 19:14:45 UTC (rev 1207590)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=vvave
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Multi-platform media player'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-accounts hicolor-icon-theme taglib)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-conflicts=(babe)
-replaces=(babe)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('3c1d9169009bfae61ad26ee4956ad3eb7303b6f36752ae827bf2ca313c674d4a')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: vvave/repos/community-x86_64/PKGBUILD (from rev 1207589, 
vvave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:14:45 UTC (rev 1207590)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=vvave
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Multi-platform media player'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-accounts hicolor-icon-theme taglib)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+conflicts=(babe)
+replaces=(babe)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('aeddd31cbd0df6df796983db66c4a2251c8c5dc452d00ff7f63b254406586691')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:14:35
  Author: arojas
Revision: 1207589

archrelease: copy trunk to community-x86_64

Added:
  maui-pix/repos/community-x86_64/PKGBUILD
(from rev 1207588, maui-pix/trunk/PKGBUILD)
Deleted:
  maui-pix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:14:26 UTC (rev 1207588)
+++ PKGBUILD2022-05-16 19:14:35 UTC (rev 1207589)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=maui-pix
-_pkgname=pix
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Image gallery application'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-imagetools hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('371142f0b50065d9065c8a98aad226adcfd5a3a7fa8ea4d4d531279980018e0a')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-pix/repos/community-x86_64/PKGBUILD (from rev 1207588, 
maui-pix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:14:35 UTC (rev 1207589)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=maui-pix
+_pkgname=pix
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Image gallery application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-imagetools hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('3a7c1677c8d7b17a723abfd9082e9d526bc03ea76444740225f41e23e2579779')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:14:26
  Author: arojas
Revision: 1207588

archrelease: copy trunk to community-x86_64

Added:
  index-fm/repos/community-x86_64/PKGBUILD
(from rev 1207587, index-fm/trunk/PKGBUILD)
Deleted:
  index-fm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:14:16 UTC (rev 1207587)
+++ PKGBUILD2022-05-16 19:14:26 UTC (rev 1207588)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=index-fm
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Multi-platform file manager'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('dbe1078356f9776dce3a5404d2d9b00c8984c0a8aa02eb0ec450c6c5f4b3fc5e')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: index-fm/repos/community-x86_64/PKGBUILD (from rev 1207587, 
index-fm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:14:26 UTC (rev 1207588)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=index-fm
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Multi-platform file manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('b62591e3d9563aa9f267568ef7af406306444e4b9faf1d2dcddec050fab75cf9')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:14:16
  Author: arojas
Revision: 1207587

archrelease: copy trunk to community-x86_64

Added:
  mauikit-texteditor/repos/community-x86_64/PKGBUILD
(from rev 1207586, mauikit-texteditor/trunk/PKGBUILD)
Deleted:
  mauikit-texteditor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:14:06 UTC (rev 1207586)
+++ PKGBUILD2022-05-16 19:14:16 UTC (rev 1207587)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mauikit-texteditor
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='MauiKit Text Editor components'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit syntax-highlighting)
-makedepends=(extra-cmake-modules kio)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('d4e97a540fc365e22703d40ac9921ecfd4e896ad31459b23f0611197735c243f')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-texteditor/repos/community-x86_64/PKGBUILD (from rev 1207586, 
mauikit-texteditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:14:16 UTC (rev 1207587)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mauikit-texteditor
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='MauiKit Text Editor components'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit syntax-highlighting)
+makedepends=(extra-cmake-modules kio)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e18ae472ada98fd1a3a9e21ec4a02efbead1be74b697de26114640537cc6e9a7')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:14:06
  Author: arojas
Revision: 1207586

archrelease: copy trunk to community-x86_64

Added:
  mauikit-imagetools/repos/community-x86_64/PKGBUILD
(from rev 1207585, mauikit-imagetools/trunk/PKGBUILD)
Deleted:
  mauikit-imagetools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:13:57 UTC (rev 1207585)
+++ PKGBUILD2022-05-16 19:14:06 UTC (rev 1207586)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mauikit-imagetools
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='MauiKit Image Tools Components'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit kquickimageeditor qt5-location exiv2)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('ea728c115e0dc86f2aab68fd41764b266928f9daa331e8fcd1c5cba9d7c95378')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-imagetools/repos/community-x86_64/PKGBUILD (from rev 1207585, 
mauikit-imagetools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:14:06 UTC (rev 1207586)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mauikit-imagetools
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='MauiKit Image Tools Components'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kquickimageeditor qt5-location exiv2)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('d26c56706badc50d990e7156829c8958c0325ba077915c474bcf3bea60a0')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in mauikit-filebrowsing/repos/community-x86_64 (2 files)

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:13:57
  Author: arojas
Revision: 1207585

archrelease: copy trunk to community-x86_64

Added:
  mauikit-filebrowsing/repos/community-x86_64/PKGBUILD
(from rev 1207584, mauikit-filebrowsing/trunk/PKGBUILD)
Deleted:
  mauikit-filebrowsing/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:13:47 UTC (rev 1207584)
+++ PKGBUILD2022-05-16 19:13:57 UTC (rev 1207585)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mauikit-filebrowsing
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='MauiKit File Browsing utilities and controls'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit kio)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('daee19e3df3f04a701c7319d9c27d2828146fd9aed3c3897c652781286e72ccc')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-filebrowsing/repos/community-x86_64/PKGBUILD (from rev 1207584, 
mauikit-filebrowsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:13:57 UTC (rev 1207585)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mauikit-filebrowsing
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='MauiKit File Browsing utilities and controls'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kio)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8ef2d4d3c4d953a7465542cc4f38dea35803f755bf3cafd116ed6444896ee26')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:13:47
  Author: arojas
Revision: 1207584

archrelease: copy trunk to community-x86_64

Added:
  mauikit-accounts/repos/community-x86_64/PKGBUILD
(from rev 1207583, mauikit-accounts/trunk/PKGBUILD)
Deleted:
  mauikit-accounts/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:13:37 UTC (rev 1207583)
+++ PKGBUILD2022-05-16 19:13:47 UTC (rev 1207584)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mauikit-accounts
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='MauiKit utilities to handle User Accounts'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('08b35303dfd9c903cfbf62b90931ec8315d0d62367dbf56c594907f39d3c06b4')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-accounts/repos/community-x86_64/PKGBUILD (from rev 1207583, 
mauikit-accounts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:13:47 UTC (rev 1207584)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mauikit-accounts
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='MauiKit utilities to handle User Accounts'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('539fc797cf736d971a7902e642840a8083f640220802c599f92893111f29cc02')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:13:37
  Author: arojas
Revision: 1207583

archrelease: copy trunk to community-x86_64

Added:
  mauikit/repos/community-x86_64/PKGBUILD
(from rev 1207582, mauikit/trunk/PKGBUILD)
Deleted:
  mauikit/repos/community-x86_64/PKGBUILD
  mauikit/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   22 ++
 community-x86_64/PKGBUILD |   22 --
 extra-x86_64/PKGBUILD |   22 --
 3 files changed, 22 insertions(+), 44 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2022-05-16 19:10:37 UTC (rev 1207582)
+++ community-x86_64/PKGBUILD   2022-05-16 19:13:37 UTC (rev 1207583)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mauikit
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Templated convergent controls and multi-platform utilities for Maui 
applications'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(ki18n knotifications kirigami2 qt5-svg)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a771d0d488086391910f2e8b20307116069ba55577d18b35fdbdc4e50b9e9c5')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit/repos/community-x86_64/PKGBUILD (from rev 1207582, 
mauikit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-05-16 19:13:37 UTC (rev 1207583)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mauikit
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Templated convergent controls and multi-platform utilities for Maui 
applications'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(ki18n knotifications kirigami2 qt5-svg)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('a73e81b3d1631caa7ef9ca358095dc25704f5bad9851be5ea944717a4040b7d8')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2022-05-16 19:10:37 UTC (rev 1207582)
+++ extra-x86_64/PKGBUILD   2022-05-16 19:13:37 UTC (rev 1207583)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mauikit
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Templated convergent controls and multi-platform utilities for Maui 
applications'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(ki18n knotifications kirigami2 qt5-svg)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('577b999de9ee07e7db26b6686890bed9324d64823c2014315193ed39e183e355')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}



[arch-commits] Commit in (15 files)

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 19:10:37
  Author: arojas
Revision: 1207582

Update to 2.1.2

Modified:
  buho/trunk/PKGBUILD
  communicator/trunk/PKGBUILD
  index-fm/trunk/PKGBUILD
  maui-clip/trunk/PKGBUILD
  maui-nota/trunk/PKGBUILD
  maui-pix/trunk/PKGBUILD
  maui-shelf/trunk/PKGBUILD
  maui-station/trunk/PKGBUILD
  mauikit-accounts/trunk/PKGBUILD
  mauikit-filebrowsing/trunk/PKGBUILD
  mauikit-imagetools/trunk/PKGBUILD
  mauikit-texteditor/trunk/PKGBUILD
  mauikit/trunk/PKGBUILD
  vvave/trunk/PKGBUILD
Deleted:
  maui-clip/trunk/ffmpeg5.patch

-+
 buho/trunk/PKGBUILD |4 ++--
 communicator/trunk/PKGBUILD |4 ++--
 index-fm/trunk/PKGBUILD |4 ++--
 maui-clip/trunk/PKGBUILD|   14 --
 maui-clip/trunk/ffmpeg5.patch   |   16 
 maui-nota/trunk/PKGBUILD|4 ++--
 maui-pix/trunk/PKGBUILD |4 ++--
 maui-shelf/trunk/PKGBUILD   |4 ++--
 maui-station/trunk/PKGBUILD |4 ++--
 mauikit-accounts/trunk/PKGBUILD |4 ++--
 mauikit-filebrowsing/trunk/PKGBUILD |4 ++--
 mauikit-imagetools/trunk/PKGBUILD   |4 ++--
 mauikit-texteditor/trunk/PKGBUILD   |4 ++--
 mauikit/trunk/PKGBUILD  |4 ++--
 vvave/trunk/PKGBUILD|4 ++--
 15 files changed, 30 insertions(+), 52 deletions(-)

Modified: buho/trunk/PKGBUILD
===
--- buho/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581)
+++ buho/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=buho
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Task and note keeper'
 url='https://mauikit.org/'
@@ -11,7 +11,7 @@
 makedepends=(extra-cmake-modules)
 groups=(maui)
 
source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('13cf4e0348b63292dd61795f948b6106b8f1ce97f3fb518a5ddc01431447b6c8')
+sha256sums=('e89d2945608af441d422c380d19672363b9293ab06a29544821edc1ff8108675')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: communicator/trunk/PKGBUILD
===
--- communicator/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581)
+++ communicator/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=communicator
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Contacts and dialer application'
 url='https://mauikit.org/'
@@ -11,7 +11,7 @@
 makedepends=(extra-cmake-modules qt5-location)
 groups=(maui)
 
source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('be13ccf68cc2c52cec0ec1e52ce00a4d86b7979b29da3a84c7f6fdb3698afb26')
+sha256sums=('d1b1177719debfe8cbcf699ab31a5fbe379e329f442ae6cc67491f7a65ebea54')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: index-fm/trunk/PKGBUILD
===
--- index-fm/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581)
+++ index-fm/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=index-fm
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Multi-platform file manager'
 url='https://mauikit.org/'
@@ -11,7 +11,7 @@
 makedepends=(extra-cmake-modules)
 groups=(maui)
 
source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('dbe1078356f9776dce3a5404d2d9b00c8984c0a8aa02eb0ec450c6c5f4b3fc5e')
+sha256sums=('b62591e3d9563aa9f267568ef7af406306444e4b9faf1d2dcddec050fab75cf9')
 
 build() {
   cmake -B build -S $pkgname-$pkgver

Modified: maui-clip/trunk/PKGBUILD
===
--- maui-clip/trunk/PKGBUILD2022-05-16 19:07:00 UTC (rev 1207581)
+++ maui-clip/trunk/PKGBUILD2022-05-16 19:10:37 UTC (rev 1207582)
@@ -2,8 +2,8 @@
 
 pkgname=maui-clip
 _pkgname=clip
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc='Video player and video collection manager'
 url='https://mauikit.org/'
 arch=(x86_64)
@@ -11,15 +11,9 @@
 depends=(mauikit-filebrowsing taglib ffmpeg)
 makedepends=(extra-cmake-modules)
 groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz
-ffmpeg5.patch)
-sha256sums=('eb229db4a49c2cf64f1655faebe32be55b39f0af170507144edfd32f46b6efd9'
-'54d5c9d7f077edcfb94a6681d590d40ac9c2b83f3da2c340d477c6b2e1b2576f')
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('9feccc12015c1d5180411418c18739023e4a3e87167fcf1dbfa67812b1f81499')
 
-prepare() {
-  patch -d $_pkgname-$pkgver -p1 < ffmpeg5.patch # Fix build with FFmpeg 5
-}
-
 build() {
   cmake -B build -S $_pkgname-$pkgver
   cmake --build build

Deleted: maui-clip/trunk/ffmpeg5.patch

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

2022-05-16 Thread Andreas Schleifer via arch-commits
Date: Monday, May 16, 2022 @ 19:07:00
  Author: segaja
Revision: 1207581

archrelease: copy trunk to community-x86_64

Added:
  ruby-psych/repos/community-x86_64/PKGBUILD
(from rev 1207580, ruby-psych/trunk/PKGBUILD)
Deleted:
  ruby-psych/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 19:06:46 UTC (rev 1207580)
+++ PKGBUILD2022-05-16 19:07:00 UTC (rev 1207581)
@@ -1,51 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='psych'
-pkgname="ruby-${_gemname}"
-pkgver=4.0.3
-pkgrel=2
-pkgdesc="A YAML parser and emitter"
-arch=('x86_64')
-url="https://github.com/ruby/psych;
-license=('MIT')
-depends=('ruby' 'ruby-stringio')
-makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
-checkdepends=('ruby-test-unit')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3a65bd02e9d0e10fcd223327eead2328be091b2b00963adb59a6ce00a94db715457c6c82d7dc723eb1ba28723aeacf02d35e759b36300907d03633b9fdc2dc14')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  rake build
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
-
-  gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" 
"pkg/${_gemname}-${pkgver}.gem"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
-  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/psych/Makefile" \
-  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CONTRIBUTING.md README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-psych/repos/community-x86_64/PKGBUILD (from rev 1207580, 
ruby-psych/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 19:07:00 UTC (rev 1207581)
@@ -0,0 +1,52 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='psych'
+pkgname="ruby-${_gemname}"
+pkgver=4.0.4
+pkgrel=2
+pkgdesc="A YAML parser and emitter"
+arch=('x86_64')
+url="https://github.com/ruby/psych;
+license=('MIT')
+depends=('ruby' 'ruby-stringio')
+makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
+checkdepends=('ruby-test-unit')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('c84c1048e31fdf45b546ec826e4abe5cce84b3906c4feda403ca2699b2a76952a24ce3bcdf84446d97d73b21dc95f5550525726291b62902e065645a68b45b47')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  rake build
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
+
+  gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" 
"pkg/${_gemname}-${pkgver}.gem"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
+  ${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/psych/*.o \
+  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/psych/Makefile" \
+  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 CONTRIBUTING.md README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-05-16 Thread Andreas Schleifer via arch-commits
Date: Monday, May 16, 2022 @ 19:06:46
  Author: segaja
Revision: 1207580

upgpkg: ruby-psych 4.0.4-2; upgrade to 4.0.4

Modified:
  ruby-psych/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 18:43:01 UTC (rev 1207579)
+++ PKGBUILD2022-05-16 19:06:46 UTC (rev 1207580)
@@ -2,7 +2,7 @@
 
 _gemname='psych'
 pkgname="ruby-${_gemname}"
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=2
 pkgdesc="A YAML parser and emitter"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
 checkdepends=('ruby-test-unit')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3a65bd02e9d0e10fcd223327eead2328be091b2b00963adb59a6ce00a94db715457c6c82d7dc723eb1ba28723aeacf02d35e759b36300907d03633b9fdc2dc14')
+sha512sums=('c84c1048e31fdf45b546ec826e4abe5cce84b3906c4feda403ca2699b2a76952a24ce3bcdf84446d97d73b21dc95f5550525726291b62902e065645a68b45b47')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
@@ -43,6 +43,7 @@
   gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" 
"pkg/${_gemname}-${pkgver}.gem"
 
   rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
+  ${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/psych/*.o \
   "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/psych/Makefile" \
   
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
 



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 18:43:01
  Author: arojas
Revision: 1207579

archrelease: copy trunk to community-x86_64

Added:
  geogebra/repos/community-x86_64/PKGBUILD
(from rev 1207578, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-x86_64/geogebra
(from rev 1207578, geogebra/trunk/geogebra)
  geogebra/repos/community-x86_64/geogebra-mime.xml
(from rev 1207578, geogebra/trunk/geogebra-mime.xml)
  geogebra/repos/community-x86_64/geogebra.desktop
(from rev 1207578, geogebra/trunk/geogebra.desktop)
Deleted:
  geogebra/repos/community-x86_64/PKGBUILD
  geogebra/repos/community-x86_64/geogebra
  geogebra/repos/community-x86_64/geogebra-mime.xml
  geogebra/repos/community-x86_64/geogebra.desktop

---+
 PKGBUILD  |   72 ++--
 geogebra  |6 ++--
 geogebra-mime.xml |   54 +++
 geogebra.desktop  |   22 +++
 4 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 18:42:47 UTC (rev 1207578)
+++ PKGBUILD2022-05-16 18:43:01 UTC (rev 1207579)
@@ -1,36 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=6.0.704.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=(x86_64)
-url='https://www.geogebra.org/'
-license=(GPL3 'CCPL:by-sa' 'CCPL:by-nc')
-depends=(electron)
-source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
-https://static.geogebra.org/images/geogebra-logo.svg
-geogebra
-geogebra.desktop
-geogebra-mime.xml)
-sha256sums=('2a903790ab1d30a610ecf21901cd3b7896d8cf22f6b04623c8cc4188e4473f9d'
-'55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
-'62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
-'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
-'100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
-
-package() {
-  cd GeoGebra-linux-x64
-
-  install -Dm755 "$srcdir"/geogebra "$pkgdir"/usr/bin/geogebra
-  install -dm755 "$pkgdir"/usr/lib/geogebra
-  cp -dpr --no-preserve=ownership resources "$pkgdir"/usr/lib/geogebra
-  cp -dpr --no-preserve=ownership locales "$pkgdir"/usr/lib/geogebra
-
-  install -Dm644 "$srcdir"/geogebra.desktop -t 
"$pkgdir"/usr/share/applications/
-  install -Dm644 "$srcdir"/geogebra-logo.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/geogebra.svg
-  install -Dm644 "$srcdir"/geogebra-mime.xml 
"$pkgdir"/usr/share/mime/packages/geogebra.xml
-}

Copied: geogebra/repos/community-x86_64/PKGBUILD (from rev 1207578, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 18:43:01 UTC (rev 1207579)
@@ -0,0 +1,36 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=6.0.706.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=(x86_64)
+url='https://www.geogebra.org/'
+license=(GPL3 'CCPL:by-sa' 'CCPL:by-nc')
+depends=(electron)
+source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
+https://static.geogebra.org/images/geogebra-logo.svg
+geogebra
+geogebra.desktop
+geogebra-mime.xml)
+sha256sums=('4e834ba5c3e4781ae7c8b62bdb1ccf5a609078638c5128a240a890b461713f63'
+'55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
+'62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
+'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
+'100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
+
+package() {
+  cd GeoGebra-linux-x64
+
+  install -Dm755 "$srcdir"/geogebra "$pkgdir"/usr/bin/geogebra
+  install -dm755 "$pkgdir"/usr/lib/geogebra
+  cp -dpr --no-preserve=ownership resources "$pkgdir"/usr/lib/geogebra
+  cp -dpr --no-preserve=ownership locales "$pkgdir"/usr/lib/geogebra
+
+  install -Dm644 "$srcdir"/geogebra.desktop -t 
"$pkgdir"/usr/share/applications/
+  install -Dm644 "$srcdir"/geogebra-logo.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/geogebra.svg
+  install -Dm644 "$srcdir"/geogebra-mime.xml 
"$pkgdir"/usr/share/mime/packages/geogebra.xml
+}

Deleted: geogebra
===
--- geogebra2022-05-16 18:42:47 UTC (rev 1207578)
+++ geogebra2022-05-16 18:43:01 UTC (rev 1207579)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-electron "/usr/lib/geogebra/resources/app" $@

Copied: 

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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 18:42:47
  Author: arojas
Revision: 1207578

Update to 6.0.706

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 18:40:05 UTC (rev 1207577)
+++ PKGBUILD2022-05-16 18:42:47 UTC (rev 1207578)
@@ -4,7 +4,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=6.0.704.0
+pkgver=6.0.706.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 geogebra
 geogebra.desktop
 geogebra-mime.xml)
-sha256sums=('2a903790ab1d30a610ecf21901cd3b7896d8cf22f6b04623c8cc4188e4473f9d'
+sha256sums=('4e834ba5c3e4781ae7c8b62bdb1ccf5a609078638c5128a240a890b461713f63'
 '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
 '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 18:40:05
  Author: arojas
Revision: 1207577

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 18:39:53 UTC (rev 1207576)
+++ PKGBUILD2022-05-16 18:40:05 UTC (rev 1207577)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.28
-pkgrel=1
-pkgdesc='C-Extensions for Python'
-arch=(x86_64)
-url='https://cython.org'
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('963c8ca4ce22a954d8b5a8ce248bc9fb7ec01e081aead8709cfc4c3f29272711')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 1207576, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 18:40:05 UTC (rev 1207577)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.29
+pkgrel=1
+pkgdesc='C-Extensions for Python'
+arch=(x86_64)
+url='https://cython.org'
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('34808acd171dd7de244c9c6e47a97e14cd4b96f67d79f6f71089ad2cc4a65a16')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}



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

2022-05-16 Thread Antonio Rojas via arch-commits
Date: Monday, May 16, 2022 @ 18:39:53
  Author: arojas
Revision: 1207576

Update to 0.29.29

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 17:59:25 UTC (rev 1207575)
+++ PKGBUILD2022-05-16 18:39:53 UTC (rev 1207576)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.28
+pkgver=0.29.29
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('963c8ca4ce22a954d8b5a8ce248bc9fb7ec01e081aead8709cfc4c3f29272711')
+sha256sums=('34808acd171dd7de244c9c6e47a97e14cd4b96f67d79f6f71089ad2cc4a65a16')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 18:20:59
  Author: heftig
Revision: 445883

archrelease: copy trunk to extra-x86_64

Added:
  js91/repos/extra-x86_64/PKGBUILD
(from rev 445882, js91/trunk/PKGBUILD)
Deleted:
  js91/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  254 ++---
 1 file changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 18:20:19 UTC (rev 445882)
+++ PKGBUILD2022-05-16 18:20:59 UTC (rev 445883)
@@ -1,127 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js91
-pkgver=91.8.0
-pkgrel=1
-pkgdesc="JavaScript interpreter and libraries - Version 91"
-arch=(x86_64)
-url="https://spidermonkey.dev/;
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang 
lld)
-checkdepends=(mercurial git)
-options=(!lto debug)
-_relver=${pkgver}esr
-source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('d483a853cbf5c7f93621093432e3dc0b7ed847f2a5318b964828d19f9f087f3a'
-'SKIP')
-validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
-
-# Make sure the duplication between bin and lib is found
-COMPRESSZST+=(--long)
-
-prepare() {
-  mkdir mozbuild
-  cd firefox-$pkgver
-
-  cat >../mozconfig <.mozconfig ../mozconfig - <.mozconfig ../mozconfig - <
+
+pkgname=js91
+pkgver=91.9.0
+pkgrel=1
+pkgdesc="JavaScript interpreter and libraries - Version 91"
+arch=(x86_64)
+url="https://spidermonkey.dev/;
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang 
lld)
+checkdepends=(mercurial git)
+options=(!lto debug)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
+sha256sums=('b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c'
+'SKIP')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
+
+# Make sure the duplication between bin and lib is found
+COMPRESSZST+=(--long)
+
+prepare() {
+  mkdir mozbuild
+  cd firefox-$pkgver
+
+  cat >../mozconfig <.mozconfig ../mozconfig - <.mozconfig ../mozconfig - <

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

2022-05-16 Thread Jan Steffens via arch-commits
Date: Monday, May 16, 2022 @ 18:20:19
  Author: heftig
Revision: 445882

91.9.0-1

Modified:
  js91/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 14:22:41 UTC (rev 445881)
+++ PKGBUILD2022-05-16 18:20:19 UTC (rev 445882)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js91
-pkgver=91.8.0
+pkgver=91.9.0
 pkgrel=1
 pkgdesc="JavaScript interpreter and libraries - Version 91"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!lto debug)
 _relver=${pkgver}esr
 
source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('d483a853cbf5c7f93621093432e3dc0b7ed847f2a5318b964828d19f9f087f3a'
+sha256sums=('b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c'
 'SKIP')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 



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

2022-05-16 Thread Sergej Pupykin via arch-commits
Date: Monday, May 16, 2022 @ 17:59:25
  Author: spupykin
Revision: 1207575

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 1207574, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 1207574, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   62 +--
 xdebug.ini |   10 -
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 17:59:15 UTC (rev 1207574)
+++ PKGBUILD2022-05-16 17:59:25 UTC (rev 1207575)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=3.1.2
-pkgrel=2
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="https://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz;
-   'xdebug.ini')
-sha256sums=('083f6be1100df79ccbdf049dafc3930bab35f0eb80f9b19ac1ad84fa6779ccf3'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 1207574, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 17:59:25 UTC (rev 1207575)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz;
+   'xdebug.ini')
+sha256sums=('4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2022-05-16 17:59:15 UTC (rev 1207574)
+++ xdebug.ini  2022-05-16 17:59:25 UTC (rev 1207575)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 1207574, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2022-05-16 17:59:25 UTC (rev 1207575)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp



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

2022-05-16 Thread Sergej Pupykin via arch-commits
Date: Monday, May 16, 2022 @ 17:59:15
  Author: spupykin
Revision: 1207574

upgpkg: xdebug 3.1.4-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 17:58:57 UTC (rev 1207573)
+++ PKGBUILD2022-05-16 17:59:15 UTC (rev 1207574)
@@ -4,8 +4,8 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.4
+pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
 url="https://www.xdebug.org;
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz;
'xdebug.ini')
-sha256sums=('083f6be1100df79ccbdf049dafc3930bab35f0eb80f9b19ac1ad84fa6779ccf3'
+sha256sums=('4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {



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

2022-05-16 Thread Sergej Pupykin via arch-commits
Date: Monday, May 16, 2022 @ 17:58:57
  Author: spupykin
Revision: 1207573

archrelease: copy trunk to community-x86_64

Added:
  log4cxx/repos/community-x86_64/PKGBUILD
(from rev 1207572, log4cxx/trunk/PKGBUILD)
Deleted:
  log4cxx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 17:58:49 UTC (rev 1207572)
+++ PKGBUILD2022-05-16 17:58:57 UTC (rev 1207573)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=log4cxx
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A C++ port of Log4j"
-url="http://logging.apache.org/log4cxx;
-license=("Apache")
-depends=('apr-util' 'libxml2')
-arch=('x86_64')
-makedepends=('cmake' 'patch' 'zip' 'gzip' 'sed')
-conflicts=('log4cxx-svn')
-source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz;)
-sha512sums=('807058734cebf7c92e99484313becbc6be63e48bd930889c733318bb78dfec498b66aaa12255ed30879abb005b32e2b965f9dd87ec50d0421ca067f3f66280d9')
-
-build() {
-  cd "$srcdir/apache-$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_AVCODEC=1 
-DWITH_FFMPEGTHUMBNAILER=1 ..
-  make
-}
-
-package() {
-  cd "$srcdir/apache-$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-}

Copied: log4cxx/repos/community-x86_64/PKGBUILD (from rev 1207572, 
log4cxx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 17:58:57 UTC (rev 1207573)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=log4cxx
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A C++ port of Log4j"
+url="http://logging.apache.org/log4cxx;
+license=("Apache")
+depends=('apr-util' 'libxml2')
+arch=('x86_64')
+makedepends=('cmake' 'patch' 'zip' 'gzip' 'sed')
+conflicts=('log4cxx-svn')
+source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz;)
+sha512sums=('2a5f4fecc0415d942658c588774f0666082c497b6fd49bf64ab3328a997775206788c9b10a8c89208896c57da52fcc12c18d5d11ca1d3bf699e4633b8fcea6e5')
+
+build() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_AVCODEC=1 
-DWITH_FFMPEGTHUMBNAILER=1 ..
+  make
+}
+
+package() {
+  cd "$srcdir/apache-$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+}



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

2022-05-16 Thread Sergej Pupykin via arch-commits
Date: Monday, May 16, 2022 @ 17:58:49
  Author: spupykin
Revision: 1207572

upgpkg: log4cxx 0.13.0-1

Modified:
  log4cxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 17:54:58 UTC (rev 1207571)
+++ PKGBUILD2022-05-16 17:58:49 UTC (rev 1207572)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=log4cxx
-pkgver=0.12.1
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="A C++ port of Log4j"
 url="http://logging.apache.org/log4cxx;
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'patch' 'zip' 'gzip' 'sed')
 conflicts=('log4cxx-svn')
 
source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz;)
-sha512sums=('807058734cebf7c92e99484313becbc6be63e48bd930889c733318bb78dfec498b66aaa12255ed30879abb005b32e2b965f9dd87ec50d0421ca067f3f66280d9')
+sha512sums=('2a5f4fecc0415d942658c588774f0666082c497b6fd49bf64ab3328a997775206788c9b10a8c89208896c57da52fcc12c18d5d11ca1d3bf699e4633b8fcea6e5')
 
 build() {
   cd "$srcdir/apache-$pkgname-$pkgver"



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2022-05-16 Thread Sergej Pupykin via arch-commits
Date: Monday, May 16, 2022 @ 17:54:58
  Author: spupykin
Revision: 1207571

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 1207570, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 17:54:46 UTC (rev 1207570)
+++ PKGBUILD2022-05-16 17:54:58 UTC (rev 1207571)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli Schwartz 
-
-pkgname=firefox-adblock-plus
-pkgver=3.11.2
-pkgrel=2
-_file=3833352
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="https://adblockplus.org/;
-license=('GPL3')
-makedepends=('unzip' 'jq')
-groups=('firefox-addons')
-# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
-source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
-noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('1d52e050eb0e70407df83d2da8633a5944afa375c136aa8fea03229470630d05')
-
-check() {
-  unzip adblock-plus-$pkgver.xpi manifest.json
-  jq '.version' manifest.json | grep -E '^"'$pkgver'"$'
-}
-
-package() {
-  depends=("firefox")
-
-  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 1207570, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 17:54:58 UTC (rev 1207571)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli Schwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=3.13
+pkgrel=1
+_file=3948047
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/;
+license=('GPL3')
+makedepends=('unzip' 'jq')
+groups=('firefox-addons')
+# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
+source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
+noextract=("adblock-plus-$pkgver.xpi")
+sha256sums=('f6a04b895c3a227f8a4f0a768269755ad52fe5a12ccbeb59805cd9e173df8d2a')
+
+check() {
+  unzip adblock-plus-$pkgver.xpi manifest.json
+  jq '.version' manifest.json | grep -E '^"'$pkgver'"$'
+}
+
+package() {
+  depends=("firefox")
+
+  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
+}



[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2022-05-16 Thread Sergej Pupykin via arch-commits
Date: Monday, May 16, 2022 @ 17:54:46
  Author: spupykin
Revision: 1207570

upgpkg: firefox-adblock-plus 3.13-1

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 17:53:29 UTC (rev 1207569)
+++ PKGBUILD2022-05-16 17:54:46 UTC (rev 1207570)
@@ -2,9 +2,9 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=3.11.2
-pkgrel=2
-_file=3833352
+pkgver=3.13
+pkgrel=1
+_file=3948047
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
 url="https://adblockplus.org/;
@@ -14,7 +14,7 @@
 # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
 
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
 noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('1d52e050eb0e70407df83d2da8633a5944afa375c136aa8fea03229470630d05')
+sha256sums=('f6a04b895c3a227f8a4f0a768269755ad52fe5a12ccbeb59805cd9e173df8d2a')
 
 check() {
   unzip adblock-plus-$pkgver.xpi manifest.json



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

2022-05-16 Thread Kpcyrd via arch-commits
Date: Monday, May 16, 2022 @ 17:53:29
  Author: kpcyrd
Revision: 1207569

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 17:53:12 UTC (rev 1207568)
+++ PKGBUILD2022-05-16 17:53:29 UTC (rev 1207569)
@@ -1,44 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Julien (jvoisin) Voisin 
-
-pkgname=php-snuffleupagus
-_pkgname=snuffleupagus
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Security module for PHP"
-url='https://snuffleupagus.readthedocs.io/'
-arch=('x86_64')
-license=('LGPL3')
-depends=('php')
-backup=('etc/php/conf.d/snuffleupagus.ini'
-'etc/php/conf.d/snuffleupagus.rules')
-source=(https://github.com/jvoisin/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-b2sums=('b7f63356daa325f8a7ad1442ecf2ed2321a93f8ef087f9572a24fc7e799cc2c90e54043922309e5f40411f245c3d5cd05bf516e806657141705ba6547b3ac048')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-
-  # tests are incompatible with PHP 8.1
-  rm 
src/tests/{disable_function/disabled_functions_include_once,disable_function/disabled_functions_include_simulation,disable_function/disabled_functions_register_tick_function,disable_function/disabled_functions_require,disable_function/disabled_functions_require_once,disable_function/disabled_functions_require_simulation,strict_mode/strict_mode_enabled,stream_wrapper/stream_wrapper}.phpt
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}/src
-  phpize
-  ./configure --prefix=/usr --enable-"${_pkgname}"
-  make
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}/src
-  NO_INTERACTION=1 REPORT_EXIT_STATUS=1 make test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  make -C src INSTALL_ROOT="${pkgdir}" install
-  install -D -m644 "config/default.rules" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.rules"
-  install -D -m644 "config/${_pkgname}.ini" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.ini"
-}
-
-# vim: ts=2 sw=2 et:

Copied: php-snuffleupagus/repos/community-x86_64/PKGBUILD (from rev 1207568, 
php-snuffleupagus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 17:53:29 UTC (rev 1207569)
@@ -0,0 +1,44 @@
+# Maintainer: kpcyrd 
+# Contributor: Julien (jvoisin) Voisin 
+
+pkgname=php-snuffleupagus
+_pkgname=snuffleupagus
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Security module for PHP"
+url='https://snuffleupagus.readthedocs.io/'
+arch=('x86_64')
+license=('LGPL3')
+depends=('php')
+backup=('etc/php/conf.d/snuffleupagus.ini'
+'etc/php/conf.d/snuffleupagus.rules')
+source=(https://github.com/jvoisin/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
+b2sums=('819d504cad8c1e98a7064bcb9a1b3e2427e0681dd2511d25f2f089f2f27f71b22cda5b709ca91a1c7351aed097786967c66ef7cbf8444a36b74a821e3fb8e65b')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+
+  # tests are incompatible with PHP 8.1
+  rm 
src/tests/{disable_function/disabled_functions_include_once,disable_function/disabled_functions_include_simulation,disable_function/disabled_functions_register_tick_function,disable_function/disabled_functions_require,disable_function/disabled_functions_require_once,disable_function/disabled_functions_require_simulation,strict_mode/strict_mode_enabled,stream_wrapper/stream_wrapper}.phpt
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}/src
+  phpize
+  ./configure --prefix=/usr --enable-"${_pkgname}"
+  make
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/src
+  NO_INTERACTION=1 REPORT_EXIT_STATUS=1 make test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make -C src INSTALL_ROOT="${pkgdir}" install
+  install -D -m644 "config/default.rules" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.rules"
+  install -D -m644 "config/${_pkgname}.ini" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.ini"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-16 Thread Kpcyrd via arch-commits
Date: Monday, May 16, 2022 @ 17:53:12
  Author: kpcyrd
Revision: 1207568

upgpkg: php-snuffleupagus 0.8.1-1

Modified:
  php-snuffleupagus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 17:15:42 UTC (rev 1207567)
+++ PKGBUILD2022-05-16 17:53:12 UTC (rev 1207568)
@@ -3,7 +3,7 @@
 
 pkgname=php-snuffleupagus
 _pkgname=snuffleupagus
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="Security module for PHP"
 url='https://snuffleupagus.readthedocs.io/'
@@ -13,7 +13,7 @@
 backup=('etc/php/conf.d/snuffleupagus.ini'
 'etc/php/conf.d/snuffleupagus.rules')
 
source=(https://github.com/jvoisin/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-b2sums=('b7f63356daa325f8a7ad1442ecf2ed2321a93f8ef087f9572a24fc7e799cc2c90e54043922309e5f40411f245c3d5cd05bf516e806657141705ba6547b3ac048')
+b2sums=('819d504cad8c1e98a7064bcb9a1b3e2427e0681dd2511d25f2f089f2f27f71b22cda5b709ca91a1c7351aed097786967c66ef7cbf8444a36b74a821e3fb8e65b')
 
 prepare() {
   cd ${_pkgname}-${pkgver}



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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 16, 2022 @ 17:15:42
  Author: svenstaro
Revision: 1207567

archrelease: copy trunk to community-staging-x86_64

Added:
  magma/repos/community-staging-x86_64/
  magma/repos/community-staging-x86_64/PKGBUILD
(from rev 1207566, magma/trunk/PKGBUILD)
  magma/repos/community-staging-x86_64/add_cuda86_arch.patch
(from rev 1207566, magma/trunk/add_cuda86_arch.patch)

---+
 PKGBUILD  |   56 
 add_cuda86_arch.patch |   19 
 2 files changed, 75 insertions(+)

Copied: magma/repos/community-staging-x86_64/PKGBUILD (from rev 1207566, 
magma/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-16 17:15:42 UTC (rev 1207567)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: bartus 
+# Contributor: pingplug 
+# Contributor: cornholio 
+
+pkgname=magma
+pkgver=2.6.2
+pkgrel=2
+pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
+arch=('x86_64')
+url="https://icl.utk.edu/magma/;
+license=('custom')
+depends=('blas' 'lapack' 'cuda')
+makedepends=('gcc11-fortran' 'cmake' 'ninja')
+optdepends=('python: for examples and tests'
+'gcc11-fortran: Fortran interface')
+source=("${pkgname}-${pkgver}.tar.gz::https://icl.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;
+'add_cuda86_arch.patch')
+sha256sums=('75b554dab00903e2d10b972c913e50e7f88cbc62f3ae432b5a086c7e4eda0a71'
+'896a6b66b4e3c10fab9bb3ae27b6783c2fad3ebd5e204d62da9fdec443bd6c15')
+options=(!lto)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/add_cuda86_arch.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  CC=/usr/bin/gcc-11 \
+  CXX=/usr/bin/g++-11 \
+  FC=/usr/bin/gfortran-11 \
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DGPU_TARGET="sm_52 sm_53 sm_60 sm_61 sm_62 sm_70 sm_72 sm_75 sm_80 sm_86"
+  ninja -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -Cbuild install
+
+  install -d "${pkgdir}"/usr/share/magma/example
+  cp -r "${srcdir}"/magma-${pkgver}/example/* 
"${pkgdir}"/usr/share/magma/example/
+  install -d "${pkgdir}"/usr/share/magma/testing
+  cp -r "${srcdir}"/magma-${pkgver}/testing/* 
"${pkgdir}"/usr/share/magma/testing/
+  install -Dm644 "${srcdir}"/magma-${pkgver}/COPYRIGHT 
"${pkgdir}"/usr/share/licenses/magma/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: magma/repos/community-staging-x86_64/add_cuda86_arch.patch (from rev 
1207566, magma/trunk/add_cuda86_arch.patch)
===
--- community-staging-x86_64/add_cuda86_arch.patch  
(rev 0)
+++ community-staging-x86_64/add_cuda86_arch.patch  2022-05-16 17:15:42 UTC 
(rev 1207567)
@@ -0,0 +1,19 @@
+diff --color -aur magma-2.6.1-old/CMakeLists.txt magma-2.6.1-new/CMakeLists.txt
+--- magma-2.6.1-old/CMakeLists.txt  2021-07-13 01:35:20.0 +0300
 magma-2.6.1-new/CMakeLists.txt  2021-07-21 11:02:28.014236200 +0300
+@@ -294,6 +294,15 @@
+ message( STATUS "compile for CUDA arch 8.0 (Ampere)" )
+ endif()
+ 
++if (GPU_TARGET MATCHES sm_86)
++if (NOT MIN_ARCH)
++set( MIN_ARCH 860 )
++endif()
++set( NV_SM ${NV_SM} -gencode arch=compute_86,code=sm_86 )
++set( NV_COMP-gencode arch=compute_86,code=compute_86 )
++message( STATUS "compile for CUDA arch 8.6 (Ampere)" )
++endif()
++
+ if (NOT MIN_ARCH)
+ message( FATAL_ERROR "GPU_TARGET must contain one or more of Fermi, 
Kepler, Maxwell, Pascal, Volta, Turing, Ampere, or valid sm_[0-9][0-9]" )
+ endif()



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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 16, 2022 @ 17:15:35
  Author: svenstaro
Revision: 1207566

upgpkg: magma 2.6.2-2: cuda 11.7 rebuild

Modified:
  magma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 16:34:20 UTC (rev 1207565)
+++ PKGBUILD2022-05-16 17:15:35 UTC (rev 1207566)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: bartus 
 # Contributor: pingplug 
 # Contributor: cornholio 
@@ -5,15 +5,15 @@
 
 pkgname=magma
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
 arch=('x86_64')
 url="https://icl.utk.edu/magma/;
 license=('custom')
 depends=('blas' 'lapack' 'cuda')
-makedepends=('gcc-fortran' 'cmake' 'ninja')
+makedepends=('gcc11-fortran' 'cmake' 'ninja')
 optdepends=('python: for examples and tests'
-'gcc-fortran: Fortran interface')
+'gcc11-fortran: Fortran interface')
 
source=("${pkgname}-${pkgver}.tar.gz::https://icl.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;
 'add_cuda86_arch.patch')
 sha256sums=('75b554dab00903e2d10b972c913e50e7f88cbc62f3ae432b5a086c7e4eda0a71'
@@ -29,9 +29,9 @@
 build() {
   cd "${pkgname}-${pkgver}"
 
-  CC=/usr/bin/gcc \
-  CXX=/usr/bin/g++ \
-  FC=/usr/bin/gfortran \
+  CC=/usr/bin/gcc-11 \
+  CXX=/usr/bin/g++-11 \
+  FC=/usr/bin/gfortran-11 \
   cmake \
 -Bbuild \
 -GNinja \



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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 16, 2022 @ 16:34:20
  Author: svenstaro
Revision: 1207565

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 1207564, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 16:34:13 UTC (rev 1207564)
+++ PKGBUILD2022-05-16 16:34:20 UTC (rev 1207565)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=1.22.18
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='https://classic.yarnpkg.com/'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('0db7448e72271878782a85a785ced64e72711a7df976dcf05025336f4a0a882bdc8c6cad3b295c57ecdea5f43f38360c3c12bba310cb899136655f28b1e34b42')
-
-package() {
-  cd yarn-v${pkgver}
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 1207564, 
yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 16:34:20 UTC (rev 1207565)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=1.22.19
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='https://classic.yarnpkg.com/'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71')
+
+package() {
+  cd yarn-v${pkgver}
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 16, 2022 @ 16:34:13
  Author: svenstaro
Revision: 1207564

upgpkg: yarn 1.22.19-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-16 16:31:35 UTC (rev 1207563)
+++ PKGBUILD2022-05-16 16:34:13 UTC (rev 1207564)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=1.22.18
+pkgver=1.22.19
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('0db7448e72271878782a85a785ced64e72711a7df976dcf05025336f4a0a882bdc8c6cad3b295c57ecdea5f43f38360c3c12bba310cb899136655f28b1e34b42')
+sha512sums=('ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71')
 
 package() {
   cd yarn-v${pkgver}



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

2022-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 16, 2022 @ 16:31:35
  Author: svenstaro
Revision: 1207563

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-16 16:31:27 UTC (rev 1207562)
+++ PKGBUILD2022-05-16 16:31:35 UTC (rev 1207563)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bambang Catur Pamungkas 
-
-pkgname=sentry-cli
-pkgver=1.72.1
-pkgrel=1
-pkgdesc="A command line utility to work with Sentry"
-arch=('x86_64')
-url="https://docs.sentry.io/cli/;
-license=('BSD')
-depends=('gcc-libs' 'bzip2' 'zlib')
-makedepends=('cargo')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/getsentry/sentry-cli/archive/${pkgver}.tar.gz)
-sha256sums=('c8398ab89451dc87c8c79ef7f95f2fbd6005a7b3eee30c5dd10c5922e29020b3')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked -- --skip vcs
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 target/release/sentry-cli "$pkgdir"/usr/bin/sentry-cli
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sentry-cli/repos/community-x86_64/PKGBUILD (from rev 1207562, 
sentry-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-16 16:31:35 UTC (rev 1207563)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bambang Catur Pamungkas 
+
+pkgname=sentry-cli
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="A command line utility to work with Sentry"
+arch=('x86_64')
+url="https://docs.sentry.io/cli/;
+license=('BSD')
+depends=('gcc-libs' 'bzip2' 'zlib')
+makedepends=('cargo')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/getsentry/sentry-cli/archive/${pkgver}.tar.gz)
+sha256sums=('004c2f36dd3745535bd403f4681882ba5f3bcdba39e891cae33df67417ba4da8')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked -- --skip command_bash_hook --skip vcs --skip 
send_event
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 target/release/sentry-cli "$pkgdir"/usr/bin/sentry-cli
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



  1   2   >