public
Description: menu for KDE 4
Homepage:
Clone URL: git://github.com/ruphy/raptor.git
raptor /
name age message
file .gitignore Sun Sep 14 03:59:23 -0700 2008 ignore backup files and my builddir ;-) Signed... [ruphy]
file CMakeLists.txt Tue Sep 01 02:28:10 -0700 2009 build [boom1992]
file README Wed Mar 11 05:33:35 -0700 2009 more correct installation instructions [alessandro]
file _DO_NOT_PACKAGE_RAPTOR Mon Mar 09 11:42:57 -0700 2009 just a message for packagers [alessandro]
directory concept/ Wed Mar 11 07:11:37 -0700 2009 Add some file trueg gave me some time ago :) [boom1992]
directory engine/ Tue Jun 23 11:10:27 -0700 2009 Add some stuff about TOM, to guess TOM-Cats and... [boom1992]
directory kickoff/ Wed Sep 24 08:16:35 -0700 2008 added runner interface, stub of the model used ... [drf]
file plasma-applet-raptor.desktop Thu Sep 25 08:18:21 -0700 2008 Adding base icons and some stuff to .desktop fi... [drf]
file raptor.cpp Sun Mar 22 10:53:30 -0700 2009 working on the dialog [alessandro]
file raptor.h Sun Mar 22 10:53:30 -0700 2009 working on the dialog [alessandro]
file raptor.trig Sun Jun 21 13:51:21 -0700 2009 This commit introduces the changes done at Nepo... [boom1992]
file raptordialog.cpp Sun Mar 22 10:53:30 -0700 2009 working on the dialog [alessandro]
file raptordialog.h Fri Mar 20 17:37:18 -0700 2009 Be transculent [boom1992]
directory view/ Mon Jun 22 10:09:29 -0700 2009 Fix the crash the real way, thanks to alessandr... [boom1992]
directory widget/ Thu Sep 25 10:38:09 -0700 2008 remove compilation warnings [malcolmpl]
README
DEPENDENCIES:
cmake
libplasma-dev

INSTALL:
$mkdir build
$cd build
$cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
$make
$make install