summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrianjjones <brian.j.jones@intel.com>2014-03-12 15:19:49 -0700
committerbrianjjones <brian.j.jones@intel.com>2014-03-12 15:20:15 -0700
commitd4f0489565562b554ac3bfccd09dc27b751e2ba3 (patch)
tree5c078f693776ea37babeb9992944c9129e4644ad
parent0f81f67b346814f220c2d9843c87b39cbfa2e2c8 (diff)
downloadhtml5_UI_Homescreen-tizen.tar.gz
html5_UI_Homescreen-tizen.tar.bz2
html5_UI_Homescreen-tizen.zip
Change-Id: I849662ec11b75bddccc73db432e4e057c9d2bf90
-rw-r--r--Makefile2
-rw-r--r--icon.pngbin5427 -> 5428 bytes
-rw-r--r--images/dashboard_selector.pngbin0 -> 12545 bytes
-rw-r--r--images/default_icon.pngbin0 -> 57662 bytes
-rw-r--r--images/icon_direction_left.pngbin0 -> 1305 bytes
-rw-r--r--images/icon_facebook.pngbin0 -> 1371 bytes
-rw-r--r--images/icon_speedmeter.pngbin0 -> 2477 bytes
-rw-r--r--images/icon_twitter.pngbin0 -> 1383 bytes
-rw-r--r--images/music_selector.pngbin0 -> 11159 bytes
-rw-r--r--images/navigation_selector.pngbin0 -> 20712 bytes
-rw-r--r--images/phone_selector.pngbin0 -> 11584 bytes
-rw-r--r--images/radio_selector.pngbin0 -> 9360 bytes
-rw-r--r--images/social_selector.pngbin0 -> 15136 bytes
-rw-r--r--images/video_selector.pngbin0 -> 11825 bytes
-rw-r--r--packaging/html5-ui-homescreen.changes4
-rw-r--r--packaging/html5-ui-homescreen.spec5
16 files changed, 8 insertions, 3 deletions
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
--- a/icon.png
+++ b/icon.png
Binary files differ
diff --git a/images/dashboard_selector.png b/images/dashboard_selector.png
new file mode 100644
index 0000000..7d442ad
--- /dev/null
+++ b/images/dashboard_selector.png
Binary files differ
diff --git a/images/default_icon.png b/images/default_icon.png
new file mode 100644
index 0000000..9765b1b
--- /dev/null
+++ b/images/default_icon.png
Binary files differ
diff --git a/images/icon_direction_left.png b/images/icon_direction_left.png
new file mode 100644
index 0000000..5ad8dba
--- /dev/null
+++ b/images/icon_direction_left.png
Binary files differ
diff --git a/images/icon_facebook.png b/images/icon_facebook.png
new file mode 100644
index 0000000..9dd64b8
--- /dev/null
+++ b/images/icon_facebook.png
Binary files differ
diff --git a/images/icon_speedmeter.png b/images/icon_speedmeter.png
new file mode 100644
index 0000000..677f035
--- /dev/null
+++ b/images/icon_speedmeter.png
Binary files differ
diff --git a/images/icon_twitter.png b/images/icon_twitter.png
new file mode 100644
index 0000000..f67ca72
--- /dev/null
+++ b/images/icon_twitter.png
Binary files differ
diff --git a/images/music_selector.png b/images/music_selector.png
new file mode 100644
index 0000000..0358b17
--- /dev/null
+++ b/images/music_selector.png
Binary files differ
diff --git a/images/navigation_selector.png b/images/navigation_selector.png
new file mode 100644
index 0000000..6cb1c50
--- /dev/null
+++ b/images/navigation_selector.png
Binary files differ
diff --git a/images/phone_selector.png b/images/phone_selector.png
new file mode 100644
index 0000000..7c0262e
--- /dev/null
+++ b/images/phone_selector.png
Binary files differ
diff --git a/images/radio_selector.png b/images/radio_selector.png
new file mode 100644
index 0000000..fcec8eb
--- /dev/null
+++ b/images/radio_selector.png
Binary files differ
diff --git a/images/social_selector.png b/images/social_selector.png
new file mode 100644
index 0000000..b889cd1
--- /dev/null
+++ b/images/social_selector.png
Binary files differ
diff --git a/images/video_selector.png b/images/video_selector.png
new file mode 100644
index 0000000..f0d0177
--- /dev/null
+++ b/images/video_selector.png
Binary files 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 <brian.j.jones@intel.com> 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