On Tue, Mar 04, 2008 at 02:22:50PM +0000, Alistair Crooks wrote:
> On Tue, Mar 04, 2008 at 01:12:45PM +0200, Yorick Hardy wrote:
> > Is anyone going to update time/sunbird to 0.7?
> >
> > I have begun recreating a sunbird 0.7 package
> > based on mail/thunderbird since that seemed easier.
>
> Excellent news, thank you.
>
> > I don't know if I would miss anything this way.
> >
> > I also don't know how the PLIST should be generated
> > in this case (for use with moz-install).
>
> Most people use a
>
> make install
> make print-PLIST > new-plist
> inspect new-plit
> mv new-plist PLIST
>
> combination, perhaps iteratively.
This won't work with the mozilla packages, as they work a little differently.
As Yorick noted, their do-install target invoke the moz-install script, which
uses the PLIST as input. :-) I have a script here (from taca) to generate
the PLIST file, it must be run from within ${WRKDIR}/mozilla/dist. The
output needs to be cleaned up a bit (actually, the script needs to be cleaned
up), but it contains all the correct tags for use with moz-install.
Let me know if it works for you, or if I can help.
Geert
Attachment:
mk-PLIST.pl
Description: Perl program