Fixes for IVI-3190 - To get things to render normally 55/21555/1 accepted/tizen/ivi/20140526.130927 submit/tizen_ivi/20140523.170126
authorbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 23:02:12 +0000 (16:02 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 23:02:26 +0000 (16:02 -0700)
Change-Id: I78abfca8a08553e49656e8d08bce4b7f612f525e

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

index 8e3a35a..f82f8ea 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 data icon.png index.html js templates
+       zip -r $(PROJECT).wgt config.xml css data Phone_icon.png index.html js templates
 
 install:
        @echo "Installing Phone, stand by..."
        mkdir -p $(INSTALL_DIR)/
+       mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons
        cp $(PROJECT).wgt $(INSTALL_DIR)/
+       cp Phone_icon.png ${DESTDIR}/opt/usr/apps/_common/icons
 
 dist:
        tar czf ../$(PACKAGE).tar.bz2 .
similarity index 100%
rename from icon.png
rename to Phone_icon.png
diff --git a/manifest.json b/manifest.json
new file mode 100644 (file)
index 0000000..1a8da7f
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "name": "Modello Phone",
+  "version": "0.0.2",
+  "app": {
+    "launch":{
+      "local_path": "index.html"
+    }
+  },
+  "icons": {
+    "128": "Phone_icon.png"
+  }
+}
index e91fb65..7dc936f 100644 (file)
@@ -1,3 +1,6 @@
+* Thu May 22 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.232710@14d529a
+- Fixes for IVI-3190 - To get things to render normally
+
 * Thu May 08 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.172733@8f36d63
 - Adding Modello to the app name to easily identify it
 
index b9e861f..9c82f5d 100644 (file)
@@ -27,3 +27,4 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 /opt/usr/apps/.preinstallWidgets/Modello_Phone.wgt
+/opt/usr/apps/_common/icons/Phone_icon.png