diff options
author | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:17:09 -0700 |
---|---|---|
committer | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:17:29 -0700 |
commit | e45eff256395c6c7b67621d66fe79147c9500fde (patch) | |
tree | fdb2f30da40e0d40ebec9ee5cc3ee54811680006 | |
parent | c312c8d77ebc4be9abd9d8b7a29765760744fd90 (diff) | |
download | html5_UI_Dashboard-accepted/tizen_ivi_release.tar.gz html5_UI_Dashboard-accepted/tizen_ivi_release.tar.bz2 html5_UI_Dashboard-accepted/tizen_ivi_release.zip |
Modifying spec file to rely on Common module, and copying the code from it once installed.HEADsubmit/tizen_ivi_release/20140315.041405submit/tizen/20140312.225925accepted/tizen/ivi/release/20140315.041545accepted/tizen/ivi/panda/20140318.013857accepted/tizen/ivi/20140312.235955tizen_ivi_releasetizenaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_ivi
Change-Id: I5f6dd3b97334a376fdefe8610259e198d2390465
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | icon.png | bin | 2287 -> 2288 bytes | |||
-rw-r--r-- | packaging/html5-ui-dashboard.changes | 4 | ||||
-rw-r--r-- | packaging/html5-ui-dashboard.spec | 5 |
4 files changed, 8 insertions, 3 deletions
@@ -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 components config.xml css icon.png index.html js install: Binary files differdiff --git a/packaging/html5-ui-dashboard.changes b/packaging/html5-ui-dashboard.changes index 6dc0496..417eea8 100644 --- a/packaging/html5-ui-dashboard.changes +++ b/packaging/html5-ui-dashboard.changes @@ -1,3 +1,7 @@ +* Wed Mar 12 2014 brianjjones <brian.j.jones@intel.com> submit/tizen/20140307.001105@72f2a38 +- Modifying spec file to rely on Common module, and copying the code from it once installed. +- Initial commit of the Desktop app + * Thu Mar 06 2014 brianjjones <brian.j.jones@intel.com> e90b1c4 - Initial commit of the Desktop app diff --git a/packaging/html5-ui-dashboard.spec b/packaging/html5-ui-dashboard.spec index 4993768..4c37aa1 100644 --- a/packaging/html5-ui-dashboard.spec +++ b/packaging/html5-ui-dashboard.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/html5UIDashboard.wgt; + cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC04/res/wgt/js/ + cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC04/res/wgt/css/ %postun wrt-installer -un html5POC04.Dashboard |