Fixes for IVI-3190 - To get things to render normally 49/21549/1 tizen_3.0.m14.2_ivi accepted/tizen/ivi/20140526.131050 submit/tizen_ivi/20140523.170028 tizen_3.0.m14.2_ivi_release
authorbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 22:51:47 +0000 (15:51 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Thu, 22 May 2014 22:52:00 +0000 (15:52 -0700)
Change-Id: I6468bde1bd06e9c7cc694c4c8fd6a7c15b657d38

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

similarity index 100%
rename from icon.png
rename to AppManager_icon.png
index c6e079b..9717ebb 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 index.html js templates
+       zip -r $(PROJECT).wgt config.xml css AppManagericon.png index.html js templates
 
 install:
        @echo "Installing Appmanager, stand by..."
        mkdir -p $(INSTALL_DIR)/
+       mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons
        cp $(PROJECT).wgt $(INSTALL_DIR)/
+       cp AppManager_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 (file)
index 0000000..bca2ec5
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "name": "Modello AppManager",
+  "version": "0.0.2",
+  "app": {
+    "launch":{
+      "local_path": "index.html"
+    }
+  },
+  "icons": {
+    "128": "AppManager_icon.png"
+  }
+}
index 385a4a4..e8a7e54 100644 (file)
@@ -1,3 +1,6 @@
+* Thu May 22 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.232454@931c063
+- Fixes for IVI-3190 - To get things to render normally
+
 * Thu May 08 2014 brianjjones <brian.j.jones@intel.com> submit/tizen_ivi/20140508.164900@f38762b
 - Adding Modello to the app name to easily identify it
 
index 688884f..1b7e0d0 100644 (file)
@@ -8,7 +8,7 @@ URL:        http://www.tizen.org
 Source0:    %{name}-%{version}.tar.bz2
 BuildRequires:  zip
 Requires:   Modello_Common
+
 %description
 A proof of concept pure html5 UI
 
@@ -26,3 +26,4 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 /opt/usr/apps/.preinstallWidgets/Modello_Appmanager.wgt
+/opt/usr/apps/_common/icons/AppManager_icon.png