kdoctools 5.116-2

This commit is contained in:
2025-09-21 19:11:53 +03:00
parent fa8b7170db
commit 99c09d7fdf

View File

@@ -1,8 +1,10 @@
name='kdoctools' name='kdoctools'
version='5.116' version='5.116'
release='1' release='2'
desc='RDocumentation generation from docbook.' desc='Documentation generation from docbook'
desc_ru='Генерация документации из docbook'
homepage='https://community.kde.org/Frameworks' homepage='https://community.kde.org/Frameworks'
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>' maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
architectures=('amd64') architectures=('amd64')
license=('LGPL-2.0-only' 'LGPL-3.0-only') license=('LGPL-2.0-only' 'LGPL-3.0-only')
@@ -15,8 +17,32 @@ deps=(
'libxml2' 'libxml2'
'libxslt' 'libxslt'
'qt6-qtbase' 'qt6-qtbase'
) )
deps_alt=(
'docbook-style-xsl'
'libgcc'
'glibc-core'
'karchive'
'libxml2'
'libxslt'
'qt6-base'
)
deps_arch=("${deps[@]}" 'qt6-base')
deps_debian=(
'docbook-xsl'
'libgcc-s1'
'libc6'
'libkf6archive6'
'libxml2'
'libxslt1.1'
'qt6-base-dev'
)
deps_fedora=("${deps[@]}")
deps_redos=("${deps[@]}")
deps_rhel=("${deps[@]}")
deps_rosa=("${deps[@]}")
build_deps=( build_deps=(
'doxygen' 'doxygen'
'extra-cmake-modules' 'extra-cmake-modules'
@@ -28,6 +54,14 @@ build_deps=(
'docbook-style-xsl' 'docbook-style-xsl'
) )
build_deps_alt=("${build_deps[@]}" 'qt6-tools' 'perl-URI')
build_deps_arch=("${build_deps[@]}" 'qt6-tools' 'cmake' 'perl-uri')
build_deps_debian=("${build_deps[@]}" 'qt6-tools-dev' 'cmake' 'libxslt1-dev' 'liburi-perl')
build_deps_fedora=("${build_deps[@]}" 'cmake')
build_deps_redos=("${build_deps[@]}" 'cmake')
build_deps_rhel=("${build_deps[@]}" 'cmake')
build_deps_rosa=("${build_deps[@]}" 'cmake')
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')
@@ -43,4 +77,11 @@ package() {
DESTDIR="$pkgdir" cmake --install build DESTDIR="$pkgdir" cmake --install build
} }
files() {
files-find-lib
files-find-include
files-find-share
files-find-bin
}