void-packages/srcpkgs/kcmutils/template

30 lines
879 B
Bash
Raw Normal View History

2016-10-13 10:44:34 +00:00
# Template file for 'kcmutils'
pkgname=kcmutils
2017-05-14 11:09:04 +00:00
version=5.36.0
2016-10-13 10:44:34 +00:00
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="kdeclarative-devel"
short_desc="Utilities for KDE System Settings modules"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kcmutils"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
2017-05-14 11:09:04 +00:00
checksum=df21667f6dae44707d13e51780ffe157fd0a29d4b946b14876a2a96633b32e66
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python"
fi
2016-10-13 10:44:34 +00:00
kcmutils-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
}
}