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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- feh-1.3.4.ebuild
0
++ feh-1.3.4-r1.ebuild
Lines 13-20 Link Here
13
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
13
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
14
IUSE="xinerama"
14
IUSE="xinerama"
15
15
16
RDEPEND="!sci-astronomy/xephem
16
RDEPEND=">=media-libs/giblib-1.2.4
17
	>=media-libs/giblib-1.2.4
18
	>=media-libs/imlib2-1.0.0
17
	>=media-libs/imlib2-1.0.0
19
	>=media-libs/jpeg-6b-r4
18
	>=media-libs/jpeg-6b-r4
20
	media-libs/libpng
19
	media-libs/libpng
Lines 32-37 Link Here
32
	rm -f configure.ac
31
	rm -f configure.ac
33
	epatch "${FILESDIR}"/${P}-xinerama.patch
32
	epatch "${FILESDIR}"/${P}-xinerama.patch
34
	epatch "${FILESDIR}"/${P}-headers.patch
33
	epatch "${FILESDIR}"/${P}-headers.patch
34
	epatch "${FILESDIR}"/${P}-cam.patch
35
	mv cam/cam cam/fehcam || die "Failed to rename cam script"
35
	sed -i -e "/^docsdir =/s:doc/feh:share/doc/${PF}:" Makefile.am || die
36
	sed -i -e "/^docsdir =/s:doc/feh:share/doc/${PF}:" Makefile.am || die
36
	# the bundled autotool code was generated with automake-1.4
37
	# the bundled autotool code was generated with automake-1.4
37
	# but there's no reason to restrict to that version #141427
38
	# but there's no reason to restrict to that version #141427
Lines 46-49 Link Here
46
src_install() {
47
src_install() {
47
	emake install DESTDIR="${D}" || die
48
	emake install DESTDIR="${D}" || die
48
	dodoc AUTHORS ChangeLog README TODO
49
	dodoc AUTHORS ChangeLog README TODO
50
	docinto cam
51
	dodoc cam/ChangeLog cam/README cam/cam_bookmarks
49
}
52
}

Return to bug 224705