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

Collapse All | Expand All

(-)razorqt-0.4.1.ebuild (+13 lines)
Lines 36-41 Link Here
36
	dev-util/cmake"
36
	dev-util/cmake"
37
37
38
RDEPEND="${COMMON_DEPEND}
38
RDEPEND="${COMMON_DEPEND}
39
	>=x11-misc/xdg-utils-1.1.0_rc1_p20120319
39
	|| (
40
	|| (
40
		x11-wm/openbox
41
		x11-wm/openbox
41
		kde-base/kwin
42
		kde-base/kwin
Lines 47-52 Link Here
47
		x11-wm/windowmaker
48
		x11-wm/windowmaker
48
		)"
49
		)"
49
50
51
PATCHES=(
52
	"${FILESDIR}/${P}-unbundle-xdg-utils.patch"
53
	)
54
55
src_configure() {
56
	local mycmakeargs=(
57
		-DBUNDLE_XDG_UTILS=NO
58
	)
59
60
	cmake-utils_src_configure
61
}
62
50
src_compile() {
63
src_compile() {
51
	cmake-utils_src_make
64
	cmake-utils_src_make
52
65

Return to bug 409025