diff --git a/srcpkgs/plasma-framework/template b/srcpkgs/plasma-framework/template index 6e4b4803d7..d58b34476d 100644 --- a/srcpkgs/plasma-framework/template +++ b/srcpkgs/plasma-framework/template @@ -1,6 +1,6 @@ # Template file for 'plasma-framework' pkgname=plasma-framework -version=5.47.0 +version=5.48.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -10,12 +10,12 @@ makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kwayland-deve depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia" short_desc="Foundational libraries, components, and tools of the Plasma workspaces" maintainer="Denis Revin " -license="LGPL-2" +license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/plasma-framework" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=4a43bb699e2d6e004b0d218c98079eea329d3a2d3de82b33b7d298e4cb146eb4 +checksum=02c1c73265db705b0cd360c5a9c493340717babcd92d51ff0202d78976c081c2 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then configure_args=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" hostmakedepends+=" kconfig kcoreaddons kdoctools python qt5-host-tools qt5-qmake" fi @@ -26,6 +26,6 @@ plasma-framework-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/cmake - vmove usr/lib/*.so + vmove "usr/lib/*.so" } }