39 lines
1.0 KiB
BlitzBasic
39 lines
1.0 KiB
BlitzBasic
SUMMARY = "Katomic is a fun and educational game built around molecular geometry"
|
|
DESCRIPTION = "KAtomic is a fun educational game built around molecular geometry. It employs simplistic two-dimensional looks at different chemical elements."
|
|
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
"
|
|
|
|
inherit kde-apps gtk-icon-cache
|
|
|
|
DEPENDS += "\
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kdoctools-native \
|
|
kwidgetsaddons \
|
|
ki18n \
|
|
kguiaddons \
|
|
kconfigwidgets \
|
|
kitemviews \
|
|
kiconthemes \
|
|
kxmlgui \
|
|
kio \
|
|
knotifyconfig \
|
|
knewstuff \
|
|
libkdegames \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "9c7beee74592be7b66d1ab4158334a03f68029498016b231ca6d7eb6e227bc7c"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/kxmlgui5 \
|
|
${datadir}/kconf_update \
|
|
${datadir}/knsrcfiles \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "perl"
|