summaryrefslogtreecommitdiff
blob: ae4900a7e97f7c7c4e8f33c03dc8103e3fab9c3c (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
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

KDE_LINGUAS="de es fr it nb no pl"
QT3SUPPORT_REQUIRED="true"
inherit kde4-base

DESCRIPTION="An easy to use WYSIWYG CD cover printer with CDDB support"
HOMEPAGE="http://lisas.de/kover/"
SRC_URI="http://lisas.de/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

RDEPEND="
	dev-libs/libcdio-paranoia
	media-libs/libcddb
"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )
"

PATCHES=( "${FILESDIR}/${PN}-4-cflags.patch" )