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

Collapse All | Expand All

(-)a/gqview-2.1.5.ebuild (-2 / +7 lines)
Lines 2-9 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,v 1.16 2012/07/26 18:41:29 blueness Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,v 1.16 2012/07/26 18:41:29 blueness Exp $
4
4
5
EAPI=2
5
EAPI=5
6
inherit eutils
6
7
AUTOTOOLS_AUTORECONF=1
8
AUTOTOOLS_IN_SOURCE_BUILD=1
9
inherit eutils autotools-utils
7
10
8
DESCRIPTION="A GTK-based image browser"
11
DESCRIPTION="A GTK-based image browser"
9
HOMEPAGE="http://gqview.sourceforge.net/"
12
HOMEPAGE="http://gqview.sourceforge.net/"
Lines 23-34 Link Here
23
26
24
src_prepare() {
27
src_prepare() {
25
	epatch "${FILESDIR}/${P}-windows.patch"
28
	epatch "${FILESDIR}/${P}-windows.patch"
29
	epatch "${FILESDIR}/${P}-libm.patch"
26
	sed -i \
30
	sed -i \
27
		-e '/^Encoding/d' \
31
		-e '/^Encoding/d' \
28
		-e '/^Icon/s/\.png//' \
32
		-e '/^Icon/s/\.png//' \
29
		-e '/^Categories/s/Application;//' \
33
		-e '/^Categories/s/Application;//' \
30
		gqview.desktop \
34
		gqview.desktop \
31
		|| die
35
		|| die
36
	autotools-utils_src_prepare
32
}
37
}
33
38
34
src_configure() {
39
src_configure() {

Return to bug 403051