summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrianjjones <brian.j.jones@intel.com>2014-03-12 15:29:20 -0700
committerbrianjjones <brian.j.jones@intel.com>2014-03-12 15:29:31 -0700
commit62a232309eda8e45b5be87252d8a70244317e14c (patch)
treef9de4e2b9433d171df4e45f3cfbe30d0b7f98e61
parent1dc57cfdbf9af59a0548c79d2e485dae9e7ca379 (diff)
downloadhtml5_UI_Multimediaplayer-tizen.tar.gz
html5_UI_Multimediaplayer-tizen.tar.bz2
html5_UI_Multimediaplayer-tizen.zip
Change-Id: Iaad293108d0b339cba48d486b965c2443f188be3
-rw-r--r--Makefile2
-rw-r--r--icon.pngbin2216 -> 2217 bytes
-rw-r--r--packaging/html5-ui-multimediaplayer.changes4
-rw-r--r--packaging/html5-ui-multimediaplayer.spec5
4 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dfbd526..fc66b75 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 components config.xml css icon.png images index.html js
install:
diff --git a/icon.png b/icon.png
index 527249f..4716719 100644
--- a/icon.png
+++ b/icon.png
Binary files differ
diff --git a/packaging/html5-ui-multimediaplayer.changes b/packaging/html5-ui-multimediaplayer.changes
index 7b4dd89..be2b1be 100644
--- a/packaging/html5-ui-multimediaplayer.changes
+++ b/packaging/html5-ui-multimediaplayer.changes
@@ -1,3 +1,7 @@
+* Wed Mar 12 2014 brianjjones <brian.j.jones@intel.com> submit/tizen/20140307.000925@cd0fd56
+- Modifying spec file to rely on Common module, and copying the code from it once installed.
+- Initial commit of the Multimediaplayer app
+
* Thu Mar 06 2014 brianjjones <brian.j.jones@intel.com> b3d35c5
- Initial commit of the Multimediaplayer app
diff --git a/packaging/html5-ui-multimediaplayer.spec b/packaging/html5-ui-multimediaplayer.spec
index dd7ef99..f1e518b 100644
--- a/packaging/html5-ui-multimediaplayer.spec
+++ b/packaging/html5-ui-multimediaplayer.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/html5UIMultimediaplayer.wgt;
+ cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC07/res/wgt/js/
+ cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC07/res/wgt/css/
%postun
wrt-installer -un html5POC07.Multimediaplayer