kdoctools: update to 5.39.0.
This commit is contained in:
parent
868f83582f
commit
c124922c7b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kdoctools'
|
||||
pkgname=kdoctools
|
||||
version=5.37.0
|
||||
version=5.39.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
|||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kdoctools"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f4031fccb1e7c6017456840daee1589d2e6b7d36ee263a371446981a312e6c3d
|
||||
checksum=57a12705b87754d8bbc76e3400691d02072d61bd0e2e4b62845dca558f9be49d
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"
|
||||
|
@ -26,6 +26,6 @@ kdoctools-devel_package() {
|
|||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/cmake
|
||||
vbin build/src/docbookl10nhelper
|
||||
vbin build/bin/docbookl10nhelper
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue