summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorNakamura Hayato <hayato.nakamura@mail.toyota-td.jp>2013-05-24 20:18:19 +0900
committerNakamura Hayato <hayato.nakamura@mail.toyota-td.jp>2013-05-24 20:18:19 +0900
commit4f4def91a77d0eb37bd7ff7d9d895b6a746299b7 (patch)
treeb14d98ab5c7c4fa06aa4179350db6587e2c62040 /packaging
parent73d6dbad51b59d6c6ec012b319df1b2ee70c8c69 (diff)
downloadico-uxf-homescreen-sample-apps-4f4def91a77d0eb37bd7ff7d9d895b6a746299b7.tar.gz
ico-uxf-homescreen-sample-apps-4f4def91a77d0eb37bd7ff7d9d895b6a746299b7.tar.bz2
ico-uxf-homescreen-sample-apps-4f4def91a77d0eb37bd7ff7d9d895b6a746299b7.zip
Fix internal bug and change the design of ico-app-samplenavisubmit/2.0alpha-wayland/20130527.085813accepted/2.0alpha-wayland/20130603.172708
Change-Id: I237b5c456a94c1d505ebeb3690d1329708fce52e Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/ico-uxf-HomeScreen-sample-app.changes7
-rw-r--r--packaging/ico-uxf-HomeScreen-sample-app.spec28
2 files changed, 28 insertions, 7 deletions
diff --git a/packaging/ico-uxf-HomeScreen-sample-app.changes b/packaging/ico-uxf-HomeScreen-sample-app.changes
index 397f1da..bec0f5e 100644
--- a/packaging/ico-uxf-HomeScreen-sample-app.changes
+++ b/packaging/ico-uxf-HomeScreen-sample-app.changes
@@ -1,3 +1,10 @@
+* Fri May 24 2013 Shibata Makoto <shibata@mac.tec.toyota.co.jp> accepted/2.0alpha-wayland/20130520.103636@6271b38
+- ico-app-samplenavi
+- Bug fix: 0 display processing correction of the number of the place of 10.
+
+-ico-app-vicsample
+- A display is changed. (The left : the camera shot, the right : map)
+
* Wed May 22 2013 Shibata Makoto <shibata@mac.tec.toyota.co.jp> accepted/2.0alpha-wayland/20130520.103636@a26f959
- ico-app-samplenavi
- Bug fix: The NoDisplay parameter of a desktop file is changed into "false" from "ture".(TIVI-972)
diff --git a/packaging/ico-uxf-HomeScreen-sample-app.spec b/packaging/ico-uxf-HomeScreen-sample-app.spec
index 45fdb72..7378ed8 100644
--- a/packaging/ico-uxf-HomeScreen-sample-app.spec
+++ b/packaging/ico-uxf-HomeScreen-sample-app.spec
@@ -1,6 +1,6 @@
Name: ico-uxf-HomeScreen-sample-app
Summary: HomeScreen sample application
-Version: 0.0.6
+Version: 0.0.9
Release: 1
Group: System/GUI
License: Apache License, Version 2.0
@@ -109,6 +109,9 @@ Requires: dbus-glib
Requires: automotive-message-broker
#Requires: libopencv2_4
+#DemoMeterApp.wgt DemoAudioApp.wgt
+Requires: pkgmgr
+
%description
HomeScreen sample application
@@ -196,8 +199,14 @@ install -m 0644 wgt/*.wgt %{buildroot}/tmp/
%post
# install shell(DemoMeterApp.wgt DemoAudioApp.wgt)
#sh /opt/apps/homescreen-sample-app/wgt/wgt-install.sh
-wrt-installer -i /tmp/DemoMeterApp.wgt
-wrt-installer -i /tmp/DemoAudioApp.wgt
+pkgcmd -i -t wgt -p /tmp/DemoMeterApp.wgt -q
+pkgcmd -i -t wgt -p /tmp/DemoAudioApp.wgt -q
+#wrt-installer -i /tmp/DemoMeterApp.wgt
+#wrt-installer -i /tmp/DemoAudioApp.wgt
+
+rm -rf /opt/dbspace/.app_info*
+/usr/bin/ail_initdb
+
rm -f /tmp/DemoMeterApp.wgt
rm -f /tmp/DemoAudioApp.wgt
@@ -206,7 +215,12 @@ rm -f /tmp/DemoAudioApp.wgt
#sh /opt/apps/homescreen-sample-app/wgt/wgt-uninstall.sh
%postun
-id=`wrt-launcher -l | grep -e " DemoMeterApp " | sed -e 's/\s\{1,\}/ /g' | cut -d' ' -f3`
-wrt-installer -u $id
-id=`wrt-launcher -l | grep -e " DemoAudioApp " | sed -e 's/\s\{1,\}/ /g' | cut -d' ' -f3`
-wrt-installer -u $id
+#id=`wrt-launcher -l | grep -e " DemoMeterApp " | sed -e 's/\s\{1,\}/ /g' | cut -d' ' -f3`
+#wrt-installer -u $id
+#id=`wrt-launcher -l | grep -e " DemoAudioApp " | sed -e 's/\s\{1,\}/ /g' | cut -d' ' -f3`
+#wrt-installer -u $id
+pkgcmd -u -t wgt -n AKsMREAjt9 -q
+pkgcmd -u -t wgt -n d41dRLC2Qs -q
+
+rm -rf /opt/dbspace/.app_info*
+/usr/bin/ail_initdb