aboutsummaryrefslogtreecommitdiff
blob: 6598175c6285d5309835ff64f3ae9bc85658f0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

KDE_TEST="forceoptional"
KDE_HANDBOOK="optional"
inherit kde5

DESCRIPTION="Tiny Qt music player by KDE"
HOMEPAGE="https://milohr.github.io/BabeIt/"
LICENSE="GPL-3+"
KEYWORDS=""
IUSE=""

DEPEND="
	$(add_frameworks_dep kconfig)
	$(add_frameworks_dep knotifications)
	$(add_frameworks_dep ki18n)
	$(add_qt_dep qtdbus)
	$(add_qt_dep qtgui)
	$(add_qt_dep qtmultimedia)
	$(add_qt_dep qtnetwork)
	$(add_qt_dep qtsql)
	$(add_qt_dep qtwidgets)
	$(add_qt_dep qtxml)
	media-libs/taglib
"
RDEPEND="${DEPEND}"

RESTRICT+=" test"