aboutsummaryrefslogtreecommitdiff
blob: 607e3d2a2d257bb1d2a4c34ca3d72c2d58c6650a (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

KDE_TEST="true"
inherit kde5

DESCRIPTION="Qt library to query the novie database API (themoviedb.org)"
HOMEPAGE="https://projects.kde.org/projects/playground/network/libtmdbqt"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
	dev-qt/qtnetwork:5
"
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use test TMDBQT_ENABLE_TESTS)
	)

	kde5_src_configure
}