void-packages/srcpkgs/layer-shell-qt/template

27 lines
920 B
Bash
Raw Normal View History

2021-05-15 16:26:48 +00:00
# Template file for 'layer-shell-qt'
pkgname=layer-shell-qt
2021-07-29 18:24:34 +00:00
version=5.22.4
2021-05-15 16:26:48 +00:00
revision=1
build_style=cmake
confiugre_args="-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner"
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake pkg-config
qt5-wayland wayland-devel"
makedepends="qt5-wayland-devel qt5-declarative-devel libxkbcommon-devel
wayland-protocols wayland-devel"
short_desc="Qt component exposing Wayland wl-layer-shell protocol"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/layer-shell-qt"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
2021-07-29 18:24:34 +00:00
checksum=1528e64b441f2c67c71f87785485644376391489fdef9a9de0c0034517993886
2021-05-15 16:26:48 +00:00
layer-shell-qt-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}