kparts: update to 5.36.0.
This commit is contained in:
parent
7590f7c0f1
commit
3dff8c16f9
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kparts'
|
# Template file for 'kparts'
|
||||||
pkgname=kparts
|
pkgname=kparts
|
||||||
version=5.29.0
|
version=5.36.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -11,7 +11,11 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/kparts"
|
homepage="https://projects.kde.org/projects/frameworks/kparts"
|
||||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=61c3fed62a6830191e9d7b23be40814e7de2b48c2ab3f40f919eeb86cb57372b
|
checksum=f3e75ac95b1e3c61054cd9140be4b917296f0a666df3487a589cfe055978055e
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-qmake python"
|
||||||
|
fi
|
||||||
|
|
||||||
kparts-devel_package() {
|
kparts-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Reference in New Issue