Fixes for IVI-3190 - To get things to render normally 54/21554/1 tizen_3.0.m14.2_ivi accepted/tizen/ivi/20140526.130843 submit/tizen_ivi/20140523.170118 tizen_3.0.m14.2_ivi_release
authorbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 23:01:21 +0000 (16:01 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 23:01:32 +0000 (16:01 -0700)
Change-Id: I955eb33cb3d2bc45b8a6fda42f96399d0ab28eaf

Makefile
Navigation_icon.png [moved from icon.png with 100% similarity]
manifest.json [new file with mode: 0644]
packaging/modello-nav.changes
packaging/modello-nav.spec

index 0faba11..91c7cc4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,14 @@ INSTALL_FILES = $(PROJECT).wgt
 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
 
 wgtPkg:
-       zip -r $(PROJECT).wgt config.xml css icon.png images index.html js templates
+       zip -r $(PROJECT).wgt config.xml css Navigation_icon.png images index.html js templates
 
 install:
        @echo "Installing Navigation, stand by..."
        mkdir -p $(INSTALL_DIR)/
+       mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons
        cp $(PROJECT).wgt $(INSTALL_DIR)/
+       cp Navigation_icon.png ${DESTDIR}/opt/usr/apps/_common/icons
 
 dist:
        tar czf ../$(PACKAGE).tar.bz2 .
similarity index 100%
rename from icon.png
rename to Navigation_icon.png
diff --git a/manifest.json b/manifest.json
new file mode 100644 (file)
index 0000000..2feedde
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "name": "Modello Navigation",
+  "version": "0.0.2",
+  "app": {
+    "launch":{
+      "local_path": "index.html"
+    }
+  },
+  "icons": {
+    "128": "Navigation_icon.png"
+  }
+}
index f3f15a7..df0b845 100644 (file)
@@ -1,3 +1,6 @@
+* Thu May 22 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.232701@8db0d1c
+- Fixes for IVI-3190 - To get things to render normally
+
 * Thu May 08 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.172712@ec61fb5
 - Adding Modello to the app name to easily identify it
 
index 051990b..d6c1529 100644 (file)
@@ -26,3 +26,4 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 /opt/usr/apps/.preinstallWidgets/Modello_Nav.wgt
+/opt/usr/apps/_common/icons/Navigation_icon.png