36 lines
1.0 KiB
BlitzBasic
36 lines
1.0 KiB
BlitzBasic
SUMMARY = "Document centric plugin system"
|
|
LICENSE = "GPL-2.0-or-later & LGPL-2.0-only & LGPL-2.0-or-later & LGPL-2.1-or-later & LGPL-3.0-only"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \
|
|
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 gettext
|
|
|
|
DEPENDS += " \
|
|
kauth-native \
|
|
kcoreaddons-native kcoreaddons \
|
|
kconfig-native kconfig \
|
|
ki18n \
|
|
kiconthemes \
|
|
kio \
|
|
kjobwidgets \
|
|
knotifications \
|
|
kservice \
|
|
ktextwidgets \
|
|
kwidgetsaddons \
|
|
kxmlgui \
|
|
"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[sha256sum] = "daae37f79c13276376f269f341121414779cbbec214956997c393b4c32435697"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/k*5 \
|
|
${datadir}/kdevappwizard \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|