From: brianjjones Date: Wed, 12 Mar 2014 22:19:49 +0000 (-0700) Subject: Modifying spec file to rely on Common module, and copying the code from it once insta... X-Git-Tag: accepted/tizen/ivi/20140312.235930^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=profile%2Fivi%2Fhtml5_UI_Homescreen.git Modifying spec file to rely on Common module, and copying the code from it once installed. Change-Id: I849662ec11b75bddccc73db432e4e057c9d2bf90 --- diff --git a/Makefile b/Makefile index 95c9382..9e18287 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,6 @@ INSTALL_FILES = $(PROJECT).wgt INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets wgtPkg: - cp -r ${DESTDIR}/opt/usr/apps/_common/js/services js/ - cp -r ${DESTDIR}/opt/usr/apps/_common/css/* css/ zip -r $(PROJECT).wgt config.xml css icon.png index.html js install: diff --git a/icon.png b/icon.png index 0d1719e..0b2f067 100644 Binary files a/icon.png and b/icon.png differ diff --git a/images/dashboard_selector.png b/images/dashboard_selector.png new file mode 100644 index 0000000..7d442ad Binary files /dev/null and b/images/dashboard_selector.png differ diff --git a/images/default_icon.png b/images/default_icon.png new file mode 100644 index 0000000..9765b1b Binary files /dev/null and b/images/default_icon.png differ diff --git a/images/icon_direction_left.png b/images/icon_direction_left.png new file mode 100644 index 0000000..5ad8dba Binary files /dev/null and b/images/icon_direction_left.png differ diff --git a/images/icon_facebook.png b/images/icon_facebook.png new file mode 100644 index 0000000..9dd64b8 Binary files /dev/null and b/images/icon_facebook.png differ diff --git a/images/icon_speedmeter.png b/images/icon_speedmeter.png new file mode 100644 index 0000000..677f035 Binary files /dev/null and b/images/icon_speedmeter.png differ diff --git a/images/icon_twitter.png b/images/icon_twitter.png new file mode 100644 index 0000000..f67ca72 Binary files /dev/null and b/images/icon_twitter.png differ diff --git a/images/music_selector.png b/images/music_selector.png new file mode 100644 index 0000000..0358b17 Binary files /dev/null and b/images/music_selector.png differ diff --git a/images/navigation_selector.png b/images/navigation_selector.png new file mode 100644 index 0000000..6cb1c50 Binary files /dev/null and b/images/navigation_selector.png differ diff --git a/images/phone_selector.png b/images/phone_selector.png new file mode 100644 index 0000000..7c0262e Binary files /dev/null and b/images/phone_selector.png differ diff --git a/images/radio_selector.png b/images/radio_selector.png new file mode 100644 index 0000000..fcec8eb Binary files /dev/null and b/images/radio_selector.png differ diff --git a/images/social_selector.png b/images/social_selector.png new file mode 100644 index 0000000..b889cd1 Binary files /dev/null and b/images/social_selector.png differ diff --git a/images/video_selector.png b/images/video_selector.png new file mode 100644 index 0000000..f0d0177 Binary files /dev/null and b/images/video_selector.png differ diff --git a/packaging/html5-ui-homescreen.changes b/packaging/html5-ui-homescreen.changes index 8b13789..44e25fe 100644 --- a/packaging/html5-ui-homescreen.changes +++ b/packaging/html5-ui-homescreen.changes @@ -1 +1,5 @@ +* Wed Mar 12 2014 brianjjones submit/tizen/20140307.001019@5ee9182 +- Modifying spec file to rely on Common module, and copying the code from it once installed. +- Initial commit of the Homescreen app + diff --git a/packaging/html5-ui-homescreen.spec b/packaging/html5-ui-homescreen.spec index c18cd90..8bd656b 100644 --- a/packaging/html5-ui-homescreen.spec +++ b/packaging/html5-ui-homescreen.spec @@ -7,9 +7,10 @@ License: Apache 2.0 URL: http://www.tizen.org Source0: %{name}-%{version}.tar.bz2 BuildRequires: zip -BuildRequires: html5_UI_Common +Requires: html5_UI_Common Requires: wrt-installer Requires: wrt-plugins-ivi +Requires: wrt-plugins-tizen-bt %description A proof of concept pure html5 UI @@ -27,6 +28,8 @@ rm -rf %{buildroot} %post wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5UIHomescreen.wgt; + cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC05/res/wgt/js/ + cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC05/res/wgt/css/ %postun wrt-installer -un html5POC05.Homescreen