facad51e7b0fae6aacd4dd3b1c330a6b9f17f66e
[gentoo.git] / kde-apps / ksquares / ksquares-17.08.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 KDE_HANDBOOK="forceoptional"
7 inherit kde5
8
9 DESCRIPTION="KDE clone of the game squares"
10 HOMEPAGE="
11         https://www.kde.org/applications/games/ksquares/
12         https://games.kde.org/game.php?game=ksquares
13 "
14 KEYWORDS="amd64 x86"
15 IUSE=""
16
17 DEPEND="
18         $(add_frameworks_dep kcompletion)
19         $(add_frameworks_dep kconfig)
20         $(add_frameworks_dep kconfigwidgets)
21         $(add_frameworks_dep kcoreaddons)
22         $(add_frameworks_dep kcrash)
23         $(add_frameworks_dep kdbusaddons)
24         $(add_frameworks_dep ki18n)
25         $(add_frameworks_dep kwidgetsaddons)
26         $(add_frameworks_dep kxmlgui)
27         $(add_kdeapps_dep libkdegames)
28         $(add_qt_dep qtgui)
29         $(add_qt_dep qtwidgets)
30 "
31 RDEPEND="${DEPEND}"