diff --git a/common/shlibs b/common/shlibs index 193192c7766..0ef77e3dfb9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/layer-shell-qt-devel b/srcpkgs/layer-shell-qt-devel new file mode 120000 index 00000000000..b4e15ceff6f --- /dev/null +++ b/srcpkgs/layer-shell-qt-devel @@ -0,0 +1 @@ +layer-shell-qt \ No newline at end of file diff --git a/srcpkgs/layer-shell-qt/template b/srcpkgs/layer-shell-qt/template new file mode 100644 index 00000000000..fdc7d24123f --- /dev/null +++ b/srcpkgs/layer-shell-qt/template @@ -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 " +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" + } +}