From 6b7cc586da242c92e68ff5e081cef1f66524650c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 24 Dec 2015 12:37:39 +0100 Subject: [PATCH] bovo: initial add 15.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/bovo/bovo.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-kde/apps/bovo/bovo.bb diff --git a/recipes-kde/apps/bovo/bovo.bb b/recipes-kde/apps/bovo/bovo.bb new file mode 100644 index 00000000..9454435b --- /dev/null +++ b/recipes-kde/apps/bovo/bovo.bb @@ -0,0 +1,27 @@ +SUMMARY = "Bovo is a Gomoku like game for two players" +DESCRIPTION = "Bovo is a Gomoku (from Japanese 五目並べ - lit. 'five points') like game for two players, where the opponents alternate in placing their respective pictogram on the game board. (Also known as: Connect Five, Five in a row, X and O, Naughts and Crosses)" +LICENSE = "GPLv2 & GFDL-1.2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=3c8ea28d12b8a786603a5394fc50096d \ + file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \ +" + +inherit kde-apps gtk-icon-cache + +DEPENDS += "\ + kcoreaddons \ + kdbusaddons \ + kdoctools \ + kxmlgui \ + libkdegames \ +" + +PV = "${KDE_APP_VERSION}" +SRC_URI[md5sum] = "6e6bdcf59c591c4499b2c26c05e0702b" +SRC_URI[sha256sum] = "f346055908a9c3c3670a7cc493e1d5903225d901e1171eeb01b8ddbd1aebda08" + +FILES_${PN} += " \ + ${datadir}/kxmlgui5 \ + ${datadir}/icons \ + ${datadir}/appdata \ +"