Files
meta-wayland/dynamic-layers/meta-qt6/recipes-qt/kde/kwidgetaddons/kwidgetaddons_6.17.0.bb
Markus Volk b07ebada7c hyprqt6engine: add recipe
add enough of kde base to fully support hyprqt6engine
2025-08-27 17:20:49 +02:00

24 lines
630 B
BlitzBasic

SUMMARY = "Widget addons"
HOMEPAGE = "https://github.com/KDE/kwidgetsaddons"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM += "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
SRC_URI = "git://github.com/KDE/kwidgetsaddons.git;protocol=https;nobranch=1"
SRCREV = "272bd685591e321b0fda52ef21fcc30fc75ef9d2"
DEPENDS = " \
qtbase \
qtwayland \
qtwayland-native \
qttools-native \
extra-cmake-modules \
kconfig \
python3-shiboken6-native \
python3-pyside6 \
python3-build-native \
"
inherit qt6-cmake pkgconfig
FILES:${PN} += "${libdir}/qml ${PYTHON_SITEPACKAGES_DIR} ${datadir}/qlogging-categories6"