37 lines
751 B
BlitzBasic
37 lines
751 B
BlitzBasic
SUMMARY = "Qt Platform Theme integration plugins for the Plasma workspaces"
|
|
LICENSE = "LGPL-3.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LGPL-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
inherit kde-plasma features_check gettext pkgconfig
|
|
|
|
DEPENDS += " \
|
|
qtquickcontrols2 \
|
|
breeze \
|
|
kauth-native \
|
|
kconfig \
|
|
kconfig-native \
|
|
kconfigwidgets \
|
|
kcoreaddons-native \
|
|
ki18n \
|
|
kio \
|
|
knotifications \
|
|
kwidgetsaddons \
|
|
\
|
|
libxcb \
|
|
libxcursor \
|
|
"
|
|
|
|
PV = "${PLASMA_VERSION}"
|
|
SRC_URI[sha256sum] = "fe14eefd7e4e2e7dbdca979bc0595dd3bc39b2c4b6e64161437db8154f654c7b"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/kconf_update \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|
|
|
|
RDEPENDS_${PN} += "perl"
|