From 41ca88f82f6c40bebbc6508da8c2ec941775f68b Mon Sep 17 00:00:00 2001 From: brianjjones Date: Tue, 1 Jul 2014 13:03:53 -0700 Subject: [PATCH] Altering app name to be consistantly Homescreen Change-Id: I853f73b9684b0d86506726f9f52fd6585522a73f --- Home_Screen_icon.png => Homescreen_icon.png | Bin Makefile | 4 ++-- config.xml | 2 +- packaging/modello-homescreen.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename Home_Screen_icon.png => Homescreen_icon.png (100%) diff --git a/Home_Screen_icon.png b/Homescreen_icon.png similarity index 100% rename from Home_Screen_icon.png rename to Homescreen_icon.png diff --git a/Makefile b/Makefile index 80452a6..50a3c7e 100644 --- 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 . diff --git a/config.xml b/config.xml index 028a8f6..31b3f9b 100644 --- a/config.xml +++ b/config.xml @@ -6,7 +6,7 @@ package="Modello005" required_version="2.1" /> - Modello Home Screen + Modello Homescreen diff --git a/packaging/modello-homescreen.spec b/packaging/modello-homescreen.spec index 86bf9ca..8e4f9a0 100644 --- a/packaging/modello-homescreen.spec +++ b/packaging/modello-homescreen.spec @@ -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 -- 2.7.4