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

Collapse All | Expand All

(-)midori-0.5.8-r1.ebuild (-4 / +2 lines)
Lines 15-22 Link Here
15
	_live_inherits=git-2
15
	_live_inherits=git-2
16
else
16
else
17
	KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
17
	KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
18
	SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2
18
	SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2"
19
		http://dev.gentoo.org/~ssuominen/${P}-save_as.patch.xz"
20
fi
19
fi
21
20
22
inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 cmake-utils vala ${_live_inherits}
21
inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 cmake-utils vala ${_live_inherits}
Lines 59-65 Link Here
59
	introspection? ( deprecated )
58
	introspection? ( deprecated )
60
	webkit2? ( !deprecated )"
59
	webkit2? ( !deprecated )"
61
60
62
S=${WORKDIR}
61
S=${WORKDIR}/${P}
63
62
64
pkg_setup() {
63
pkg_setup() {
65
	python-any-r1_pkg_setup
64
	python-any-r1_pkg_setup
Lines 74-80 Link Here
74
}
73
}
75
74
76
src_prepare() {
75
src_prepare() {
77
	epatch "${WORKDIR}"/${P}-save_as.patch #498898
78
	vala_src_prepare
76
	vala_src_prepare
79
	sed -i -e '/install/s:COPYING:HACKING TODO TRANSLATE:' CMakeLists.txt || die
77
	sed -i -e '/install/s:COPYING:HACKING TODO TRANSLATE:' CMakeLists.txt || die
80
}
78
}

Return to bug 529702