hyprqt6engine: add recipe

add enough of kde base to fully support hyprqt6engine
This commit is contained in:
Markus Volk
2025-08-27 17:10:01 +02:00
parent 18e7118e6d
commit b07ebada7c
18 changed files with 252 additions and 14 deletions

View File

@@ -0,0 +1,28 @@
SUMMARY = "Utilities for graphical user interfaces"
HOMEPAGE = "https://api.kde.org/frameworks/kguiaddons/html/index.html"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM += "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
SRC_URI = "git://invent.kde.org/frameworks/kguiaddons.git;protocol=https;nobranch=1"
SRCREV = "757c799124995689000e4a4664a675ef77775595"
DEPENDS = " \
qtbase \
qtwayland \
qtwayland-native \
qttools-native \
extra-cmake-modules \
kconfig \
plasma-wayland-protocols \
python3-shiboken6-native \
python3-pyside6 \
python3-build-native \
"
inherit qt6-cmake mime-xdg pkgconfig
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
FILES:${PN} += "${libdir}/qml ${PYTHON_SITEPACKAGES_DIR} ${datadir}/qlogging-categories6"
BBCLASSEXTEND = "native"