theme for application dashboard

This commit is contained in:
Marco Martin 2011-02-03 21:45:21 +01:00
parent 445aad7380
commit fe8d97e806
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,7 @@
install(FILES colors metadata.desktop DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/)
FILE(GLOB widgets widgets/*.svgz)
install( FILES ${widgets} DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/ )

View File

@ -0,0 +1,14 @@
[Desktop Entry]
Name=Application dashboard
Comment=Intended as Application dashboard default
X-KDE-PluginInfo-Author=The Oxygen Project
X-KDE-PluginInfo-Email=kde-artists@kde.org
X-KDE-PluginInfo-Name=appdashboard
X-KDE-PluginInfo-Version=0.1
X-KDE-PluginInfo-Website=http://plasma.kde.org
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true

Binary file not shown.