From e7c2076f67060fc0531d11aa24ccc6842c63409a Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 6 Aug 2014 10:49:13 +0200 Subject: [PATCH] skeleton of l-n-f package to be filled with content --- look-and-feel/lockscreen/LockScreen.qml | 8 ++++++++ look-and-feel/metadata.desktop | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 look-and-feel/lockscreen/LockScreen.qml create mode 100644 look-and-feel/metadata.desktop diff --git a/look-and-feel/lockscreen/LockScreen.qml b/look-and-feel/lockscreen/LockScreen.qml new file mode 100644 index 00000000..cd7686a9 --- /dev/null +++ b/look-and-feel/lockscreen/LockScreen.qml @@ -0,0 +1,8 @@ +Item { + id: lockscreen + + Rectangle { + id: test + color: red + } +} diff --git a/look-and-feel/metadata.desktop b/look-and-feel/metadata.desktop new file mode 100644 index 00000000..c6316e90 --- /dev/null +++ b/look-and-feel/metadata.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=Satellite +Comment=Plasma workspace for smartphones +Keywords=Phone, Workspace, Look and Feel +Type=Service + +X-KDE-ServiceTypes=Plasma/LookAndFeel +X-KDE-ParentApp= +X-KDE-PluginInfo-Author= +X-KDE-PluginInfo-Category= +X-KDE-PluginInfo-Email= +X-KDE-PluginInfo-License=GPLv2+ +X-KDE-PluginInfo-Name=org.kde.plasma.satellite +X-KDE-PluginInfo-Version=0.1 +X-KDE-PluginInfo-Website= +X-Plasma-MainScript=defaults