Skip to content

Commit

Permalink
games-puzzle/ksokoban: 0.5.0_pre20190104 snapshot bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 4, 2019
1 parent 3b3ebbf commit 3391247
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-puzzle/ksokoban/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ksokoban-0.5.0_pre20170827.tar.gz 433276 BLAKE2B b29624ea0bae724b798ebb88aaca0623c9912b6d0155f7bcfc945dc76d5b0ace51f36b9991b2e6314d4f0f9c12fe3892bc1eda56789a2eefa9263d1048a61414 SHA512 50b650733c021fe95ea087fdfc6e354071b587156ddc38dc1ae571d893c555bf7405f7d089403d3af3b907a956a3d5dc7beecc9279c8c687b867ac813c796d31
DIST ksokoban-0.5.0_pre20190104.tar.gz 432967 BLAKE2B cd062368506295cd19764ce361cad1ff85b5cbfcf8982402492052c08816257060f99bc349a0ec62ee63f2c75ba9516c63d497e7a2f231b2001213e0bd046e75 SHA512 ce06af9a464aaa3b3dcd0ccac7a6bfcc28858bdf511eb77db1b8a1ed15e2a5e764babaffbd26df54f16a93ccb675de10958fb5c83f00b45fce999c96e393e4da
32 changes: 32 additions & 0 deletions games-puzzle/ksokoban/ksokoban-0.5.0_pre20190104.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

COMMIT=f99c63723ca96cfd3d9499ef7fcf0fe7e7b021ca
KDE_HANDBOOK="optional"
inherit kde5

DESCRIPTION="The japanese warehouse keeper game"
HOMEPAGE="https://cgit.kde.org/ksokoban.git"
SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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)
"
DEPEND="${RDEPEND}
$(add_frameworks_dep kiconthemes)
"

S="${WORKDIR}/${PN}-${COMMIT}"

0 comments on commit 3391247

Please sign in to comment.