Skip to content

Commit

Permalink
games-puzzle/ksokoban: Port to ecm.eclass and kde.org.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 13, 2019
1 parent 7333954 commit d1c7d69
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions games-puzzle/ksokoban/ksokoban-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,28 @@

EAPI=7

KDE_HANDBOOK="optional"
inherit kde5
ECM_HANDBOOK="optional"
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm kde.org

DESCRIPTION="The japanese warehouse keeper game"
DESCRIPTION="The Japanese warehouse keeper game"
HOMEPAGE="https://cgit.kde.org/ksokoban.git"

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

RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
"
DEPEND="${RDEPEND}
$(add_frameworks_dep kiconthemes)
>=kde-frameworks/kiconthemes-${KFMIN}:5
"

0 comments on commit d1c7d69

Please sign in to comment.