RSIBreak 0.9.0 is the version for KDE4. Reproducible: Always
CMake Error at /usr/share/apps/cmake/modules/FindPlasma.cmake:13 (message): FindPlasma.cmake is deprecated. Now with KDE 4.2 Plasma is part of kdelibs and automatically found using find_package(KDE4) instead. Replace the variables previously coming from FindPlasma.cmake as follows: PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND PLASMA_LIBS -> KDE4_PLASMA_LIBS PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already set anyway PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer has been found. If you see this error message in a module within KDE/, update it from svn, it has been fixed already. Call Stack (most recent call first): /usr/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:19 (FIND_PACKAGE) CMakeLists.txt:6 (macro_optional_find_package) -- Configuring incomplete, errors occurred! * * ERROR: kde-misc/rsibreak-0.9.0 failed. Oops :) I guess it isn't kde 4.2 ready yet ...
There's a patch at http://aur.archlinux.org/packages.php?ID=16580 that enables 0.9.0 to build with KDE 4.2. I'm attaching an ebuild that works for me (modified 0.8.0), but it could definitely use more work. Lowest requirement is set to 4.2, since 4.1 isn't even in the tree anymore, and applying the patch would break it there anyway.
Created attachment 189618 [details] ebuild for 0.9.0
Created attachment 189620 [details, diff] the patch from http://aur.archlinux.org/packages.php?ID=16580
Created attachment 197759 [details] Ebuild for rsibreak 0.10-beta1 Updated ebuild for recently released version 0.10-beta1. No patches are needed anymore for compiling on KDE 4.2.
(In reply to comment #5) > Created an attachment (id=197759) [edit] > Ebuild for rsibreak 0.10-beta1 I can compile and run rsibreak successfully. To me it seems that the LINGUAS setting is not taken into account though...
I'm running 0.10_beta2 with the above ebuild. Appears to work well. Using english so I can't comment on the linguas.
0.10 stable is out, my above comment on beta2 still applies
Created attachment 201803 [details] Ebuild for rsibreak-0.10 This ebuild works correctly with LINGUAS and kde-4.3.
Created attachment 201811 [details] Ebuild for rsibreak-0.10 (correct header) I've corrected header.
(In reply to comment #8) > 0.10 stable is out, my above comment on beta2 still applies Harri / KDE Herd: Please adjust the summary.
Created attachment 205381 [details] Simpler and working ebuild
In portage with linguas handling. Thanks.