And my manual to build and install google-talkplugin for the Pardus i686 (32bit) system:
(without installing any additional packages from the devel repo)
1. To have it all in one directory and to avoid a mess:
mkdir talkplugin
2. Goto dir:
cd talkplugin
3. Fetch build files libpng12:
svn co https://svn.pardus.org.tr/pardus/playground/fatih.arslan/2011/google_talk/libpng12/
4. Goto dir:
cd libpng12
5. Build package:
sudo pisi bi pspec.xml -y
6. Install libpng12:
sudo pisi it ./libpng12-1.2.44-1-p11-i686.pisi -y
7. Go up:
cd ..
8. Fetch build files google-talkplugin
svn co https://svn.pardus.org.tr/pardus/playground/fatih.arslan/2011/google_talk/google-talkplugin-i686/
9. Goto dir:
cd google-talkplugin-i686
10. Build package:
sudo pisi bi pspec.xml -y
11. Install google-talkplugin:
sudo pisi it ./google-talkplugin-2.1.7.0-1-p11-i686.pisi -y
And can anybody give me instructions to find out if this package is doing what it's build for
(I do have a gmail account << in case this is a requirement)
I am now

on a x86_64 (64bit) manual.