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

Collapse All | Expand All

(-)a/app-text/xournal/xournal-9999.ebuild (-11 / +8 lines)
Lines 43-59 DEPEND="${COMMONDEPEND} Link Here
43
	virtual/pkgconfig
43
	virtual/pkgconfig
44
"
44
"
45
45
46
src_prepare() {
46
PATCHES=()
47
	default_src_prepare
47
48
	if ! use vanilla; then
48
pkg_setup() {
49
		eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
49
	use vanilla || PATCHES+=(
50
	fi
50
		"${FILESDIR}"/${PN}-0.4.8-aspectratio.patch
51
	)
51
}
52
}
52
53
53
src_install() {
54
src_install() {
54
	emake DESTDIR="${D}" install
55
	emake DESTDIR="${ED}" install desktop-install
55
	emake DESTDIR="${D}" desktop-install
56
	einstalldocs
56
57
	dodoc ChangeLog AUTHORS README
58
	dodoc -r html-doc/*
59
}
57
}
60
- 

Return to bug 657028