summaryrefslogtreecommitdiffstats
path: root/kapptemplate/existing/app-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/existing/app-desktop')
-rw-r--r--kapptemplate/existing/app-desktop9
1 files changed, 9 insertions, 0 deletions
diff --git a/kapptemplate/existing/app-desktop b/kapptemplate/existing/app-desktop
new file mode 100644
index 00000000..857fb224
--- /dev/null
+++ b/kapptemplate/existing/app-desktop
@@ -0,0 +1,9 @@
+echo "Creating $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.desktop...";
+cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.desktop
+[Desktop Entry]
+Encoding=UTF-8
+Name=${APP_NAME}
+Exec=${APP_NAME_LC} %i %m -caption "%c"
+Type=Application
+Terminal=0
+GenericName=A KDE Application