mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-24 22:36:22 +02:00
29 lines
751 B
PHP
29 lines
751 B
PHP
DESCRIPTION = "QQC2 Desktop Style"
|
|
HOMEPAGE = "https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html"
|
|
LICENSE = "LGPL-3"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-3;md5=15d6edab0fdf34fa80484687e7319ce2"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
qtdeclarative \
|
|
kirigami \
|
|
kiconthemes \
|
|
kconfigwidgets \
|
|
kcoreaddons-native \
|
|
kconfig-native \
|
|
kauth-native \
|
|
"
|
|
|
|
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake_kf5
|
|
|
|
FILES_${PN} += " \
|
|
${libdir}/plugins/kf5/kirigami/*.so \
|
|
${libdir}/qml/org/kde/qqc2desktopstyle/private/* \
|
|
${libdir}/qml/QtQuick/Controls.2/org.kde.desktop/* \
|
|
${libdir}/qml/QtQuick/Controls.2/org.kde.desktop/private/* \
|
|
"
|