Files
meta-qt5-extra/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb
Andreas Müller c71ccd91d1 kde-kf5: upgrade 5.66.0 -> 5.67.0
While at it: Calcutae download paths to make upgrade as simple as possible

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-02-11 07:35:00 +01:00

37 lines
884 B
BlitzBasic

SUMMARY = "Advanced embeddable text editor"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
inherit kde-kf5 gettext
DEPENDS += "qtxmlpatterns \
syntax-highlighting \
karchive \
kconfig \
kconfig-native \
kcoreaddons-native \
kauth-native \
kguiaddons \
ki18n \
kio \
kparts \
sonnet \
sonnet-native \
libgit2"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "de9f38ec3ad76a5f19b4fc665dee5b82"
SRC_URI[sha256sum] = "5d685922d35745a7d7f11f543721e289a8f92edef5969f567a68ea2acf57c6ea"
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
FILES_${PN} += " \
${datadir}/k*5 \
${datadir}/dbus-1 \
${datadir}/polkit-1 \
${datadir}/kdevappwizard \
${OE_QMAKE_PATH_PLUGINS} \
"