35 lines
916 B
BlitzBasic
35 lines
916 B
BlitzBasic
SUMMARY = "KDiamond is a single player puzzle game"
|
|
DESCRIPTION = "KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds."
|
|
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 gettext gtk-icon-cache
|
|
|
|
DEPENDS += "\
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kdbusaddons \
|
|
kdoctools-native \
|
|
kwidgetsaddons \
|
|
ki18n \
|
|
kguiaddons \
|
|
kconfigwidgets \
|
|
kiconthemes \
|
|
kxmlgui \
|
|
knotifications \
|
|
knotifyconfig \
|
|
libkdegames \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "470cacb596cbec4c676ab12e82e231f160640cd79fc25d6b5bacf622dd9e448b"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/k*5 \
|
|
${datadir}/knsrcfiles \
|
|
"
|