From c71399cb3f4582ada6a44c8259c50d46205668f3 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Thu, 22 May 2014 15:51:47 -0700 Subject: [PATCH] Fixes for IVI-3190 - To get things to render normally Change-Id: I6468bde1bd06e9c7cc694c4c8fd6a7c15b657d38 --- icon.png => AppManager_icon.png | Bin Makefile | 4 +++- manifest.json | 12 ++++++++++++ packaging/modello-appmanager.changes | 3 +++ packaging/modello-appmanager.spec | 3 ++- 5 files changed, 20 insertions(+), 2 deletions(-) rename icon.png => AppManager_icon.png (100%) create mode 100644 manifest.json diff --git a/icon.png b/AppManager_icon.png similarity index 100% rename from icon.png rename to AppManager_icon.png diff --git a/Makefile b/Makefile index c6e079b..9717ebb 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 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 index 0000000..bca2ec5 --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "Modello AppManager", + "version": "0.0.2", + "app": { + "launch":{ + "local_path": "index.html" + } + }, + "icons": { + "128": "AppManager_icon.png" + } +} diff --git a/packaging/modello-appmanager.changes b/packaging/modello-appmanager.changes index 385a4a4..e8a7e54 100644 --- a/packaging/modello-appmanager.changes +++ b/packaging/modello-appmanager.changes @@ -1,3 +1,6 @@ +* Thu May 22 2014 brianjjones submit/tizen_ivi/20140508.232454@931c063 +- Fixes for IVI-3190 - To get things to render normally + * Thu May 08 2014 brianjjones submit/tizen_ivi/20140508.164900@f38762b - Adding Modello to the app name to easily identify it diff --git a/packaging/modello-appmanager.spec b/packaging/modello-appmanager.spec index 688884f..1b7e0d0 100644 --- a/packaging/modello-appmanager.spec +++ b/packaging/modello-appmanager.spec @@ -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 -- 2.7.4