diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-01-13 12:17:11 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2022-01-13 17:58:37 +0200 |
commit | cd7744af494a3399eca3e19fe6d0e134f36c21e7 (patch) | |
tree | 74659a29204b80533115335b1cfab024c7f59b08 | |
parent | 9495545c38d5e72014cba05f8ea79c98ed3321a1 (diff) |
package: Added launcher desktop filemarlin_12.93.0marlin_12.92.0marlin/12.93.0marlin/12.92.012.93.012.92.0
Bug-AGL: SPEC-4214
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ibadc6657dc3bc96f876e9d427023d5fe19b9533e
-rw-r--r-- | launcher.pro | 2 | ||||
-rw-r--r-- | package/launcher.desktop | 11 | ||||
-rw-r--r-- | package/package.pro | 7 |
3 files changed, 19 insertions, 1 deletions
diff --git a/launcher.pro b/launcher.pro index b9c007f..f82e133 100644 --- a/launcher.pro +++ b/launcher.pro @@ -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 index 0000000..b68f5af --- /dev/null +++ b/package/launcher.desktop @@ -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 index 0000000..ee4a698 --- /dev/null +++ b/package/package.pro @@ -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 |