From 7c672a856303c5fb03d27dbff2dfa8165b1fc9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 21 Sep 2025 17:13:53 +0300 Subject: [PATCH] catch2 3.10.0-2 --- catch2/alr.sh | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/catch2/alr.sh b/catch2/alr.sh index 83c5243..b900ede 100644 --- a/catch2/alr.sh +++ b/catch2/alr.sh @@ -1,7 +1,8 @@ name='catch2' version='3.10.0' -release='1' -desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD.' +release='2' +desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD' +desc_ru='Современный header-only тестовый фреймворк на C++ для модульных тестов, TDD и BDD' homepage='https://github.com/catchorg/catch2' maintainer="Евгений Храмов " architectures=('amd64') @@ -15,6 +16,18 @@ build_deps=( 'python3' ) +build_deps_alt=("${build_deps[@]}") +build_deps_arch=( + 'git' + 'cmake' + 'python' +) +build_deps_debian=("${build_deps[@]}") +build_deps_fedora=("${build_deps[@]}") +build_deps_redos=("${build_deps[@]}") +build_deps_rhel=("${build_deps[@]}") +build_deps_rosa=("${build_deps[@]}") + sources=("git+https://github.com/catchorg/catch2.git#tag=v${version}") checksums=('SKIP') @@ -39,9 +52,9 @@ package() { } files() { - printf '"%s" ' ./usr/include/catch2/**/* - printf '"%s" ' ./usr/lib/cmake/Catch2/* - printf '"%s" ' ./usr/share/Catch2/* - printf '"%s" ' ./usr/share/doc/Catch2/* - printf '"%s" ' ./usr/share/pkgconfig/* + files-find-include + files-find-lib + files-find-share "Catch2" + files-find ./usr/share/doc/Catch2/* + files-find ./usr/share/pkgconfig/* }