kde-extraapps/kdeplasma-addons/applets/mediaplayer
Ivailo Monev 7c098060fd generic: make changes required for building against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-25 11:50:42 +00:00
..
dbus generic: make changes required for building against Katie 2015-11-25 11:50:42 +00:00
CMakeLists.txt initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
mediaplayer.cpp generic: make changes required for building against Katie 2015-11-25 11:50:42 +00:00
mediaplayer.h initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
Messages.sh initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
org.kde.PlasmaMediaPlayer.xml initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
plasma-applet-mediaplayer.desktop initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
README initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00

Plasma Applet Template
----------------------

You need KDE 4.1

-- Build instructions --

cd /where/your/applet/is/installed
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS .. 
make 
make install

(your $KDEDIRS is where you install your KDE 4)

Restart plasma to load the applet 
kquitapp plasma
plasma

or view it with 
plasmoidviewer YourAppletName

-- Tutorials and resources --
The explanation of the template
http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/GettingStarted

Plasma techbase pages
http://techbase.kde.org/Projects/Plasma