dev-lang/vala: p.masked bump to 0.45.3
[gentoo.git] / kde-apps / picmi / picmi-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 KDE_TEST="forceoptional"
8 VIRTUALX_REQUIRED="test"
9 inherit kde5
10
11 DESCRIPTION="Nonogram logic game by KDE"
12 HOMEPAGE="https://games.kde.org/game.php?game=picmi"
13 KEYWORDS="amd64 ~arm64 x86"
14 IUSE=""
15
16 DEPEND="
17         $(add_frameworks_dep kconfigwidgets)
18         $(add_frameworks_dep kcoreaddons)
19         $(add_frameworks_dep kcrash)
20         $(add_frameworks_dep kdbusaddons)
21         $(add_frameworks_dep kdeclarative)
22         $(add_frameworks_dep ki18n)
23         $(add_frameworks_dep kio)
24         $(add_frameworks_dep knewstuff)
25         $(add_frameworks_dep kwidgetsaddons)
26         $(add_frameworks_dep kxmlgui)
27         $(add_kdeapps_dep libkdegames)
28         $(add_qt_dep qtdeclarative)
29         $(add_qt_dep qtgui)
30         $(add_qt_dep qtsvg)
31         $(add_qt_dep qtwidgets)
32         $(add_qt_dep qtxml)
33 "
34 RDEPEND="${DEPEND}"