Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296614 | Differences between
and this patch

Collapse All | Expand All

(-)qcomicbook-0.4.4.ebuild.orig (-6 / +3 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.4.ebuild,v 1.3 2009/11/21 19:44:49 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.4.ebuild,v 1.3 2009/11/21 19:44:49 maekke Exp $
4
4
5
EAPI="2"
5
EAPI="2"
6
inherit eutils qt4
6
inherit eutils qt4 autotools
7
7
8
DESCRIPTION="A viewer for comic book archives containing jpeg/png images."
8
DESCRIPTION="A viewer for comic book archives containing jpeg/png images."
9
HOMEPAGE="http://linux.bydg.org/~yogin/"
9
HOMEPAGE="http://linux.bydg.org/~yogin/"
Lines 23-33 Link Here
23
	dev-util/pkgconfig"
23
	dev-util/pkgconfig"
24
24
25
src_prepare() {
25
src_prepare() {
26
	sed -i -e 's,moc-qt4,moc,g' src/Makefile.in || die "sed failed"
26
	epatch "${FILESDIR}"/$P-as-needed.patch
27
}
27
	eautoreconf
28
29
src_configure() {
30
	econf --with-Qt-dir="${QTDIR}"
31
}
28
}
32
29
33
src_install() {
30
src_install() {

Return to bug 296614