void-packages/srcpkgs/kwayland-server/template
2021-09-05 15:58:16 +02:00

27 lines
906 B
Bash

# Template file for 'kwayland-server'
pkgname=kwayland-server
version=5.22.5
revision=1
build_style=cmake
build_helper="qemu"
configure_args="-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools
qt5-wayland plasma-wayland-protocols pkg-config wayland-devel"
makedepends="kwayland-devel wayland-protocols"
short_desc="Wayland server components built on KDE Frameworks"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/kwayland-server"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=dd64bdd629b239621d687d8deceff6e0da88542c6b67140c5ff8b654155bf39d
kwayland-server-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}