void-packages/srcpkgs/plasma-framework/template
2020-07-11 14:06:40 +02:00

29 lines
1 KiB
Bash

# Template file for 'plasma-framework'
pkgname=plasma-framework
version=5.72.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
kconfig python3 qt5-host-tools qt5-qmake gettext kdoctools"
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kwayland-devel
kirigami2-devel"
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia"
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/plasma-framework"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e54c9453df39163f03cc7b4f834fd3fcfe02dfb58ff031935088b95fbb4d3133
plasma-framework-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}