kmines: initial packaging

This commit is contained in:
Andreas Cord-Landwehr
2024-02-01 18:42:55 +01:00
parent d4b3246e3d
commit b1a3d2bae3
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# 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

View File

@@ -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"