# Template file for 'knotifyconfig' pkgname=knotifyconfig version=5.55.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules" makedepends="kio-devel" short_desc="KDE Configuration dialog for desktop notifications" maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/knotifyconfig" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" checksum=912dce657bc49e55126b1040f88e340805eafb2b8cf8208d2cb3602db4911d06 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python" fi knotifyconfig-devel_package() { short_desc+=" - development" depends="${makedepends} ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/qt5/mkspecs vmove usr/lib/cmake vmove "usr/lib/*.so" } }