kbounce: initial add 15.08.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
34
recipes-kde/apps/kbounce/kbounce.bb
Normal file
34
recipes-kde/apps/kbounce/kbounce.bb
Normal file
@@ -0,0 +1,34 @@
|
||||
SUMMARY = "KBounce is a single player arcade game with the elements of puzzle"
|
||||
LICENSE = "GPLv2 & LGPLv2 & GFDL-1.2"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
|
||||
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
|
||||
"
|
||||
|
||||
inherit kde-apps
|
||||
|
||||
DEPENDS += "\
|
||||
kcoreaddons \
|
||||
kconfig \
|
||||
kdbusaddons \
|
||||
ki18n \
|
||||
kguiaddons \
|
||||
kconfigwidgets \
|
||||
kiconthemes \
|
||||
kcompletion \
|
||||
ktextwidgets \
|
||||
kxmlgui \
|
||||
kio \
|
||||
knotifyconfig \
|
||||
libkdegames \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "c10f40a9a04c1283ce2d9827c529c7c9"
|
||||
SRC_URI[sha256sum] = "640c26efd332f6599d44e5004c37937ca7495269877a0ca325e0cf9b093beb88"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kxmlgui5 \
|
||||
${datadir}/icons \
|
||||
"
|
||||
Reference in New Issue
Block a user