While at it: Calcutae download paths to make upgrade as simple as possible Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
36 lines
725 B
BlitzBasic
36 lines
725 B
BlitzBasic
SUMMARY = "Document centric plugin system"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
"
|
|
|
|
inherit kde-kf5 gettext
|
|
|
|
DEPENDS += " \
|
|
kconfig \
|
|
kconfig-native \
|
|
kcoreaddons \
|
|
kcoreaddons-native \
|
|
ki18n \
|
|
kiconthemes \
|
|
kio \
|
|
kjobwidgets \
|
|
knotifications \
|
|
kservice \
|
|
ktextwidgets \
|
|
kwidgetsaddons \
|
|
kxmlgui \
|
|
kauth-native \
|
|
sonnet-native \
|
|
"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[md5sum] = "cc3125f7ae87b52e62571040749a4732"
|
|
SRC_URI[sha256sum] = "0e2c3e4584f9327cb0f4d3b7ffb7e02657fb02ed1b510643a39e6b8cacbda76a"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/k*5 \
|
|
${datadir}/kdevappwizard \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|