From 7f3038e5efb5fed78457a5855560a3ae8912f783 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Wed, 9 Nov 2022 14:31:36 +0100 Subject: Restore webapp samples The desktop files aren't used anymore, change the recipes to use appinfo.json instead. Bug-AGL: SPEC-4605 Signed-off-by: Roger Zanoni Change-Id: Ie03aef155217f59bb6363f18b2781adbacc93786 --- recipes-demo/webapp-samples/files/appinfo-aquarium.json | 11 +++++++++++ recipes-demo/webapp-samples/files/appinfo-examples.json | 11 +++++++++++ recipes-demo/webapp-samples/files/appinfo-jitsi.json | 11 +++++++++++ recipes-demo/webapp-samples/files/appinfo-youtube.json | 11 +++++++++++ recipes-demo/webapp-samples/files/webapps-aquarium.desktop | 11 ----------- recipes-demo/webapp-samples/files/webapps-examples.desktop | 11 ----------- recipes-demo/webapp-samples/files/webapps-jitsi.desktop | 11 ----------- recipes-demo/webapp-samples/files/webapps-youtube.desktop | 11 ----------- 8 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 recipes-demo/webapp-samples/files/appinfo-aquarium.json create mode 100644 recipes-demo/webapp-samples/files/appinfo-examples.json create mode 100644 recipes-demo/webapp-samples/files/appinfo-jitsi.json create mode 100644 recipes-demo/webapp-samples/files/appinfo-youtube.json delete mode 100644 recipes-demo/webapp-samples/files/webapps-aquarium.desktop delete mode 100644 recipes-demo/webapp-samples/files/webapps-examples.desktop delete mode 100644 recipes-demo/webapp-samples/files/webapps-jitsi.desktop delete mode 100644 recipes-demo/webapp-samples/files/webapps-youtube.desktop (limited to 'recipes-demo/webapp-samples/files') diff --git a/recipes-demo/webapp-samples/files/appinfo-aquarium.json b/recipes-demo/webapp-samples/files/appinfo-aquarium.json new file mode 100644 index 00000000..76fdd9e3 --- /dev/null +++ b/recipes-demo/webapp-samples/files/appinfo-aquarium.json @@ -0,0 +1,11 @@ +{ + "id": "webapps-aquarium", + "title": "Aquarium", + "description": "HTML5 WebGL Aquarium sample", + "version": "0.0.0", + "vendor": "Igalia, S.L.", + "type": "web", + "main": "aquarium.html", + "uiRevision": "2", + "icon": "icon.svg" +} diff --git a/recipes-demo/webapp-samples/files/appinfo-examples.json b/recipes-demo/webapp-samples/files/appinfo-examples.json new file mode 100644 index 00000000..c1c960db --- /dev/null +++ b/recipes-demo/webapp-samples/files/appinfo-examples.json @@ -0,0 +1,11 @@ +{ + "id": "webapps-examples", + "title": "Examples", + "description": "HTML5 examples", + "version": "0.0.0", + "vendor": "Igalia, S.L.", + "type": "web", + "main": "index.html", + "uiRevision": "2", + "icon": "icon.svg" +} diff --git a/recipes-demo/webapp-samples/files/appinfo-jitsi.json b/recipes-demo/webapp-samples/files/appinfo-jitsi.json new file mode 100644 index 00000000..f5e1d808 --- /dev/null +++ b/recipes-demo/webapp-samples/files/appinfo-jitsi.json @@ -0,0 +1,11 @@ +{ + "id": "webapps-jitsi", + "title": "Jitsi", + "description": "HTML5 Jitsi sample", + "version": "0.0.0", + "vendor": "Igalia, S.L.", + "type": "web", + "main": "index.html", + "uiRevision": "2", + "icon": "icon.svg" +} diff --git a/recipes-demo/webapp-samples/files/appinfo-youtube.json b/recipes-demo/webapp-samples/files/appinfo-youtube.json new file mode 100644 index 00000000..f844bf7a --- /dev/null +++ b/recipes-demo/webapp-samples/files/appinfo-youtube.json @@ -0,0 +1,11 @@ +{ + "id": "webapps-youtube", + "title": "Youtube", + "description": "HTML5 Youtube sample", + "version": "0.0.0", + "vendor": "Igalia, S.L.", + "type": "web", + "main": "index.html", + "uiRevision": "2", + "icon": "icon.svg" +} diff --git a/recipes-demo/webapp-samples/files/webapps-aquarium.desktop b/recipes-demo/webapp-samples/files/webapps-aquarium.desktop deleted file mode 100644 index 49ae05a5..00000000 --- a/recipes-demo/webapp-samples/files/webapps-aquarium.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=HTML5 Aquarium -Comment=Aquarium -GenericName=Aquarium -Exec=/usr/bin/WebAppMgr --appid=webapps-aquarium --app-install-dir=/usr/lib/wam_apps/html5-aquarium/ -Icon=settings -Terminal=false -Type=Application -Categories=System; -StartupNotify=true diff --git a/recipes-demo/webapp-samples/files/webapps-examples.desktop b/recipes-demo/webapp-samples/files/webapps-examples.desktop deleted file mode 100644 index 0764cfdc..00000000 --- a/recipes-demo/webapp-samples/files/webapps-examples.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=HTML5 Examples -Comment=Examples of web contents -GenericName=Examples -Exec=/usr/bin/WebAppMgr --appid=webapps-examples --app-install-dir=/usr/lib/wam_apps/html5-examples/ -Icon=settings -Terminal=false -Type=Application -Categories=System; -StartupNotify=true diff --git a/recipes-demo/webapp-samples/files/webapps-jitsi.desktop b/recipes-demo/webapp-samples/files/webapps-jitsi.desktop deleted file mode 100644 index 63a1043f..00000000 --- a/recipes-demo/webapp-samples/files/webapps-jitsi.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=HTML5 Jitsi -Comment=Jitsi -GenericName=Jitsi -Exec=/usr/bin/WebAppMgr --appid=webapps-jitsi --app-install-dir=/usr/lib/wam_apps/html5-jitsi/ -Icon=settings -Terminal=false -Type=Application -Categories=System; -StartupNotify=true diff --git a/recipes-demo/webapp-samples/files/webapps-youtube.desktop b/recipes-demo/webapp-samples/files/webapps-youtube.desktop deleted file mode 100644 index 71faa0f6..00000000 --- a/recipes-demo/webapp-samples/files/webapps-youtube.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=HTML5 YouTube -Comment=YouTube -GenericName=YouTube -Exec=/usr/bin/WebAppMgr --appid=webapps-youtube --app-install-dir=/usr/lib/wam_apps/html5-youtube/ -Icon=settings -Terminal=false -Type=Application -Categories=System; -StartupNotify=true -- cgit 1.2.3-korg