Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 409980 Details for
Bug 558506
x11-libs/gtk+-2.24.28-r1 - Update immodules cache failed when $ROOT!='/'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnome2-utils.eclass patch
gnome2-utils.eclass.patch (text/plain), 1.05 KB, created by
Alexandre Rostovtsev (RETIRED)
on 2015-08-23 20:46:17 UTC
(
hide
)
Description:
gnome2-utils.eclass patch
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2015-08-23 20:46:17 UTC
Size:
1.05 KB
patch
obsolete
>diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass >index 7d3fc38..476fb28 100644 >--- a/eclass/gnome2-utils.eclass >+++ b/eclass/gnome2-utils.eclass >@@ -447,7 +447,10 @@ gnome2_query_immodules_gtk2() { > local updater=${EPREFIX}/usr/bin/${CHOST}-gtk-query-immodules-2.0 > [[ ! -x ${updater} ]] && updater=${EPREFIX}/usr/bin/gtk-query-immodules-2.0 > >- "${updater}" --update-cache >+ ebegin "Updating gtk2 input method module cache" >+ GTK_IM_MODULE_FILE="${EROOT}usr/$(get_libdir)/gtk-2.0/2.10.0/immodules.cache" \ >+ "${updater}" --update-cache >+ eend $? > } > > # @FUNCTION: gnome2_query_immodules_gtk3 >@@ -458,7 +461,10 @@ gnome2_query_immodules_gtk3() { > local updater=${EPREFIX}/usr/bin/${CHOST}-gtk-query-immodules-3.0 > [[ ! -x ${updater} ]] && updater=${EPREFIX}/usr/bin/gtk-query-immodules-3.0 > >- "${updater}" --update-cache >+ ebegin "Updating gtk3 input method module cache" >+ GTK_IM_MODULE_FILE="${EROOT}usr/$(get_libdir)/gtk-3.0/3.0.0/immodules.cache" \ >+ "${updater}" --update-cache >+ eend $? > } > > # @FUNCTION: gnome2_disable_deprecation_warning
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 558506
:
409974
|
409976
|
409978
| 409980