Skip to content

Commit

Permalink
games-puzzle/skladnik: new package, add 9999
Browse files Browse the repository at this point in the history
In preparation of the package being released as part of KDE Gear schedule.

See also:
https://mail.kde.org/pipermail/release-team/2024-February/013314.html
https://mail.kde.org/pipermail/release-team/2024-February/013338.html

Bug: https://bugs.gentoo.org/920695
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Mar 14, 2024
1 parent 87ee31d commit da31c1b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
12 changes: 12 additions & 0 deletions games-puzzle/skladnik/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=skladnik</bugs-to>
<remote-id type="kde-invent">games/skladnik</remote-id>
</upstream>
</pkgmetadata>
32 changes: 32 additions & 0 deletions games-puzzle/skladnik/skladnik-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_HANDBOOK="optional"
KFMIN=6.0.0
QTMIN=6.6.2
inherit ecm gear.kde.org

DESCRIPTION="The Japanese warehouse keeper sokoban game"
HOMEPAGE="https://invent.kde.org/games/skladnik"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/libkdegames-24.02.0:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
DEPEND="${RDEPEND}"
BDEPEND="media-gfx/povray"
1 change: 1 addition & 0 deletions profiles/categories
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dev-vcs
games-board
games-kids
games-mud
games-puzzle
gui-apps
kde-apps
kde-frameworks
Expand Down

0 comments on commit da31c1b

Please sign in to comment.