From 5028d912a0a421e56124cdd90364cb0555b1f207 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Thu, 22 May 2014 15:53:45 -0700 Subject: [PATCH] Fixes for IVI-3190 - To get things to render normally Change-Id: Iaae4c45f8a164fecf9f2fc6461e4db96dbaf0d00 --- icon.png => Dashboard_icon.png | Bin Makefile | 4 +++- manifest.json | 12 ++++++++++++ packaging/modello-dashboard.changes | 3 +++ packaging/modello-dashboard.spec | 1 + 5 files changed, 19 insertions(+), 1 deletion(-) rename icon.png => Dashboard_icon.png (100%) create mode 100644 manifest.json diff --git a/icon.png b/Dashboard_icon.png similarity index 100% rename from icon.png rename to Dashboard_icon.png diff --git a/Makefile b/Makefile index bab3611..db20233 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 components config.xml css icon.png index.html js + zip -r $(PROJECT).wgt components config.xml css Dashboard_icon.png index.html js install: @echo "Installing Dashboard, stand by..." mkdir -p $(INSTALL_DIR)/ + mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons cp $(PROJECT).wgt $(INSTALL_DIR)/ + cp Dashboard_icon.png ${DESTDIR}/opt/usr/apps/_common/icons dist: tar czf ../$(PACKAGE).tar.bz2 . diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..a5bab5f --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "Modello Dashboard", + "version": "0.0.2", + "app": { + "launch":{ + "local_path": "index.html" + } + }, + "icons": { + "128": "Dashboard_icon.png" + } +} diff --git a/packaging/modello-dashboard.changes b/packaging/modello-dashboard.changes index 5eec4b0..a70e50b 100644 --- a/packaging/modello-dashboard.changes +++ b/packaging/modello-dashboard.changes @@ -1,3 +1,6 @@ +* Thu May 22 2014 brianjjones submit/tizen_ivi/20140508.232502@b29a4bd +- Fixes for IVI-3190 - To get things to render normally + * Thu May 08 2014 brianjjones submit/tizen_ivi/20140508.172439@c71b9ba - Adding Modello to the app name to easily identify it diff --git a/packaging/modello-dashboard.spec b/packaging/modello-dashboard.spec index ddcc383..d463dbf 100644 --- a/packaging/modello-dashboard.spec +++ b/packaging/modello-dashboard.spec @@ -26,3 +26,4 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) /opt/usr/apps/.preinstallWidgets/Modello_Dashboard.wgt +/opt/usr/apps/_common/icons/Dashboard_icon.png -- 2.7.4