32 lines
748 B
BlitzBasic
32 lines
748 B
BlitzBasic
SUMMARY = "KMines is the classic Minesweeper game"
|
|
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 \
|
|
kconfigwidgets \
|
|
kcrash \
|
|
kdbusaddons \
|
|
ki18n \
|
|
ktextwidgets \
|
|
kwidgetsaddons \
|
|
kxmlgui \
|
|
libkdegames \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "2c051194a5def732cdff46117785cdd4e2a1c2265264c0e647a6216eaa68b1b6"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/icons \
|
|
${datadir}/knotifications5 \
|
|
"
|