| Summary: | app-i18n/ibus-1.4.0: failed at autoconf if no gconf installed. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | mori rámar <moriramar> |
| Component: | Current packages | Assignee: | CJK Team <cjk> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | PATCH |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | No Gconf macro patch | ||
|
Description
mori rámar
2011-12-19 05:57:08 UTC
Created attachment 296343 [details, diff]
No Gconf macro patch
In ebuild:
src_prepare() {
mv py-compile py-compile.orig || die
ln -s "$(type -P true)" py-compile || die
echo "ibus/_config.py" >> po/POTFILES.skip || die
sed -i -e "s/python/python2/" setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in || die
epatch "${FILESDIR}"/${P}-doc-typo.patch
use gconf || epatch "${FILESDIR}"/${P}-no-gconf.patch
eautoreconf
}
I add a "use gconf ||" line.
Fixed in ebuild for 1.4.1 as of today. |