# Template file for 'knotifyconfig' pkgname=knotifyconfig version=5.42.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="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/knotifyconfig" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" checksum=ac0e2dda35362318f7980bff22124ff06b6c2295aa541192d9219870a45c07c0 if [ -n "$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 } }