diff --git a/srcpkgs/frameworkintegration/template b/srcpkgs/frameworkintegration/template index c5fb7c1e697..78c62a35551 100644 --- a/srcpkgs/frameworkintegration/template +++ b/srcpkgs/frameworkintegration/template @@ -1,6 +1,6 @@ # Template file for 'frameworkintegration' pkgname=frameworkintegration -version=5.47.0 +version=5.48.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -8,10 +8,10 @@ hostmakedepends="extra-cmake-modules pkg-config" makedepends="kiconthemes-devel knotifications-devel kpackage-devel knewstuff-devel" short_desc="Integration of Qt application with KDE workspaces" maintainer="Denis Revin " -license="LGPL-2" +license="LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=ce936bce5606e2f41d8b8c36478594c3cebe508f6f0d2ea8feda67848f728d47 +checksum=1e55cb94774fe766e0c6b7b06b7bbe042671c3122204c35ca5b614d6ec0849d9 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python" @@ -23,6 +23,6 @@ frameworkintegration-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/cmake - vmove usr/lib/*.so + vmove "usr/lib/*.so" } }