2021-05-15 18:26:48 +02:00
|
|
|
# Template file for 'layer-shell-qt'
|
|
|
|
pkgname=layer-shell-qt
|
2021-06-23 19:16:24 +02:00
|
|
|
version=5.22.2
|
2021-05-15 18:26:48 +02: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-06-23 19:16:24 +02:00
|
|
|
checksum=416ad71877987f06c539800176ede777a8b7328219dac315280d0059a2ca9ad7
|
2021-05-15 18:26:48 +02: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"
|
|
|
|
}
|
|
|
|
}
|