New package: layer-shell-qt-5.22.0

This commit is contained in:
John 2021-05-15 18:26:48 +02:00
parent e3fd248d10
commit e45a722679
3 changed files with 28 additions and 0 deletions

View file

@ -2179,6 +2179,7 @@ libd0_blind_id.so.0 xonotic-0.8.0_1
libuecc.so.0 libuecc-5_1
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1
libLayerShellQtInterface.so.5 layer-shell-qt-5.21.90_1
liblxqt.so.0 liblxqt-0.9.0_1
liblxqt-globalkeys.so.0 lxqt-globalkeys-0.9.0_1
liblxqt-globalkeys-ui.so.0 lxqt-globalkeys-0.9.0_1

View file

@ -0,0 +1 @@
layer-shell-qt

View file

@ -0,0 +1,26 @@
# Template file for 'layer-shell-qt'
pkgname=layer-shell-qt
version=5.22.0
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"
checksum=7e08f39716885aa43a3f2f1bfb29441ef9ee4b07b2928a9680ae8e4c28adcaf7
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"
}
}