30 lines
665 B
BlitzBasic
30 lines
665 B
BlitzBasic
SUMMARY = "KGeography is a geography learning tool"
|
|
LICENSE = "GPL-2.0-only & GFDL-1.2"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://COPYING.DOC;md5=28d73eafa40ebd0ccdc6b37df8de10a3 \
|
|
"
|
|
|
|
inherit kde-apps gtk-icon-cache
|
|
|
|
DEPENDS += " \
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kdoctools-native \
|
|
kcrash \
|
|
kdbusaddons \
|
|
kwidgetsaddons \
|
|
ki18n \
|
|
kconfigwidgets \
|
|
kxmlgui \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "12b4f0cf0136405f4e97da3ecc4c993fcdadb5eb8682228f3e24ff7ed1fd0526"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/config.kcfg \
|
|
${datadir}/kxmlgui5 \
|
|
"
|