[PATCH] evolution-webcal fix (was: Re: GARNOME 2.12.0.2)



On Thu, 2005-09-29 at 15:22 +1000, Paul Drain wrote:
> GARNOME 2.12.0.2
> ================
> (the 'the 2.12 remixed redux' release.)
> 
> ...then there was Firefox 1.0.7.
> 
> 2.12.0.2 has been released to update Firefox to 1.0.7 (fixing the CLI
> parsing bug, as well as the IDN link buffer overflow) as well as including
> a fix for a possible circular dependency loop introduced in 2.12.0.1.
[...]

A typo slipped through, breaking our hack to make evolution-webcal play
nice [1]. The attached patch fixes this.

Basically, there simply is a <tab> char missing in the first and only
line of the build-custom target. To apply the patch, just save the
attached patch file to your GARNOME 2.12.0.2 build tree and run this
command:

  $ patch -p0 < 2.12.0.2-evolution-webcal.diff


> If people still find issues in this release, please drop by the IRC channel
> (#garnome on GIMPNet) or post details to the list so they can be looked at
> before the upcoming 2.12.1 release.

...guenther


[1] evolution-webcal is the only app insisting on system wide installed
    Mozilla libs for some reasons, totally ignoring the GARNOME firefox
    libs


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}
diff -ru desktop/evolution-webcal/Makefile desktop/evolution-webcal/Makefile
--- desktop/evolution-webcal/Makefile	2005-09-28 05:29:19.000000000 +0200
+++ desktop/evolution-webcal/Makefile	2005-09-29 17:50:01.000000000 +0200
@@ -22,4 +22,4 @@
 FF_LIBRARY_PATH :=  `pkg-config --variable=libdir firefox-nss`:$(LD_LIBRARY_PATH)
 
 build-custom:
-LD_LIBRARY_PATH=$(FF_LIBRARY_PATH) $(MAKE) -C $(WORKSRC)
+	LD_LIBRARY_PATH=$(FF_LIBRARY_PATH) $(MAKE) -C $(WORKSRC)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]