Hi,
> Well, the official binary tarball doesn't include them. No idea why
> they don't (seem to) ship them.
So, you haven't looked at the RPM package.
> No idea what you mean with "zipballs in the deepest hierarchy of the
> tarball" however ;)
I meant that:
(cd ./solver/6%{subver}/%{build_out_path}.pro/pck/;
for app in calc draw impress writer; do
unzip -d $RPM_BUILD_ROOT%{_datadir}/applnk/OpenOffice
kdeapp${app}.zip
for file in $(unzip -l kdeapp${app}.zip | awk -- '/ [a-z]*.desktop/
{print $
4}'); do
perl -pi -e "s|Exec=.*s([a-z]*).|Exec=\"%{_bindir}/oo\1\"|"
$RPM_BUILD_ROO
T%{_datadir}/applnk/OpenOffice/$file
done
unzip -d $RPM_BUILD_ROOT%{_prefix} kde${app}.zip
done
)
I haven't noticed the bits in sysui/ but I think I will leave it as is
since it works. ;-)
> It would be very nice, if those icons were available after the thing has
> been installed.
I suppose this is already the case:
[gb@no gb]$ rpm -qlp ~/rpm/RPMS/i586/OpenOffice.org-1.0-0.1mdk.i586.rpm
|grep icons
/usr/share/icons/hicolor
/usr/share/icons/hicolor/32x32
/usr/share/icons/hicolor/32x32/apps
/usr/share/icons/hicolor/32x32/apps/002_text_document.xpm
/usr/share/icons/hicolor/32x32/apps/003_text_template.xpm
[...]
Bye,
Gwenole.