From d4f0489565562b554ac3bfccd09dc27b751e2ba3 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Wed, 12 Mar 2014 15:19:49 -0700 Subject: Modifying spec file to rely on Common module, and copying the code from it once installed. Change-Id: I849662ec11b75bddccc73db432e4e057c9d2bf90 --- Makefile | 2 -- icon.png | Bin 5427 -> 5428 bytes images/dashboard_selector.png | Bin 0 -> 12545 bytes images/default_icon.png | Bin 0 -> 57662 bytes images/icon_direction_left.png | Bin 0 -> 1305 bytes images/icon_facebook.png | Bin 0 -> 1371 bytes images/icon_speedmeter.png | Bin 0 -> 2477 bytes images/icon_twitter.png | Bin 0 -> 1383 bytes images/music_selector.png | Bin 0 -> 11159 bytes images/navigation_selector.png | Bin 0 -> 20712 bytes images/phone_selector.png | Bin 0 -> 11584 bytes images/radio_selector.png | Bin 0 -> 9360 bytes images/social_selector.png | Bin 0 -> 15136 bytes images/video_selector.png | Bin 0 -> 11825 bytes packaging/html5-ui-homescreen.changes | 4 ++++ packaging/html5-ui-homescreen.spec | 5 ++++- 16 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 images/dashboard_selector.png create mode 100644 images/default_icon.png create mode 100644 images/icon_direction_left.png create mode 100644 images/icon_facebook.png create mode 100644 images/icon_speedmeter.png create mode 100644 images/icon_twitter.png create mode 100644 images/music_selector.png create mode 100644 images/navigation_selector.png create mode 100644 images/phone_selector.png create mode 100644 images/radio_selector.png create mode 100644 images/social_selector.png create mode 100644 images/video_selector.png 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 -- cgit v1.2.3