commit: 628f2caeed1fa700c1561a5f2eef34350c18f5e9
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 20:57:02 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 20:57:02 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=628f2cae
[kde-apps/ksquares] Ported to KF5
Package-Manager: portage-2.2.17
---
kde-apps/ksquares/ksquares-9999.ebuild | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/kde-apps/ksquares/ksquares-9999.ebuild
b/kde-apps/ksquares/ksquares-9999.ebuild
index 2315548..eb51a00 100644
--- a/kde-apps/ksquares/ksquares-9999.ebuild
+++ b/kde-apps/ksquares/ksquares-9999.ebuild
@@ -4,16 +4,28 @@
EAPI=5
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
-DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
+DESCRIPTION="KDE clone of the game squares"
HOMEPAGE="
http://www.kde.org/applications/games/ksquares/
http://games.kde.org/game.php?game=ksquares
"
KEYWORDS=""
-IUSE="debug"
+IUSE=""
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
RDEPEND="${DEPEND}"