From 5aae2cfab394ce4a309b46ce7ffdc0f28751d494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 26 Apr 2015 18:27:44 +0200 Subject: [PATCH] add kapman MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit a nice way motivating my kids to test kf5 libraries Signed-off-by: Andreas Müller --- recipes-kde/apps/kapman/kapman.bb | 31 +++++++++++++++++++++ recipes-kde/packagegroups/kde-apps-world.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 recipes-kde/apps/kapman/kapman.bb diff --git a/recipes-kde/apps/kapman/kapman.bb b/recipes-kde/apps/kapman/kapman.bb new file mode 100644 index 00000000..f6b097de --- /dev/null +++ b/recipes-kde/apps/kapman/kapman.bb @@ -0,0 +1,31 @@ +SUMMARY = "Kapman is a clone of the well known game Pac-Man" +LICENSE = "GPLv2 & GFDL-1.2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \ +" + +inherit kde-apps + +DEPENDS += "\ + kcoreaddons \ + kconfig \ + kwindowsystem \ + ki18n \ + kconfigwidgets \ + kxmlgui \ + kio \ + knotifyconfig \ + phonon \ + libkdegames \ +" + +PV = "${KDE_APP_VERSION}" +SRC_URI[md5sum] = "13b8466091303121ec1b0d11ae6665ef" +SRC_URI[sha256sum] = "bb584d39b617a52fdb9999411c273979574bff15c19da33a2b3a212d19448c3e" + +FILES_${PN} += " \ + ${datadir}/kxmlgui5 \ + ${datadir}/icons \ + ${datadir}/appdata \ +" diff --git a/recipes-kde/packagegroups/kde-apps-world.bb b/recipes-kde/packagegroups/kde-apps-world.bb index b75a0c37..d0cc2efd 100644 --- a/recipes-kde/packagegroups/kde-apps-world.bb +++ b/recipes-kde/packagegroups/kde-apps-world.bb @@ -7,6 +7,7 @@ inherit packagegroup distro_features_check RDEPENDS_${PN} = " \ filelight \ libkdegames \ + kapman \ kate \ oxygen-icons \ "