pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Updating time/sunbird to 0.7



Thank you both for the information.

I patched the script for sunbird.

I managed to get sunbird to work, it gave an error about chrome
but then it went away (not certain if it is missing, or if this
is from an earlier attempt).

The patches are all from mail/thunderbird with a minor change.

I am not certain the PLIST is correct yet.

Is anyone willing to try it?

Geert Hendrickx wrote:
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




--
Kind regards,

Yorick Hardy
--- mk-PLIST.pl.orig    2008-03-05 14:41:28.000000000 +0200
+++ mk-PLIST.pl 2008-03-05 14:42:36.000000000 +0200
@@ -25,6 +25,7 @@
 @scriptlist = (
        'lib/@{MOZILLA}/mozilla-config',
        'lib/@{MOZILLA}/thunderbird-config',
+       'lib/@{MOZILLA}/sunbird-config',
        'lib/@{MOZILLA}/firefox-config'
 );
 
@@ -65,6 +66,7 @@
        'lib/@{MOZILLA}/mozilla-bin',
        'lib/@{MOZILLA}/firefox-bin',
        'lib/@{MOZILLA}/thunderbird-bin',
+       'lib/@{MOZILLA}/sunbird-bin',
        'lib/@{MOZILLA}/MozillaFirebird',
        'lib/@{MOZILLA}/MozillaFirebird-bin',
        'lib/@{MOZILLA}/TestGtkEmbed',

Attachment: sunbird.tar.gz
Description: application/gzip



Home | Main Index | Thread Index | Old Index