summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-02-27 15:11:21 +0100
committerRonan Le Martret <ronan@fridu.net>2014-03-10 14:56:14 +0100
commitfddd1244c23263a7e8439157a6e938ea10e11411 (patch)
tree2891e495d2e36df46269ab81c30fc2d1cae0d97b
parentcc2e0476a3397d0f8f76960a119f240b4ad01699 (diff)
downloademail-service-accepted/tizen/ivi/panda/20140326.234417.tar.gz
email-service-accepted/tizen/ivi/panda/20140326.234417.tar.bz2
email-service-accepted/tizen/ivi/panda/20140326.234417.zip
Allow install of email-service without webkit2.submit/tizen/20140325.161648accepted/tizen/ivi/panda/20140326.234417
Change-Id: Ie3df78f2660c2862a0281650c8b9b3f28991ecae Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rwxr-xr-xpackaging/email-service.spec15
1 files changed, 12 insertions, 3 deletions
diff --git a/packaging/email-service.spec b/packaging/email-service.spec
index 38b14ce..ef73283 100755
--- a/packaging/email-service.spec
+++ b/packaging/email-service.spec
@@ -7,7 +7,7 @@ License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
Source1: email.service
Requires: connman
-Requires: webkit2-efl
+Suggests: webkit2-efl
Requires(post): /sbin/ldconfig
Requires(post): systemd
Requires(post): /usr/bin/sqlite3
@@ -95,7 +95,7 @@ ln -sf ../email.service %{buildroot}/usr/lib/systemd/user/tizen-middleware.targe
#################################################################
# Add preset account information
#################################################################
-echo "[EMAIL-SERVICE] Start adding preset account information..."
+echo "[EMAIL-SERVICE] Start adding preset account information..."
################################################################################################
@@ -114,12 +114,21 @@ vconftool set -t int db/private/email-service/default_account_id "0" -g 6514
# for default account id
vconftool set -t int memory/sync/email "0" -i -g 6514 -s "email::vconf_sync_status"
+<<<<<<< HEAD
# for priority send
vconftool set -t string db/private/email-service/noti_ringtone_path "/opt/usr/share/settings/Alerts/Over the horizon.mp3" -g 6514 -s "email::vconf_ringtone_path"
vconftool set -t int db/private/email-service/noti_rep_type "0" -g 6514 -s "email::vconf_rep_type"
vconftool set -t bool db/private/email-service/noti_notification_ticker "0" -g 6514 -s "email::vconf_notification"
vconftool set -t bool db/private/email-service/noti_display_content_ticker "0" -g 6514 -s "email::vconf_display_content"
vconftool set -t bool db/private/email-service/noti_badge_ticker "0" -i -g 6514 -s "email::vconf_bagdge"
+=======
+# for priority send
+vconftool set -t string db/private/email-service/noti_ringtone_path "Whistle.mp3" -g 6514
+vconftool set -t int db/private/email-service/noti_rep_type "0" -g 6514
+vconftool set -t bool db/private/email-service/noti_notification_ticker "0" -g 6514
+vconftool set -t bool db/private/email-service/noti_display_content_ticker "0" -g 6514
+vconftool set -t bool db/private/email-service/noti_badge_ticker "0" -i -g 6514
+>>>>>>> 61cf8bf... Allow install of email-service without webkit2.
vconftool set -t int db/private/email-service/noti_private_id/1 "0" -i -g 6514
vconftool set -t int db/private/email-service/noti_private_id/2 "0" -i -g 6514
vconftool set -t int db/private/email-service/noti_private_id/3 "0" -i -g 6514
@@ -157,7 +166,7 @@ echo 'fi' >> ${EMAIL_SERVICE_EXEC_SCRIPT}
chmod 755 ${EMAIL_SERVICE_EXEC_SCRIPT}
rm -rf ${EMAIL_SERVICE_BOOT_SCRIPT}
rm -rf ${EMAIL_SERVICE_FASTBOOT_SCRIPT}
-ln -s ${EMAIL_SERVICE_EXEC_SCRIPT} ${EMAIL_SERVICE_BOOT_SCRIPT}
+ln -s ${EMAIL_SERVICE_EXEC_SCRIPT} ${EMAIL_SERVICE_BOOT_SCRIPT}
ln -s ${EMAIL_SERVICE_EXEC_SCRIPT} ${EMAIL_SERVICE_FASTBOOT_SCRIPT}
echo "[EMAIL-SERVICE] Finish executing script ..."