38 lines
821 B
BlitzBasic
38 lines
821 B
BlitzBasic
SUMMARY = "Workspace and cross-framework integration plugins"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
inherit kde-kf5 gettext
|
|
|
|
DEPENDS += " \
|
|
kauth-native \
|
|
kconfig \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kconfigwidgets \
|
|
ki18n \
|
|
kiconthemes \
|
|
kio \
|
|
knotifications \
|
|
kwidgetsaddons \
|
|
knewstuff \
|
|
kpackage \
|
|
kpackage-native \
|
|
"
|
|
|
|
RRECCOMENDS_${PN} += "oxygen-fonts"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[md5sum] = "9957a52e9b75dd61a62f3ad7a61e299a"
|
|
SRC_URI[sha256sum] = "f2a69ef90c3f48a6704ec10defe1d752a5c30805b4b5cf22bcd52469e7fbba28"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/knotifications5 \
|
|
${datadir}/kconf_update \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|
|
|
|
FILES_${PN}-dbg += " \
|
|
${OE_QMAKE_PATH_PLUGINS}/*/.debug \
|
|
"
|