36 lines
795 B
BlitzBasic
36 lines
795 B
BlitzBasic
SUMMARY = "Mathematical Function Plotter"
|
|
LICENSE = "GPLv2 & GFDL-1.2"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=7974e16b472f00bbbadf2d006aa00c50 \
|
|
file://COPYING.DOC;md5=28d73eafa40ebd0ccdc6b37df8de10a3 \
|
|
"
|
|
|
|
inherit kde-apps gtk-icon-cache
|
|
|
|
DEPENDS += " \
|
|
qtsvg \
|
|
\
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kdoctools-native \
|
|
kcrash \
|
|
kguiaddons \
|
|
ki18n \
|
|
kparts \
|
|
kwidgetsaddons \
|
|
kdbusaddons \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[md5sum] = "6a473954c71262f705137ed3e2e2b261"
|
|
SRC_URI[sha256sum] = "777408873baa5d6ce236d71bc2935a89fa414fb9f59049ba6e1ae88d581f580e"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/config.kcfg \
|
|
${datadir}/kxmlgui5 \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/kservices5 \
|
|
${OE_QMAKE_PATH_PLUGINS} \
|
|
"
|