From: brianjjones Date: Thu, 22 May 2014 23:01:21 +0000 (-0700) Subject: Fixes for IVI-3190 - To get things to render normally X-Git-Tag: accepted/tizen/ivi/20140526.130843^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac4de2022144936333ae34bf6068b16bf775f9a3;p=profile%2Fivi%2FModello_Nav.git Fixes for IVI-3190 - To get things to render normally Change-Id: I955eb33cb3d2bc45b8a6fda42f96399d0ab28eaf --- diff --git a/Makefile b/Makefile index 0faba11..91c7cc4 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 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 . diff --git a/icon.png b/Navigation_icon.png similarity index 100% rename from icon.png rename to Navigation_icon.png diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..2feedde --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "Modello Navigation", + "version": "0.0.2", + "app": { + "launch":{ + "local_path": "index.html" + } + }, + "icons": { + "128": "Navigation_icon.png" + } +} diff --git a/packaging/modello-nav.changes b/packaging/modello-nav.changes index f3f15a7..df0b845 100644 --- a/packaging/modello-nav.changes +++ b/packaging/modello-nav.changes @@ -1,3 +1,6 @@ +* Thu May 22 2014 brianjjones submit/tizen_ivi/20140508.232701@8db0d1c +- Fixes for IVI-3190 - To get things to render normally + * Thu May 08 2014 brianjjones submit/tizen_ivi/20140508.172712@ec61fb5 - Adding Modello to the app name to easily identify it diff --git a/packaging/modello-nav.spec b/packaging/modello-nav.spec index 051990b..d6c1529 100644 --- a/packaging/modello-nav.spec +++ b/packaging/modello-nav.spec @@ -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