Comment 27 for bug 569601

Revision history for this message
Matt Davey (mcdavey) wrote :

I have created a package for gnome-pilot 2.32.0. If you are running Ubuntu 10.10 and find that the Evolution conduits are missing, try building this v2.32.0 package.

NOTE: this package is not supported by me (or Canonical for that matter). I have tested it on my own box, but your mileage may vary. There's a good chance I'm missing some dependencies, etc., so please let me know if you have trouble building.

try the following:
     1. If you haven't already done so, download the deb build utilities
        using "sudo apt-get install dpkg-dev"
     2. Download the gnome-pilot build dependencies using "sudo apt-get
        build-dep gnome-pilot".
     3. download the files attached to comments #24, #25 and #26 above into a single directory
     4. Now unpack using "dpkg-source -x gnome-pilot_2.32.0-1.dsc"
     5. Now change directory into gnome-pilot-2.32.0 and run "dpkg-buildpackage -b". This should build
         three binary .deb files in the parent directory that you can install using "dpkg -i *deb"
     6. If you get an error due to missing dependencies, please let me know. You can probably fix the
         problem by running "sudo apt-get build-dep evolution".

Please post a comment if you have success/failure with the above.