extra-cmake-modules 6.18.0-2

This commit is contained in:
2025-09-21 18:26:44 +03:00
parent f80054b23c
commit 715f8a705b

View File

@@ -1,8 +1,10 @@
name='extra-cmake-modules' name='extra-cmake-modules'
version='6.18.0' version='6.18.0'
release='1' release='2'
desc='Extra modules and scripts for CMake' desc='Extra modules and scripts for CMake'
desc_ru='Дополнительные модули и скрипты для CMake'
homepage='https://community.kde.org/Frameworks' homepage='https://community.kde.org/Frameworks'
maintainer='Evgeniy Khramov <xpamych@yandex.ru>'
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>' maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
architectures=('all') architectures=('all')
license=('LGPL') license=('LGPL')
@@ -11,11 +13,17 @@ deps=(
'cmake' 'cmake'
) )
build_deps=( build_deps=(
'python3-requests'
'python3-sphinx' 'python3-sphinx'
'qt6-qttools'
) )
build_deps_alt=("${build_deps[@]}" 'python3-module-requests' 'qt6-tools')
build_deps_arch=("${build_deps[@]}" 'python-requests' 'qt6-tools')
build_deps_debian=("${build_deps[@]}" 'python3-requests' 'qt6-tools-dev')
build_deps_fedora=("${build_deps[@]}" 'python3-requests' 'qt6-qttools')
build_deps_redos=("${build_deps[@]}" 'python3-requests' 'qt6-qttools')
build_deps_rhel=("${build_deps[@]}" 'python3-requests' 'qt6-qttools')
build_deps_rosa=("${build_deps[@]}" 'python3-requests' 'qt6-qttools')
sources=("https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz") sources=("https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz")
checksums=('SKIP') checksums=('SKIP')
@@ -30,3 +38,8 @@ build() {
package() { package() {
DESTDIR="$pkgdir" cmake --install build DESTDIR="$pkgdir" cmake --install build
} }
files() {
files-find-share "ECM"
files-find-share "doc"
}