mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-08-28 23:11:59 +02:00
24 lines
630 B
BlitzBasic
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"
|