#3555: LibreOffice 3.6.1
-------------------------+--------------------------------------------------
Reporter: rt | Owner: blfs-book@…
Type: enhancement | Status: new
Priority: normal | Milestone: current
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by fo):
Just finished. Installed in /opt/libreoffice-3.6.1.2
== boost patch necessary ==
Used book's version boost-1.51.0
== make distro-pack-install ==
When used
{{{
make $DESTDIR distro-pack-install
}}}
there was no error.
However, actual installation failed, although installed everything for
running.
Corrected and installed with:
{{{
sed -i '/$(SRCDIR)\/bin\/distro-install-file-lists/ s/^/#/' \
Makefile.top &&
make distro-pack-install
}}}
== icons ==
Depending on the icon theme used, the .desktop files cannot find them.
Solved with:
{{{
# PREFDIR=<prefix used>
PREFDIR=/opt/libreoffice-3.6.1.2 &&
for i in base calc draw impress main math startcenter writer; do
ln -sv -f \
${PREFDIR}/share/icons/hicolor/256x256/apps/libreoffice-${i}.png \
/usr/share/pixmaps/libreoffice-${i}.png
done &&
unset i PREFDIR &&
ln -sv -f \
${PREFDIR}/share/icons/hicolor/48x48/apps/libreoffice-
printeradmin.png \
/usr/share/pixmaps/libreoffice-printeradmin.png
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3555#comment:8>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page