


Plasma 4 Extensions by kilah 79 comments
Theme Version : 0.5
Last Modified : 04.10.2008
That comes from the oxygen.theme file. The reason I ask is because the Amarok artwork doesn't work and according to your changelog 0.7 should fix that and it would be really nice :) Other than that the theme is incredible. Thanks! - Mar 19 2009

Plasma 4 Extensions by iovar 57 comments
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):
CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
- Feb 12 2009

Wallpaper Other by Jarzebski 4 comments