dev-lang/vala: p.masked bump to 0.45.3
[gentoo.git] / kde-apps / ktimer / ktimer-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="Little tool to execute programs after some time"
10 HOMEPAGE="https://www.kde.org/applications/utilities/ktimer
11 https://utils.kde.org/projects/ktimer/"
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 kdbusaddons)
20         $(add_frameworks_dep ki18n)
21         $(add_frameworks_dep kio)
22         $(add_frameworks_dep knotifications)
23         $(add_frameworks_dep kwidgetsaddons)
24         $(add_qt_dep qtgui)
25         $(add_qt_dep qtwidgets)
26 "
27 RDEPEND="${DEPEND}"