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

Collapse All | Expand All

(-)glib-2.40.0-r1.ebuild (+12 lines)
Lines 65-70 Link Here
65
65
66
DOCS="AUTHORS ChangeLog* NEWS* README"
66
DOCS="AUTHORS ChangeLog* NEWS* README"
67
67
68
gio_modules_cache_update() {
69
	gio-querymodules-${ABI} "${ROOT}/usr/$(get_libdir)/gio/modules"
70
}
71
68
pkg_setup() {
72
pkg_setup() {
69
	if use kernel_linux ; then
73
	if use kernel_linux ; then
70
		CONFIG_CHECK="~INOTIFY_USER"
74
		CONFIG_CHECK="~INOTIFY_USER"
Lines 224-229 Link Here
224
	fi
228
	fi
225
}
229
}
226
230
231
multilib_src_install() {
232
	emake DESTDIR="${D}" install
233
234
	mv "${ED}/usr/bin/gio-querymodules" "${ED}/usr/bin/gio-querymodules-${ABI}"
235
}
236
227
multilib_src_install_all() {
237
multilib_src_install_all() {
228
	einstalldocs
238
	einstalldocs
229
239
Lines 271-276 Link Here
271
}
281
}
272
282
273
pkg_postinst() {
283
pkg_postinst() {
284
	multilib_foreach_abi gio_modules_cache_update
285
274
	if has_version '<x11-libs/gtk+-3.0.12:3'; then
286
	if has_version '<x11-libs/gtk+-3.0.12:3'; then
275
		# To have a clear upgrade path for gtk+-3.0.x users, have to resort to
287
		# To have a clear upgrade path for gtk+-3.0.x users, have to resort to
276
		# a warning instead of a blocker
288
		# a warning instead of a blocker

Return to bug 518422