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

Return to bug 135692