Installing QTGTKstyle on Ubuntu 9.04

by Forrest Sheng Bao http://fsbao.net
 

  1. sudo apt-get install libcairo2-dev libatk1.0-dev libgtk2.0-dev
  2. Follow instructions here: http://labs.trolltech.com/page/Projects/Styles/GtkStyle

    Note, the last command should be sudo make install. There is no rule "checkinstall."

I wonder why there is no for QTGTKStyle Ubuntu deb package in which I can use apt-get to install in one line of command. Coz QTGTKStyle is too new?