From 1dba59386302b4de594c3ad6d78ae5cbfce26750 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 9 Jan 2021 15:59:35 +0100 Subject: [PATCH] Package Arkade --- recipes-playground/arkade.inc | 35 ++++++++++++++++++++++++++++++++ recipes-playground/arkade_git.bb | 5 +++++ 2 files changed, 40 insertions(+) create mode 100644 recipes-playground/arkade.inc create mode 100644 recipes-playground/arkade_git.bb diff --git a/recipes-playground/arkade.inc b/recipes-playground/arkade.inc new file mode 100644 index 0000000..4184641 --- /dev/null +++ b/recipes-playground/arkade.inc @@ -0,0 +1,35 @@ +# SPDX-FileCopyrightText: Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Collection of Arcade games developed in Kirigami" +HOMEPAGE = "" +LICENSE = "GPL-3.0+" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=1c76c4cc354acaac30ed4d5eefea7245" +PR = "r0" + +DEPENDS = " \ + qtbase \ + qtdeclarative \ + kdeclarative \ + kiconthemes \ + kirigami \ + kpackage \ +" + +SRC_URI = "git://invent.kde.org/games/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit mime-xdg + +RDEPENDS_${PN} += " \ + qtdeclarative-qmlplugins \ + qtquickcontrols2-qmlplugins \ +" + +FILES_${PN} += "\ + ${datadir}/game/packages/org.kde.arkade.fourinline \ + ${datadir}/game/packages/org.kde.arkade.samegame \ + ${datadir}/game/packages/org.kde.arkade.blocktennis \ +" diff --git a/recipes-playground/arkade_git.bb b/recipes-playground/arkade_git.bb new file mode 100644 index 0000000..7588458 --- /dev/null +++ b/recipes-playground/arkade_git.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${BPN}.inc +SRCREV = "625bbac3d34159a8aa8443b2aa078812651b1cd2"