Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: lverns on November 17, 2013, 09:01:36 AM

Title: gtk-chtheme.tcz in 5.0
Post by: lverns on November 17, 2013, 09:01:36 AM
Hi folks,

The package gtk-chtheme.tcz from the 4.x repo works fine in 5.x and can be copied over.
(It has only one dep: gtk2.tcz which is in the 4.x repo)

Cheers,
lverns
Title: Re: gtk-chtheme.tcz in 5.0
Post by: Juanito on November 18, 2013, 10:59:17 AM
copied over - thanks
Title: Re: gtk-chtheme.tcz in 5.0
Post by: Misalf on November 18, 2013, 09:33:25 PM
Download with Apps browser on 5.x failed.
Downloaded from 4.x repo and tested.
Error: libpng12.so.0
I guess it needs to be compiled for 5.x
Title: Re: gtk-chtheme.tcz in 5.0
Post by: Juanito on November 19, 2013, 01:10:51 AM
'not sure how this was declared tested on tc-5.x - deleted
Title: Re: gtk-chtheme.tcz in 5.0
Post by: lverns on November 20, 2013, 09:16:25 PM
My bad.
I didn't test the extension with a clean boot. I forgot that been messing around with libraries and had created a link like so:
Quote
sudo ln -s /usr/local/lib/libpng.so /usr/local/lib/libpng12.so.0
sudo ldconfig
So, the binaries are runnable in 5.x but my report that the package could be copied over was incorrect.

Sorry about that,
lverns

P.S. When faced with breakage like this, is it best/standard to rebuild the package completely or just repackage the existing build with the appropriate links added?
Title: Re: gtk-chtheme.tcz in 5.0
Post by: gerald_clark on November 20, 2013, 09:23:25 PM
There are no appropriate links.
Title: Re: gtk-chtheme.tcz in 5.0
Post by: Juanito on November 20, 2013, 10:21:51 PM
It would be better to recompile the extension against the current libpng