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

Collapse All | Expand All

(-)k3b-0.12.15.ebuild (+6 lines)
Lines 98-109 Link Here
98
98
99
	# Build process of K3b-i18n
99
	# Build process of K3b-i18n
100
	local _S=${S}
100
	local _S=${S}
101
	local _KDE_S=${KDE_S}
101
	if [ -d "${WORKDIR}/${I18N}" ]; then
102
	if [ -d "${WORKDIR}/${I18N}" ]; then
102
		S="${WORKDIR}/${I18N}"
103
		S="${WORKDIR}/${I18N}"
104
		KDE_S=${S}
103
		cd "${S}"
105
		cd "${S}"
104
		kde_src_compile
106
		kde_src_compile
105
	fi
107
	fi
106
	S=${_S}
108
	S=${_S}
109
	KDE_S=${_KDE_S}
107
}
110
}
108
111
109
src_install() {
112
src_install() {
Lines 111-122 Link Here
111
	dodoc FAQ KNOWNBUGS PERMISSIONS
114
	dodoc FAQ KNOWNBUGS PERMISSIONS
112
115
113
	local _S=${S}
116
	local _S=${S}
117
	local _KDE_S=${KDE_S}
114
	if [ -d "${WORKDIR}/${I18N}" ]; then
118
	if [ -d "${WORKDIR}/${I18N}" ]; then
115
		S="${WORKDIR}/${I18N}"
119
		S="${WORKDIR}/${I18N}"
120
		KDE_S=${S}
116
		cd "${S}"
121
		cd "${S}"
117
		kde_src_install
122
		kde_src_install
118
	fi
123
	fi
119
	S=${_S}
124
	S=${_S}
125
	KDE_S=${_KDE_S}
120
126
121
	# Move menu entry
127
	# Move menu entry
122
	if use kde; then
128
	if use kde; then

Return to bug 135692