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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- a/kio-extras-21.08.3-r1.ebuild
0
++ b/kio-extras-21.08.3-r1.ebuild
Lines 70-75 RDEPEND="${DEPEND} Link Here
70
"
70
"
71
BDEPEND="man? ( dev-util/gperf )"
71
BDEPEND="man? ( dev-util/gperf )"
72
72
73
PATCHES=(
74
	"${FILESDIR}"/${P}-fix-build-with-x11.patch # Bug 813450
75
)
76
73
src_configure() {
77
src_configure() {
74
	local mycmakeargs=(
78
	local mycmakeargs=(
75
		$(cmake_use_find_package activities KF5Activities)
79
		$(cmake_use_find_package activities KF5Activities)
Lines 83-89 src_configure() { Link Here
83
		$(cmake_use_find_package samba Samba)
87
		$(cmake_use_find_package samba Samba)
84
		$(cmake_use_find_package sftp libssh)
88
		$(cmake_use_find_package sftp libssh)
85
		$(cmake_use_find_package taglib Taglib)
89
		$(cmake_use_find_package taglib Taglib)
86
		$(cmake_use_find_package X X11)
90
		-DWITH_X11=$(usex X)
87
	)
91
	)
88
	use samba && mycmakeargs+=(
92
	use samba && mycmakeargs+=(
89
		-DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
93
		-DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff

Return to bug 813450