package: Added launcher desktop file 81/27081/2 12.92.0 12.93.0 marlin/12.92.0 marlin/12.93.0 marlin_12.92.0 marlin_12.93.0
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 13 Jan 2022 10:17:11 +0000 (12:17 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Thu, 13 Jan 2022 15:58:37 +0000 (17:58 +0200)
Bug-AGL: SPEC-4214

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ibadc6657dc3bc96f876e9d427023d5fe19b9533e

launcher.pro
package/launcher.desktop [new file with mode: 0644]
package/package.pro [new file with mode: 0644]

index b9c007f..f82e133 100644 (file)
@@ -16,5 +16,5 @@ TEMPLATE = subdirs
 
 load(configure)
 
-SUBDIRS = launcher
+SUBDIRS = launcher package
 
diff --git a/package/launcher.desktop b/package/launcher.desktop
new file mode 100644 (file)
index 0000000..b68f5af
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Launcher
+Comment=Launcher
+GenericName=Launcher
+Exec=launcher
+Icon=launcher
+Terminal=true
+Type=Application
+Categories=System;
+StartupNotify=true
diff --git a/package/package.pro b/package/package.pro
new file mode 100644 (file)
index 0000000..ee4a698
--- /dev/null
@@ -0,0 +1,7 @@
+TEMPLATE = aux
+
+desktop.path = /usr/share/applications
+desktop.files = $$_PRO_FILE_PWD_/launcher.desktop
+desktop.CONFIG = no_check_exist
+
+INSTALLS += desktop