diff --git a/common/shlibs b/common/shlibs index c68ee804a7..7eb4148fcb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2609,6 +2609,7 @@ libKF5KCMUtils.so.5 kcmutils-5.26.0_1 libKF5Style.so.5 frameworkintegration-5.26.0_1 libkdeinit5_klauncher.so kinit-5.26.0_1 libKF5NewStuff.so.5 knewstuff-5.26.0_1 +libKF5NewStuffCore.so.5 knewstuff-5.36.0_1 libKF5NotifyConfig.so.5 knotifyconfig-5.26.0_1 libKF5Parts.so.5 kparts-5.26.0_1 libKF5Activities.so.5 kactivities5-5.26.0_1 diff --git a/srcpkgs/knewstuff/template b/srcpkgs/knewstuff/template index d5de70dcc2..bab1b3faa0 100644 --- a/srcpkgs/knewstuff/template +++ b/srcpkgs/knewstuff/template @@ -1,6 +1,6 @@ # Template file for 'knewstuff' pkgname=knewstuff -version=5.29.0 +version=5.36.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,11 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/knewstuff" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=8165785151bb8cce05e43d306b2bbe0bf4a8eb81940c999b5a14901bdabdd3b1 +checksum=f17bc9cc0852c3a4433e1ffaeb88ad7af3611a9ec95409c391b39fa57e84da5d + +if [ -n "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-host-tools qt5-qmake python" +fi knewstuff-devel_package() { short_desc+=" - development"