public
Description: menu for KDE 4
Homepage:
Clone URL: git://github.com/ruphy/raptor.git
boom1992 (author)
Tue Sep 01 02:31:49 -0700 2009
commit  bec1aca0cc7c2c4d1604b3dedec4ce9ef881348f
tree    3e907ecd5ffabb558777b6b9cfa87a21f1c41ba0
parent  193206a87b6667dee3c052c00e45559f0c57bd1a
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:29:54 -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/ Tue Sep 01 02:31:49 -0700 2009 Add some files alessandro and mew have done [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/ Tue Sep 01 02:29:22 -0700 2009 Merge branch 'master' of github.com:ruphy/raptor [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