summaryrefslogtreecommitdiff
blob: 79ab013b30b0e99b8435bfdd6c069e6a889364a1 (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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit qt4-r2

DESCRIPTION="Qt4 tag editor for mp3 files"
HOMEPAGE="http://www.qt-apps.org/content/show.php/QTagConvert2?content=100481"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND="dev-libs/glib:2
	dev-qt/qtcore:4
	dev-qt/qtgui:4
	media-libs/taglib"
RDEPEND="${DEPEND}"

DOCS=( README.utf8 )
PATCHES=( "${FILESDIR}/${P}-desktop.patch" )

src_prepare() {
	sed -e "/INSTALLS +=/s/documentation//" -i ${PN}.pro \
		|| die "failed to remove unneeded docs"

	qt4-r2_src_prepare
}