I installed Krusader 2.0 from http://www.krusader.org/handbook/krusader_kde4_install.html but, I get sources from SVN $ svn co https://krusader.svn.sourceforge.net/svnroot/krusader/trunk/krusader_kde4 krusader_kde4 $ cd krusader_kde4 $ cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include $ make $ su -c "make install" Reproducible: Always
When they release a beta or maybe alpha, we do.
OK, now I have 2.0 beta 1 (this is from SVN)
We have released a first official beta for KDE4 last week. It compiles without problems on x86 for me. Unfortunately i have no time to create an ebuild myself, so if you can provide one, that would be very appreciated. http://www.krusader.org/phpBB/viewtopic.php?t=2116
^^
Created attachment 161712 [details] ebuild for beta1 This requires kde4svn-portage overlay (cause i inherit their kde4svn-base). I wanted to set dependency on new kde 4.1 not on 4.0 so feel free to change (i guess it will be fine when it is added to portage)
Created attachment 161823 [details] forget to add dependency on gettext in previous one for using in portage replace NEED_KDE="4.1*" inherit kde4overlay-base with NEED_KDE="4*" inherit kde4-base
Created attachment 163111 [details] krusader-2.0.0_beta1 ebuild for kde.git overlay it is for kde.git overlay and also for normal portage tree when this is added
Jmbsvicetto added it into main tree now.