Altering app name to be consistantly Homescreen 02/23702/1 accepted/tizen/ivi/20140702.153400 submit/tizen_ivi/20140701.201534
authorbrianjjones <brian.j.jones@intel.com>
Tue, 1 Jul 2014 20:03:53 +0000 (13:03 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Tue, 1 Jul 2014 20:03:53 +0000 (13:03 -0700)
Change-Id: I853f73b9684b0d86506726f9f52fd6585522a73f

Homescreen_icon.png [moved from Home_Screen_icon.png with 100% similarity]
Makefile
config.xml
packaging/modello-homescreen.spec

similarity index 100%
rename from Home_Screen_icon.png
rename to Homescreen_icon.png
index 80452a6..50a3c7e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,14 +7,14 @@ INSTALL_FILES = $(PROJECT).wgt
 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
 
 wgtPkg:
-       zip -r $(PROJECT).wgt config.xml manifest.json css Home_Screen_icon.png index.html js
+       zip -r $(PROJECT).wgt config.xml manifest.json css Homescreen_icon.png index.html js
 
 install:
        @echo "Installing Homescreen, stand by..."
        mkdir -p $(INSTALL_DIR)/
        mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons
        cp $(PROJECT).wgt $(INSTALL_DIR)/
-       cp Home_Screen_icon.png ${DESTDIR}/opt/usr/apps/_common/icons
+       cp Homescreen_icon.png ${DESTDIR}/opt/usr/apps/_common/icons
 
 dist:
        tar czf ../$(PACKAGE).tar.bz2 .
index 028a8f6..31b3f9b 100644 (file)
@@ -6,7 +6,7 @@
                package="Modello005" required_version="2.1" />
        <content src="index.html" />
        <icon src="icon.png" />
-       <name>Modello Home Screen</name>
+       <name>Modello Homescreen</name>
        <tizen:privilege name="http://tizen.org/privilege/application.launch" />
        <tizen:privilege name="http://tizen.org/privilege/filesystem.read" />
        <tizen:privilege name="http://tizen.org/privilege/filesystem.write" />
index 86bf9ca..8e4f9a0 100644 (file)
@@ -31,7 +31,7 @@ make wgtPkg
 %files
 %defattr(-,root,root,-)
 /opt/usr/apps/.preinstallWidgets/Modello_Homescreen.wgt
-/opt/usr/apps/_common/icons/Home_Screen_icon.png
+/opt/usr/apps/_common/icons/Homescreen_icon.png
 %{_libdir}/systemd/user/Modello_Homescreen.service
 %{_libdir}/systemd/user/Modello_Homescreen-launchpad-ready.path
 %{_bindir}/modello_launcher.sh