profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal
[gentoo.git] / kde-apps / minuet / minuet-19.04.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="Music Education software by KDE"
10 HOMEPAGE="https://minuet.kde.org/"
11 KEYWORDS="amd64 arm64 x86"
12 IUSE=""
13
14 BDEPEND="
15         virtual/pkgconfig
16 "
17 DEPEND="
18         $(add_frameworks_dep kcoreaddons)
19         $(add_frameworks_dep kcrash)
20         $(add_frameworks_dep ki18n)
21         $(add_qt_dep qtdeclarative)
22         $(add_qt_dep qtgui)
23         $(add_qt_dep qtsvg)
24         $(add_qt_dep qtquickcontrols2)
25         media-sound/fluidsynth:=
26 "
27 RDEPEND="${DEPEND}"
28
29 PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )