# Template file for 'frameworkintegration' pkgname=frameworkintegration version=5.26.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules" makedepends="kiconthemes-devel knotifications-devel" short_desc="Integration of Qt application with KDE workspaces" maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" checksum=374db7d9b69486aa16fccf1391869f058679bf2aa7adf6f109ba29d3f4e31653 frameworkintegration-devel_package() { short_desc+=" - development" depends="${makedepends} ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/cmake vmove usr/lib/*.so } }