From 49e11505a3cd72e16dc585810e673d5d98d30ce0 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Thu, 22 May 2014 16:02:58 -0700 Subject: [PATCH] Fixes for IVI-3190 - To get things to render normally Change-Id: Ie506b592509402f534fb659857bc07705f0950a0 --- Makefile | 4 +++- icon.png => SmartDeviceLink_icon.png | Bin manifest.json | 12 ++++++++++++ packaging/modello-sdl.changes | 3 +++ packaging/modello-sdl.spec | 1 + 5 files changed, 19 insertions(+), 1 deletion(-) rename icon.png => SmartDeviceLink_icon.png (100%) create mode 100644 manifest.json diff --git a/Makefile b/Makefile index 30443c2..f91278f 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,14 @@ INSTALL_FILES = $(PROJECT).wgt INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets wgtPkg: - zip -r $(PROJECT).wgt app audio config.xml css ffw icon.png images index.html js lib locale + zip -r $(PROJECT).wgt app audio config.xml css ffw SmartDeviceLink_icon.png images index.html js lib locale install: @echo "Installing Smart Device Link, stand by..." mkdir -p $(INSTALL_DIR)/ + mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons cp $(PROJECT).wgt $(INSTALL_DIR)/ + cp SmartDeviceLink_icon.png ${DESTDIR}/opt/usr/apps/_common/icons dist: tar czf ../$(PACKAGE).tar.bz2 . diff --git a/icon.png b/SmartDeviceLink_icon.png similarity index 100% rename from icon.png rename to SmartDeviceLink_icon.png diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..43fcbce --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "Modello SmartDeviceLink", + "version": "0.0.2", + "app": { + "launch":{ + "local_path": "index.html" + } + }, + "icons": { + "128": "SmartDeviceLink_icon.png" + } +} diff --git a/packaging/modello-sdl.changes b/packaging/modello-sdl.changes index 6566838..c244ff4 100644 --- a/packaging/modello-sdl.changes +++ b/packaging/modello-sdl.changes @@ -1,3 +1,6 @@ +* Thu May 22 2014 brianjjones submit/tizen_ivi/20140508.232717@a182318 +- Fixes for IVI-3190 - To get things to render normally + * Thu May 08 2014 brianjjones submit/tizen_ivi/20140508.172800@b03ac60 - Adding Modello to the app name to easily identify it diff --git a/packaging/modello-sdl.spec b/packaging/modello-sdl.spec index 9c95f80..a4b3a56 100644 --- a/packaging/modello-sdl.spec +++ b/packaging/modello-sdl.spec @@ -26,3 +26,4 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) /opt/usr/apps/.preinstallWidgets/Modello_SDL.wgt +/opt/usr/apps/_common/icons/SmartDeviceLink_icon.png -- 2.7.4