From b1a3d2bae33450ca3e9fcef843886063999be2b9 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Thu, 1 Feb 2024 18:42:55 +0100 Subject: [PATCH] kmines: initial packaging --- recipes-application/games/kmines.inc | 25 ++++++++++++++++++++ recipes-application/games/kmines_24.01.95.bb | 6 +++++ 2 files changed, 31 insertions(+) create mode 100644 recipes-application/games/kmines.inc create mode 100644 recipes-application/games/kmines_24.01.95.bb diff --git a/recipes-application/games/kmines.inc b/recipes-application/games/kmines.inc new file mode 100644 index 0000000..65b0544 --- /dev/null +++ b/recipes-application/games/kmines.inc @@ -0,0 +1,25 @@ +# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +SUMMARY = "KMines" +DESCRIPTION = "KMines is the classic Minesweeper game" +HOMEPAGE = "https://invent.kde.org/games/kmines" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881" +PR = "r0" + +DEPENDS += " \ + kconfigwidgets \ + kcrash \ + ki18n \ + ktextwidgets \ + kwidgetsaddons \ + kxmlgui \ + libkdegames \ +" + +inherit cmake_kdeapp +inherit kf6-kcoreaddons +inherit kf6-kconfig +inherit mime-xdg diff --git a/recipes-application/games/kmines_24.01.95.bb b/recipes-application/games/kmines_24.01.95.bb new file mode 100644 index 0000000..bdbb232 --- /dev/null +++ b/recipes-application/games/kmines_24.01.95.bb @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/unstable/release-service/24.01.95/src/kmines-24.01.95.tar.xz" +SRC_URI[sha256sum] = "2adefcf669232f8be07551d770b25b5d87b883c7b85475fa76ce09bab6333393"