Index: head/devel/efl/Makefile =================================================================== --- head/devel/efl/Makefile (revision 393535) +++ head/devel/efl/Makefile (revision 393536) @@ -1,157 +1,152 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment Foundation Libraries LICENSE= BSD2CLAUSE LGPL21 LICENSE_COMB= multi LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libsndfile.so:${PORTSDIR}/audio/libsndfile DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= autoreconf compiler:c++11-lib gettext-tools gmake jpeg libtool \ pathfix pkgconfig shared-mime-info tar:xz USE_XORG= x11 xcursor xcomposite xdamage xext xinerama xp xrandr xtst xscrnsaver USE_LDCONFIG= yes CONFIGURE_ARGS= --with-profile=release \ --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS NVIDIA PHYSICS PULSEAUDIO SSL OPTIONS_GROUP= EMOTION INPUT LOADER OPTIONS_GROUP_EMOTION= GSTREAMER LIBXINE V4L OPTIONS_GROUP_INPUT= IBUS SCIM OPTIONS_GROUP_LOADER= OPENJPEG WEBP OPTIONS_RADIO= ENGINE OPTIONS_RADIO_ENGINE= OPENGL SDL OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER OPENGL OPTIONS_SUB= yes HARFBUZZ_DESC= OpenType text shaping engine NVIDIA_DESC= Apply Nvidia workaround PHYSICS_DESC= Physics effects IBUS_DESC= Intelligent Input Bus SCIM_DESC= Smart Common Input Method AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app AVAHI_CONFIGURE_ENABLE= avahi FRIBIDI_LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi FRIBIDI_CONFIGURE_ENABLE= fribidi HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:${PORTSDIR}/print/harfbuzz HARFBUZZ_CONFIGURE_ENABLE= harfbuzz NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls PHYSICS_LIB_DEPENDS= libBulletDynamics.so:${PORTSDIR}/devel/bullet PHYSICS_CONFIGURE_ENABLE= physics PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio GSTREAMER_USE= GSTREAMER1=core GSTREAMER_CONFIGURE_ENABLE= gstreamer1 LIBXINE_LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine LIBXINE_CONFIGURE_ENABLE= xine V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat V4L_CONFIGURE_ENABLE= v4l2 IBUS_LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus SCIM_LIB_DEPENDS= libscim-1.0.so:${PORTSDIR}/textproc/scim SCIM_CONFIGURE_ENABLE= scim OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= image-loader-jp2k WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp WEBP_CONFIGURE_ENABLE= image-loader-webp OPENGL_USE= GL=gl SDL_USE= SDL=sdl2 SDL_CONFIGURE_ENABLE= sdl .include .if ${PORT_OPTIONS:MNVIDIA} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c .endif .if ${PORT_OPTIONS:MPULSEAUDIO} PLIST_SUB+= AUDIO="" .else CONFIGURE_ARGS+= --disable-audio PLIST_SUB+= AUDIO="@comment " .endif .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes -. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1001000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.ac -CONFIGURE_ENV+= ECORE_CON_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" ECORE_CON_LIBS="-lssl" -. else WITH_OPENSSL_PORT= yes -. endif .else CONFIGURE_ARGS+= --with-crypto=none .endif .if ${PORT_OPTIONS:MGSTREAMER} || ${PORT_OPTIONS:MLIBXINE} || ${PORT_OPTIONS:MV4L} PLIST_SUB+= EMOTION="" .else PLIST_SUB+= EMOTION="@comment " .endif .if ${PORT_OPTIONS:MIBUS} CONFIGURE_ARGS+= --with-glib=yes .else CONFIGURE_ARGS+= --disable-ibus --with-glib=no .endif .if empty(PORT_OPTIONS:MOPENGL) CONFIGURE_ARGS+= --with-opengl=none .endif .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" USES+= lua CONFIGURE_ARGS+= --enable-lua-old PLIST_SUB+= ELUA="@comment " .else LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit PLIST_SUB+= ELUA="" .endif pre-patch: @${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am post-stage: ${RM} -rf ${STAGEDIR}${PREFIX}/share/gdb for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \ if ${FILE} $$i | ${GREP} -q "not stripped"; then ${STRIP_CMD} $$i; fi; \ done .include Index: head/devel/efl/distinfo =================================================================== --- head/devel/efl/distinfo (revision 393535) +++ head/devel/efl/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/efl-1.13.2.tar.xz) = 18ef8ce8586e909b562f4e0ea5abbc63efab7cd15958b2aa9d365c292499d983 -SIZE (enlightenment/efl-1.13.2.tar.xz) = 40332272 +SHA256 (enlightenment/efl-1.15.0.tar.xz) = 5d9580e9ba961fc64222d54a73849c730477c209dde89cc123dde14f22d532bc +SIZE (enlightenment/efl-1.15.0.tar.xz) = 43130156 Index: head/devel/efl/files/patch-configure.ac =================================================================== --- head/devel/efl/files/patch-configure.ac (revision 393535) +++ head/devel/efl/files/patch-configure.ac (revision 393536) @@ -1,19 +1,24 @@ ---- configure.ac.orig 2014-11-10 12:02:43.000000000 +0100 -+++ configure.ac 2014-11-20 23:35:26.000000000 +0100 -@@ -407,14 +407,15 @@ +--- configure.ac.orig 2015-06-12 05:40:48.754367679 -0700 ++++ configure.ac 2015-06-12 05:45:05.521352761 -0700 +@@ -414,12 +414,12 @@ execinfo.h \ mcheck.h \ sys/epoll.h \ -sys/inotify.h \ sys/signalfd.h \ sys/types.h \ sys/param.h \ sys/mman.h \ netinet/in.h \ +netinet/tcp.h \ ]) + EFL_CHECK_PATH_MAX +@@ -3995,6 +3995,7 @@ + ### Checks for linker characteristics + + ### Checks for library functions +ac_cv_header_sys_inotify_h="no" have_inotify="${ac_cv_header_sys_inotify_h}" AM_CONDITIONAL([HAVE_INOTIFY], [test "x${have_inotify}" = "xyes"]) Index: head/devel/efl/pkg-plist =================================================================== --- head/devel/efl/pkg-plist (revision 393535) +++ head/devel/efl/pkg-plist (revision 393536) @@ -1,821 +1,1079 @@ bin/diffeet bin/ecore_evas_convert bin/edje_cc bin/edje_codegen bin/edje_decc bin/edje_external_inspector bin/edje_inspector bin/edje_pick bin/edje_player bin/edje_recc bin/edje_watch bin/eet +bin/eetpack +bin/efl_debug +bin/efl_debugd bin/efreetd bin/eina-bench-cmp +bin/eina_btlog bin/eldbus-codegen %%ELUA%%bin/elua bin/embryo_cc bin/eolian_cxx bin/eolian_gen bin/ethumb bin/ethumbd bin/ethumbd_client bin/vieet include/ecore-1/Ecore.h include/ecore-1/Ecore_Common.h include/ecore-1/Ecore_Eo.h include/ecore-1/Ecore_Getopt.h include/ecore-1/Ecore_Legacy.h include/ecore-1/ecore_animator.eo.h include/ecore-1/ecore_animator.eo.legacy.h include/ecore-1/ecore_exe.eo.h include/ecore-1/ecore_exe.eo.legacy.h include/ecore-1/ecore_idle_enterer.eo.h include/ecore-1/ecore_idle_enterer.eo.legacy.h include/ecore-1/ecore_idle_exiter.eo.h include/ecore-1/ecore_idle_exiter.eo.legacy.h include/ecore-1/ecore_idler.eo.h include/ecore-1/ecore_idler.eo.legacy.h include/ecore-1/ecore_job.eo.h include/ecore-1/ecore_job.eo.legacy.h include/ecore-1/ecore_mainloop.eo.h include/ecore-1/ecore_parent.eo.h include/ecore-1/ecore_poller.eo.h include/ecore-1/ecore_poller.eo.legacy.h include/ecore-1/ecore_timer.eo.h include/ecore-1/ecore_timer.eo.legacy.h %%AUDIO%%include/ecore-audio-1/Ecore_Audio.h %%AUDIO%%include/ecore-audio-1/ecore_audio.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_in.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_in_sndfile.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_in_tone.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj_in.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj_in_sndfile.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj_in_tone.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj_out.h +%%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_obj_out_pulse.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj_out_sndfile.h %%AUDIO%%include/ecore-audio-1/ecore_audio_out.eo.h %%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_out_pulse.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_out_sndfile.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_protected.h -%%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_obj_out_pulse.h %%AUDIO%%include/ecore-audio-cxx-1/Ecore_Audio.hh %%AUDIO%%include/ecore-audio-cxx-1/ecore_audio.eo.hh +%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio.eo.impl.hh %%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in.eo.hh +%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in.eo.impl.hh %%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_sndfile.eo.hh +%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_sndfile.eo.impl.hh %%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_tone.eo.hh +%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_tone.eo.impl.hh %%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out.eo.hh +%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out.eo.impl.hh %%PULSEAUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_pulse.eo.hh +%%PULSEAUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_pulse.eo.impl.hh %%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_sndfile.eo.hh +%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_sndfile.eo.impl.hh include/ecore-avahi-1/Ecore_Avahi.h include/ecore-con-1/Ecore_Con.h include/ecore-con-1/Ecore_Con_Eet.h +include/ecore-con-1/Ecore_Con_Eet_Eo.h +include/ecore-con-1/Ecore_Con_Eet_Legacy.h include/ecore-con-1/Ecore_Con_Eo.h include/ecore-con-1/Ecore_Con_Legacy.h include/ecore-con-1/ecore_con_base.eo.h include/ecore-con-1/ecore_con_base.eo.legacy.h include/ecore-con-1/ecore_con_client.eo.h include/ecore-con-1/ecore_con_client.eo.legacy.h include/ecore-con-1/ecore_con_connector.eo.h include/ecore-con-1/ecore_con_connector.eo.legacy.h +include/ecore-con-1/ecore_con_eet_base.eo.h +include/ecore-con-1/ecore_con_eet_base.eo.legacy.h +include/ecore-con-1/ecore_con_eet_client_obj.eo.h +include/ecore-con-1/ecore_con_eet_client_obj.eo.legacy.h +include/ecore-con-1/ecore_con_eet_server_obj.eo.h +include/ecore-con-1/ecore_con_eet_server_obj.eo.legacy.h include/ecore-con-1/ecore_con_server.eo.h include/ecore-con-1/ecore_con_server.eo.legacy.h -include/ecore-con-1/ecore_con_url.eo.h -include/ecore-con-1/ecore_con_url.eo.legacy.h +include/ecore-con-1/efl_network_url.eo.h +include/ecore-con-1/efl_network_url.eo.legacy.h include/ecore-cxx-1/Ecore.eo.hh include/ecore-cxx-1/Ecore.hh include/ecore-cxx-1/ecore_animator.eo.hh +include/ecore-cxx-1/ecore_animator.eo.impl.hh +include/ecore-cxx-1/ecore_exe.eo.hh +include/ecore-cxx-1/ecore_exe.eo.impl.hh +include/ecore-cxx-1/ecore_idle_enterer.eo.hh +include/ecore-cxx-1/ecore_idle_enterer.eo.impl.hh include/ecore-cxx-1/ecore_idle_exiter.eo.hh +include/ecore-cxx-1/ecore_idle_exiter.eo.impl.hh include/ecore-cxx-1/ecore_idler.eo.hh +include/ecore-cxx-1/ecore_idler.eo.impl.hh include/ecore-cxx-1/ecore_job.eo.hh +include/ecore-cxx-1/ecore_job.eo.impl.hh +include/ecore-cxx-1/ecore_mainloop.eo.hh +include/ecore-cxx-1/ecore_mainloop.eo.impl.hh include/ecore-cxx-1/ecore_parent.eo.hh +include/ecore-cxx-1/ecore_parent.eo.impl.hh include/ecore-cxx-1/ecore_poller.eo.hh +include/ecore-cxx-1/ecore_poller.eo.impl.hh +include/ecore-cxx-1/ecore_timer.eo.hh +include/ecore-cxx-1/ecore_timer.eo.impl.hh include/ecore-evas-1/Ecore_Evas.h include/ecore-evas-1/Ecore_Evas_Types.h include/ecore-file-1/Ecore_File.h include/ecore-imf-1/Ecore_IMF.h include/ecore-imf-evas-1/Ecore_IMF_Evas.h include/ecore-input-1/Ecore_Input.h include/ecore-input-evas-1/Ecore_Input_Evas.h include/ecore-ipc-1/Ecore_Ipc.h +%%SDL%%include/ecore-sdl-1/Ecore_Sdl.h include/ecore-x-1/Ecore_X.h include/ecore-x-1/Ecore_X_Atoms.h include/ecore-x-1/Ecore_X_Cursor.h include/ecore-x-1/ecore_x_version.h -%%SDL%%include/ecore-sdl-1/Ecore_Sdl.h +include/ector-1/Ector.h +include/ector-1/Ector_Cairo.h +include/ector-1/Ector_Software.h +include/ector-1/cairo/ector_cairo_surface.eo.h +include/ector-1/cairo/ector_renderer_cairo_base.eo.h +include/ector-1/cairo/ector_renderer_cairo_gradient_linear.eo.h +include/ector-1/cairo/ector_renderer_cairo_gradient_radial.eo.h +include/ector-1/cairo/ector_renderer_cairo_shape.eo.h +include/ector-1/ector_renderer.h +include/ector-1/ector_surface.h +include/ector-1/ector_util.h +include/ector-1/generic/ector_generic_surface.eo.h +include/ector-1/generic/ector_renderer_generic_base.eo.h +include/ector-1/generic/ector_renderer_generic_gradient.eo.h +include/ector-1/generic/ector_renderer_generic_gradient_linear.eo.h +include/ector-1/generic/ector_renderer_generic_gradient_radial.eo.h +include/ector-1/generic/ector_renderer_generic_shape.eo.h +include/ector-1/software/ector_renderer_software_base.eo.h +include/ector-1/software/ector_renderer_software_gradient_linear.eo.h +include/ector-1/software/ector_renderer_software_gradient_radial.eo.h +include/ector-1/software/ector_renderer_software_shape.eo.h +include/ector-1/software/ector_software_surface.eo.h include/edje-1/Edje.h include/edje-1/Edje_Common.h include/edje-1/Edje_Edit.h include/edje-1/Edje_Eo.h include/edje-1/Edje_Legacy.h include/edje-1/edje_edit.eo.h include/edje-1/edje_edit.eo.legacy.h include/edje-1/edje_object.eo.h include/edje-1/edje_object.eo.legacy.h +include/edje-1/edje_types.eot.h include/edje-cxx-1/Edje.hh include/edje-cxx-1/edje_edit.eo.hh +include/edje-cxx-1/edje_edit.eo.impl.hh include/edje-cxx-1/edje_object.eo.hh +include/edje-cxx-1/edje_object.eo.impl.hh include/eet-1/Eet.h include/eet-cxx-1/Eet.hh include/eet-cxx-1/eet-cxx/eet_composite.hh include/eet-cxx-1/eet-cxx/eet_register.hh include/eet-cxx-1/eet-cxx/eet_type.hh include/efl-1/Efl.h include/efl-1/Efl_Config.h +include/efl-1/Efl_Model_Common.h include/efl-1/interfaces/efl_control.eo.h include/efl-1/interfaces/efl_file.eo.h +include/efl-1/interfaces/efl_gfx_base.eo.h +include/efl-1/interfaces/efl_gfx_fill.eo.h +include/efl-1/interfaces/efl_gfx_filter.eo.h +include/efl-1/interfaces/efl_gfx_gradient_base.eo.h +include/efl-1/interfaces/efl_gfx_gradient_linear.eo.h +include/efl-1/interfaces/efl_gfx_gradient_radial.eo.h +include/efl-1/interfaces/efl_gfx_shape.eo.h +include/efl-1/interfaces/efl_gfx_stack.eo.h +include/efl-1/interfaces/efl_gfx_view.eo.h include/efl-1/interfaces/efl_image.eo.h +include/efl-1/interfaces/efl_model_base.eo.h include/efl-1/interfaces/efl_player.eo.h include/efl-1/interfaces/efl_text.eo.h include/efl-1/interfaces/efl_text_properties.eo.h include/efl-cxx-1/Efl.hh include/efl-cxx-1/efl_control.eo.hh +include/efl-cxx-1/efl_control.eo.impl.hh include/efl-cxx-1/efl_file.eo.hh +include/efl-cxx-1/efl_file.eo.impl.hh +include/efl-cxx-1/efl_gfx_base.eo.hh +include/efl-cxx-1/efl_gfx_base.eo.impl.hh +include/efl-cxx-1/efl_gfx_fill.eo.hh +include/efl-cxx-1/efl_gfx_fill.eo.impl.hh +include/efl-cxx-1/efl_gfx_filter.eo.hh +include/efl-cxx-1/efl_gfx_filter.eo.impl.hh +include/efl-cxx-1/efl_gfx_gradient_base.eo.hh +include/efl-cxx-1/efl_gfx_gradient_base.eo.impl.hh +include/efl-cxx-1/efl_gfx_gradient_linear.eo.hh +include/efl-cxx-1/efl_gfx_gradient_linear.eo.impl.hh +include/efl-cxx-1/efl_gfx_gradient_radial.eo.hh +include/efl-cxx-1/efl_gfx_gradient_radial.eo.impl.hh +include/efl-cxx-1/efl_gfx_shape.eo.hh +include/efl-cxx-1/efl_gfx_shape.eo.impl.hh +include/efl-cxx-1/efl_gfx_stack.eo.hh +include/efl-cxx-1/efl_gfx_stack.eo.impl.hh +include/efl-cxx-1/efl_gfx_view.eo.hh +include/efl-cxx-1/efl_gfx_view.eo.impl.hh include/efl-cxx-1/efl_image.eo.hh +include/efl-cxx-1/efl_image.eo.impl.hh +include/efl-cxx-1/efl_model_base.eo.hh +include/efl-cxx-1/efl_model_base.eo.impl.hh include/efl-cxx-1/efl_player.eo.hh +include/efl-cxx-1/efl_player.eo.impl.hh include/efl-cxx-1/efl_text.eo.hh +include/efl-cxx-1/efl_text.eo.impl.hh include/efl-cxx-1/efl_text_properties.eo.hh +include/efl-cxx-1/efl_text_properties.eo.impl.hh include/efreet-1/Efreet.h include/efreet-1/Efreet_Mime.h include/efreet-1/Efreet_Trash.h include/efreet-1/efreet_base.h include/efreet-1/efreet_desktop.h include/efreet-1/efreet_icon.h include/efreet-1/efreet_ini.h include/efreet-1/efreet_menu.h include/efreet-1/efreet_uri.h include/efreet-1/efreet_utils.h include/eina-1/Eina.h include/eina-1/eina/eina_accessor.h include/eina-1/eina/eina_alloca.h include/eina-1/eina/eina_array.h include/eina-1/eina/eina_benchmark.h include/eina-1/eina/eina_binbuf.h include/eina-1/eina/eina_binshare.h include/eina-1/eina/eina_clist.h include/eina-1/eina/eina_convert.h include/eina-1/eina/eina_counter.h include/eina-1/eina/eina_cow.h include/eina-1/eina/eina_cpu.h +include/eina-1/eina/eina_crc.h include/eina-1/eina/eina_error.h +include/eina-1/eina/eina_evlog.h include/eina-1/eina/eina_file.h include/eina-1/eina/eina_fp.h include/eina-1/eina/eina_hamster.h include/eina-1/eina/eina_hash.h include/eina-1/eina/eina_inarray.h include/eina-1/eina/eina_inline_array.x include/eina-1/eina/eina_inline_clist.x include/eina-1/eina/eina_inline_cpu.x +include/eina-1/eina/eina_inline_crc.x include/eina-1/eina/eina_inline_f16p16.x include/eina-1/eina/eina_inline_f32p32.x include/eina-1/eina/eina_inline_f8p24.x include/eina-1/eina/eina_inline_fp.x include/eina-1/eina/eina_inline_hash.x include/eina-1/eina/eina_inline_inlist.x include/eina-1/eina/eina_inline_list.x include/eina-1/eina/eina_inline_lock_barrier.x include/eina-1/eina/eina_inline_lock_posix.x include/eina-1/eina/eina_inline_log.x include/eina-1/eina/eina_inline_mempool.x include/eina-1/eina/eina_inline_rbtree.x include/eina-1/eina/eina_inline_rectangle.x include/eina-1/eina/eina_inline_str.x include/eina-1/eina/eina_inline_stringshare.x include/eina-1/eina/eina_inline_tiler.x include/eina-1/eina/eina_inline_trash.x include/eina-1/eina/eina_inline_unicode.x include/eina-1/eina/eina_inline_ustringshare.x include/eina-1/eina/eina_inline_value.x include/eina-1/eina/eina_inline_value_util.x include/eina-1/eina/eina_inlist.h include/eina-1/eina/eina_iterator.h include/eina-1/eina/eina_lalloc.h include/eina-1/eina/eina_list.h include/eina-1/eina/eina_lock.h include/eina-1/eina/eina_log.h include/eina-1/eina/eina_magic.h include/eina-1/eina/eina_main.h +include/eina-1/eina/eina_matrix.h include/eina-1/eina/eina_matrixsparse.h include/eina-1/eina/eina_mempool.h include/eina-1/eina/eina_mmap.h include/eina-1/eina/eina_module.h include/eina-1/eina/eina_prefix.h +include/eina-1/eina/eina_quad.h include/eina-1/eina/eina_quadtree.h +include/eina-1/eina/eina_quaternion.h include/eina-1/eina/eina_rbtree.h include/eina-1/eina/eina_rectangle.h include/eina-1/eina/eina_refcount.h include/eina-1/eina/eina_safety_checks.h include/eina-1/eina/eina_sched.h include/eina-1/eina/eina_simple_xml_parser.h include/eina-1/eina/eina_str.h include/eina-1/eina/eina_strbuf.h include/eina-1/eina/eina_stringshare.h include/eina-1/eina/eina_thread.h include/eina-1/eina/eina_thread_queue.h include/eina-1/eina/eina_tiler.h include/eina-1/eina/eina_tmpstr.h include/eina-1/eina/eina_trash.h include/eina-1/eina/eina_types.h include/eina-1/eina/eina_unicode.h include/eina-1/eina/eina_ustrbuf.h include/eina-1/eina/eina_ustringshare.h +include/eina-1/eina/eina_util.h include/eina-1/eina/eina_value.h include/eina-1/eina/eina_value_util.h include/eina-1/eina/eina_xattr.h include/eina-1/eina_config.h include/eina-cxx-1/Eina.hh include/eina-cxx-1/eina-cxx/eina_accessor.hh include/eina-cxx-1/eina-cxx/eina_array.hh include/eina-cxx-1/eina-cxx/eina_clone_allocators.hh include/eina-cxx-1/eina-cxx/eina_eo_concrete_fwd.hh include/eina-cxx-1/eina-cxx/eina_error.hh include/eina-cxx-1/eina-cxx/eina_fold.hh include/eina-cxx-1/eina-cxx/eina_inarray.hh include/eina-cxx-1/eina-cxx/eina_inlist.hh include/eina-cxx-1/eina-cxx/eina_integer_sequence.hh include/eina-cxx-1/eina-cxx/eina_iterator.hh include/eina-cxx-1/eina-cxx/eina_list.hh include/eina-cxx-1/eina-cxx/eina_lists_auxiliary.hh include/eina-cxx-1/eina-cxx/eina_log.hh include/eina-cxx-1/eina-cxx/eina_optional.hh include/eina-cxx-1/eina-cxx/eina_ptrarray.hh include/eina-cxx-1/eina-cxx/eina_ptrlist.hh include/eina-cxx-1/eina-cxx/eina_range_types.hh include/eina-cxx-1/eina-cxx/eina_ref.hh +include/eina-cxx-1/eina-cxx/eina_string_view.hh include/eina-cxx-1/eina-cxx/eina_stringshare.hh include/eina-cxx-1/eina-cxx/eina_thread.hh include/eina-cxx-1/eina-cxx/eina_throw.hh include/eina-cxx-1/eina-cxx/eina_tuple.hh include/eina-cxx-1/eina-cxx/eina_tuple_unwrap.hh include/eina-cxx-1/eina-cxx/eina_type_traits.hh include/eina-cxx-1/eina-cxx/eina_value.hh include/eio-1/Eio.h include/eio-1/eio_inline_helper.x +include/eio-1/eio_model.eo.h +include/eio-cxx-1/Eio.hh +include/eio-cxx-1/eio_model.eo.hh +include/eio-cxx-1/eio_model.eo.impl.hh include/eldbus-1/Eldbus.h include/eldbus-1/eldbus_connection.h include/eldbus-1/eldbus_freedesktop.h include/eldbus-1/eldbus_message.h include/eldbus-1/eldbus_message_eina_value.h include/eldbus-1/eldbus_message_helper.h include/eldbus-1/eldbus_object.h include/eldbus-1/eldbus_pending.h include/eldbus-1/eldbus_proxy.h include/eldbus-1/eldbus_service.h include/eldbus-1/eldbus_signal_handler.h include/eldbus_cxx-1/Eldbus.hh include/eldbus_cxx-1/eldbus_basic.hh include/eldbus_cxx-1/eldbus_error.hh include/eldbus_cxx-1/eldbus_freedesktop.hh include/eldbus_cxx-1/eldbus_integer_sequence.hh include/eldbus_cxx-1/eldbus_message.hh include/eldbus_cxx-1/eldbus_message_arguments.hh include/eldbus_cxx-1/eldbus_proxy_call.hh include/eldbus_cxx-1/eldbus_raw_tuple.hh include/eldbus_cxx-1/eldbus_service.hh include/eldbus_cxx-1/eldbus_signature_traits.hh include/elocation-1/Elocation.h include/elocation-1/eldbus_geo_clue2_client.h include/elocation-1/eldbus_geo_clue2_location.h include/elocation-1/eldbus_geo_clue2_manager.h include/elocation-1/eldbus_utils.h include/elocation-1/elocation_private.h %%ELUA%%include/elua-1/Elua.h include/embryo-1/Embryo.h +include/emile-1/Emile.h +include/emile-1/emile_cipher.h +include/emile-1/emile_compress.h +include/emile-1/emile_image.h include/emotion-1/Emotion.h include/emotion-1/Emotion_Eo.h include/emotion-1/Emotion_Generic_Plugin.h include/emotion-1/Emotion_Legacy.h include/emotion-1/emotion_object.eo.h include/emotion-1/emotion_object.eo.legacy.h include/eo-1/Eo.h include/eo-1/eo_abstract_class.eo.h include/eo-1/eo_base.eo.h include/eo-cxx-1/Eo.hh include/eo-cxx-1/eo_abstract_class.eo.hh +include/eo-cxx-1/eo_abstract_class.eo.impl.hh include/eo-cxx-1/eo_base.eo.hh +include/eo-cxx-1/eo_base.eo.impl.hh include/eo-cxx-1/eo_concrete.hh include/eo-cxx-1/eo_cxx_interop.hh include/eo-cxx-1/eo_event.hh include/eo-cxx-1/eo_inherit.hh include/eo-cxx-1/eo_inherit_bindings.hh include/eo-cxx-1/eo_init.hh include/eo-cxx-1/eo_ops.hh include/eo-cxx-1/eo_private.hh include/eo-cxx-1/eo_wref.hh include/eolian-1/Eolian.h include/eolian-cxx-1/Eolian_Cxx.hh include/eolian-cxx-1/eo_generate.hh include/eolian-cxx-1/eo_types.hh include/eolian-cxx-1/eo_validate.hh include/eolian-cxx-1/grammar/comment.hh include/eolian-cxx-1/grammar/eo_class_constructors_generator.hh include/eolian-cxx-1/grammar/eo_class_events_generator.hh include/eolian-cxx-1/grammar/eo_class_functions_generator.hh include/eolian-cxx-1/grammar/eo_class_generator.hh +include/eolian-cxx-1/grammar/eo_class_scope_guard_generator.hh include/eolian-cxx-1/grammar/eo_header_generator.hh include/eolian-cxx-1/grammar/inheritance_base_generator.hh include/eolian-cxx-1/grammar/namespace_generator.hh include/eolian-cxx-1/grammar/parameters_generator.hh include/eolian-cxx-1/grammar/tab.hh include/eolian-cxx-1/grammar/type_generator.hh %%PHYSICS%%include/ephysics-1/EPhysics.h include/ethumb-1/Ethumb.h include/ethumb-client-1/Ethumb_Client.h include/evas-1/Evas.h include/evas-1/Evas_Common.h include/evas-1/Evas_Engine_Buffer.h +%%OPENGL%%include/evas-1/Evas_Engine_GL_X11.h include/evas-1/Evas_Engine_Software_X11.h include/evas-1/Evas_Eo.h include/evas-1/Evas_GL.h include/evas-1/Evas_Legacy.h include/evas-1/Evas_Loader.h -%%OPENGL%%include/evas-1/Evas_Engine_GL_X11.h -%%OPENGL%%%%SDL%%include/evas-1/Evas_Engine_GL_SDL.h -include/evas-1/canvas/evas_canvas.eo.h -include/evas-1/canvas/evas_canvas.eo.legacy.h -include/evas-1/canvas/evas_3d_camera.eo.h -include/evas-1/canvas/evas_3d_camera.eo.legacy.h -include/evas-1/canvas/evas_3d_light.eo.h -include/evas-1/canvas/evas_3d_light.eo.legacy.h -include/evas-1/canvas/evas_3d_material.eo.h -include/evas-1/canvas/evas_3d_material.eo.legacy.h -include/evas-1/canvas/evas_3d_mesh.eo.h -include/evas-1/canvas/evas_3d_mesh.eo.legacy.h -include/evas-1/canvas/evas_3d_node.eo.h -include/evas-1/canvas/evas_3d_node.eo.legacy.h -include/evas-1/canvas/evas_3d_object.eo.h -include/evas-1/canvas/evas_3d_object.eo.legacy.h -include/evas-1/canvas/evas_3d_scene.eo.h -include/evas-1/canvas/evas_3d_scene.eo.legacy.h -include/evas-1/canvas/evas_3d_texture.eo.h -include/evas-1/canvas/evas_3d_texture.eo.legacy.h +include/evas-1/canvas/efl_vg_base.eo.h +include/evas-1/canvas/efl_vg_base.eo.legacy.h +include/evas-1/canvas/efl_vg_container.eo.h +include/evas-1/canvas/efl_vg_container.eo.legacy.h +include/evas-1/canvas/efl_vg_gradient.eo.h +include/evas-1/canvas/efl_vg_gradient.eo.legacy.h +include/evas-1/canvas/efl_vg_gradient_linear.eo.h +include/evas-1/canvas/efl_vg_gradient_linear.eo.legacy.h +include/evas-1/canvas/efl_vg_gradient_radial.eo.h +include/evas-1/canvas/efl_vg_gradient_radial.eo.legacy.h +include/evas-1/canvas/efl_vg_root_node.eo.h +include/evas-1/canvas/efl_vg_root_node.eo.legacy.h +include/evas-1/canvas/efl_vg_shape.eo.h +include/evas-1/canvas/efl_vg_shape.eo.legacy.h include/evas-1/canvas/evas_box.eo.h include/evas-1/canvas/evas_box.eo.legacy.h +include/evas-1/canvas/evas_canvas.eo.h +include/evas-1/canvas/evas_canvas.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_camera.eo.h +include/evas-1/canvas/evas_canvas3d_camera.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_light.eo.h +include/evas-1/canvas/evas_canvas3d_light.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_material.eo.h +include/evas-1/canvas/evas_canvas3d_material.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_mesh.eo.h +include/evas-1/canvas/evas_canvas3d_mesh.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_node.eo.h +include/evas-1/canvas/evas_canvas3d_node.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_object.eo.h +include/evas-1/canvas/evas_canvas3d_object.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_primitive.eo.h +include/evas-1/canvas/evas_canvas3d_primitive.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_scene.eo.h +include/evas-1/canvas/evas_canvas3d_scene.eo.legacy.h +include/evas-1/canvas/evas_canvas3d_texture.eo.h +include/evas-1/canvas/evas_canvas3d_texture.eo.legacy.h include/evas-1/canvas/evas_clickable_interface.eo.h include/evas-1/canvas/evas_clickable_interface.eo.legacy.h include/evas-1/canvas/evas_common_interface.eo.h include/evas-1/canvas/evas_common_interface.eo.legacy.h include/evas-1/canvas/evas_draggable_interface.eo.h include/evas-1/canvas/evas_draggable_interface.eo.legacy.h +include/evas-1/canvas/evas_filter.eo.h +include/evas-1/canvas/evas_filter.eo.legacy.h include/evas-1/canvas/evas_grid.eo.h include/evas-1/canvas/evas_grid.eo.legacy.h include/evas-1/canvas/evas_image.eo.h include/evas-1/canvas/evas_image.eo.legacy.h include/evas-1/canvas/evas_line.eo.h include/evas-1/canvas/evas_line.eo.legacy.h include/evas-1/canvas/evas_object.eo.h include/evas-1/canvas/evas_object.eo.legacy.h +include/evas-1/canvas/evas_object_smart.eo.h +include/evas-1/canvas/evas_object_smart.eo.legacy.h include/evas-1/canvas/evas_out.eo.h include/evas-1/canvas/evas_out.eo.legacy.h include/evas-1/canvas/evas_polygon.eo.h include/evas-1/canvas/evas_polygon.eo.legacy.h include/evas-1/canvas/evas_rectangle.eo.h include/evas-1/canvas/evas_rectangle.eo.legacy.h include/evas-1/canvas/evas_scrollable_interface.eo.h include/evas-1/canvas/evas_scrollable_interface.eo.legacy.h include/evas-1/canvas/evas_selectable_interface.eo.h include/evas-1/canvas/evas_selectable_interface.eo.legacy.h include/evas-1/canvas/evas_signal_interface.eo.h include/evas-1/canvas/evas_signal_interface.eo.legacy.h -include/evas-1/canvas/evas_object_smart.eo.h -include/evas-1/canvas/evas_object_smart.eo.legacy.h include/evas-1/canvas/evas_smart_clipped.eo.h include/evas-1/canvas/evas_smart_clipped.eo.legacy.h include/evas-1/canvas/evas_table.eo.h include/evas-1/canvas/evas_table.eo.legacy.h include/evas-1/canvas/evas_text.eo.h include/evas-1/canvas/evas_text.eo.legacy.h include/evas-1/canvas/evas_textblock.eo.h include/evas-1/canvas/evas_textblock.eo.legacy.h include/evas-1/canvas/evas_textgrid.eo.h include/evas-1/canvas/evas_textgrid.eo.legacy.h +include/evas-1/canvas/evas_types.eot.h +include/evas-1/canvas/evas_vg.eo.h +include/evas-1/canvas/evas_vg.eo.legacy.h include/evas-1/canvas/evas_zoomable_interface.eo.h include/evas-1/canvas/evas_zoomable_interface.eo.legacy.h include/evas-cxx-1/Evas.hh -include/evas-cxx-1/canvas/evas_3d_camera.eo.hh -include/evas-cxx-1/canvas/evas_3d_light.eo.hh -include/evas-cxx-1/canvas/evas_3d_material.eo.hh -include/evas-cxx-1/canvas/evas_3d_mesh.eo.hh -include/evas-cxx-1/canvas/evas_3d_node.eo.hh -include/evas-cxx-1/canvas/evas_3d_object.eo.hh -include/evas-cxx-1/canvas/evas_3d_scene.eo.hh -include/evas-cxx-1/canvas/evas_3d_texture.eo.hh +include/evas-cxx-1/canvas/Evas.hh +include/evas-cxx-1/canvas/efl_vg_base.eo.hh +include/evas-cxx-1/canvas/efl_vg_base.eo.impl.hh +include/evas-cxx-1/canvas/efl_vg_container.eo.hh +include/evas-cxx-1/canvas/efl_vg_container.eo.impl.hh +include/evas-cxx-1/canvas/efl_vg_gradient.eo.hh +include/evas-cxx-1/canvas/efl_vg_gradient.eo.impl.hh +include/evas-cxx-1/canvas/efl_vg_gradient_linear.eo.hh +include/evas-cxx-1/canvas/efl_vg_gradient_linear.eo.impl.hh +include/evas-cxx-1/canvas/efl_vg_gradient_radial.eo.hh +include/evas-cxx-1/canvas/efl_vg_gradient_radial.eo.impl.hh +include/evas-cxx-1/canvas/efl_vg_root_node.eo.hh +include/evas-cxx-1/canvas/efl_vg_root_node.eo.impl.hh +include/evas-cxx-1/canvas/efl_vg_shape.eo.hh +include/evas-cxx-1/canvas/efl_vg_shape.eo.impl.hh include/evas-cxx-1/canvas/evas_box.eo.hh +include/evas-cxx-1/canvas/evas_box.eo.impl.hh include/evas-cxx-1/canvas/evas_canvas.eo.hh +include/evas-cxx-1/canvas/evas_canvas.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_camera.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_camera.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_light.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_light.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_material.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_material.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_mesh.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_mesh.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_node.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_node.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_object.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_object.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_primitive.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_primitive.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_scene.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_scene.eo.impl.hh +include/evas-cxx-1/canvas/evas_canvas3d_texture.eo.hh +include/evas-cxx-1/canvas/evas_canvas3d_texture.eo.impl.hh include/evas-cxx-1/canvas/evas_clickable_interface.eo.hh +include/evas-cxx-1/canvas/evas_clickable_interface.eo.impl.hh include/evas-cxx-1/canvas/evas_common_interface.eo.hh +include/evas-cxx-1/canvas/evas_common_interface.eo.impl.hh include/evas-cxx-1/canvas/evas_draggable_interface.eo.hh +include/evas-cxx-1/canvas/evas_draggable_interface.eo.impl.hh +include/evas-cxx-1/canvas/evas_filter.eo.hh +include/evas-cxx-1/canvas/evas_filter.eo.impl.hh include/evas-cxx-1/canvas/evas_grid.eo.hh +include/evas-cxx-1/canvas/evas_grid.eo.impl.hh include/evas-cxx-1/canvas/evas_image.eo.hh +include/evas-cxx-1/canvas/evas_image.eo.impl.hh include/evas-cxx-1/canvas/evas_line.eo.hh +include/evas-cxx-1/canvas/evas_line.eo.impl.hh include/evas-cxx-1/canvas/evas_object.eo.hh +include/evas-cxx-1/canvas/evas_object.eo.impl.hh include/evas-cxx-1/canvas/evas_object_smart.eo.hh +include/evas-cxx-1/canvas/evas_object_smart.eo.impl.hh include/evas-cxx-1/canvas/evas_out.eo.hh +include/evas-cxx-1/canvas/evas_out.eo.impl.hh include/evas-cxx-1/canvas/evas_polygon.eo.hh +include/evas-cxx-1/canvas/evas_polygon.eo.impl.hh include/evas-cxx-1/canvas/evas_rectangle.eo.hh +include/evas-cxx-1/canvas/evas_rectangle.eo.impl.hh include/evas-cxx-1/canvas/evas_scrollable_interface.eo.hh +include/evas-cxx-1/canvas/evas_scrollable_interface.eo.impl.hh include/evas-cxx-1/canvas/evas_selectable_interface.eo.hh +include/evas-cxx-1/canvas/evas_selectable_interface.eo.impl.hh include/evas-cxx-1/canvas/evas_signal_interface.eo.hh +include/evas-cxx-1/canvas/evas_signal_interface.eo.impl.hh include/evas-cxx-1/canvas/evas_smart_clipped.eo.hh +include/evas-cxx-1/canvas/evas_smart_clipped.eo.impl.hh include/evas-cxx-1/canvas/evas_table.eo.hh +include/evas-cxx-1/canvas/evas_table.eo.impl.hh include/evas-cxx-1/canvas/evas_text.eo.hh +include/evas-cxx-1/canvas/evas_text.eo.impl.hh include/evas-cxx-1/canvas/evas_textblock.eo.hh +include/evas-cxx-1/canvas/evas_textblock.eo.impl.hh include/evas-cxx-1/canvas/evas_textgrid.eo.hh +include/evas-cxx-1/canvas/evas_textgrid.eo.impl.hh +include/evas-cxx-1/canvas/evas_vg.eo.hh +include/evas-cxx-1/canvas/evas_vg.eo.impl.hh include/evas-cxx-1/canvas/evas_zoomable_interface.eo.hh +include/evas-cxx-1/canvas/evas_zoomable_interface.eo.impl.hh lib/cmake/Ecore/EcoreConfig.cmake lib/cmake/Ecore/EcoreConfigVersion.cmake lib/cmake/EcoreCxx/EcoreCxxConfig.cmake lib/cmake/EcoreCxx/EcoreCxxConfigVersion.cmake lib/cmake/Edje/EdjeConfig.cmake lib/cmake/Edje/EdjeConfigVersion.cmake lib/cmake/Eet/EetConfig.cmake lib/cmake/Eet/EetConfigVersion.cmake lib/cmake/EetCxx/EetCxxConfig.cmake lib/cmake/EetCxx/EetCxxConfigVersion.cmake lib/cmake/Eeze/EezeConfig.cmake lib/cmake/Eeze/EezeConfigVersion.cmake lib/cmake/Efl/EflConfig.cmake lib/cmake/Efl/EflConfigVersion.cmake lib/cmake/Efreet/EfreetConfig.cmake lib/cmake/Efreet/EfreetConfigVersion.cmake lib/cmake/Eina/EinaConfig.cmake lib/cmake/Eina/EinaConfigVersion.cmake lib/cmake/EinaCxx/EinaCxxConfig.cmake lib/cmake/EinaCxx/EinaCxxConfigVersion.cmake +lib/cmake/Eio/EioConfig.cmake +lib/cmake/Eio/EioConfigVersion.cmake lib/cmake/Eldbus/EldbusConfig.cmake lib/cmake/Eldbus/EldbusConfigVersion.cmake %%ELUA%%lib/cmake/Elua/EluaConfig.cmake %%ELUA%%lib/cmake/Elua/EluaConfigVersion.cmake +lib/cmake/Emile/EmileConfig.cmake +lib/cmake/Emile/EmileConfigVersion.cmake lib/cmake/Emotion/EmotionConfig.cmake lib/cmake/Emotion/EmotionConfigVersion.cmake lib/cmake/Eo/EoConfig.cmake lib/cmake/Eo/EoConfigVersion.cmake lib/cmake/EoCxx/EoCxxConfig.cmake lib/cmake/EoCxx/EoCxxConfigVersion.cmake lib/cmake/Eolian/EolianConfig.cmake lib/cmake/Eolian/EolianConfigVersion.cmake lib/cmake/EolianCxx/EolianCxxConfig.cmake lib/cmake/EolianCxx/EolianCxxConfigVersion.cmake lib/cmake/Ethumb/EthumbConfig.cmake lib/cmake/Ethumb/EthumbConfigVersion.cmake lib/cmake/EthumbClient/EthumbClientConfig.cmake lib/cmake/EthumbClient/EthumbClientConfigVersion.cmake lib/cmake/Evas/EvasConfig.cmake lib/cmake/Evas/EvasConfigVersion.cmake lib/cmake/EvasCxx/EvasCxxConfig.cmake lib/cmake/EvasCxx/EvasCxxConfigVersion.cmake lib/ecore/system/upower/v-%%BRANCHVERSION%%/module.so lib/ecore_evas/engines/extn/v-%%BRANCHVERSION%%/module.so -lib/ecore_evas/engines/x/v-%%BRANCHVERSION%%/module.so %%SDL%%lib/ecore_evas/engines/sdl/v-%%BRANCHVERSION%%/module.so -lib/ecore_imf/modules/xim/v-%%BRANCHVERSION%%/module.so +lib/ecore_evas/engines/x/v-%%BRANCHVERSION%%/module.so %%IBUS%%lib/ecore_imf/modules/ibus/v-%%BRANCHVERSION%%/module.so %%SCIM%%lib/ecore_imf/modules/scim/v-%%BRANCHVERSION%%/module.so +lib/ecore_imf/modules/xim/v-%%BRANCHVERSION%%/module.so lib/ecore_x/bin/v-%%BRANCHVERSION%%/ecore_x_vsync lib/edje/modules/emotion/v-%%BRANCHVERSION%%/module.so lib/edje/utils/v-%%BRANCHVERSION%%/epp lib/efreet/v-%%BRANCHVERSION%%/efreet_desktop_cache_create lib/efreet/v-%%BRANCHVERSION%%/efreet_icon_cache_create %%GSTREAMER%%lib/emotion/modules/gstreamer1/v-%%BRANCHVERSION%%/module.so %%LIBXINE%%lib/emotion/modules/xine/v-%%BRANCHVERSION%%/module.so lib/ethumb/modules/emotion/v-%%BRANCHVERSION%%/module.so lib/ethumb/modules/emotion/v-%%BRANCHVERSION%%/template.edj lib/ethumb_client/utils/v-%%BRANCHVERSION%%/ethumbd_slave %%OPENGL%%lib/evas/modules/engines/gl_generic/v-%%BRANCHVERSION%%/module.so -lib/evas/modules/engines/software_x11/v-%%BRANCHVERSION%%/module.so %%OPENGL%%lib/evas/modules/engines/gl_x11/v-%%BRANCHVERSION%%/module.so -%%OPENGL%%%%SDL%%lib/evas/modules/engines/gl_sdl/v-%%BRANCHVERSION%%/module.so +lib/evas/modules/engines/software_x11/v-%%BRANCHVERSION%%/module.so lib/evas/modules/image_loaders/gif/v-%%BRANCHVERSION%%/module.so %%OPENJPEG%%lib/evas/modules/image_loaders/jp2k/v-%%BRANCHVERSION%%/module.so lib/evas/modules/image_loaders/tiff/v-%%BRANCHVERSION%%/module.so -lib/evas/modules/image_savers/tiff/v-%%BRANCHVERSION%%/module.so %%WEBP%%lib/evas/modules/image_loaders/webp/v-%%BRANCHVERSION%%/module.so +lib/evas/modules/image_savers/tiff/v-%%BRANCHVERSION%%/module.so %%WEBP%%lib/evas/modules/image_savers/webp/v-%%BRANCHVERSION%%/module.so lib/libecore.so lib/libecore.so.1 lib/libecore.so.%%PORTVERSION%% %%AUDIO%%lib/libecore_audio.so %%AUDIO%%lib/libecore_audio.so.1 %%AUDIO%%lib/libecore_audio.so.%%PORTVERSION%% lib/libecore_avahi.so lib/libecore_avahi.so.1 lib/libecore_avahi.so.%%PORTVERSION%% lib/libecore_con.so lib/libecore_con.so.1 lib/libecore_con.so.%%PORTVERSION%% lib/libecore_evas.so lib/libecore_evas.so.1 lib/libecore_evas.so.%%PORTVERSION%% lib/libecore_file.so lib/libecore_file.so.1 lib/libecore_file.so.%%PORTVERSION%% lib/libecore_imf.so lib/libecore_imf.so.1 lib/libecore_imf.so.%%PORTVERSION%% lib/libecore_imf_evas.so lib/libecore_imf_evas.so.1 lib/libecore_imf_evas.so.%%PORTVERSION%% lib/libecore_input.so lib/libecore_input.so.1 lib/libecore_input.so.%%PORTVERSION%% lib/libecore_input_evas.so lib/libecore_input_evas.so.1 lib/libecore_input_evas.so.%%PORTVERSION%% lib/libecore_ipc.so lib/libecore_ipc.so.1 lib/libecore_ipc.so.%%PORTVERSION%% -lib/libecore_x.so -lib/libecore_x.so.1 -lib/libecore_x.so.%%PORTVERSION%% %%SDL%%lib/libecore_sdl.so %%SDL%%lib/libecore_sdl.so.1 %%SDL%%lib/libecore_sdl.so.%%PORTVERSION%% +lib/libecore_x.so +lib/libecore_x.so.1 +lib/libecore_x.so.%%PORTVERSION%% +lib/libector.so +lib/libector.so.1 +lib/libector.so.%%PORTVERSION%% lib/libedje.so lib/libedje.so.1 lib/libedje.so.%%PORTVERSION%% lib/libeet.so lib/libeet.so.1 lib/libeet.so.%%PORTVERSION%% lib/libefl.so lib/libefl.so.1 lib/libefl.so.%%PORTVERSION%% lib/libefreet.so lib/libefreet.so.1 lib/libefreet.so.%%PORTVERSION%% lib/libefreet_mime.so lib/libefreet_mime.so.1 lib/libefreet_mime.so.%%PORTVERSION%% lib/libefreet_trash.so lib/libefreet_trash.so.1 lib/libefreet_trash.so.%%PORTVERSION%% lib/libeina.so lib/libeina.so.1 lib/libeina.so.%%PORTVERSION%% lib/libeio.so lib/libeio.so.1 lib/libeio.so.%%PORTVERSION%% lib/libeldbus.so lib/libeldbus.so.1 lib/libeldbus.so.%%PORTVERSION%% lib/libelocation.so lib/libelocation.so.1 lib/libelocation.so.%%PORTVERSION%% %%ELUA%%lib/libelua.so %%ELUA%%lib/libelua.so.1 %%ELUA%%lib/libelua.so.%%PORTVERSION%% lib/libembryo.so lib/libembryo.so.1 lib/libembryo.so.%%PORTVERSION%% +lib/libemile.so +lib/libemile.so.1 +lib/libemile.so.%%PORTVERSION%% lib/libemotion.so lib/libemotion.so.1 lib/libemotion.so.%%PORTVERSION%% lib/libeo.so lib/libeo.so.1 lib/libeo.so.%%PORTVERSION%% lib/libeolian.so lib/libeolian.so.1 lib/libeolian.so.%%PORTVERSION%% %%PHYSICS%%lib/libephysics.so %%PHYSICS%%lib/libephysics.so.1 %%PHYSICS%%lib/libephysics.so.%%PORTVERSION%% lib/libethumb.so lib/libethumb.so.1 lib/libethumb.so.%%PORTVERSION%% lib/libethumb_client.so lib/libethumb_client.so.1 lib/libethumb_client.so.%%PORTVERSION%% lib/libevas.so lib/libevas.so.1 lib/libevas.so.%%PORTVERSION%% +%%AUDIO%%libdata/pkgconfig/ecore-audio-cxx.pc %%AUDIO%%libdata/pkgconfig/ecore-audio.pc libdata/pkgconfig/ecore-avahi.pc libdata/pkgconfig/ecore-con.pc +libdata/pkgconfig/ecore-cxx.pc libdata/pkgconfig/ecore-evas.pc libdata/pkgconfig/ecore-file.pc libdata/pkgconfig/ecore-imf-evas.pc libdata/pkgconfig/ecore-imf.pc libdata/pkgconfig/ecore-input-evas.pc libdata/pkgconfig/ecore-input.pc libdata/pkgconfig/ecore-ipc.pc -libdata/pkgconfig/ecore-x.pc %%SDL%%libdata/pkgconfig/ecore-sdl.pc +libdata/pkgconfig/ecore-x.pc libdata/pkgconfig/ecore.pc -%%AUDIO%%libdata/pkgconfig/ecore-audio-cxx.pc -libdata/pkgconfig/ecore-cxx.pc -libdata/pkgconfig/edje.pc +libdata/pkgconfig/ector.pc libdata/pkgconfig/edje-cxx.pc -libdata/pkgconfig/eet.pc +libdata/pkgconfig/edje.pc libdata/pkgconfig/eet-cxx.pc -libdata/pkgconfig/efl.pc +libdata/pkgconfig/eet.pc libdata/pkgconfig/efl-cxx.pc -libdata/pkgconfig/efreet.pc +libdata/pkgconfig/efl.pc libdata/pkgconfig/efreet-mime.pc libdata/pkgconfig/efreet-trash.pc -libdata/pkgconfig/eina.pc +libdata/pkgconfig/efreet.pc libdata/pkgconfig/eina-cxx.pc +libdata/pkgconfig/eina.pc +libdata/pkgconfig/eio-cxx.pc libdata/pkgconfig/eio.pc libdata/pkgconfig/eldbus.pc libdata/pkgconfig/elocation.pc libdata/pkgconfig/elua.pc libdata/pkgconfig/embryo.pc +libdata/pkgconfig/emile.pc libdata/pkgconfig/emotion.pc -libdata/pkgconfig/eo.pc libdata/pkgconfig/eo-cxx.pc -libdata/pkgconfig/eolian.pc +libdata/pkgconfig/eo.pc libdata/pkgconfig/eolian-cxx.pc +libdata/pkgconfig/eolian.pc %%PHYSICS%%libdata/pkgconfig/ephysics.pc libdata/pkgconfig/ethumb.pc libdata/pkgconfig/ethumb_client.pc libdata/pkgconfig/evas-cxx.pc +%%OPENGL%%libdata/pkgconfig/evas-opengl-x11.pc libdata/pkgconfig/evas-software-buffer.pc libdata/pkgconfig/evas-software-x11.pc -%%OPENGL%%libdata/pkgconfig/evas-opengl-x11.pc -%%OPENGL%%%%SDL%%libdata/pkgconfig/evas-opengl-sdl.pc libdata/pkgconfig/evas.pc -share/dbus-1/services/org.enlightenment.Efreet.service share/dbus-1/services/org.enlightenment.Ethumb.service share/ecore/checkme share/ecore_imf/checkme share/ecore_x/checkme share/edje/include/edje.inc share/eeze/checkme share/efreet/checkme -%%ELUA%%share/elua/checkme %%ELUA%%share/elua/apps/lualian.lua -%%ELUA%%share/elua/apps/xgettext.lua +%%ELUA%%share/elua/checkme %%ELUA%%share/elua/core/gettext.lua %%ELUA%%share/elua/core/module.lua %%ELUA%%share/elua/core/util.lua %%ELUA%%share/elua/modules/benchmark.lua %%ELUA%%share/elua/modules/ecore/ecore_animator.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_exe.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_idle_enterer.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_idle_exiter.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_idler.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_job.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_mainloop.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_parent.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_poller.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_timer.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_sndfile.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_tone.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out.eo.lua %%ELUA%%%%PULSEAUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_pulse.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_sndfile.eo.lua %%ELUA%%share/elua/modules/ecore_con/ecore_con_base.eo.lua %%ELUA%%share/elua/modules/ecore_con/ecore_con_client.eo.lua %%ELUA%%share/elua/modules/ecore_con/ecore_con_connector.eo.lua +%%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_base.eo.lua +%%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_client_obj.eo.lua +%%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_server_obj.eo.lua %%ELUA%%share/elua/modules/ecore_con/ecore_con_server.eo.lua -%%ELUA%%share/elua/modules/ecore_con/ecore_con_url.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_network_url.eo.lua %%ELUA%%share/elua/modules/edje/edje_edit.eo.lua %%ELUA%%share/elua/modules/edje/edje_object.eo.lua %%ELUA%%share/elua/modules/efl/efl_control.eo.lua %%ELUA%%share/elua/modules/efl/efl_file.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_base.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_fill.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_filter.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_gradient_base.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_gradient_linear.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_gradient_radial.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_shape.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_stack.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_view.eo.lua %%ELUA%%share/elua/modules/efl/efl_image.eo.lua +%%ELUA%%share/elua/modules/efl/efl_model_base.eo.lua %%ELUA%%share/elua/modules/efl/efl_player.eo.lua %%ELUA%%share/elua/modules/efl/efl_text.eo.lua %%ELUA%%share/elua/modules/efl/efl_text_properties.eo.lua %%ELUA%%share/elua/modules/eina/accessor.lua %%ELUA%%share/elua/modules/eina/counter.lua %%ELUA%%share/elua/modules/eina/file.lua %%ELUA%%share/elua/modules/eina/hamster.lua %%ELUA%%share/elua/modules/eina/iterator.lua %%ELUA%%share/elua/modules/eina/list.lua %%ELUA%%share/elua/modules/eina/log.lua %%ELUA%%share/elua/modules/eina/rectangle.lua %%ELUA%%share/elua/modules/eina/tiler.lua %%ELUA%%share/elua/modules/eina/xattr.lua %%ELUA%%share/elua/modules/emotion/emotion_object.eo.lua %%ELUA%%share/elua/modules/eo.lua %%ELUA%%share/elua/modules/eolian.lua -%%ELUA%%share/elua/modules/evas/evas_3d_camera.eo.lua -%%ELUA%%share/elua/modules/evas/evas_3d_light.eo.lua -%%ELUA%%share/elua/modules/evas/evas_3d_material.eo.lua -%%ELUA%%share/elua/modules/evas/evas_3d_mesh.eo.lua -%%ELUA%%share/elua/modules/evas/evas_3d_node.eo.lua -%%ELUA%%share/elua/modules/evas/evas_3d_object.eo.lua -%%ELUA%%share/elua/modules/evas/evas_3d_scene.eo.lua -%%ELUA%%share/elua/modules/evas/evas_3d_texture.eo.lua +%%ELUA%%share/elua/modules/evas/efl_vg_base.eo.lua +%%ELUA%%share/elua/modules/evas/efl_vg_container.eo.lua +%%ELUA%%share/elua/modules/evas/efl_vg_gradient.eo.lua +%%ELUA%%share/elua/modules/evas/efl_vg_gradient_linear.eo.lua +%%ELUA%%share/elua/modules/evas/efl_vg_gradient_radial.eo.lua +%%ELUA%%share/elua/modules/evas/efl_vg_root_node.eo.lua +%%ELUA%%share/elua/modules/evas/efl_vg_shape.eo.lua %%ELUA%%share/elua/modules/evas/evas_box.eo.lua %%ELUA%%share/elua/modules/evas/evas_canvas.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_camera.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_light.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_material.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_mesh.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_node.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_object.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_primitive.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_scene.eo.lua +%%ELUA%%share/elua/modules/evas/evas_canvas3d_texture.eo.lua %%ELUA%%share/elua/modules/evas/evas_clickable_interface.eo.lua %%ELUA%%share/elua/modules/evas/evas_common_interface.eo.lua %%ELUA%%share/elua/modules/evas/evas_draggable_interface.eo.lua +%%ELUA%%share/elua/modules/evas/evas_filter.eo.lua %%ELUA%%share/elua/modules/evas/evas_grid.eo.lua %%ELUA%%share/elua/modules/evas/evas_image.eo.lua %%ELUA%%share/elua/modules/evas/evas_line.eo.lua %%ELUA%%share/elua/modules/evas/evas_object.eo.lua %%ELUA%%share/elua/modules/evas/evas_object_smart.eo.lua %%ELUA%%share/elua/modules/evas/evas_out.eo.lua %%ELUA%%share/elua/modules/evas/evas_polygon.eo.lua %%ELUA%%share/elua/modules/evas/evas_rectangle.eo.lua %%ELUA%%share/elua/modules/evas/evas_scrollable_interface.eo.lua %%ELUA%%share/elua/modules/evas/evas_selectable_interface.eo.lua %%ELUA%%share/elua/modules/evas/evas_signal_interface.eo.lua %%ELUA%%share/elua/modules/evas/evas_smart_clipped.eo.lua %%ELUA%%share/elua/modules/evas/evas_table.eo.lua %%ELUA%%share/elua/modules/evas/evas_text.eo.lua %%ELUA%%share/elua/modules/evas/evas_textblock.eo.lua %%ELUA%%share/elua/modules/evas/evas_textgrid.eo.lua +%%ELUA%%share/elua/modules/evas/evas_vg.eo.lua %%ELUA%%share/elua/modules/evas/evas_zoomable_interface.eo.lua %%ELUA%%share/elua/modules/getopt.lua %%ELUA%%share/elua/modules/lualian.lua -%%ELUA%%share/elua/modules/xgettext/generator.lua -%%ELUA%%share/elua/modules/xgettext/lexer.lua -%%ELUA%%share/elua/modules/xgettext/parser.lua share/embryo/include/default.inc share/emotion/checkme share/eo/gdb/eo_gdb.py share/eolian/include/ecore-1/ecore_animator.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_sndfile.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_tone.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out.eo %%PULSEAUDIO%%share/eolian/include/ecore-1/ecore_audio_out_pulse.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out_sndfile.eo share/eolian/include/ecore-1/ecore_con_base.eo share/eolian/include/ecore-1/ecore_con_client.eo share/eolian/include/ecore-1/ecore_con_connector.eo +share/eolian/include/ecore-1/ecore_con_eet_base.eo +share/eolian/include/ecore-1/ecore_con_eet_client_obj.eo +share/eolian/include/ecore-1/ecore_con_eet_server_obj.eo share/eolian/include/ecore-1/ecore_con_server.eo -share/eolian/include/ecore-1/ecore_con_url.eo share/eolian/include/ecore-1/ecore_exe.eo share/eolian/include/ecore-1/ecore_idle_enterer.eo share/eolian/include/ecore-1/ecore_idle_exiter.eo share/eolian/include/ecore-1/ecore_idler.eo share/eolian/include/ecore-1/ecore_job.eo share/eolian/include/ecore-1/ecore_mainloop.eo share/eolian/include/ecore-1/ecore_parent.eo share/eolian/include/ecore-1/ecore_poller.eo share/eolian/include/ecore-1/ecore_timer.eo -share/eolian/include/edje-1/edje_object.eo +share/eolian/include/ecore-1/efl_network_url.eo +share/eolian/include/ector-1/ector_cairo_surface.eo +share/eolian/include/ector-1/ector_generic_surface.eo +share/eolian/include/ector-1/ector_renderer_cairo_base.eo +share/eolian/include/ector-1/ector_renderer_cairo_gradient_linear.eo +share/eolian/include/ector-1/ector_renderer_cairo_gradient_radial.eo +share/eolian/include/ector-1/ector_renderer_cairo_shape.eo +share/eolian/include/ector-1/ector_renderer_generic_base.eo +share/eolian/include/ector-1/ector_renderer_generic_gradient.eo +share/eolian/include/ector-1/ector_renderer_generic_gradient_linear.eo +share/eolian/include/ector-1/ector_renderer_generic_gradient_radial.eo +share/eolian/include/ector-1/ector_renderer_generic_shape.eo +share/eolian/include/ector-1/ector_renderer_software_base.eo +share/eolian/include/ector-1/ector_renderer_software_gradient_linear.eo +share/eolian/include/ector-1/ector_renderer_software_gradient_radial.eo +share/eolian/include/ector-1/ector_renderer_software_shape.eo +share/eolian/include/ector-1/ector_software_surface.eo share/eolian/include/edje-1/edje_edit.eo +share/eolian/include/edje-1/edje_object.eo +share/eolian/include/edje-1/edje_types.eot share/eolian/include/efl-1/efl_control.eo share/eolian/include/efl-1/efl_file.eo +share/eolian/include/efl-1/efl_gfx_base.eo +share/eolian/include/efl-1/efl_gfx_fill.eo +share/eolian/include/efl-1/efl_gfx_filter.eo +share/eolian/include/efl-1/efl_gfx_gradient_base.eo +share/eolian/include/efl-1/efl_gfx_gradient_linear.eo +share/eolian/include/efl-1/efl_gfx_gradient_radial.eo +share/eolian/include/efl-1/efl_gfx_shape.eo +share/eolian/include/efl-1/efl_gfx_stack.eo +share/eolian/include/efl-1/efl_gfx_view.eo share/eolian/include/efl-1/efl_image.eo +share/eolian/include/efl-1/efl_model_base.eo share/eolian/include/efl-1/efl_player.eo share/eolian/include/efl-1/efl_text.eo share/eolian/include/efl-1/efl_text_properties.eo +share/eolian/include/eio-1/eio_model.eo share/eolian/include/emotion-1/emotion_object.eo +share/eolian/include/eo-1/eina_types.eot share/eolian/include/eo-1/eo_abstract_class.eo share/eolian/include/eo-1/eo_base.eo -share/eolian/include/evas-1/evas_3d_camera.eo -share/eolian/include/evas-1/evas_3d_light.eo -share/eolian/include/evas-1/evas_3d_material.eo -share/eolian/include/evas-1/evas_3d_mesh.eo -share/eolian/include/evas-1/evas_3d_node.eo -share/eolian/include/evas-1/evas_3d_object.eo -share/eolian/include/evas-1/evas_3d_scene.eo -share/eolian/include/evas-1/evas_3d_texture.eo +share/eolian/include/evas-1/efl_vg_base.eo +share/eolian/include/evas-1/efl_vg_container.eo +share/eolian/include/evas-1/efl_vg_gradient.eo +share/eolian/include/evas-1/efl_vg_gradient_linear.eo +share/eolian/include/evas-1/efl_vg_gradient_radial.eo +share/eolian/include/evas-1/efl_vg_root_node.eo +share/eolian/include/evas-1/efl_vg_shape.eo share/eolian/include/evas-1/evas_box.eo share/eolian/include/evas-1/evas_canvas.eo +share/eolian/include/evas-1/evas_canvas3d_camera.eo +share/eolian/include/evas-1/evas_canvas3d_light.eo +share/eolian/include/evas-1/evas_canvas3d_material.eo +share/eolian/include/evas-1/evas_canvas3d_mesh.eo +share/eolian/include/evas-1/evas_canvas3d_node.eo +share/eolian/include/evas-1/evas_canvas3d_object.eo +share/eolian/include/evas-1/evas_canvas3d_primitive.eo +share/eolian/include/evas-1/evas_canvas3d_scene.eo +share/eolian/include/evas-1/evas_canvas3d_texture.eo share/eolian/include/evas-1/evas_clickable_interface.eo share/eolian/include/evas-1/evas_common_interface.eo share/eolian/include/evas-1/evas_draggable_interface.eo +share/eolian/include/evas-1/evas_filter.eo share/eolian/include/evas-1/evas_grid.eo share/eolian/include/evas-1/evas_image.eo share/eolian/include/evas-1/evas_line.eo share/eolian/include/evas-1/evas_object.eo share/eolian/include/evas-1/evas_object_smart.eo share/eolian/include/evas-1/evas_out.eo share/eolian/include/evas-1/evas_polygon.eo share/eolian/include/evas-1/evas_rectangle.eo share/eolian/include/evas-1/evas_scrollable_interface.eo share/eolian/include/evas-1/evas_selectable_interface.eo share/eolian/include/evas-1/evas_signal_interface.eo share/eolian/include/evas-1/evas_smart_clipped.eo share/eolian/include/evas-1/evas_table.eo share/eolian/include/evas-1/evas_text.eo share/eolian/include/evas-1/evas_textblock.eo share/eolian/include/evas-1/evas_textgrid.eo +share/eolian/include/evas-1/evas_types.eot +share/eolian/include/evas-1/evas_vg.eo share/eolian/include/evas-1/evas_zoomable_interface.eo share/ethumb/checkme share/ethumb/frames/default.edj share/ethumb_client/checkme share/evas/checkme +share/evas/filters/lua/color.lua %%NLS%%share/locale/ca/LC_MESSAGES/efl.mo %%NLS%%share/locale/cs/LC_MESSAGES/efl.mo %%NLS%%share/locale/de/LC_MESSAGES/efl.mo %%NLS%%share/locale/el/LC_MESSAGES/efl.mo %%NLS%%share/locale/eo/LC_MESSAGES/efl.mo %%NLS%%share/locale/es/LC_MESSAGES/efl.mo %%NLS%%share/locale/fi/LC_MESSAGES/efl.mo %%NLS%%share/locale/fr/LC_MESSAGES/efl.mo %%NLS%%share/locale/gl/LC_MESSAGES/efl.mo %%NLS%%share/locale/hu/LC_MESSAGES/efl.mo %%NLS%%share/locale/it/LC_MESSAGES/efl.mo %%NLS%%share/locale/ja/LC_MESSAGES/efl.mo %%NLS%%share/locale/ko/LC_MESSAGES/efl.mo %%NLS%%share/locale/lt/LC_MESSAGES/efl.mo %%NLS%%share/locale/nl/LC_MESSAGES/efl.mo -%%NLS%%share/locale/pt/LC_MESSAGES/efl.mo %%NLS%%share/locale/pl/LC_MESSAGES/efl.mo +%%NLS%%share/locale/pt/LC_MESSAGES/efl.mo %%NLS%%share/locale/ru/LC_MESSAGES/efl.mo %%NLS%%share/locale/sl/LC_MESSAGES/efl.mo %%NLS%%share/locale/sr/LC_MESSAGES/efl.mo %%NLS%%share/locale/tr/LC_MESSAGES/efl.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/efl.mo share/mime/packages/edje.xml Index: head/graphics/evas_generic_loaders/Makefile =================================================================== --- head/graphics/evas_generic_loaders/Makefile (revision 393535) +++ head/graphics/evas_generic_loaders/Makefile (revision 393536) @@ -1,21 +1,21 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= evas_generic_loaders -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= graphics enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loaders for Evas (meta-port) USES= metaport OPTIONS_DEFINE= GST PDF PS RAW SVG XCF OPTIONS_DEFAULT=${OPTIONS_DEFINE} .for NODE in ${OPTIONS_DEFINE} ${NODE}_DESC= Install ${NODE:tl} loader ${NODE}_RUN_DEPENDS+= ${LOCALBASE}/lib/evas/utils/evas_image_loader.${NODE:tl}:${PORTSDIR}/graphics/evas_generic_loaders-${NODE:tl} .endfor .include Index: head/graphics/evas_generic_loaders-gst/Makefile =================================================================== --- head/graphics/evas_generic_loaders-gst/Makefile (revision 393535) +++ head/graphics/evas_generic_loaders-gst/Makefile (revision 393536) @@ -1,32 +1,32 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= gst -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loader for Evas (GStreamer) LICENSE= GPLv2 LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= pkgconfig tar:xz USE_GSTREAMER1= core USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} do-build: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} do-install: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install .include Index: head/graphics/evas_generic_loaders-gst/distinfo =================================================================== --- head/graphics/evas_generic_loaders-gst/distinfo (revision 393535) +++ head/graphics/evas_generic_loaders-gst/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = c928375961b855b50532ce8361f30bbbadc703f5b7862286c65bdfa19792bbfc -SIZE (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = 186672 +SHA256 (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f +SIZE (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 186976 Index: head/graphics/evas_generic_loaders-pdf/Makefile =================================================================== --- head/graphics/evas_generic_loaders-pdf/Makefile (revision 393535) +++ head/graphics/evas_generic_loaders-pdf/Makefile (revision 393536) @@ -1,35 +1,34 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= pdf -PORTVERSION= 1.13.2 -PORTREVISION= 1 +PORTVERSION= 1.15.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loader for Evas (pdf) LICENSE= GPLv2 LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ libpoppler.so:${PORTSDIR}/graphics/poppler DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= compiler:c11 pkgconfig tar:xz USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include BINSRC= ${WRKSRC}/src/bin/${PORTNAME} do-build: ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} -C ${BINSRC} do-install: ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install .include Index: head/graphics/evas_generic_loaders-pdf/distinfo =================================================================== --- head/graphics/evas_generic_loaders-pdf/distinfo (revision 393535) +++ head/graphics/evas_generic_loaders-pdf/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = c928375961b855b50532ce8361f30bbbadc703f5b7862286c65bdfa19792bbfc -SIZE (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = 186672 +SHA256 (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f +SIZE (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 186976 Index: head/graphics/evas_generic_loaders-ps/Makefile =================================================================== --- head/graphics/evas_generic_loaders-ps/Makefile (revision 393535) +++ head/graphics/evas_generic_loaders-ps/Makefile (revision 393536) @@ -1,32 +1,32 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= ps -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loader for Evas (ps) LICENSE= GPLv2 LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ libspectre.so:${PORTSDIR}/print/libspectre DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= pkgconfig tar:xz USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} do-build: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} do-install: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install .include Index: head/graphics/evas_generic_loaders-ps/distinfo =================================================================== --- head/graphics/evas_generic_loaders-ps/distinfo (revision 393535) +++ head/graphics/evas_generic_loaders-ps/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = c928375961b855b50532ce8361f30bbbadc703f5b7862286c65bdfa19792bbfc -SIZE (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = 186672 +SHA256 (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f +SIZE (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 186976 Index: head/graphics/evas_generic_loaders-raw/Makefile =================================================================== --- head/graphics/evas_generic_loaders-raw/Makefile (revision 393535) +++ head/graphics/evas_generic_loaders-raw/Makefile (revision 393536) @@ -1,32 +1,32 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= raw -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loader for Evas (raw) LICENSE= GPLv2 LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ libraw.so:${PORTSDIR}/graphics/libraw DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= pkgconfig tar:xz USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} do-build: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -C ${BINSRC} do-install: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -C ${BINSRC} install .include Index: head/graphics/evas_generic_loaders-raw/distinfo =================================================================== --- head/graphics/evas_generic_loaders-raw/distinfo (revision 393535) +++ head/graphics/evas_generic_loaders-raw/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = c928375961b855b50532ce8361f30bbbadc703f5b7862286c65bdfa19792bbfc -SIZE (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = 186672 +SHA256 (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f +SIZE (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 186976 Index: head/graphics/evas_generic_loaders-svg/Makefile =================================================================== --- head/graphics/evas_generic_loaders-svg/Makefile (revision 393535) +++ head/graphics/evas_generic_loaders-svg/Makefile (revision 393536) @@ -1,32 +1,32 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= svg -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loader for Evas (svg) LICENSE= GPLv2 LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= pkgconfig tar:xz USE_GNOME= librsvg2 USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} do-build: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} do-install: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install .include Index: head/graphics/evas_generic_loaders-svg/distinfo =================================================================== --- head/graphics/evas_generic_loaders-svg/distinfo (revision 393535) +++ head/graphics/evas_generic_loaders-svg/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = c928375961b855b50532ce8361f30bbbadc703f5b7862286c65bdfa19792bbfc -SIZE (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = 186672 +SHA256 (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f +SIZE (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 186976 Index: head/graphics/evas_generic_loaders-xcf/Makefile =================================================================== --- head/graphics/evas_generic_loaders-xcf/Makefile (revision 393535) +++ head/graphics/evas_generic_loaders-xcf/Makefile (revision 393536) @@ -1,31 +1,31 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= xcf -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loader for Evas (xcf) LICENSE= GPLv2 LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= pkgconfig tar:xz USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} do-build: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} do-install: ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install .include Index: head/graphics/evas_generic_loaders-xcf/distinfo =================================================================== --- head/graphics/evas_generic_loaders-xcf/distinfo (revision 393535) +++ head/graphics/evas_generic_loaders-xcf/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = c928375961b855b50532ce8361f30bbbadc703f5b7862286c65bdfa19792bbfc -SIZE (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = 186672 +SHA256 (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f +SIZE (enlightenment/evas_generic_loaders-1.15.0.tar.xz) = 186976 Index: head/multimedia/emotion_generic_players-vlc/Makefile =================================================================== --- head/multimedia/emotion_generic_players-vlc/Makefile (revision 393535) +++ head/multimedia/emotion_generic_players-vlc/Makefile (revision 393536) @@ -1,28 +1,28 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= vlc -PORTVERSION= 1.13.0 +PORTVERSION= 1.15.0 CATEGORIES= multimedia enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= emotion_generic_players- DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Additional loader for Emotion (vlc) LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ libvlc.so:${PORTSDIR}/multimedia/vlc DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= gmake pkgconfig tar:xz USE_LDCONFIG= yes CONFIGURE_ARGS= --with-profile=release PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} .include Index: head/multimedia/emotion_generic_players-vlc/distinfo =================================================================== --- head/multimedia/emotion_generic_players-vlc/distinfo (revision 393535) +++ head/multimedia/emotion_generic_players-vlc/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/emotion_generic_players-1.13.0.tar.xz) = c8d0f5116b18b78c8d71a6b0f7a4a86e6a9cd3a59a98b4326f06d610e5f0cf98 -SIZE (enlightenment/emotion_generic_players-1.13.0.tar.xz) = 99936 +SHA256 (enlightenment/emotion_generic_players-1.15.0.tar.xz) = 9f6d5e9041ac7c014d663dac56d1b39ac42a45abe954d09d0edbf6e759e55f5f +SIZE (enlightenment/emotion_generic_players-1.15.0.tar.xz) = 100080 Index: head/multimedia/rage/Makefile =================================================================== --- head/multimedia/rage/Makefile (revision 393535) +++ head/multimedia/rage/Makefile (revision 393536) @@ -1,21 +1,21 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= rage -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.4 CATEGORIES= multimedia enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= EFL video and audio player with some extra bells and whistles LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ libelementary.so:${PORTSDIR}/x11-toolkits/elementary DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= desktop-file-utils pkgconfig tar:xz .include Index: head/multimedia/rage/distinfo =================================================================== --- head/multimedia/rage/distinfo (revision 393535) +++ head/multimedia/rage/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/rage-0.1.1.tar.xz) = 10997693db53bc5d1ead1656d9b36a0267e8fdf1c4bc47194efa0b888d2050be -SIZE (enlightenment/rage-0.1.1.tar.xz) = 425904 +SHA256 (enlightenment/rage-0.1.4.tar.xz) = 424f1448d3dd8c8ec97cf5daa23bc495520e89462e8eaec98e27b4b2d3612277 +SIZE (enlightenment/rage-0.1.4.tar.xz) = 426068 Index: head/x11-toolkits/elementary/Makefile =================================================================== --- head/x11-toolkits/elementary/Makefile (revision 393535) +++ head/x11-toolkits/elementary/Makefile (revision 393536) @@ -1,49 +1,49 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= elementary -PORTVERSION= 1.13.2 +PORTVERSION= 1.15.0 CATEGORIES= x11-toolkits enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= Simple widget toolkit using EFL LICENSE= LGPL21 LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= compiler:c11 gmake libtool lua pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION} .include .if ${PORT_OPTIONS:MNLS} USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MEXAMPLES} CONFIGURE_ARGS+= --enable-install-examples .endif post-patch: @${REINPLACE_CMD} -e \ 's|= \$$(pkgdatadir)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ ${WRKSRC}/src/examples/Makefile.in .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: signal 10 .endif .include Index: head/x11-toolkits/elementary/distinfo =================================================================== --- head/x11-toolkits/elementary/distinfo (revision 393535) +++ head/x11-toolkits/elementary/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/elementary-1.13.2.tar.xz) = 49107ec262516c4e2f289a51ed143af6f69fff13915179e33895d0f50b95d49f -SIZE (enlightenment/elementary-1.13.2.tar.xz) = 16121068 +SHA256 (enlightenment/elementary-1.15.0.tar.xz) = 2be3180acbb9fa2fc0e9351b5508318925eb38733a6d54e1b3fc75e58368f1b0 +SIZE (enlightenment/elementary-1.15.0.tar.xz) = 18430880 Index: head/x11-toolkits/elementary/pkg-plist =================================================================== --- head/x11-toolkits/elementary/pkg-plist (revision 393535) +++ head/x11-toolkits/elementary/pkg-plist (revision 393536) @@ -1,942 +1,944 @@ bin/elementary_codegen bin/elementary_config bin/elementary_quicklaunch bin/elementary_run bin/elementary_test bin/elm_prefs_cc include/elementary-1/Elementary.h include/elementary-1/Elementary_Cursor.h include/elementary-1/elc_ctxpopup.h -include/elementary-1/elc_ctxpopup_common.h include/elementary-1/elc_ctxpopup_eo.h include/elementary-1/elc_ctxpopup_legacy.h include/elementary-1/elc_fileselector.h include/elementary-1/elc_fileselector_button.h include/elementary-1/elc_fileselector_button_eo.h include/elementary-1/elc_fileselector_button_legacy.h include/elementary-1/elc_fileselector_common.h include/elementary-1/elc_fileselector_entry.h include/elementary-1/elc_fileselector_entry_eo.h include/elementary-1/elc_fileselector_entry_legacy.h include/elementary-1/elc_fileselector_eo.h include/elementary-1/elc_fileselector_legacy.h include/elementary-1/elc_hoversel.h include/elementary-1/elc_hoversel_eo.h include/elementary-1/elc_hoversel_legacy.h include/elementary-1/elc_multibuttonentry.h include/elementary-1/elc_multibuttonentry_common.h include/elementary-1/elc_multibuttonentry_eo.h include/elementary-1/elc_multibuttonentry_legacy.h include/elementary-1/elc_naviframe.h include/elementary-1/elc_naviframe_common.h include/elementary-1/elc_naviframe_eo.h include/elementary-1/elc_naviframe_legacy.h include/elementary-1/elc_popup.h -include/elementary-1/elc_popup_common.h include/elementary-1/elc_popup_eo.h include/elementary-1/elc_popup_legacy.h include/elementary-1/elm_access.eo.h include/elementary-1/elm_access.eo.legacy.h include/elementary-1/elm_access.h include/elementary-1/elm_actionslider.eo.h include/elementary-1/elm_actionslider.eo.legacy.h include/elementary-1/elm_actionslider.h -include/elementary-1/elm_actionslider_common.h include/elementary-1/elm_actionslider_eo.h include/elementary-1/elm_actionslider_legacy.h include/elementary-1/elm_app.h include/elementary-1/elm_app_client.eo.h include/elementary-1/elm_app_client.eo.legacy.h include/elementary-1/elm_app_client.h include/elementary-1/elm_app_client_eo.h include/elementary-1/elm_app_client_view.eo.h include/elementary-1/elm_app_client_view.eo.legacy.h include/elementary-1/elm_app_client_view.h include/elementary-1/elm_app_client_view_eo.h include/elementary-1/elm_app_common.h include/elementary-1/elm_app_server.eo.h include/elementary-1/elm_app_server.eo.legacy.h include/elementary-1/elm_app_server.h include/elementary-1/elm_app_server_eet.h include/elementary-1/elm_app_server_eo.h include/elementary-1/elm_app_server_view.eo.h include/elementary-1/elm_app_server_view.eo.legacy.h include/elementary-1/elm_app_server_view.h include/elementary-1/elm_app_server_view_eo.h include/elementary-1/elm_atspi_app_object.eo.h include/elementary-1/elm_atspi_app_object.eo.legacy.h include/elementary-1/elm_atspi_app_object.h +include/elementary-1/elm_atspi_bridge.eo.h +include/elementary-1/elm_atspi_bridge.eo.legacy.h +include/elementary-1/elm_atspi_bridge.h include/elementary-1/elm_authors.h include/elementary-1/elm_bg.eo.h include/elementary-1/elm_bg.eo.legacy.h include/elementary-1/elm_bg.h -include/elementary-1/elm_bg_common.h include/elementary-1/elm_bg_eo.h include/elementary-1/elm_bg_legacy.h include/elementary-1/elm_box.eo.h include/elementary-1/elm_box.eo.legacy.h include/elementary-1/elm_box.h include/elementary-1/elm_box_common.h include/elementary-1/elm_box_eo.h include/elementary-1/elm_box_legacy.h include/elementary-1/elm_bubble.eo.h include/elementary-1/elm_bubble.eo.legacy.h include/elementary-1/elm_bubble.h -include/elementary-1/elm_bubble_common.h include/elementary-1/elm_bubble_eo.h include/elementary-1/elm_bubble_legacy.h include/elementary-1/elm_button.eo.h include/elementary-1/elm_button.eo.legacy.h include/elementary-1/elm_button.h include/elementary-1/elm_button_eo.h include/elementary-1/elm_button_legacy.h include/elementary-1/elm_cache.h include/elementary-1/elm_calendar.eo.h include/elementary-1/elm_calendar.eo.legacy.h include/elementary-1/elm_calendar.h include/elementary-1/elm_calendar_common.h include/elementary-1/elm_calendar_eo.h include/elementary-1/elm_calendar_legacy.h include/elementary-1/elm_check.eo.h include/elementary-1/elm_check.eo.legacy.h include/elementary-1/elm_check.h include/elementary-1/elm_check_eo.h include/elementary-1/elm_check_legacy.h include/elementary-1/elm_clock.eo.h include/elementary-1/elm_clock.eo.legacy.h include/elementary-1/elm_clock.h -include/elementary-1/elm_clock_common.h include/elementary-1/elm_clock_eo.h include/elementary-1/elm_clock_legacy.h include/elementary-1/elm_cnp.h +include/elementary-1/elm_color_class.h include/elementary-1/elm_color_item.eo.h include/elementary-1/elm_color_item.eo.legacy.h include/elementary-1/elm_colorselector.eo.h include/elementary-1/elm_colorselector.eo.legacy.h include/elementary-1/elm_colorselector.h include/elementary-1/elm_colorselector_common.h include/elementary-1/elm_colorselector_eo.h include/elementary-1/elm_colorselector_legacy.h include/elementary-1/elm_config.h include/elementary-1/elm_conform.h include/elementary-1/elm_conform_eo.h include/elementary-1/elm_conform_legacy.h include/elementary-1/elm_conformant.eo.h include/elementary-1/elm_conformant.eo.legacy.h include/elementary-1/elm_container.eo.h include/elementary-1/elm_container.eo.legacy.h include/elementary-1/elm_container.h include/elementary-1/elm_ctxpopup.eo.h include/elementary-1/elm_ctxpopup.eo.legacy.h include/elementary-1/elm_ctxpopup_item.eo.h include/elementary-1/elm_ctxpopup_item.eo.legacy.h include/elementary-1/elm_cursor.h include/elementary-1/elm_datetime.eo.h include/elementary-1/elm_datetime.eo.legacy.h include/elementary-1/elm_datetime.h include/elementary-1/elm_datetime_common.h include/elementary-1/elm_datetime_eo.h include/elementary-1/elm_datetime_legacy.h include/elementary-1/elm_dayselector.eo.h include/elementary-1/elm_dayselector.eo.legacy.h include/elementary-1/elm_dayselector.h -include/elementary-1/elm_dayselector_common.h include/elementary-1/elm_dayselector_eo.h include/elementary-1/elm_dayselector_legacy.h include/elementary-1/elm_dayselector_item.eo.h include/elementary-1/elm_dayselector_item.eo.legacy.h include/elementary-1/elm_debug.h include/elementary-1/elm_deprecated.h include/elementary-1/elm_diskselector.eo.h include/elementary-1/elm_diskselector.eo.legacy.h include/elementary-1/elm_diskselector.h include/elementary-1/elm_diskselector_common.h include/elementary-1/elm_diskselector_eo.h include/elementary-1/elm_diskselector_legacy.h include/elementary-1/elm_diskselector_item.eo.h include/elementary-1/elm_diskselector_item.eo.legacy.h include/elementary-1/elm_entry.eo.h include/elementary-1/elm_entry.eo.legacy.h include/elementary-1/elm_entry.h include/elementary-1/elm_entry_common.h include/elementary-1/elm_entry_eo.h include/elementary-1/elm_entry_legacy.h include/elementary-1/elm_fileselector.eo.h include/elementary-1/elm_fileselector.eo.legacy.h include/elementary-1/elm_fileselector_button.eo.h include/elementary-1/elm_fileselector_button.eo.legacy.h include/elementary-1/elm_fileselector_entry.eo.h include/elementary-1/elm_fileselector_entry.eo.legacy.h include/elementary-1/elm_flipselector_item.eo.h include/elementary-1/elm_flipselector_item.eo.legacy.h include/elementary-1/elm_finger.h include/elementary-1/elm_flip.eo.h include/elementary-1/elm_flip.eo.legacy.h include/elementary-1/elm_flip.h -include/elementary-1/elm_flip_common.h include/elementary-1/elm_flip_eo.h include/elementary-1/elm_flip_legacy.h include/elementary-1/elm_flipselector.eo.h include/elementary-1/elm_flipselector.eo.legacy.h include/elementary-1/elm_flipselector.h -include/elementary-1/elm_flipselector_common.h include/elementary-1/elm_flipselector_eo.h include/elementary-1/elm_flipselector_legacy.h include/elementary-1/elm_focus.h include/elementary-1/elm_font.h include/elementary-1/elm_frame.eo.h include/elementary-1/elm_frame.eo.legacy.h include/elementary-1/elm_frame.h include/elementary-1/elm_frame_eo.h include/elementary-1/elm_frame_legacy.h include/elementary-1/elm_gen.h include/elementary-1/elm_gen_common.h include/elementary-1/elm_general.h +include/elementary-1/elm_general.eot.h include/elementary-1/elm_gengrid.eo.h include/elementary-1/elm_gengrid.eo.legacy.h include/elementary-1/elm_gengrid.h include/elementary-1/elm_gengrid_common.h include/elementary-1/elm_gengrid_eo.h include/elementary-1/elm_gengrid_legacy.h include/elementary-1/elm_gengrid_pan.eo.h include/elementary-1/elm_gengrid_pan.eo.legacy.h include/elementary-1/elm_gengrid_item.eo.h include/elementary-1/elm_gengrid_item.eo.legacy.h include/elementary-1/elm_genlist.eo.h include/elementary-1/elm_genlist.eo.legacy.h include/elementary-1/elm_genlist.h include/elementary-1/elm_genlist_common.h include/elementary-1/elm_genlist_eo.h include/elementary-1/elm_genlist_legacy.h include/elementary-1/elm_genlist_pan.eo.h include/elementary-1/elm_genlist_pan.eo.legacy.h include/elementary-1/elm_genlist_item.eo.h include/elementary-1/elm_genlist_item.eo.legacy.h include/elementary-1/elm_gesture_layer.eo.h include/elementary-1/elm_gesture_layer.eo.legacy.h include/elementary-1/elm_gesture_layer.h include/elementary-1/elm_gesture_layer_common.h include/elementary-1/elm_gesture_layer_eo.h include/elementary-1/elm_gesture_layer_legacy.h include/elementary-1/elm_getting_started.h include/elementary-1/elm_glview.eo.h include/elementary-1/elm_glview.eo.legacy.h include/elementary-1/elm_glview.h include/elementary-1/elm_glview_common.h include/elementary-1/elm_glview_eo.h include/elementary-1/elm_glview_legacy.h include/elementary-1/elm_grid.eo.h include/elementary-1/elm_grid.eo.legacy.h include/elementary-1/elm_grid.h include/elementary-1/elm_grid_eo.h include/elementary-1/elm_grid_legacy.h +include/elementary-1/elm_helper.h include/elementary-1/elm_hover.eo.h include/elementary-1/elm_hover.eo.legacy.h include/elementary-1/elm_hover.h -include/elementary-1/elm_hover_common.h include/elementary-1/elm_hover_eo.h include/elementary-1/elm_hover_legacy.h include/elementary-1/elm_hoversel.eo.h include/elementary-1/elm_hoversel.eo.legacy.h include/elementary-1/elm_hoversel_item.eo.h include/elementary-1/elm_hoversel_item.eo.legacy.h include/elementary-1/elm_icon.eo.h include/elementary-1/elm_icon.eo.legacy.h include/elementary-1/elm_icon.h -include/elementary-1/elm_icon_common.h include/elementary-1/elm_icon_eo.h include/elementary-1/elm_icon_legacy.h include/elementary-1/elm_image.eo.h include/elementary-1/elm_image.eo.legacy.h include/elementary-1/elm_image.h include/elementary-1/elm_image_common.h include/elementary-1/elm_image_eo.h include/elementary-1/elm_image_legacy.h include/elementary-1/elm_index.eo.h include/elementary-1/elm_index.eo.legacy.h include/elementary-1/elm_index.h -include/elementary-1/elm_index_common.h include/elementary-1/elm_index_eo.h include/elementary-1/elm_index_legacy.h include/elementary-1/elm_index_item.eo.h include/elementary-1/elm_index_item.eo.legacy.h include/elementary-1/elm_interface_atspi_accessible.eo.h include/elementary-1/elm_interface_atspi_accessible.eo.legacy.h include/elementary-1/elm_interface_atspi_accessible.h include/elementary-1/elm_interface_atspi_action.eo.h include/elementary-1/elm_interface_atspi_action.eo.legacy.h include/elementary-1/elm_interface_atspi_component.eo.h include/elementary-1/elm_interface_atspi_component.eo.legacy.h include/elementary-1/elm_interface_atspi_editable_text.eo.h include/elementary-1/elm_interface_atspi_editable_text.eo.legacy.h include/elementary-1/elm_interface_atspi_image.eo.h include/elementary-1/elm_interface_atspi_image.eo.legacy.h include/elementary-1/elm_interface_atspi_selection.eo.h include/elementary-1/elm_interface_atspi_selection.eo.legacy.h include/elementary-1/elm_interface_atspi_text.eo.h include/elementary-1/elm_interface_atspi_text.eo.legacy.h include/elementary-1/elm_interface_atspi_text.h include/elementary-1/elm_interface_atspi_value.eo.h include/elementary-1/elm_interface_atspi_value.eo.legacy.h -include/elementary-1/elm_interface_atspi_widget.eo.h -include/elementary-1/elm_interface_atspi_widget.eo.legacy.h include/elementary-1/elm_interface_atspi_widget_action.eo.h include/elementary-1/elm_interface_atspi_widget_action.eo.legacy.h include/elementary-1/elm_interface_atspi_widget_action.h include/elementary-1/elm_interface_atspi_window.eo.h include/elementary-1/elm_interface_atspi_window.eo.legacy.h include/elementary-1/elm_interface_fileselector.eo.h include/elementary-1/elm_interface_fileselector.eo.legacy.h include/elementary-1/elm_interface_fileselector.h include/elementary-1/elm_interface_scrollable.eo.h include/elementary-1/elm_interface_scrollable.eo.legacy.h include/elementary-1/elm_interface_scrollable.h include/elementary-1/elm_interfaces.h include/elementary-1/elm_intro.h include/elementary-1/elm_inwin.eo.h include/elementary-1/elm_inwin.eo.legacy.h include/elementary-1/elm_inwin.h include/elementary-1/elm_inwin_eo.h include/elementary-1/elm_inwin_legacy.h include/elementary-1/elm_label.eo.h include/elementary-1/elm_label.eo.legacy.h include/elementary-1/elm_label.h -include/elementary-1/elm_label_common.h include/elementary-1/elm_label_eo.h include/elementary-1/elm_label_legacy.h include/elementary-1/elm_layout.eo.h include/elementary-1/elm_layout.eo.legacy.h include/elementary-1/elm_layout.h include/elementary-1/elm_layout_common.h include/elementary-1/elm_layout_eo.h include/elementary-1/elm_layout_legacy.h include/elementary-1/elm_list.eo.h include/elementary-1/elm_list.eo.legacy.h include/elementary-1/elm_list.h -include/elementary-1/elm_list_common.h include/elementary-1/elm_list_eo.h include/elementary-1/elm_list_legacy.h include/elementary-1/elm_list_item.eo.h include/elementary-1/elm_list_item.eo.legacy.h include/elementary-1/elm_macros.h include/elementary-1/elm_map.eo.h include/elementary-1/elm_map.eo.legacy.h include/elementary-1/elm_map.h include/elementary-1/elm_map_common.h include/elementary-1/elm_map_eo.h include/elementary-1/elm_map_legacy.h include/elementary-1/elm_map_pan.eo.h include/elementary-1/elm_map_pan.eo.legacy.h include/elementary-1/elm_mapbuf.eo.h include/elementary-1/elm_mapbuf.eo.legacy.h include/elementary-1/elm_mapbuf.h include/elementary-1/elm_mapbuf_eo.h include/elementary-1/elm_mapbuf_legacy.h include/elementary-1/elm_menu.eo.h include/elementary-1/elm_menu.eo.legacy.h include/elementary-1/elm_menu.h -include/elementary-1/elm_menu_common.h include/elementary-1/elm_menu_eo.h include/elementary-1/elm_menu_legacy.h include/elementary-1/elm_menu_item.eo.h include/elementary-1/elm_menu_item.eo.legacy.h include/elementary-1/elm_mirroring.h include/elementary-1/elm_multibuttonentry.eo.h include/elementary-1/elm_multibuttonentry.eo.legacy.h include/elementary-1/elm_multibuttonentry_item.eo.h include/elementary-1/elm_multibuttonentry_item.eo.legacy.h include/elementary-1/elm_naviframe.eo.h include/elementary-1/elm_naviframe.eo.legacy.h include/elementary-1/elm_naviframe_item.eo.h include/elementary-1/elm_naviframe_item.eo.legacy.h include/elementary-1/elm_need.h include/elementary-1/elm_notify.eo.h include/elementary-1/elm_notify.eo.legacy.h include/elementary-1/elm_notify.h include/elementary-1/elm_notify_common.h include/elementary-1/elm_notify_eo.h include/elementary-1/elm_notify_legacy.h include/elementary-1/elm_object.h include/elementary-1/elm_object_item.h include/elementary-1/elm_pan.eo.h include/elementary-1/elm_pan.eo.legacy.h include/elementary-1/elm_panel.eo.h include/elementary-1/elm_panel.eo.legacy.h include/elementary-1/elm_panel.h include/elementary-1/elm_panel_common.h include/elementary-1/elm_panel_eo.h include/elementary-1/elm_panel_legacy.h include/elementary-1/elm_panes.eo.h include/elementary-1/elm_panes.eo.legacy.h include/elementary-1/elm_panes.h include/elementary-1/elm_panes_eo.h include/elementary-1/elm_panes_legacy.h include/elementary-1/elm_photo.eo.h include/elementary-1/elm_photo.eo.legacy.h include/elementary-1/elm_photo.h include/elementary-1/elm_photo_eo.h include/elementary-1/elm_photo_legacy.h include/elementary-1/elm_photocam.eo.h include/elementary-1/elm_photocam.eo.legacy.h include/elementary-1/elm_photocam.h include/elementary-1/elm_photocam_eo.h include/elementary-1/elm_photocam_legacy.h include/elementary-1/elm_photocam_pan.eo.h include/elementary-1/elm_photocam_pan.eo.legacy.h include/elementary-1/elm_player.eo.h include/elementary-1/elm_player.eo.legacy.h include/elementary-1/elm_plug.eo.h include/elementary-1/elm_plug.eo.legacy.h include/elementary-1/elm_plug.h include/elementary-1/elm_plug_eo.h include/elementary-1/elm_plug_legacy.h include/elementary-1/elm_popup.eo.h include/elementary-1/elm_popup.eo.legacy.h include/elementary-1/elm_popup_item.eo.h include/elementary-1/elm_popup_item.eo.legacy.h include/elementary-1/elm_prefs.eo.h include/elementary-1/elm_prefs.eo.legacy.h include/elementary-1/elm_prefs.h include/elementary-1/elm_prefs_common.h include/elementary-1/elm_prefs_data.h include/elementary-1/elm_prefs_eo.h include/elementary-1/elm_prefs_legacy.h include/elementary-1/elm_progressbar.eo.h include/elementary-1/elm_progressbar.eo.legacy.h include/elementary-1/elm_progressbar.h include/elementary-1/elm_progressbar_common.h include/elementary-1/elm_progressbar_eo.h include/elementary-1/elm_progressbar_legacy.h include/elementary-1/elm_radio.eo.h include/elementary-1/elm_radio.eo.legacy.h include/elementary-1/elm_radio.h include/elementary-1/elm_radio_eo.h include/elementary-1/elm_radio_legacy.h include/elementary-1/elm_route.eo.h include/elementary-1/elm_route.eo.legacy.h include/elementary-1/elm_route.h include/elementary-1/elm_route_eo.h include/elementary-1/elm_route_legacy.h include/elementary-1/elm_scale.h include/elementary-1/elm_scroll.h include/elementary-1/elm_scroller.eo.h include/elementary-1/elm_scroller.eo.legacy.h include/elementary-1/elm_scroller.h -include/elementary-1/elm_scroller_common.h include/elementary-1/elm_scroller_eo.h include/elementary-1/elm_scroller_legacy.h include/elementary-1/elm_segment_control.eo.h include/elementary-1/elm_segment_control.eo.legacy.h include/elementary-1/elm_segment_control.h -include/elementary-1/elm_segment_control_common.h include/elementary-1/elm_segment_control_eo.h include/elementary-1/elm_segment_control_legacy.h include/elementary-1/elm_segment_control_item.eo.h include/elementary-1/elm_segment_control_item.eo.legacy.h include/elementary-1/elm_separator.eo.h include/elementary-1/elm_separator.eo.legacy.h include/elementary-1/elm_separator.h include/elementary-1/elm_separator_eo.h include/elementary-1/elm_separator_legacy.h include/elementary-1/elm_slider.eo.h include/elementary-1/elm_slider.eo.legacy.h include/elementary-1/elm_slider.h include/elementary-1/elm_slider_common.h include/elementary-1/elm_slider_eo.h include/elementary-1/elm_slider_legacy.h include/elementary-1/elm_slideshow.eo.h include/elementary-1/elm_slideshow.eo.legacy.h include/elementary-1/elm_slideshow.h include/elementary-1/elm_slideshow_common.h include/elementary-1/elm_slideshow_eo.h include/elementary-1/elm_slideshow_legacy.h include/elementary-1/elm_slideshow_item.eo.h include/elementary-1/elm_slideshow_item.eo.legacy.h include/elementary-1/elm_spinner.eo.h include/elementary-1/elm_spinner.eo.legacy.h include/elementary-1/elm_spinner.h include/elementary-1/elm_spinner_eo.h include/elementary-1/elm_spinner_legacy.h include/elementary-1/elm_store.h include/elementary-1/elm_sys_notify.h include/elementary-1/elm_systray.eo.h include/elementary-1/elm_systray.eo.legacy.h include/elementary-1/elm_systray.h include/elementary-1/elm_systray_common.h include/elementary-1/elm_systray_eo.h include/elementary-1/elm_systray_watcher.h include/elementary-1/elm_table.eo.h include/elementary-1/elm_table.eo.legacy.h include/elementary-1/elm_table.h include/elementary-1/elm_table_eo.h include/elementary-1/elm_table_legacy.h include/elementary-1/elm_theme.h include/elementary-1/elm_thumb.eo.h include/elementary-1/elm_thumb.eo.legacy.h include/elementary-1/elm_thumb.h include/elementary-1/elm_thumb_common.h include/elementary-1/elm_thumb_eo.h include/elementary-1/elm_thumb_legacy.h include/elementary-1/elm_toolbar.eo.h include/elementary-1/elm_toolbar.eo.legacy.h include/elementary-1/elm_toolbar.h include/elementary-1/elm_toolbar_common.h include/elementary-1/elm_toolbar_eo.h include/elementary-1/elm_toolbar_legacy.h include/elementary-1/elm_toolbar_item.eo.h include/elementary-1/elm_toolbar_item.eo.legacy.h include/elementary-1/elm_tooltip.h include/elementary-1/elm_transit.h include/elementary-1/elm_video.eo.h include/elementary-1/elm_video.eo.legacy.h include/elementary-1/elm_video.h include/elementary-1/elm_video_eo.h include/elementary-1/elm_video_legacy.h +include/elementary-1/elm_view_form.eo.h +include/elementary-1/elm_view_form.eo.legacy.h +include/elementary-1/elm_view_form.h +include/elementary-1/elm_view_list.eo.h +include/elementary-1/elm_view_list.eo.legacy.h +include/elementary-1/elm_view_list.h include/elementary-1/elm_web.eo.h include/elementary-1/elm_web.eo.legacy.h include/elementary-1/elm_web.h include/elementary-1/elm_web_common.h include/elementary-1/elm_web_eo.h include/elementary-1/elm_web_legacy.h include/elementary-1/elm_widget.eo.h include/elementary-1/elm_widget.eo.legacy.h include/elementary-1/elm_widget_item.eo.h include/elementary-1/elm_widget_item.eo.legacy.h include/elementary-1/elm_widget.h include/elementary-1/elm_widget_actionslider.h include/elementary-1/elm_widget_bg.h include/elementary-1/elm_widget_box.h include/elementary-1/elm_widget_bubble.h include/elementary-1/elm_widget_button.h include/elementary-1/elm_widget_calendar.h include/elementary-1/elm_widget_check.h include/elementary-1/elm_widget_clock.h include/elementary-1/elm_widget_colorselector.h include/elementary-1/elm_widget_conform.h include/elementary-1/elm_widget_container.h include/elementary-1/elm_widget_ctxpopup.h include/elementary-1/elm_widget_datetime.h include/elementary-1/elm_widget_dayselector.h include/elementary-1/elm_widget_diskselector.h include/elementary-1/elm_widget_entry.h include/elementary-1/elm_widget_fileselector.h include/elementary-1/elm_widget_fileselector_button.h include/elementary-1/elm_widget_fileselector_entry.h include/elementary-1/elm_widget_flip.h include/elementary-1/elm_widget_flipselector.h include/elementary-1/elm_widget_frame.h include/elementary-1/elm_widget_gengrid.h include/elementary-1/elm_widget_genlist.h include/elementary-1/elm_widget_glview.h include/elementary-1/elm_widget_grid.h include/elementary-1/elm_widget_hover.h include/elementary-1/elm_widget_hoversel.h include/elementary-1/elm_widget_icon.h include/elementary-1/elm_widget_image.h include/elementary-1/elm_widget_index.h include/elementary-1/elm_widget_inwin.h include/elementary-1/elm_widget_label.h include/elementary-1/elm_widget_layout.h include/elementary-1/elm_widget_list.h include/elementary-1/elm_widget_map.h include/elementary-1/elm_widget_mapbuf.h include/elementary-1/elm_widget_menu.h include/elementary-1/elm_widget_multibuttonentry.h include/elementary-1/elm_widget_naviframe.h include/elementary-1/elm_widget_notify.h include/elementary-1/elm_widget_panel.h include/elementary-1/elm_widget_panes.h include/elementary-1/elm_widget_photo.h include/elementary-1/elm_widget_photocam.h include/elementary-1/elm_widget_player.h include/elementary-1/elm_widget_plug.h include/elementary-1/elm_widget_popup.h include/elementary-1/elm_widget_prefs.h include/elementary-1/elm_widget_progressbar.h include/elementary-1/elm_widget_radio.h include/elementary-1/elm_widget_route.h include/elementary-1/elm_widget_scroller.h include/elementary-1/elm_widget_segment_control.h include/elementary-1/elm_widget_separator.h include/elementary-1/elm_widget_slider.h include/elementary-1/elm_widget_slideshow.h include/elementary-1/elm_widget_spinner.h include/elementary-1/elm_widget_table.h include/elementary-1/elm_widget_thumb.h include/elementary-1/elm_widget_toolbar.h include/elementary-1/elm_widget_video.h include/elementary-1/elm_widget_web.h include/elementary-1/elm_win.eo.h include/elementary-1/elm_win.eo.legacy.h include/elementary-1/elm_win.h include/elementary-1/elm_win_common.h include/elementary-1/elm_win_eo.h include/elementary-1/elm_win_legacy.h +include/elementary-1/elm_win_standard.eo.h +include/elementary-1/elm_win_standard.eo.legacy.h +include/elementary-1/elm_win_standard.h %%LUA_LIBDIR%%/cmake/Elementary/ElementaryConfig.cmake %%LUA_LIBDIR%%/cmake/Elementary/ElementaryConfigVersion.cmake %%LUA_LIBDIR%%/%%LUA_LIBDIR%%elementary.so %%LUA_LIBDIR%%/%%LUA_LIBDIR%%elementary.so.1 %%LUA_LIBDIR%%/%%LUA_LIBDIR%%elementary.so.%%PORTVERSION%% %%LUA_LIBDIR%%data/pkgconfig/elementary-cxx.pc %%LUA_LIBDIR%%data/pkgconfig/elementary.pc share/applications/elementary_config.desktop share/applications/elementary_test.desktop %%DATADIR%%/config/default/base.cfg %%DATADIR%%/config/default/icon.png %%DATADIR%%/config/default/profile.desktop %%DATADIR%%/config/mobile/base.cfg %%DATADIR%%/config/mobile/icon.png %%DATADIR%%/config/mobile/profile.desktop %%DATADIR%%/config/profile.cfg %%DATADIR%%/config/standard/base.cfg %%DATADIR%%/config/standard/icon.png %%DATADIR%%/config/standard/profile.desktop %%DATADIR%%/edje_externals/icons.edj %%DATADIR%%/images/animated_logo.gif %%DATADIR%%/images/bubble.png %%DATADIR%%/images/bubble_sh.png %%DATADIR%%/images/earth_normal.png %%DATADIR%%/images/g_layer/double_tap_1.png %%DATADIR%%/images/g_layer/double_tap_2.png %%DATADIR%%/images/g_layer/double_tap_3.png %%DATADIR%%/images/g_layer/double_tap_4.png %%DATADIR%%/images/g_layer/double_tap_5.png %%DATADIR%%/images/g_layer/flick_1.png %%DATADIR%%/images/g_layer/flick_2.png %%DATADIR%%/images/g_layer/flick_3.png %%DATADIR%%/images/g_layer/flick_4.png %%DATADIR%%/images/g_layer/flick_5.png %%DATADIR%%/images/g_layer/line_1.png %%DATADIR%%/images/g_layer/line_2.png %%DATADIR%%/images/g_layer/line_3.png %%DATADIR%%/images/g_layer/line_4.png %%DATADIR%%/images/g_layer/line_5.png %%DATADIR%%/images/g_layer/long_tap_1.png %%DATADIR%%/images/g_layer/long_tap_2.png %%DATADIR%%/images/g_layer/long_tap_3.png %%DATADIR%%/images/g_layer/long_tap_4.png %%DATADIR%%/images/g_layer/long_tap_5.png %%DATADIR%%/images/g_layer/momentum_1.png %%DATADIR%%/images/g_layer/momentum_2.png %%DATADIR%%/images/g_layer/momentum_3.png %%DATADIR%%/images/g_layer/momentum_4.png %%DATADIR%%/images/g_layer/momentum_5.png %%DATADIR%%/images/g_layer/rotate_1.png %%DATADIR%%/images/g_layer/tap_1.png %%DATADIR%%/images/g_layer/tap_2.png %%DATADIR%%/images/g_layer/tap_3.png %%DATADIR%%/images/g_layer/tap_4.png %%DATADIR%%/images/g_layer/tap_5.png %%DATADIR%%/images/g_layer/triple_tap_1.png %%DATADIR%%/images/g_layer/triple_tap_2.png %%DATADIR%%/images/g_layer/triple_tap_3.png %%DATADIR%%/images/g_layer/triple_tap_4.png %%DATADIR%%/images/g_layer/triple_tap_5.png %%DATADIR%%/images/g_layer/zoom_1.png %%DATADIR%%/images/icon_00.png %%DATADIR%%/images/icon_01.png %%DATADIR%%/images/icon_02.png %%DATADIR%%/images/icon_03.png %%DATADIR%%/images/icon_04.png %%DATADIR%%/images/icon_05.png %%DATADIR%%/images/icon_06.png %%DATADIR%%/images/icon_07.png %%DATADIR%%/images/icon_08.png %%DATADIR%%/images/icon_09.png %%DATADIR%%/images/icon_10.png %%DATADIR%%/images/icon_11.png %%DATADIR%%/images/icon_12.png %%DATADIR%%/images/icon_13.png %%DATADIR%%/images/icon_14.png %%DATADIR%%/images/icon_15.png %%DATADIR%%/images/icon_16.png %%DATADIR%%/images/icon_17.png %%DATADIR%%/images/icon_18.png %%DATADIR%%/images/icon_19.png %%DATADIR%%/images/icon_20.png %%DATADIR%%/images/icon_21.png %%DATADIR%%/images/icon_22.png %%DATADIR%%/images/icon_23.png %%DATADIR%%/images/icon_right_arrow.png %%DATADIR%%/images/insanely_huge_test_image.jpg %%DATADIR%%/images/logo.png %%DATADIR%%/images/logo_small.png %%DATADIR%%/images/mystrale.jpg %%DATADIR%%/images/mystrale_2.jpg %%DATADIR%%/images/panel_01.jpg %%DATADIR%%/images/parking.png %%DATADIR%%/images/plant_01.jpg %%DATADIR%%/images/pol_shadow.png %%DATADIR%%/images/pol_sky.png %%DATADIR%%/images/pol_twofish.png %%DATADIR%%/images/pt.png %%DATADIR%%/images/rock_01.jpg %%DATADIR%%/images/rock_02.jpg %%DATADIR%%/images/sky_01.jpg %%DATADIR%%/images/sky_02.jpg %%DATADIR%%/images/sky_03.jpg %%DATADIR%%/images/sky_04.jpg %%DATADIR%%/images/space.png %%DATADIR%%/images/twofish.jpg %%DATADIR%%/images/wood_01.jpg %%DATADIR%%/objects/cursors.edj %%DATADIR%%/objects/font_preview.edj %%DATADIR%%/objects/multibuttonentry.edj %%DATADIR%%/objects/multip.edj %%DATADIR%%/objects/postit_ent.edj %%DATADIR%%/objects/test.edj %%DATADIR%%/objects/test_external.edj %%DATADIR%%/objects/test_focus_style.edj %%DATADIR%%/objects/test_prefs.edj %%DATADIR%%/objects/test_prefs.epb %%DATADIR%%/themes/default.edj share/eolian/include/elementary-1/elm_access.eo share/eolian/include/elementary-1/elm_actionslider.eo share/eolian/include/elementary-1/elm_app_client.eo share/eolian/include/elementary-1/elm_app_client_view.eo share/eolian/include/elementary-1/elm_app_server.eo share/eolian/include/elementary-1/elm_app_server_view.eo share/eolian/include/elementary-1/elm_atspi_app_object.eo +share/eolian/include/elementary-1/elm_atspi_bridge.eo share/eolian/include/elementary-1/elm_bg.eo share/eolian/include/elementary-1/elm_box.eo share/eolian/include/elementary-1/elm_bubble.eo share/eolian/include/elementary-1/elm_button.eo share/eolian/include/elementary-1/elm_calendar.eo share/eolian/include/elementary-1/elm_check.eo share/eolian/include/elementary-1/elm_clock.eo share/eolian/include/elementary-1/elm_color_item.eo share/eolian/include/elementary-1/elm_colorselector.eo share/eolian/include/elementary-1/elm_conformant.eo share/eolian/include/elementary-1/elm_container.eo share/eolian/include/elementary-1/elm_ctxpopup.eo share/eolian/include/elementary-1/elm_ctxpopup_item.eo share/eolian/include/elementary-1/elm_datetime.eo share/eolian/include/elementary-1/elm_dayselector.eo share/eolian/include/elementary-1/elm_dayselector_item.eo share/eolian/include/elementary-1/elm_diskselector.eo share/eolian/include/elementary-1/elm_diskselector_item.eo share/eolian/include/elementary-1/elm_entry.eo share/eolian/include/elementary-1/elm_fileselector.eo share/eolian/include/elementary-1/elm_fileselector_button.eo share/eolian/include/elementary-1/elm_fileselector_entry.eo share/eolian/include/elementary-1/elm_flipselector_item.eo share/eolian/include/elementary-1/elm_flip.eo share/eolian/include/elementary-1/elm_flipselector.eo share/eolian/include/elementary-1/elm_frame.eo +share/eolian/include/elementary-1/elm_general.eot share/eolian/include/elementary-1/elm_gengrid.eo share/eolian/include/elementary-1/elm_gengrid_item.eo share/eolian/include/elementary-1/elm_gengrid_pan.eo share/eolian/include/elementary-1/elm_genlist.eo share/eolian/include/elementary-1/elm_genlist_item.eo share/eolian/include/elementary-1/elm_genlist_pan.eo share/eolian/include/elementary-1/elm_gesture_layer.eo share/eolian/include/elementary-1/elm_glview.eo share/eolian/include/elementary-1/elm_grid.eo share/eolian/include/elementary-1/elm_hover.eo share/eolian/include/elementary-1/elm_hoversel.eo share/eolian/include/elementary-1/elm_hoversel_item.eo share/eolian/include/elementary-1/elm_icon.eo share/eolian/include/elementary-1/elm_image.eo share/eolian/include/elementary-1/elm_index.eo share/eolian/include/elementary-1/elm_index_item.eo share/eolian/include/elementary-1/elm_interface_atspi_accessible.eo share/eolian/include/elementary-1/elm_interface_atspi_action.eo share/eolian/include/elementary-1/elm_interface_atspi_component.eo share/eolian/include/elementary-1/elm_interface_atspi_editable_text.eo share/eolian/include/elementary-1/elm_interface_atspi_image.eo share/eolian/include/elementary-1/elm_interface_atspi_selection.eo share/eolian/include/elementary-1/elm_interface_atspi_text.eo share/eolian/include/elementary-1/elm_interface_atspi_value.eo -share/eolian/include/elementary-1/elm_interface_atspi_widget.eo share/eolian/include/elementary-1/elm_interface_atspi_widget_action.eo share/eolian/include/elementary-1/elm_interface_atspi_window.eo share/eolian/include/elementary-1/elm_interface_fileselector.eo share/eolian/include/elementary-1/elm_interface_scrollable.eo share/eolian/include/elementary-1/elm_inwin.eo share/eolian/include/elementary-1/elm_label.eo share/eolian/include/elementary-1/elm_layout.eo share/eolian/include/elementary-1/elm_list.eo share/eolian/include/elementary-1/elm_list_item.eo share/eolian/include/elementary-1/elm_map.eo share/eolian/include/elementary-1/elm_map_pan.eo share/eolian/include/elementary-1/elm_mapbuf.eo share/eolian/include/elementary-1/elm_menu.eo share/eolian/include/elementary-1/elm_menu_item.eo share/eolian/include/elementary-1/elm_multibuttonentry.eo share/eolian/include/elementary-1/elm_multibuttonentry_item.eo share/eolian/include/elementary-1/elm_naviframe.eo share/eolian/include/elementary-1/elm_naviframe_item.eo share/eolian/include/elementary-1/elm_notify.eo share/eolian/include/elementary-1/elm_pan.eo share/eolian/include/elementary-1/elm_panel.eo share/eolian/include/elementary-1/elm_panes.eo share/eolian/include/elementary-1/elm_photo.eo share/eolian/include/elementary-1/elm_photocam.eo share/eolian/include/elementary-1/elm_photocam_pan.eo share/eolian/include/elementary-1/elm_player.eo share/eolian/include/elementary-1/elm_plug.eo share/eolian/include/elementary-1/elm_popup.eo share/eolian/include/elementary-1/elm_popup_item.eo share/eolian/include/elementary-1/elm_prefs.eo share/eolian/include/elementary-1/elm_progressbar.eo share/eolian/include/elementary-1/elm_radio.eo share/eolian/include/elementary-1/elm_route.eo share/eolian/include/elementary-1/elm_scroller.eo share/eolian/include/elementary-1/elm_segment_control.eo share/eolian/include/elementary-1/elm_segment_control_item.eo share/eolian/include/elementary-1/elm_separator.eo share/eolian/include/elementary-1/elm_slider.eo share/eolian/include/elementary-1/elm_slideshow.eo share/eolian/include/elementary-1/elm_slideshow_item.eo share/eolian/include/elementary-1/elm_spinner.eo share/eolian/include/elementary-1/elm_systray.eo share/eolian/include/elementary-1/elm_table.eo share/eolian/include/elementary-1/elm_thumb.eo share/eolian/include/elementary-1/elm_toolbar.eo share/eolian/include/elementary-1/elm_toolbar_item.eo share/eolian/include/elementary-1/elm_video.eo +share/eolian/include/elementary-1/elm_view_form.eo +share/eolian/include/elementary-1/elm_view_list.eo share/eolian/include/elementary-1/elm_web.eo share/eolian/include/elementary-1/elm_widget.eo share/eolian/include/elementary-1/elm_widget_item.eo share/eolian/include/elementary-1/elm_win.eo +share/eolian/include/elementary-1/elm_win_standard.eo share/icons/elementary.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/actionslider_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bg_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bg_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bg_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/box_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bubble_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/button_example_00.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/button_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_04.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_05.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_06.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/check_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clock_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/codegen_example.edc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorselector_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conformant_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conformant_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctxpopup_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/datetime_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dayselector_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dict.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/diskselector_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/diskselector_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_2.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_3.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_4.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_5.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_6.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_2.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_3.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_4.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/entry_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas3d_map_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas3d_map_example.edc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas3d_object_on_button_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas3d_scene_on_button_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filemvc.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileselector_button_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileselector_entry_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileselector_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileviewlist.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flip_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flipselector_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/frame_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/general_funcs_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gengrid_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_04.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_05.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/glview_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hover_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hoversel_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/image_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inwin_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/label_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example.edc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/list_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/list_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/list_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/location_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mapbuf_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/menu_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/naviframe_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panes_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/photocam_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popup_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popup_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popup_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prefs_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prefs_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prefs_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/progressbar_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/radio_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/radio_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scroller_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/segment_control_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/separator_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/slider_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/spinner_example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/table_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/table_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/theme_example.edc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/theme_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/theme_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/thumb_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/track_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_03.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_04.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_example_01.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_example_02.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/win_example.c %%NLS%%share/locale/ar/LC_MESSAGES/elementary.mo %%NLS%%share/locale/az_IR/LC_MESSAGES/elementary.mo %%NLS%%share/locale/ca/LC_MESSAGES/elementary.mo %%NLS%%share/locale/cs/LC_MESSAGES/elementary.mo %%NLS%%share/locale/de/LC_MESSAGES/elementary.mo %%NLS%%share/locale/el/LC_MESSAGES/elementary.mo %%NLS%%share/locale/eo/LC_MESSAGES/elementary.mo %%NLS%%share/locale/es/LC_MESSAGES/elementary.mo %%NLS%%share/locale/fa/LC_MESSAGES/elementary.mo %%NLS%%share/locale/fi/LC_MESSAGES/elementary.mo %%NLS%%share/locale/fr/LC_MESSAGES/elementary.mo %%NLS%%share/locale/gl/LC_MESSAGES/elementary.mo %%NLS%%share/locale/he/LC_MESSAGES/elementary.mo %%NLS%%share/locale/hu/LC_MESSAGES/elementary.mo %%NLS%%share/locale/it/LC_MESSAGES/elementary.mo %%NLS%%share/locale/ko_KR/LC_MESSAGES/elementary.mo %%NLS%%share/locale/lt/LC_MESSAGES/elementary.mo %%NLS%%share/locale/nl/LC_MESSAGES/elementary.mo %%NLS%%share/locale/pl/LC_MESSAGES/elementary.mo %%NLS%%share/locale/ps/LC_MESSAGES/elementary.mo %%NLS%%share/locale/pt/LC_MESSAGES/elementary.mo %%NLS%%share/locale/ru/LC_MESSAGES/elementary.mo %%NLS%%share/locale/sr/LC_MESSAGES/elementary.mo %%NLS%%share/locale/tr/LC_MESSAGES/elementary.mo %%NLS%%share/locale/ur/LC_MESSAGES/elementary.mo %%NLS%%share/locale/yi/LC_MESSAGES/elementary.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/elementary.mo Index: head/x11-wm/enlightenment/Makefile =================================================================== --- head/x11-wm/enlightenment/Makefile (revision 393535) +++ head/x11-wm/enlightenment/Makefile (revision 393536) @@ -1,55 +1,55 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.19.5 +PORTVERSION= 0.19.7 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= Artistic X window manager LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ libelementary.so:${PORTSDIR}/x11-toolkits/elementary \ libedbus.so:${PORTSDIR}/devel/e_dbus \ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graphics/evas_generic_loaders-svg DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= alias autoreconf desktop-file-utils execinfo libtool pathfix \ iconv gmake pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip SUB_FILES= pkg-message CONFIGURE_ARGS= --with-profile=MEDIUM_PC \ --disable-connman --disable-bluez4 \ --disable-device-udev --disable-mount-udisks CPPFLAGS+= -I${LOCALBASE}/include/e_dbus-1 .include "Makefile.plist" OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ 's/\(setuid_root_mode = a=rx,u+x\)s/\1/g' \ ${WRKSRC}/src/bin/Makefile.mk \ ${WRKSRC}/src/modules/Makefile_cpufreq.mk .include .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: signal 10 .endif .include Index: head/x11-wm/enlightenment/distinfo =================================================================== --- head/x11-wm/enlightenment/distinfo (revision 393535) +++ head/x11-wm/enlightenment/distinfo (revision 393536) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/enlightenment-0.19.5.tar.xz) = 8ca3ba54b4dbe52c90de7b606de5e05483e231dae74467b8c36f3973fae9c648 -SIZE (enlightenment/enlightenment-0.19.5.tar.xz) = 24591328 +SHA256 (enlightenment/enlightenment-0.19.7.tar.xz) = 5737d7abfd536a665dcd927a0fc8d65fd566b206f9994fd0c997677d0871a320 +SIZE (enlightenment/enlightenment-0.19.7.tar.xz) = 24594368