Fixes for IVI-3190 - To get things to render normally 53/21553/1 accepted/tizen/ivi/20140526.130731 submit/tizen_ivi/20140523.170110
authorbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 22:59:39 +0000 (15:59 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 22:59:48 +0000 (15:59 -0700)
Change-Id: I055c4be2b97bd9592b45c962b0ac4982ea9e42f9

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

index 80e0975..e6ae5e6 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 components config.xml css icon.png images index.html js
+       zip -r $(PROJECT).wgt components config.xml css Multimedia_Player_icon.png images index.html js
 
 install:
        @echo "Installing Multimediaplayer, stand by..."
        mkdir -p $(INSTALL_DIR)/
+       mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons
        cp $(PROJECT).wgt $(INSTALL_DIR)/
+       cp Multimedia_Player_icon.png ${DESTDIR}/opt/usr/apps/_common/icons
 
 dist:
        tar czf ../$(PACKAGE).tar.bz2 .
similarity index 100%
rename from icon.png
rename to Multimedia_Player_icon.png
diff --git a/manifest.json b/manifest.json
new file mode 100644 (file)
index 0000000..e61c388
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "name": "Modello Multimedia Player",
+  "version": "0.0.2",
+  "app": {
+    "launch":{
+      "local_path": "index.html"
+    }
+  },
+  "icons": {
+    "128": "Multimedia_Player__icon.png"
+  }
+}
index 4fe81eb..a1be983 100644 (file)
@@ -1,3 +1,6 @@
+* Thu May 22 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.232656@1f1125d
+- Fixes for IVI-3190 - To get things to render normally
+
 * Thu May 08 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.172639@00d8f22
 - Adding Modello to the app name to easily identify it
 
index 67d42c6..5069b88 100644 (file)
@@ -26,3 +26,4 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 /opt/usr/apps/.preinstallWidgets/Modello_Multimediaplayer.wgt
+/opt/usr/apps/_common/icons/Multimedia_Player_icon.png