vendredi 9 mai 2008

Gnome-do in Debian

Gnome-do is a great launch box with many features and plugins. Unfortunately, it's not yet in Debian. Actually, there is an ITP#474022 (Intent to Package), but the package is not available yet !
A temporary solution to have Gnome-Do properly installed in your Debian system is to re-build the Ubuntu package. Said like that, it's seems horribly complicated but the needed steps are very simple !
Here is the way to do :

  1. Retieve the source package (orig, diff and dsc) :
    dget -x http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-do/gnome-do_0.4.0.1-0ubuntu2.dsc

  2. Build the package :
    sudo cowbuilder --build gnome-do_0.4.0.1-0ubuntu2.dsc --buildresult /var/cache/pbuilder/result/lenny/gnome-do/ --basepath /var/cache/pbuilder/cows/lenny/
    (Do not trust me any time I say that's simple :) First, you have to get cowbuilder installed and configured. /var/cache/pbuilder/cows/lenny/ is where I have my lenny cow image and /var/cache/pbuilder/result/lenny/gnome-do/ is where the produced .deb will be saved.)

  3. Final step is to install the package :
    cd /var/cache/pbuilder/result/lenny/gnome-do/
    sudo dpkg -i gnome-do_0.4.0.1-0ubuntu2_i386.deb
    sudo apt-get -f install

    (The last step is needed because some dependencies of Gnome-do may be not installed.)


Finally, you get Gnome-Do in your Debian system and juste by typing <super>-space, you will get :
Gnome Do

For lucky people, if you know where is potassium, you can get to /var/cache/pbuilder/result/lenny/gnome-do/ directly.

Aucun commentaire:

Enregistrer un commentaire