mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
27 lines
969 B
Bash
27 lines
969 B
Bash
# Template file for 'layer-shell-qt'
|
|
pkgname=layer-shell-qt
|
|
version=6.0.5
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base pkg-config
|
|
qt6-wayland-tools wayland-devel qt6-declarative-host-tools"
|
|
makedepends="qt6-wayland-devel qt6-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"
|
|
checksum=bd6bf73dc79b561dd38c1fc78c373b2ef4b9df69d6a827e305d011109d91a2c2
|
|
|
|
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"
|
|
}
|
|
}
|