Version: 1.0.0
Release: 1
Group: Applications/Core Applications
-License: Flora License, Version 1.1
+License: Flora-1.1
Source0: %{name}-%{version}.tar.gz
Source1001: %{name}.manifest
BuildRequires: cmake, gettext-tools, coreutils
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(widget_service)
BuildRequires: pkgconfig(capi-system-system-settings)
-BuildRequires: pkgconfig(efl-assist)
%description
Plugin for the data provider master to load the edje scripts
#include <Ecore.h>
#include <Ecore_Evas.h>
#include <Eet.h>
+#if defined(ENABLE_EFL_ASSIST)
#include <efl_assist.h>
+#endif
#include <system_settings.h>
static inline void apply_shadow_effect(struct image_option *img_opt, Evas_Object *img)
{
- return;
- /*
- ea_effect_h *ea_effect;
-
if (!img_opt->shadow.enabled) {
return;
}
+#if defined(ENABLE_EFL_ASSIST)
+ ea_effect_h *ea_effect;
+
ea_effect = ea_image_effect_create();
if (!ea_effect) {
return;
ea_object_image_effect_set(img, ea_effect);
ea_image_effect_destroy(ea_effect);
- */
+#endif
}
static Evas_Object *crop_image(Evas_Object *img, const char *path, int part_w, int part_h, int w, int h, struct image_option *img_opt)
{
char *font_name;
- /**
- * @FIXME
- evas_font_reinit();
- */
+// evas_font_reinit();
if (s_info.font_name) {
font_name = vconf_get_str("db/setting/accessibility/font_name");