
Currency Convertor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a currency convertor based on Stock Quote source by Ryan Winter.
How to install :
tar zxvf plasma_currency_convertor.tar.gz
cd plasma_currency_convertor/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
(as root) make install
How to use :
Go to http://finance.yahoo.com/currency
After you have entered on the yahoo website
Use "I want to convert..." from what you want into what you want and copy the symbol to paste in plasmoid currency covertor.
Exemple: USDRON=X -> USD to RON
EURRON=X -> EUR to RON
Enjoy ;)
ssri
11 years ago
CMake Error at /usr/share/kde4/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.
Report
dglent
12 years ago
and if it is possible to the feature to add the convertion as it's asked here .
Going on!
Dimitri
Report
patkoscsaba
12 years ago
Report
kilah
12 years ago
Report
patkoscsaba
12 years ago
Report
kilah
12 years ago
Report
patkoscsaba
12 years ago
Report
caaz
12 years ago
Report
kilah
12 years ago
Report