void-packages/srcpkgs/knotifyconfig/template
2018-12-10 00:14:58 +01:00

30 lines
878 B
Bash

# Template file for 'knotifyconfig'
pkgname=knotifyconfig
version=5.53.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 <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/knotifyconfig"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=262119a7c39c2e9102062512c495f386a42d8191741a376d23ce4d87a8c070b8
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"
}
}