24 lines
880 B
BlitzBasic
24 lines
880 B
BlitzBasic
SUMMARY = "Advanced text editing widgets"
|
|
LICENSE = "LGPL-2.0 & LGPL-2.0+ & LGPL-2.1+ & LGPL-3.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/LGPL-2.0-only.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
|
file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
|
file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \
|
|
file://LICENSES/LGPL-3.0-only.txt;md5=c51d3eef3be114124d11349ca0d7e117 \
|
|
"
|
|
|
|
inherit kde-kf5
|
|
|
|
DEPENDS += "kcompletion kconfig kconfigwidgets ki18n kiconthemes kservice kwidgetsaddons \
|
|
kwindowsystem sonnet kconfig-native kcoreaddons-native kauth-native \
|
|
gettext-native sonnet-native"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[sha256sum] = "fe1bac3c4a68bb97e8f0f003a6d59f0477012be5fd8ba13f885868e015931289"
|
|
|
|
FILES:${PN} += " \
|
|
${OE_QMAKE_PATH_PLUGINS}/designer \
|
|
${datadir}/kservicetypes5 \
|
|
"
|
|
|