f329fe46210d4ea5552a8c405c9704f74d799bb1
[gentoo.git] / kde-apps / kdiamond / kdiamond-18.12.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 KDE_HANDBOOK="forceoptional"
7 inherit kde5
8
9 DESCRIPTION="Single player three-in-a-row game"
10 HOMEPAGE="https://www.kde.org/applications/games/kdiamond/
11 https://games.kde.org/game.php?game=kdiamond"
12 KEYWORDS="amd64 ~arm64 x86"
13 IUSE=""
14
15 DEPEND="
16         $(add_frameworks_dep kconfig)
17         $(add_frameworks_dep kconfigwidgets)
18         $(add_frameworks_dep kcoreaddons)
19         $(add_frameworks_dep kcrash)
20         $(add_frameworks_dep kdbusaddons)
21         $(add_frameworks_dep ki18n)
22         $(add_frameworks_dep knotifications)
23         $(add_frameworks_dep knotifyconfig)
24         $(add_frameworks_dep kwidgetsaddons)
25         $(add_frameworks_dep kxmlgui)
26         $(add_kdeapps_dep libkdegames)
27         $(add_qt_dep qtgui)
28         $(add_qt_dep qtwidgets)
29 "
30 RDEPEND="${DEPEND}"