From 73fbde22a2581a870cefd6021f258b0b3d8016f8 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Wed, 30 Dec 2020 15:54:24 +0100 Subject: [PATCH] Package Kanagram --- recipes-application/edu/kanagram.inc | 30 +++++++++++++++++++++ recipes-application/edu/kanagram_20.12.0.bb | 5 ++++ 2 files changed, 35 insertions(+) create mode 100644 recipes-application/edu/kanagram.inc create mode 100644 recipes-application/edu/kanagram_20.12.0.bb diff --git a/recipes-application/edu/kanagram.inc b/recipes-application/edu/kanagram.inc new file mode 100644 index 0000000..fc9e7a5 --- /dev/null +++ b/recipes-application/edu/kanagram.inc @@ -0,0 +1,30 @@ +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +SUMMARY = "Kanagram" +DESCRIPTION = "Kanagram is a game based on anagrams of words: the puzzle is solved when \ + the letters of the scrambled word are put back in the correct order" +HOMEPAGE = "https://edu.kde.org/kanagram/" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +PR = "r0" + +DEPENDS += " \ + kcrash \ + ki18n \ + kio \ + knewstuff \ + knotifications \ + knotifyconfig \ + libkeduvocdocument \ +" + +SRC_URI = "git://invent.kde.org/education/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit kcoreaddons +inherit kconfig +inherit kauth +inherit mime-xdg diff --git a/recipes-application/edu/kanagram_20.12.0.bb b/recipes-application/edu/kanagram_20.12.0.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-application/edu/kanagram_20.12.0.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}"