Fix build error and change base_scale 35/47935/1 tizen_3.0.m1_mobile accepted/tizen/mobile/20150910.110406 submit/tizen_mobile/20150910.104156 tizen_3.0.m1_mobile_release
authorjin0.kim <jin0.kim@samsung.com>
Thu, 10 Sep 2015 07:15:42 +0000 (15:45 +0830)
committerjin0.kim <jin0.kim@samsung.com>
Thu, 10 Sep 2015 07:16:26 +0000 (15:46 +0830)
Change-Id: If48cb6722369897943cebfe85cd678771be8b5b8

clock-common/CMakeLists.txt
clock-common/include/clock_fwk_util.h
clock-common/src/clock_fwk_util.c
packaging/libug-worldclock-efl.spec
res/edc/worldclock_add.edc [changed mode: 0644->0755]
res/edc/worldclock_segment.edc [changed mode: 0644->0755]
res/theme/worldclock_theme.edc [changed mode: 0644->0755]
src/CMakeLists.txt
src/worldclock_util.c

index c666353..dfc50bd 100644 (file)
@@ -15,7 +15,6 @@ pkg_check_modules(clk_com_pkgs REQUIRED
                        gobject-2.0 gmodule-2.0 dlog
                        vconf
                        icu-i18n
-                       alarm-engine
                        edbus ecore-imf ecore ecore-file ecore-input
 )
 
index 7cc14f3..07f49f5 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <Elementary.h>
 #include "clock_fwk_define.h"
-#include <alarm-engine.h>
 
 Evas_Object *load_edj(Evas_Object *parent, const char *file, const char *group);
 void win_del(void *data, Evas_Object *obj, void *event);
index d8865da..e07a0ca 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 #include "clock_fwk_util.h"
-#include <alarm-engine.h>
 #include <vconf.h>
 #include <stdlib.h>
 //#include <edje.h>
index e40d42a..f928a3b 100644 (file)
@@ -20,8 +20,6 @@ BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(ui-gadget-1)
 BuildRequires:  pkgconfig(bundle)
 BuildRequires:  pkgconfig(icu-i18n)
-BuildRequires:  pkgconfig(heynoti)
-BuildRequires:  pkgconfig(alarm-engine)
 BuildRequires:  cmake
 BuildRequires:  edje-tools
 BuildRequires:  gettext-tools
@@ -365,8 +363,8 @@ fi
 # Change file owner
 chown :6015 /opt/dbspace/.worldclock.db
 chown :6015 /opt/dbspace/.worldclock.db-journal
-chmod 660 /opt/dbspace/.worldclock.db
-chmod 660 /opt/dbspace/.worldclock.db-journal
+chmod 664 /opt/dbspace/.worldclock.db
+chmod 664 /opt/dbspace/.worldclock.db-journal
 
 %postun -p /sbin/ldconfig
 
old mode 100644 (file)
new mode 100755 (executable)
index 029e7cb..05dfefa
@@ -16,6 +16,8 @@
 #define ADD_VIEW_WIDTH    (480)
 #define ADD_VIEW_HEIGHT   (HEIGHT-INDICATOR_H-NAVIGATION_BAR_H)
 
+base_scale: 2.4;
+
 group {
        name: "ug_add_layout";
 
old mode 100644 (file)
new mode 100755 (executable)
index f98e27a..22aa2f5
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+base_scale: 2.4;
+
 group {
         name: "segment_panel_layout";
        parts{
old mode 100644 (file)
new mode 100755 (executable)
index bed6205..7114b1c
@@ -66,6 +66,8 @@
 collections
 {
        //worldclock_addview_list
+       base_scale: 2.4;
+
     group
     {
         name:  "elm/genlist/item/worldclock_addview_list/default";
index 0cf72b9..f9cc52b 100644 (file)
@@ -12,7 +12,7 @@ INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED appcore-efl elementary db-util
                                                glib-2.0 dlog vconf
                                                ui-gadget-1 bundle
-                        icu-i18n heynoti
+                        icu-i18n
                                                )
 
 FOREACH(flag ${pkgs_CFLAGS})
index 1823b80..b789fc4 100644 (file)
@@ -19,7 +19,6 @@
 #include <appcore-efl.h>
 #include <Elementary.h>
 #include <vconf.h>
-#include <heynoti.h>
 #include <unicode/ustring.h>
 #include <unicode/ucol.h>