diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 24495dd7b2d0..1a1c68a6d095 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= efl -DISTVERSION= 1.20.7 -PORTREVISION= 27 +DISTVERSION= 1.24.3 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment -PATCH_SITES= https://github.com/Enlightenment/efl/commit/ -PATCHFILES= fa97d86d0fa7301399f7b2b783c5de9b0c8d5ebe.patch:-p1 - MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment Foundation Libraries LICENSE= BSD2CLAUSE LGPL21 LICENSE_COMB= multi +BUILD_DEPENDS= checkmk:devel/check LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ @@ -24,179 +21,302 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libfontconfig.so:x11-fonts/fontconfig \ libdbus-1.so:devel/dbus \ libsndfile.so:audio/libsndfile +RUN_DEPENDS= update-mime-database:misc/shared-mime-info # lib/libeio.so.1 CONFLICTS_INSTALL= libeio -GNU_CONFIGURE= yes -USES= autoreconf compiler:c++14-lang gettext-tools gmake gnome iconv \ - jpeg libtool pathfix pkgconfig python:2.7,run shared-mime-info \ +USES= compiler:c++14-lang gettext-tools iconv \ + jpeg libtool meson ninja ssl pathfix pkgconfig python:3.5+ shared-mime-info \ shebangfix tar:xz xorg -SHEBANG_FILES= src/scripts/eina/eina-bench-cmp +SHEBANG_FILES= src/tests/elementary/spec/generator.py \ + src/bin/exactness/exactness_play.in \ + src/bin/exactness/exactness_record.in USE_XORG= x11 xcb xcursor xcomposite xdamage xext xfixes xi xinerama \ xrandr xrender xtst xscrnsaver USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-profile=release \ - --enable-multisense \ - --disable-systemd \ - --disable-elput \ - --disable-cserve \ - --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb +MESON_ARGS= -Dsystemd=false -Deeze=false + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS PHYSICS PULSEAUDIO SSL WAYLAND WAYLAND_EGL -OPTIONS_GROUP= EMOTION INPUT LOADER -OPTIONS_GROUP_EMOTION= GSTREAMER LIBXINE V4L VLC -OPTIONS_GROUP_INPUT= IBUS SCIM +OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS PHYSICS PULSEAUDIO SDL VNC EFLONE EXAMPLES DOXYGEN WAYLAND +OPTIONS_GROUP= EMOTION INPUT LOADER BINDINGS +OPTIONS_GROUP_EMOTION= GSTREAMER V4L +OPTIONS_GROUP_INPUT= IBUS SCIM XIM OPTIONS_GROUP_LOADER= OPENJPEG PDF PS RAW SVG WEBP XCF -OPTIONS_RADIO= ENGINE -OPTIONS_RADIO_ENGINE= OPENGL OPENGLES SDL -OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS PULSEAUDIO SSL GSTREAMER PDF SVG OPENGL +OPTIONS_GROUP_BINDINGS= LUA CXX +OPTIONS_GROUP_WAYLAND= WAYLAND +OPTIONS_SINGLE= ENGINE LUAL +OPTIONS_SINGLE_ENGINE= OPENGL OPENGLES NONE +OPTIONS_SINGLE_LUAL= LUAJIT LUALANG +OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS PULSEAUDIO EFLONE EXAMPLES GSTREAMER V4L SCIM XIM \ + OPENJPEG PDF PS RAW SVG WEBP XCF OPENGL LUAJIT CXX +OPTIONS_DEFAULT_powerpc64= FRIBIDI HARFBUZZ PHYSICS PULSEAUDIO EFLONE EXAMPLES GSTREAMER V4L SCIM XIM \ + OPENJPEG PDF PS RAW SVG WEBP XCF OPENGL LUALANG CXX +OPTIONS_DEFAULT_sparc64= FRIBIDI HARFBUZZ PHYSICS PULSEAUDIO EFLONE EXAMPLES GSTREAMER V4L SCIM XIM \ + OPENJPEG PDF PS RAW SVG WEBP XCF OPENGL LUALANG CXX +OPTIONS_DEFAULT_aarch64= FRIBIDI HARFBUZZ PHYSICS PULSEAUDIO EFLONE EXAMPLES GSTREAMER V4L SCIM XIM \ + OPENJPEG PDF PS RAW SVG WEBP XCF OPENGL LUALANG CXX +OPTIONS_EXCLUDE_powerpc64= LUAJIT +OPTIONS_EXCLUDE_sparc64= LUAJIT +OPTIONS_EXCLUDE_aarch64= LUAJIT +OPTIONS_EXCLUDE_powerpc64= LUA +OPTIONS_EXCLUDE_sparc64= LUA +OPTIONS_EXCLUDE_aarch64= LUA OPTIONS_SUB= yes HARFBUZZ_DESC= OpenType text shaping engine -PHYSICS_DESC= Physics effects -WAYLAND_DESC= Wayland backend support -WAYLAND_EGL_DESC= Wayland-EGL backend support -VLC_DESC= Multimedia support by VLC +PHYSICS_DESC= Physics engine (bullet) +EFLONE_DESC= Create EFL-One library (single file library) +VNC_DESC= VNC Server support IBUS_DESC= Intelligent Input Bus SCIM_DESC= Smart Common Input Method +XIM_DESC= X Input Method +SVG_DESC= Vector graphics support XCF_DESC= Gimp image format support +LUAL_DESC= LUA +LUALANG_DESC= Use Lua +LUAJIT_DESC= Use Luajit OPENGLES_DESC= 2D/3D rendering support via OpenGL ES +NONE_DESC= No acceleration, software only +LUA_DESC= Lua Bindings +CXX_DESC= C++ Bindings +EXAMPLES_DESC= Build examples of using EFL -AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app -AVAHI_CONFIGURE_ENABLE= avahi +AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app +AVAHI_MESON_TRUE= avahi -FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi -FRIBIDI_CONFIGURE_ENABLE= fribidi +FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi +FRIBIDI_MESON_TRUE= fribidi -HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -HARFBUZZ_CONFIGURE_ENABLE= harfbuzz +HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz +HARFBUZZ_MESON_TRUE= harfbuzz NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +NLS_MESON_TRUE= nls PHYSICS_LIB_DEPENDS= libBulletDynamics.so:devel/bullet -PHYSICS_CONFIGURE_ENABLE= physics +PHYSICS_MESON_TRUE= physics PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio +PULSEAUDIO_MESON_TRUE= pulseaudio + +EFLONE_MESON_TRUE= efl-one + +EXAMPLES_MESON_TRUE= build-examples + +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +# PR 247427 +DOXYGEN_PREVENTS= OPENJPEG +DOXYGEN_PREVENTS_MSG= devel/doxygen installs graphics/openjpeg15 which breaks build of all ports that depend on graphics/openjpeg + +VNC_MESON_TRUE= vnc-server +VNC_LIB_DEPENDS= libvncserver.so:net/libvncserver -WAYLAND_BROKEN= ERROR: epoll_create() is deprecated, use epoll_create1(EPOLL_CLOEXEC). WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.7:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ - libxkbcommon.so:x11/libxkbcommon \ - libwayland-client.so:graphics/wayland \ - libwayland-cursor.so:graphics/wayland + libxkbcommon.so:x11/libxkbcommon \ + libwayland-client.so:graphics/wayland \ + libwayland-cursor.so:graphics/wayland WAYLAND_CFLAGS= -I${LOCALBASE}/include/libepoll-shim WAYLAND_LDFLAGS= -lepoll-shim -WAYLAND_CONFIGURE_ENABLE= wayland - -WAYLAND_EGL_LIB_DEPENDS= libwayland-egl.so:graphics/wayland -WAYLAND_EGL_CONFIGURE_ENABLE= egl -WAYLAND_EGL_USE= GL=egl -WAYLAND_EGL_IMPLIES= WAYLAND OPENGLES +# WL BROKEN: ../src/lib/ecore_wl2/ecore_wl2_buffer.c:20:10: +# fatal error: 'linux/dma-buf.h' file not found +# UNTIL FIXED WL-DEPRECATED IS ONLY POSSIBLE +WAYLAND_MESON_TRUE= wl GSTREAMER_USE= GSTREAMER1=core -GSTREAMER_CONFIGURE_ENABLE= gstreamer1 - -LIBXINE_LIB_DEPENDS= libxine.so:multimedia/libxine -LIBXINE_CONFIGURE_ENABLE= xine +GSTREAMER_MESON_TRUE= gstreamer V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat -V4L_CONFIGURE_ENABLE= v4l2 - -VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc -VLC_CONFIGURE_WITH= generic_vlc +V4L_MESON_TRUE= v4l2 IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus +IBUS_USES= gnome +IBUS_USE= GNOME=glib20 +IBUS_MESON_TRUE= glib SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim -SCIM_CONFIGURE_ENABLE= scim -OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 -OPENJPEG_CONFIGURE_ENABLE= image-loader-jp2k +OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg +# PR 247427 +OPENJPEG_PREVENTS= DOXYGEN +OPENJPEG_PREVENTS_MSG= devel/doxygen installs graphics/openjpeg15 which breaks build of all ports that depend on graphics/openjpeg PDF_LIB_DEPENDS= libpoppler.so:graphics/poppler -PDF_CONFIGURE_ENABLE= poppler PS_LIB_DEPENDS= libspectre.so:print/libspectre -PS_CONFIGURE_ENABLE= spectre RAW_LIB_DEPENDS= libraw.so:graphics/libraw -RAW_CONFIGURE_ENABLE= libraw +SVG_USES= gnome SVG_USE= GNOME=cairo GNOME=librsvg2 -SVG_CONFIGURE_ENABLE= librsvg WEBP_LIB_DEPENDS= libwebp.so:graphics/webp -WEBP_CONFIGURE_ENABLE= image-loader-webp -XCF_CONFIGURE_ENABLE= xcf +LUAJIT_BUILD_DEPENDS= luajit:lang/luajit +LUAJIT_RUN_DEPENDS= luajit:lang/luajit +LUAJIT_MESON_ON= -Dlua-interpreter=luajit +LUAJIT_PREVENTS= LUALANG + +LUALANG_USES= lua:51,build,run +LUALANG_MESON_ON= -Dlua-interpreter=lua +LUALANG_PREVENTS= LUAJIT OPENGL_USES= gl OPENGL_USE= GL=gl +OPENGL_MESON_ON= -Dopengl=full +OPENGL_PREVENTS= OPENGLES NONE OPENGLES_USES= gl OPENGLES_USE= GL=glesv2 -OPENGLES_CONFIGURE_ON= --with-opengl=es --enable-egl +OPENGLES_MESON_ON= -Dopengl=es-egl +OPENGLES_PREVENTS= OPENGL NONE + +NONE_MESON_ON= -Dopengl=none +NONE_PREVENTS= OPENGL OPENGLES SDL_USES= sdl SDL_USE= SDL=sdl2 -SDL_CONFIGURE_ENABLE= sdl +SDL_MESON_TRUE= sdl .include -.if ${PORT_OPTIONS:MPULSEAUDIO} -PLIST_SUB+= AUDIO="" +ECORE-IMF-LOADERS-DISABLER-BASE= -Decore-imf-loaders-disabler= +ECORE-IMF-LOADERS-DISABLER:= ${ECORE-IMF-LOADERS-DISABLER-BASE} + +.if empty(PORT_OPTIONS:MIBUS) +ECORE-IMF-LOADERS-DISABLER:= "${ECORE-IMF-LOADERS-DISABLER-BASE}ibus" +.endif + +.if empty(PORT_OPTIONS:MSCIM) +.if ${ECORE-IMF-LOADERS-DISABLER} != ${ECORE-IMF-LOADERS-DISABLER-BASE} +ECORE-IMF-LOADERS-DISABLER-BASE:=${ECORE-IMF-LOADERS-DISABLER} +ECORE-IMF-LOADERS-DISABLER:= "${ECORE-IMF-LOADERS-DISABLER-BASE},scim" .else -CONFIGURE_ARGS+= --disable-pulseaudio -PLIST_SUB+= AUDIO="@comment " +ECORE-IMF-LOADERS-DISABLER:= "${ECORE-IMF-LOADERS-DISABLER-BASE}scim" +.endif .endif -.if ${PORT_OPTIONS:MSSL} -USES+= ssl +.if empty(PORT_OPTIONS:MXIM) +.if ${ECORE-IMF-LOADERS-DISABLER} != ${ECORE-IMF-LOADERS-DISABLER-BASE} +ECORE-IMF-LOADERS-DISABLER-BASE:=${ECORE-IMF-LOADERS-DISABLER} +ECORE-IMF-LOADERS-DISABLER:= "${ECORE-IMF-LOADERS-DISABLER-BASE},xim" .else -CONFIGURE_ARGS+= --with-crypto=none +ECORE-IMF-LOADERS-DISABLER:= "${ECORE-IMF-LOADERS-DISABLER-BASE}xim" +.endif .endif -.if ${PORT_OPTIONS:MIBUS} -CONFIGURE_ARGS+= --with-glib=yes +MESON_ARGS+= ${ECORE-IMF-LOADERS-DISABLER} + +EVAS-LOADERS-DISABLER-BASE= -Devas-loaders-disabler= +EVAS-LOADERS-DISABLER:= ${EVAS-LOADERS-DISABLER-BASE} + +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}json" + +.if empty(PORT_OPTIONS:MOPENJPEG) +.if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},jp2k" .else -CONFIGURE_ARGS+= --disable-ibus --with-glib=no +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}jp2k" +.endif .endif -.if empty(PORT_OPTIONS:MOPENGL) && empty(PORT_OPTIONS:MOPENGLES) -CONFIGURE_ARGS+= --with-opengl=none +.if empty(PORT_OPTIONS:MPDF) +.if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},pdf" +.else +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}pdf" +.endif .endif -# keep in sync with all platforms where libunwind is available -.if (${ARCH} == amd64 || ${ARCH} == i386) +.if empty(PORT_OPTIONS:MPS) +.if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},ps" +.else +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}ps" +.endif +.endif + +.if empty(PORT_OPTIONS:MRAW) +.if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},raw" +.else +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}raw" +.endif +.endif + +.if empty(PORT_OPTIONS:MSVG) +.if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},rsvg" +.else +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}rsvg" +.endif +.endif + +.if empty(PORT_OPTIONS:MWEBP) +.if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},webp" +.else +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}webp" +.endif +.endif + +.if empty(PORT_OPTIONS:MXCF) +.if ${EVAS-LOADERS-DISABLER} != ${EVAS-LOADERS-DISABLER-BASE} +EVAS-LOADERS-DISABLER-BASE:= ${EVAS-LOADERS-DISABLER} +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE},xcf" +.else +EVAS-LOADERS-DISABLER:= "${EVAS-LOADERS-DISABLER-BASE}xcf" +.endif +.endif + +MESON_ARGS+= ${EVAS-LOADERS-DISABLER} + +.if ${PORT_OPTIONS:MLUA} && ${PORT_OPTIONS:MCXX} +EFL_BINDINGS= -Dbindings=luajit,cxx +.else +.if ${PORT_OPTIONS:MLUA} +EFL_BINDINGS= -Dbindings=luajit +.else +.if ${PORT_OPTIONS:MCXX} +EFL_BINDINGS= -Dbindings=cxx +.endif +.endif +.endif + +MESON_ARGS+= ${EFL_BINDINGS} + +.if ${PORT_OPTIONS:MOPENGLES} && ${PORT_OPTIONS:MWAYLAND} +LIB_DEPENDS+= libwayland-egl.so:graphics/wayland +MESON_ARGS+= -Degl=true +USE_GL= egl +.endif + +.if (${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == aarch64) LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if ${ARCH:Mpowerpc*} || ${ARCH} == "sparc64" -USES+= lua -CONFIGURE_ARGS+= --enable-lua-old -PLIST_SUB+= ELUA="@comment " -.else -LIB_DEPENDS+= libluajit-5.1.so:lang/luajit -PLIST_SUB+= ELUA="" -.endif - post-install: - @${RM} -r ${STAGEDIR}${PREFIX}/share/gdb + #@${RM} -r ${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; \ + if ${FILE} $$i | ${GREP} -q "not stripped"; then ${STRIP_CMD} $$i; fi; \ done - # workaround for https://phab.enlightenment.org/T6783 : it leaves an empty directory - @if [ -d ${STAGEDIR}${PREFIX}/lib/evas/utils -a -z "$$(ls -A ${STAGEDIR}${PREFIX}/lib/evas/utils)" ]; then \ - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/evas/utils; \ - fi + +post-stage: + @${ECHO_CMD} "autogenerating plist"; + @cd ${STAGEDIR}${PREFIX} && ${FIND} * -type f -or -type l >> ${TMPPLIST} .include diff --git a/devel/efl/distinfo b/devel/efl/distinfo index de17a985d4a0..246c4fb2abfe 100644 --- a/devel/efl/distinfo +++ b/devel/efl/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1598379985 -SHA256 (enlightenment/efl-1.20.7.tar.xz) = b0a9b765bcd7b012f1072da1d491fc8671aa089473f746901d93f5807a2c76fe -SIZE (enlightenment/efl-1.20.7.tar.xz) = 65509444 -SHA256 (enlightenment/fa97d86d0fa7301399f7b2b783c5de9b0c8d5ebe.patch) = f19a221ed81936f69ae1c56f3495d6ffb7ce5453ceefe58ea8e4099a2741d3e9 -SIZE (enlightenment/fa97d86d0fa7301399f7b2b783c5de9b0c8d5ebe.patch) = 1359 -SHA256 (enlightenment/c245b576aad09ac5faeb800de7f7c4fef87c6363.patch) = c7aed047151a34a5afdc178f0d07fa9b262d17f7b7542e759d62556ee31321a9 -SIZE (enlightenment/c245b576aad09ac5faeb800de7f7c4fef87c6363.patch) = 10485 +TIMESTAMP = 1592479254 +SHA256 (enlightenment/efl-1.24.3.tar.xz) = de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a +SIZE (enlightenment/efl-1.24.3.tar.xz) = 72278592 diff --git a/devel/efl/files/patch-configure.ac b/devel/efl/files/patch-configure.ac deleted file mode 100644 index 524ad0a9302b..000000000000 --- a/devel/efl/files/patch-configure.ac +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.ac.orig 2017-08-16 09:52:10 UTC -+++ configure.ac -@@ -397,7 +397,8 @@ case "$build_crypto" in - ;; - - openssl) -- EFL_DEPEND_PKG([crypto], [OPENSSL], [openssl]) -+ AC_DEFINE([HAVE_OPENSSL], [1], [Have OpenSSL]) -+ requirements_libs_crypto="-lssl -lcrypto ${requirements_libs_crypto}" - ;; - esac - AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"]) -@@ -466,7 +467,6 @@ AC_HEADER_TIME - AC_CHECK_HEADERS([ \ - execinfo.h \ - mcheck.h \ --sys/inotify.h \ - sys/signalfd.h \ - sys/types.h \ - sys/param.h \ -@@ -4605,6 +4605,7 @@ EFL_ADD_LIBS([EIO], [-lm]) - ### 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"]) - diff --git a/devel/efl/files/patch-m4_efl.m4 b/devel/efl/files/patch-m4_efl.m4 deleted file mode 100644 index a847aced767a..000000000000 --- a/devel/efl/files/patch-m4_efl.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- m4/efl.m4.orig 2016-09-13 07:23:52 UTC -+++ m4/efl.m4 -@@ -219,7 +219,7 @@ AC_DEFUN([EFL_CRYPTO_DEPEND], - [dnl - m4_pushdef([DOWNEFL], m4_translit([$1], [-A-Z], [_a-z]))dnl - requirements_pc_[]m4_defn([DOWNEFL])="${requirements_pc_crypto} ${requirements_pc_[][]m4_defn([DOWNEFL])}" --requirements_pc_deps_[]m4_defn([DOWNEFL])="${requirements_pc_deps_crypto} ${requirements_pc_deps_[][]m4_defn([DOWNEFL])}" -+requirements_pc_deps_[]m4_defn([DOWNEFL])="${requirements_pc_deps_crypto}${requirements_pc_deps_crypto:+ }${requirements_pc_deps_[][]m4_defn([DOWNEFL])}" - requirements_libs_[]m4_defn([DOWNEFL])="${requirements_libs_crypto} ${requirements_libs_[][]m4_defn([DOWNEFL])}" - requirements_cflags_[]m4_defn([DOWNEFL])="${requirements_cflags_crypto} ${requirements_cflags_[][]m4_defn([DOWNEFL])}" - m4_popdef([DOWNEFL])dnl diff --git a/devel/efl/files/patch-src_Makefile.am b/devel/efl/files/patch-src_Makefile.am deleted file mode 100644 index 8317f683db41..000000000000 --- a/devel/efl/files/patch-src_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.am.orig 2018-03-11 23:21:21 UTC -+++ src/Makefile.am -@@ -207,7 +207,7 @@ $(if $(findstring unstable,$1),unstable,stable) - endef - - define protoname --$(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/') -+$(shell echo $1 | sed -E 's/([a-z\-]+)-[a-z]+-v[0-9]+/\1/') - endef - - #rules for generating protocol from wayland_protocols diff --git a/devel/efl/files/patch-src_bin_elementary_test__ui__clock.c b/devel/efl/files/patch-src_bin_elementary_test__ui__clock.c deleted file mode 100644 index 3b90995f6597..000000000000 --- a/devel/efl/files/patch-src_bin_elementary_test__ui__clock.c +++ /dev/null @@ -1,141 +0,0 @@ -Partial backport of: - https://github.com/Enlightenment/efl/commit/c245b576aad09ac5faeb800de7f7c4fef87c6363 - -EFL failed to build from source in Fedora Rawhide as a result of the update to GCC 10. GCC 10 enables -fno-common by default, and this found three issues in EFL: - - # The eina benchmark code defined int key_size in a header that was included in multiple places. - # The elementary test code defines the "dt1", "dt2", "dt3" vars in two code files which are compiled together (but these variables do not appear to be used globally) - # The eio test code defines the "ee" var in two code files which are compiled together (but this variable does not appear to be used globally) - -I've fixed these issues and confirmed locally that the code builds again in Fedora. - -Reviewed-by: Marcel Hollerbach -Differential Revision: https://phab.enlightenment.org/D11259 - ---- src/bin/elementary/test_ui_clock.c.orig 2020-08-25 18:28:31 UTC -+++ src/bin/elementary/test_ui_clock.c -@@ -5,7 +5,7 @@ - - /* A simple test, just displaying clock in its default format */ - --Evas_Object *dt1, *dt2, *dt3, *dt4; -+Evas_Object *uicdt1, *uicdt2, *uicdt3, *uicdt4; - - static void - _changed_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED) -@@ -27,19 +27,19 @@ _bt_clicked(void *data EINA_UNUSED, Evas_Object *obj, - new_time.tm_mday = 26; - new_time.tm_hour = 9; - new_time.tm_min = 0; -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_HOUR, EINA_TRUE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_MINUTE, EINA_TRUE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_AMPM, EINA_TRUE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_SECOND, EINA_TRUE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_DAY, EINA_TRUE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_HOUR, EINA_TRUE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_MINUTE, EINA_TRUE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_AMPM, EINA_TRUE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_SECOND, EINA_TRUE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_DAY, EINA_TRUE); - -- efl_ui_clock_value_set(dt1, &new_time); -- elm_object_disabled_set(dt1, EINA_TRUE); -+ efl_ui_clock_value_set(uicdt1, &new_time); -+ elm_object_disabled_set(uicdt1, EINA_TRUE); - - elm_object_disabled_set(obj, EINA_TRUE); -- evas_object_del(dt2); -- evas_object_del(dt3); -- dt2 = dt3 = NULL; -+ evas_object_del(uicdt2); -+ evas_object_del(uicdt3); -+ uicdt2 = uicdt3 = NULL; - } - - void -@@ -57,36 +57,36 @@ test_ui_clock(void *data EINA_UNUSED, Evas_Object *obj - evas_object_show(bx); - evas_object_size_hint_min_set(bx, 360, 240); - -- dt1 = efl_add(EFL_UI_CLOCK_CLASS, bx); -- evas_object_size_hint_weight_set(dt1, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -- evas_object_size_hint_align_set(dt1, EVAS_HINT_FILL, 0.5); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_HOUR, EINA_FALSE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_MINUTE, EINA_FALSE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_AMPM, EINA_FALSE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_SECOND, EINA_FALSE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_DAY, EINA_FALSE); -- efl_ui_clock_pause_set(dt1, EINA_TRUE); -- elm_box_pack_end(bx, dt1); -- evas_object_smart_callback_add(dt1, "changed", _changed_cb, NULL); -- evas_object_show(dt1); -+ uicdt1 = efl_add(EFL_UI_CLOCK_CLASS, bx); -+ evas_object_size_hint_weight_set(uicdt1, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -+ evas_object_size_hint_align_set(uicdt1, EVAS_HINT_FILL, 0.5); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_HOUR, EINA_FALSE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_MINUTE, EINA_FALSE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_AMPM, EINA_FALSE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_SECOND, EINA_FALSE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_DAY, EINA_FALSE); -+ efl_ui_clock_pause_set(uicdt1, EINA_TRUE); -+ elm_box_pack_end(bx, uicdt1); -+ evas_object_smart_callback_add(uicdt1, "changed", _changed_cb, NULL); -+ evas_object_show(uicdt1); - -- dt2 = efl_add(EFL_UI_CLOCK_CLASS, bx); -- evas_object_size_hint_weight_set(dt2, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -- evas_object_size_hint_align_set(dt2, EVAS_HINT_FILL, 0.5); -- efl_ui_clock_field_visible_set(dt2, EFL_UI_CLOCK_TYPE_YEAR, EINA_FALSE); -- efl_ui_clock_field_visible_set(dt2, EFL_UI_CLOCK_TYPE_MONTH, EINA_FALSE); -- efl_ui_clock_field_visible_set(dt2, EFL_UI_CLOCK_TYPE_DATE, EINA_FALSE); -- efl_ui_clock_field_visible_set(dt1, EFL_UI_CLOCK_TYPE_SECOND, EINA_FALSE); -- elm_box_pack_end(bx, dt2); -- efl_ui_clock_pause_set(dt2, EINA_TRUE); -- elm_object_disabled_set(dt2, EINA_TRUE); -- evas_object_show(dt2); -+ uicdt2 = efl_add(EFL_UI_CLOCK_CLASS, bx); -+ evas_object_size_hint_weight_set(uicdt2, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -+ evas_object_size_hint_align_set(uicdt2, EVAS_HINT_FILL, 0.5); -+ efl_ui_clock_field_visible_set(uicdt2, EFL_UI_CLOCK_TYPE_YEAR, EINA_FALSE); -+ efl_ui_clock_field_visible_set(uicdt2, EFL_UI_CLOCK_TYPE_MONTH, EINA_FALSE); -+ efl_ui_clock_field_visible_set(uicdt2, EFL_UI_CLOCK_TYPE_DATE, EINA_FALSE); -+ efl_ui_clock_field_visible_set(uicdt1, EFL_UI_CLOCK_TYPE_SECOND, EINA_FALSE); -+ elm_box_pack_end(bx, uicdt2); -+ efl_ui_clock_pause_set(uicdt2, EINA_TRUE); -+ elm_object_disabled_set(uicdt2, EINA_TRUE); -+ evas_object_show(uicdt2); - -- dt3 = efl_add(EFL_UI_CLOCK_CLASS, bx); -- evas_object_size_hint_weight_set(dt3, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -- evas_object_size_hint_align_set(dt3, EVAS_HINT_FILL, 0.5); -- elm_box_pack_end(bx, dt3); -- evas_object_show(dt3); -+ uicdt3 = efl_add(EFL_UI_CLOCK_CLASS, bx); -+ evas_object_size_hint_weight_set(uicdt3, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -+ evas_object_size_hint_align_set(uicdt3, EVAS_HINT_FILL, 0.5); -+ elm_box_pack_end(bx, uicdt3); -+ evas_object_show(uicdt3); - - //editable - lb = efl_add(ELM_LABEL_CLASS, bx); -@@ -99,13 +99,13 @@ test_ui_clock(void *data EINA_UNUSED, Evas_Object *obj - elm_box_pack_end(bx, lb); - evas_object_show(lb); - -- dt4 = efl_add(EFL_UI_CLOCK_CLASS, bx); -- evas_object_size_hint_weight_set(dt4, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -- evas_object_size_hint_align_set(dt4, EVAS_HINT_FILL, 0.5); -- efl_ui_clock_edit_mode_set(dt4, EINA_TRUE); -- efl_ui_clock_pause_set(dt4, EINA_TRUE); -- elm_box_pack_end(bx, dt4); -- evas_object_show(dt4); -+ uicdt4 = efl_add(EFL_UI_CLOCK_CLASS, bx); -+ evas_object_size_hint_weight_set(uicdt4, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -+ evas_object_size_hint_align_set(uicdt4, EVAS_HINT_FILL, 0.5); -+ efl_ui_clock_edit_mode_set(uicdt4, EINA_TRUE); -+ efl_ui_clock_pause_set(uicdt4, EINA_TRUE); -+ elm_box_pack_end(bx, uicdt4); -+ evas_object_show(uicdt4); - - bt = elm_button_add(win); - elm_object_text_set(bt, "Back to the future..."); diff --git a/devel/efl/files/patch-src_lib_evas_Evas__GL.h b/devel/efl/files/patch-src_lib_evas_Evas__GL.h deleted file mode 100644 index 6588c1ba69bb..000000000000 --- a/devel/efl/files/patch-src_lib_evas_Evas__GL.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/evas/Evas_GL.h.orig 2019-03-28 16:30:04 UTC -+++ src/lib/evas/Evas_GL.h -@@ -4272,9 +4272,11 @@ typedef signed int GLfixed; // Changed khro - - #ifndef GL_ES_VERSION_2_0 - /* GL types for handling large vertex buffer objects */ -+#ifndef GL_VERSION_1_5 - #include - typedef ptrdiff_t GLintptr; // Changed khronos_intptr_t - typedef ptrdiff_t GLsizeiptr; // Changed khronos_ssize_t -+#endif - #endif - - /* Some definitions from GLES 3.0. diff --git a/devel/efl/pkg-plist b/devel/efl/pkg-plist deleted file mode 100644 index 3cd812f41286..000000000000 --- a/devel/efl/pkg-plist +++ /dev/null @@ -1,3467 +0,0 @@ -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 -%%WAYLAND%%bin/efl_wl_test -%%WAYLAND%%bin/efl_wl_test_stack -bin/efreetd -bin/eina-bench-cmp -bin/eina_btlog -bin/eina_modinfo -bin/eldbus-codegen -bin/elementary_codegen -bin/elementary_config -bin/elementary_quicklaunch -bin/elementary_run -bin/elementary_test -bin/elm_prefs_cc -%%ELUA%%bin/elua -bin/embryo_cc -bin/eo_debug -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_exe.eo.h -include/ecore-1/ecore_exe.eo.legacy.h -include/ecore-1/efl_io_buffered_stream.eo.h -include/ecore-1/efl_io_closer_fd.eo.h -include/ecore-1/efl_io_copier.eo.h -include/ecore-1/efl_io_file.eo.h -include/ecore-1/efl_io_positioner_fd.eo.h -include/ecore-1/efl_io_reader_fd.eo.h -include/ecore-1/efl_io_sizer_fd.eo.h -include/ecore-1/efl_io_stderr.eo.h -include/ecore-1/efl_io_stdin.eo.h -include/ecore-1/efl_io_stdout.eo.h -include/ecore-1/efl_io_writer_fd.eo.h -include/ecore-1/efl_loop.eo.h -include/ecore-1/efl_loop_fd.eo.h -include/ecore-1/efl_loop_timer.eo.h -include/ecore-1/efl_loop_timer.eo.legacy.h -include/ecore-1/efl_loop_user.eo.h -include/ecore-1/efl_model_composite_boolean.eo.h -include/ecore-1/efl_model_composite_boolean_children.eo.h -include/ecore-1/efl_model_container.eo.h -include/ecore-1/efl_model_container_item.eo.h -include/ecore-1/efl_model_item.eo.h -include/ecore-1/efl_promise.eo.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 -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_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/efl_net_control.eo.h -include/ecore-con-1/efl_net_control.eo.legacy.h -include/ecore-con-1/efl_net_control_access_point.eo.h -include/ecore-con-1/efl_net_control_access_point.eo.legacy.h -include/ecore-con-1/efl_net_control_technology.eo.h -include/ecore-con-1/efl_net_control_technology.eo.legacy.h -include/ecore-con-1/efl_net_dialer.eo.h -include/ecore-con-1/efl_net_dialer.eo.legacy.h -include/ecore-con-1/efl_net_dialer_http.eo.h -include/ecore-con-1/efl_net_dialer_http.eo.legacy.h -include/ecore-con-1/efl_net_dialer_simple.eo.h -include/ecore-con-1/efl_net_dialer_simple.eo.legacy.h -include/ecore-con-1/efl_net_dialer_ssl.eo.h -include/ecore-con-1/efl_net_dialer_ssl.eo.legacy.h -include/ecore-con-1/efl_net_dialer_tcp.eo.h -include/ecore-con-1/efl_net_dialer_tcp.eo.legacy.h -include/ecore-con-1/efl_net_dialer_udp.eo.h -include/ecore-con-1/efl_net_dialer_udp.eo.legacy.h -include/ecore-con-1/efl_net_dialer_unix.eo.h -include/ecore-con-1/efl_net_dialer_unix.eo.legacy.h -include/ecore-con-1/efl_net_dialer_websocket.eo.h -include/ecore-con-1/efl_net_dialer_websocket.eo.legacy.h -include/ecore-con-1/efl_net_http_types.eot.h -include/ecore-con-1/efl_net_ip_address.eo.h -include/ecore-con-1/efl_net_ip_address.eo.legacy.h -include/ecore-con-1/efl_net_server.eo.h -include/ecore-con-1/efl_net_server.eo.legacy.h -include/ecore-con-1/efl_net_server_fd.eo.h -include/ecore-con-1/efl_net_server_fd.eo.legacy.h -include/ecore-con-1/efl_net_server_simple.eo.h -include/ecore-con-1/efl_net_server_simple.eo.legacy.h -include/ecore-con-1/efl_net_server_ssl.eo.h -include/ecore-con-1/efl_net_server_ssl.eo.legacy.h -include/ecore-con-1/efl_net_server_tcp.eo.h -include/ecore-con-1/efl_net_server_tcp.eo.legacy.h -include/ecore-con-1/efl_net_server_udp.eo.h -include/ecore-con-1/efl_net_server_udp.eo.legacy.h -include/ecore-con-1/efl_net_server_udp_client.eo.h -include/ecore-con-1/efl_net_server_udp_client.eo.legacy.h -include/ecore-con-1/efl_net_server_unix.eo.h -include/ecore-con-1/efl_net_server_unix.eo.legacy.h -include/ecore-con-1/efl_net_session.eo.h -include/ecore-con-1/efl_net_session.eo.legacy.h -include/ecore-con-1/efl_net_socket.eo.h -include/ecore-con-1/efl_net_socket.eo.legacy.h -include/ecore-con-1/efl_net_socket_fd.eo.h -include/ecore-con-1/efl_net_socket_fd.eo.legacy.h -include/ecore-con-1/efl_net_socket_simple.eo.h -include/ecore-con-1/efl_net_socket_simple.eo.legacy.h -include/ecore-con-1/efl_net_socket_ssl.eo.h -include/ecore-con-1/efl_net_socket_ssl.eo.legacy.h -include/ecore-con-1/efl_net_socket_tcp.eo.h -include/ecore-con-1/efl_net_socket_tcp.eo.legacy.h -include/ecore-con-1/efl_net_socket_udp.eo.h -include/ecore-con-1/efl_net_socket_udp.eo.legacy.h -include/ecore-con-1/efl_net_socket_unix.eo.h -include/ecore-con-1/efl_net_socket_unix.eo.legacy.h -include/ecore-con-1/efl_net_ssl_context.eo.h -include/ecore-con-1/efl_net_ssl_context.eo.legacy.h -include/ecore-con-1/efl_net_ssl_types.eot.h -include/ecore-con-1/efl_net_types.eot.h -include/ecore-cxx-1/Ecore.eo.hh -include/ecore-cxx-1/Ecore.hh -include/ecore-cxx-1/Ecore_Manual.hh -include/ecore-cxx-1/efl_io_buffered_stream.eo.hh -include/ecore-cxx-1/efl_io_buffered_stream.eo.impl.hh -include/ecore-cxx-1/efl_io_closer_fd.eo.hh -include/ecore-cxx-1/efl_io_closer_fd.eo.impl.hh -include/ecore-cxx-1/efl_io_copier.eo.hh -include/ecore-cxx-1/efl_io_copier.eo.impl.hh -include/ecore-cxx-1/efl_io_file.eo.hh -include/ecore-cxx-1/efl_io_file.eo.impl.hh -include/ecore-cxx-1/efl_io_positioner_fd.eo.hh -include/ecore-cxx-1/efl_io_positioner_fd.eo.impl.hh -include/ecore-cxx-1/efl_io_reader_fd.eo.hh -include/ecore-cxx-1/efl_io_reader_fd.eo.impl.hh -include/ecore-cxx-1/efl_io_sizer_fd.eo.hh -include/ecore-cxx-1/efl_io_sizer_fd.eo.impl.hh -include/ecore-cxx-1/efl_io_stderr.eo.hh -include/ecore-cxx-1/efl_io_stderr.eo.impl.hh -include/ecore-cxx-1/efl_io_stdin.eo.hh -include/ecore-cxx-1/efl_io_stdin.eo.impl.hh -include/ecore-cxx-1/efl_io_stdout.eo.hh -include/ecore-cxx-1/efl_io_stdout.eo.impl.hh -include/ecore-cxx-1/efl_io_writer_fd.eo.hh -include/ecore-cxx-1/efl_io_writer_fd.eo.impl.hh -include/ecore-cxx-1/efl_loop.eo.hh -include/ecore-cxx-1/efl_loop.eo.impl.hh -include/ecore-cxx-1/efl_loop_fd.eo.hh -include/ecore-cxx-1/efl_loop_fd.eo.impl.hh -include/ecore-cxx-1/efl_loop_user.eo.hh -include/ecore-cxx-1/efl_loop_user.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 -%%SDL%%include/ecore-sdl-1/Ecore_Sdl.h -include/ecore-ipc-1/Ecore_Ipc.h -%%WAYLAND%%include/ecore-wl2-1/Ecore_Wl2.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/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-1/efl_canvas_layout_external.eo.h -include/edje-1/efl_canvas_layout_external.eo.legacy.h -include/edje-1/efl_canvas_layout_internal.eo.h -include/edje-1/efl_canvas_layout_internal.eo.legacy.h -include/edje-1/efl_canvas_layout_internal_box.eo.h -include/edje-1/efl_canvas_layout_internal_box.eo.legacy.h -include/edje-1/efl_canvas_layout_internal_swallow.eo.h -include/edje-1/efl_canvas_layout_internal_swallow.eo.legacy.h -include/edje-1/efl_canvas_layout_internal_table.eo.h -include/edje-1/efl_canvas_layout_internal_table.eo.legacy.h -include/edje-1/efl_canvas_layout_internal_text.eo.h -include/edje-1/efl_canvas_layout_internal_text.eo.legacy.h -include/edje-cxx-1/Edje.eo.hh -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/edje-cxx-1/efl_canvas_layout_external.eo.hh -include/edje-cxx-1/efl_canvas_layout_external.eo.impl.hh -include/edje-cxx-1/efl_canvas_layout_internal.eo.hh -include/edje-cxx-1/efl_canvas_layout_internal.eo.impl.hh -include/edje-cxx-1/efl_canvas_layout_internal_box.eo.hh -include/edje-cxx-1/efl_canvas_layout_internal_box.eo.impl.hh -include/edje-cxx-1/efl_canvas_layout_internal_swallow.eo.hh -include/edje-cxx-1/efl_canvas_layout_internal_swallow.eo.impl.hh -include/edje-cxx-1/efl_canvas_layout_internal_table.eo.hh -include/edje-cxx-1/efl_canvas_layout_internal_table.eo.impl.hh -include/edje-cxx-1/efl_canvas_layout_internal_text.eo.hh -include/edje-cxx-1/efl_canvas_layout_internal_text.eo.impl.hh -include/eet-1/Eet.h -include/eet-cxx-1/Eet.hh -include/eet-cxx-1/eet_composite.hh -include/eet-cxx-1/eet_register.hh -include/eet-cxx-1/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_animator.eo.h -include/efl-1/interfaces/efl_canvas.eo.h -include/efl-1/interfaces/efl_config.eo.h -include/efl-1/interfaces/efl_container.eo.h -include/efl-1/interfaces/efl_control.eo.h -include/efl-1/interfaces/efl_file.eo.h -include/efl-1/interfaces/efl_flipable.eo.h -include/efl-1/interfaces/efl_gfx.eo.h -include/efl-1/interfaces/efl_gfx.eo.legacy.h -include/efl-1/interfaces/efl_gfx_buffer.eo.h -include/efl-1/interfaces/efl_gfx_fill.eo.h -include/efl-1/interfaces/efl_gfx_fill.eo.legacy.h -include/efl-1/interfaces/efl_gfx_filter.eo.h -include/efl-1/interfaces/efl_gfx_gradient.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_path.eo.h -include/efl-1/interfaces/efl_gfx_shape.eo.h -include/efl-1/interfaces/efl_gfx_size_hint.eo.h -include/efl-1/interfaces/efl_gfx_stack.eo.h -include/efl-1/interfaces/efl_gfx_types.eot.h -include/efl-1/interfaces/efl_gfx_view.eo.h -include/efl-1/interfaces/efl_image.eo.h -include/efl-1/interfaces/efl_image.eo.legacy.h -include/efl-1/interfaces/efl_image_animated.eo.h -include/efl-1/interfaces/efl_image_animated.eo.legacy.h -include/efl-1/interfaces/efl_image_load.eo.h -include/efl-1/interfaces/efl_input_device.eo.h -include/efl-1/interfaces/efl_input_device.eo.legacy.h -include/efl-1/interfaces/efl_input_types.eot.h -include/efl-1/interfaces/efl_io_buffer.eo.h -include/efl-1/interfaces/efl_io_closer.eo.h -include/efl-1/interfaces/efl_io_positioner.eo.h -include/efl-1/interfaces/efl_io_queue.eo.h -include/efl-1/interfaces/efl_io_reader.eo.h -include/efl-1/interfaces/efl_io_sizer.eo.h -include/efl-1/interfaces/efl_io_writer.eo.h -include/efl-1/interfaces/efl_model.eo.h -include/efl-1/interfaces/efl_observable.eo.h -include/efl-1/interfaces/efl_observer.eo.h -include/efl-1/interfaces/efl_orientation.eo.h -include/efl-1/interfaces/efl_pack.eo.h -include/efl-1/interfaces/efl_pack_grid.eo.h -include/efl-1/interfaces/efl_pack_layout.eo.h -include/efl-1/interfaces/efl_pack_linear.eo.h -include/efl-1/interfaces/efl_part.eo.h -include/efl-1/interfaces/efl_player.eo.h -include/efl-1/interfaces/efl_screen.eo.h -include/efl-1/interfaces/efl_text.eo.h -include/efl-1/interfaces/efl_text_annotate.eo.h -include/efl-1/interfaces/efl_text_cursor.eo.h -include/efl-1/interfaces/efl_text_font.eo.h -include/efl-1/interfaces/efl_text_format.eo.h -include/efl-1/interfaces/efl_text_properties.eo.h -include/efl-1/interfaces/efl_text_style.eo.h -include/efl-1/interfaces/efl_text_types.eot.h -include/efl-1/interfaces/efl_types.eot.h -include/efl-1/interfaces/efl_ui_autorepeat.eo.h -include/efl-1/interfaces/efl_ui_base.eo.h -include/efl-1/interfaces/efl_ui_drag.eo.h -include/efl-1/interfaces/efl_ui_factory.eo.h -include/efl-1/interfaces/efl_ui_item.eo.h -include/efl-1/interfaces/efl_ui_menu.eo.h -include/efl-1/interfaces/efl_ui_model_connect.eo.h -include/efl-1/interfaces/efl_ui_model_factory_connect.eo.h -include/efl-1/interfaces/efl_ui_range.eo.h -include/efl-1/interfaces/efl_ui_spin.eo.h -include/efl-1/interfaces/efl_ui_types.eot.h -include/efl-1/interfaces/efl_ui_view.eo.h -include/efl-1/interfaces/efl_vpath.eo.h -include/efl-1/interfaces/efl_vpath_core.eo.h -include/efl-1/interfaces/efl_vpath_file.eo.h -include/efl-1/interfaces/efl_vpath_file_core.eo.h -include/efl-1/interfaces/efl_vpath_manager.eo.h -include/efl-cxx-1/Efl.eo.hh -include/efl-cxx-1/Efl.hh -include/efl-cxx-1/efl_animator.eo.hh -include/efl-cxx-1/efl_animator.eo.impl.hh -include/efl-cxx-1/efl_canvas.eo.hh -include/efl-cxx-1/efl_canvas.eo.impl.hh -include/efl-cxx-1/efl_config.eo.hh -include/efl-cxx-1/efl_config.eo.impl.hh -include/efl-cxx-1/efl_container.eo.hh -include/efl-cxx-1/efl_container.eo.impl.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_flipable.eo.hh -include/efl-cxx-1/efl_flipable.eo.impl.hh -include/efl-cxx-1/efl_gfx.eo.hh -include/efl-cxx-1/efl_gfx.eo.impl.hh -include/efl-cxx-1/efl_gfx_buffer.eo.hh -include/efl-cxx-1/efl_gfx_buffer.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.eo.hh -include/efl-cxx-1/efl_gfx_gradient.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_path.eo.hh -include/efl-cxx-1/efl_gfx_path.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_size_hint.eo.hh -include/efl-cxx-1/efl_gfx_size_hint.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_image_animated.eo.hh -include/efl-cxx-1/efl_image_animated.eo.impl.hh -include/efl-cxx-1/efl_image_load.eo.hh -include/efl-cxx-1/efl_image_load.eo.impl.hh -include/efl-cxx-1/efl_input_device.eo.hh -include/efl-cxx-1/efl_input_device.eo.impl.hh -include/efl-cxx-1/efl_io_buffer.eo.hh -include/efl-cxx-1/efl_io_buffer.eo.impl.hh -include/efl-cxx-1/efl_io_closer.eo.hh -include/efl-cxx-1/efl_io_closer.eo.impl.hh -include/efl-cxx-1/efl_io_positioner.eo.hh -include/efl-cxx-1/efl_io_positioner.eo.impl.hh -include/efl-cxx-1/efl_io_queue.eo.hh -include/efl-cxx-1/efl_io_queue.eo.impl.hh -include/efl-cxx-1/efl_io_reader.eo.hh -include/efl-cxx-1/efl_io_reader.eo.impl.hh -include/efl-cxx-1/efl_io_sizer.eo.hh -include/efl-cxx-1/efl_io_sizer.eo.impl.hh -include/efl-cxx-1/efl_io_writer.eo.hh -include/efl-cxx-1/efl_io_writer.eo.impl.hh -include/efl-cxx-1/efl_model.eo.hh -include/efl-cxx-1/efl_model.eo.impl.hh -include/efl-cxx-1/efl_observable.eo.hh -include/efl-cxx-1/efl_observable.eo.impl.hh -include/efl-cxx-1/efl_observer.eo.hh -include/efl-cxx-1/efl_observer.eo.impl.hh -include/efl-cxx-1/efl_orientation.eo.hh -include/efl-cxx-1/efl_orientation.eo.impl.hh -include/efl-cxx-1/efl_pack.eo.hh -include/efl-cxx-1/efl_pack.eo.impl.hh -include/efl-cxx-1/efl_pack_grid.eo.hh -include/efl-cxx-1/efl_pack_grid.eo.impl.hh -include/efl-cxx-1/efl_pack_layout.eo.hh -include/efl-cxx-1/efl_pack_layout.eo.impl.hh -include/efl-cxx-1/efl_pack_linear.eo.hh -include/efl-cxx-1/efl_pack_linear.eo.impl.hh -include/efl-cxx-1/efl_part.eo.hh -include/efl-cxx-1/efl_part.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_screen.eo.hh -include/efl-cxx-1/efl_screen.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_annotate.eo.hh -include/efl-cxx-1/efl_text_annotate.eo.impl.hh -include/efl-cxx-1/efl_text_cursor.eo.hh -include/efl-cxx-1/efl_text_cursor.eo.impl.hh -include/efl-cxx-1/efl_text_font.eo.hh -include/efl-cxx-1/efl_text_font.eo.impl.hh -include/efl-cxx-1/efl_text_format.eo.hh -include/efl-cxx-1/efl_text_format.eo.impl.hh -include/efl-cxx-1/efl_text_properties.eo.hh -include/efl-cxx-1/efl_text_properties.eo.impl.hh -include/efl-cxx-1/efl_text_style.eo.hh -include/efl-cxx-1/efl_text_style.eo.impl.hh -include/efl-cxx-1/efl_ui_autorepeat.eo.hh -include/efl-cxx-1/efl_ui_autorepeat.eo.impl.hh -include/efl-cxx-1/efl_ui_base.eo.hh -include/efl-cxx-1/efl_ui_base.eo.impl.hh -include/efl-cxx-1/efl_ui_drag.eo.hh -include/efl-cxx-1/efl_ui_drag.eo.impl.hh -include/efl-cxx-1/efl_ui_factory.eo.hh -include/efl-cxx-1/efl_ui_factory.eo.impl.hh -include/efl-cxx-1/efl_ui_item.eo.hh -include/efl-cxx-1/efl_ui_item.eo.impl.hh -include/efl-cxx-1/efl_ui_menu.eo.hh -include/efl-cxx-1/efl_ui_menu.eo.impl.hh -include/efl-cxx-1/efl_ui_model_connect.eo.hh -include/efl-cxx-1/efl_ui_model_connect.eo.impl.hh -include/efl-cxx-1/efl_ui_model_factory_connect.eo.hh -include/efl-cxx-1/efl_ui_model_factory_connect.eo.impl.hh -include/efl-cxx-1/efl_ui_range.eo.hh -include/efl-cxx-1/efl_ui_range.eo.impl.hh -include/efl-cxx-1/efl_ui_spin.eo.hh -include/efl-cxx-1/efl_ui_spin.eo.impl.hh -include/efl-cxx-1/efl_ui_view.eo.hh -include/efl-cxx-1/efl_ui_view.eo.impl.hh -include/efl-cxx-1/efl_vpath.eo.hh -include/efl-cxx-1/efl_vpath.eo.impl.hh -include/efl-cxx-1/efl_vpath_core.eo.hh -include/efl-cxx-1/efl_vpath_core.eo.impl.hh -include/efl-cxx-1/efl_vpath_file.eo.hh -include/efl-cxx-1/efl_vpath_file.eo.impl.hh -include/efl-cxx-1/efl_vpath_file_core.eo.hh -include/efl-cxx-1/efl_vpath_file_core.eo.impl.hh -include/efl-cxx-1/efl_vpath_manager.eo.hh -include/efl-cxx-1/efl_vpath_manager.eo.impl.hh -%%WAYLAND%%include/efl-wl-1/Efl_Wl.h -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_bezier.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_debug.h -include/eina-1/eina/eina_debug_private.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_freeq.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_file.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_modinfo.x -include/eina-1/eina/eina_inline_rbtree.x -include/eina-1/eina/eina_inline_rectangle.x -include/eina-1/eina/eina_inline_safepointer.x -include/eina-1/eina/eina_inline_slice.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_util.x -include/eina-1/eina/eina_inline_value.x -include/eina-1/eina/eina_inline_value_util.x -include/eina-1/eina/eina_inline_vector.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_safepointer.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_slice.h -include/eina-1/eina/eina_slstr.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_vector.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_accessor.hh -include/eina-cxx-1/eina_aligned_union.hh -include/eina-cxx-1/eina_array.hh -include/eina-cxx-1/eina_clone_allocators.hh -include/eina-cxx-1/eina_copy_traits.hh -include/eina-cxx-1/eina_deleter.hh -include/eina-cxx-1/eina_eo_concrete_fwd.hh -include/eina-cxx-1/eina_error.hh -include/eina-cxx-1/eina_fold.hh -include/eina-cxx-1/eina_function.hh -include/eina-cxx-1/eina_future.hh -include/eina-cxx-1/eina_inarray.hh -include/eina-cxx-1/eina_inlist.hh -include/eina-cxx-1/eina_integer_sequence.hh -include/eina-cxx-1/eina_iterator.hh -include/eina-cxx-1/eina_list.hh -include/eina-cxx-1/eina_lists_auxiliary.hh -include/eina-cxx-1/eina_log.hh -include/eina-cxx-1/eina_logical.hh -include/eina-cxx-1/eina_optional.hh -include/eina-cxx-1/eina_pp.hh -include/eina-cxx-1/eina_ptrarray.hh -include/eina-cxx-1/eina_ptrlist.hh -include/eina-cxx-1/eina_range_types.hh -include/eina-cxx-1/eina_ref.hh -include/eina-cxx-1/eina_string_view.hh -include/eina-cxx-1/eina_stringshare.hh -include/eina-cxx-1/eina_thread.hh -include/eina-cxx-1/eina_throw.hh -include/eina-cxx-1/eina_tuple.hh -include/eina-cxx-1/eina_tuple_c.hh -include/eina-cxx-1/eina_tuple_unwrap.hh -include/eina-cxx-1/eina_type_traits.hh -include/eina-cxx-1/eina_value.hh -include/eina-cxx-1/eina_variant.hh -include/eina-cxx-1/eina_workarounds.hh -include/eio-1/Eio.h -include/eio-1/Eio_Eo.h -include/eio-1/Eio_Legacy.h -include/eio-1/efl_io_manager.eo.h -include/eio-1/eio_inline_helper.x -include/eio-1/eio_model.eo.h -include/eio-1/eio_sentry.eo.h -include/eio-cxx-1/Eio.eo.hh -include/eio-cxx-1/Eio.hh -include/eldbus-1/Eldbus.h -include/eldbus-1/Eldbus_Model.h -include/eldbus-1/eldbus_connection.h -include/eldbus-1/eldbus_freedesktop.h -include/eldbus-1/eldbus_introspection.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_model_arguments.eo.h -include/eldbus-1/eldbus_model_connection.eo.h -include/eldbus-1/eldbus_model_method.eo.h -include/eldbus-1/eldbus_model_object.eo.h -include/eldbus-1/eldbus_model_proxy.eo.h -include/eldbus-1/eldbus_model_signal.eo.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-1/eldbus_types.eot.h -include/eldbus_cxx-1/Eldbus.hh -include/eldbus_cxx-1/Eldbus_Model.eo.hh -include/eldbus_cxx-1/Eldbus_Model.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_model_arguments.eo.hh -include/eldbus_cxx-1/eldbus_model_arguments.eo.impl.hh -include/eldbus_cxx-1/eldbus_model_connection.eo.hh -include/eldbus_cxx-1/eldbus_model_connection.eo.impl.hh -include/eldbus_cxx-1/eldbus_model_method.eo.hh -include/eldbus_cxx-1/eldbus_model_method.eo.impl.hh -include/eldbus_cxx-1/eldbus_model_object.eo.hh -include/eldbus_cxx-1/eldbus_model_object.eo.impl.hh -include/eldbus_cxx-1/eldbus_model_proxy.eo.hh -include/eldbus_cxx-1/eldbus_model_proxy.eo.impl.hh -include/eldbus_cxx-1/eldbus_model_signal.eo.hh -include/eldbus_cxx-1/eldbus_model_signal.eo.impl.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/elementary-1/Elementary.h -include/elementary-1/Elementary_Cursor.h -include/elementary-1/Elementary_Options.h -include/elementary-1/efl_config_global.eo.h -include/elementary-1/efl_config_global.eo.legacy.h -include/elementary-1/efl_ui_box.eo.h -include/elementary-1/efl_ui_box.eo.legacy.h -include/elementary-1/efl_ui_box_flow.eo.h -include/elementary-1/efl_ui_box_flow.eo.legacy.h -include/elementary-1/efl_ui_box_stack.eo.h -include/elementary-1/efl_ui_box_stack.eo.legacy.h -include/elementary-1/efl_ui_button.eo.h -include/elementary-1/efl_ui_button.eo.legacy.h -include/elementary-1/efl_ui_button_eo.h -include/elementary-1/efl_ui_button_internal_part.eo.h -include/elementary-1/efl_ui_button_internal_part.eo.legacy.h -include/elementary-1/efl_ui_button_private.h -include/elementary-1/efl_ui_check.eo.h -include/elementary-1/efl_ui_check.eo.legacy.h -include/elementary-1/efl_ui_check_eo.h -include/elementary-1/efl_ui_check_private.h -include/elementary-1/efl_ui_clock.eo.h -include/elementary-1/efl_ui_clock.eo.legacy.h -include/elementary-1/efl_ui_clock.h -include/elementary-1/efl_ui_flip.eo.h -include/elementary-1/efl_ui_flip.eo.legacy.h -include/elementary-1/efl_ui_flip_eo.h -include/elementary-1/efl_ui_flip_internal_part.eo.h -include/elementary-1/efl_ui_flip_internal_part.eo.legacy.h -include/elementary-1/efl_ui_flip_legacy.h -include/elementary-1/efl_ui_focus_manager.eo.h -include/elementary-1/efl_ui_focus_manager.eo.legacy.h -include/elementary-1/efl_ui_focus_manager_root_focus.eo.h -include/elementary-1/efl_ui_focus_manager_root_focus.eo.legacy.h -include/elementary-1/efl_ui_focus_manager_sub.eo.h -include/elementary-1/efl_ui_focus_manager_sub.eo.legacy.h -include/elementary-1/efl_ui_focus_object.eo.h -include/elementary-1/efl_ui_focus_object.eo.legacy.h -include/elementary-1/efl_ui_focus_user.eo.h -include/elementary-1/efl_ui_focus_user.eo.legacy.h -include/elementary-1/efl_ui_frame.eo.h -include/elementary-1/efl_ui_frame.eo.legacy.h -include/elementary-1/efl_ui_frame_eo.h -include/elementary-1/efl_ui_frame_legacy.h -include/elementary-1/efl_ui_grid.eo.h -include/elementary-1/efl_ui_grid.eo.legacy.h -include/elementary-1/efl_ui_grid_static.eo.h -include/elementary-1/efl_ui_grid_static.eo.legacy.h -include/elementary-1/efl_ui_image.eo.h -include/elementary-1/efl_ui_image.eo.legacy.h -include/elementary-1/efl_ui_image_factory.eo.h -include/elementary-1/efl_ui_image_factory.eo.legacy.h -include/elementary-1/efl_ui_image_zoomable.eo.h -include/elementary-1/efl_ui_image_zoomable.eo.legacy.h -include/elementary-1/efl_ui_image_zoomable_eo.h -include/elementary-1/efl_ui_image_zoomable_pan.eo.h -include/elementary-1/efl_ui_image_zoomable_pan.eo.legacy.h -include/elementary-1/efl_ui_image_zoomable_private.h -include/elementary-1/efl_ui_layout_internal_box.eo.h -include/elementary-1/efl_ui_layout_internal_box.eo.legacy.h -include/elementary-1/efl_ui_layout_internal_table.eo.h -include/elementary-1/efl_ui_layout_internal_table.eo.legacy.h -include/elementary-1/efl_ui_nstate.eo.h -include/elementary-1/efl_ui_nstate.eo.legacy.h -include/elementary-1/efl_ui_nstate.h -include/elementary-1/efl_ui_progressbar.eo.h -include/elementary-1/efl_ui_progressbar.eo.legacy.h -include/elementary-1/efl_ui_progressbar_eo.h -include/elementary-1/efl_ui_progressbar_internal_part.eo.h -include/elementary-1/efl_ui_progressbar_internal_part.eo.legacy.h -include/elementary-1/efl_ui_progressbar_private.h -include/elementary-1/efl_ui_radio.eo.h -include/elementary-1/efl_ui_radio.eo.legacy.h -include/elementary-1/efl_ui_radio_eo.h -include/elementary-1/efl_ui_radio_private.h -include/elementary-1/efl_ui_slider.eo.h -include/elementary-1/efl_ui_slider.eo.legacy.h -include/elementary-1/efl_ui_slider_eo.h -include/elementary-1/efl_ui_slider_internal_part.eo.h -include/elementary-1/efl_ui_slider_internal_part.eo.legacy.h -include/elementary-1/efl_ui_slider_private.h -include/elementary-1/efl_ui_text.eo.h -include/elementary-1/efl_ui_text.eo.legacy.h -include/elementary-1/efl_ui_text_editable.eo.h -include/elementary-1/efl_ui_text_editable.eo.legacy.h -include/elementary-1/efl_ui_text_interactive.eo.h -include/elementary-1/efl_ui_text_interactive.eo.legacy.h -include/elementary-1/efl_ui_video.eo.h -include/elementary-1/efl_ui_video.eo.legacy.h -include/elementary-1/efl_ui_video.h -include/elementary-1/efl_ui_video_eo.h -include/elementary-1/efl_ui_video_legacy.h -include/elementary-1/efl_ui_video_private.h -include/elementary-1/efl_ui_widget_flip.h -include/elementary-1/efl_ui_widget_frame.h -include/elementary-1/efl_ui_widget_image.h -include/elementary-1/efl_ui_win.eo.h -include/elementary-1/efl_ui_win.eo.legacy.h -include/elementary-1/elc_combobox.h -include/elementary-1/elc_combobox_legacy.h -include/elementary-1/elc_ctxpopup.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_legacy.h -include/elementary-1/elc_fileselector_common.h -include/elementary-1/elc_fileselector_entry.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_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_legacy.h -include/elementary-1/elc_popup.h -include/elementary-1/elc_popup_eo.h -include/elementary-1/elc_popup_legacy.h -include/elementary-1/elm_access.eo.legacy.h -include/elementary-1/elm_access.h -include/elementary-1/elm_actionslider.eo.legacy.h -include/elementary-1/elm_actionslider.h -include/elementary-1/elm_actionslider_internal_part.eo.h -include/elementary-1/elm_actionslider_internal_part.eo.legacy.h -include/elementary-1/elm_actionslider_legacy.h -include/elementary-1/elm_app.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_eo.h -include/elementary-1/elm_bg_legacy.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_legacy.h -include/elementary-1/elm_bubble.eo.legacy.h -include/elementary-1/elm_bubble.h -include/elementary-1/elm_bubble_internal_part.eo.h -include/elementary-1/elm_bubble_internal_part.eo.legacy.h -include/elementary-1/elm_bubble_legacy.h -include/elementary-1/elm_button.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.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_eo.h -include/elementary-1/elm_clock_legacy.h -include/elementary-1/elm_cnp.h -include/elementary-1/elm_code.h -include/elementary-1/elm_code_common.h -include/elementary-1/elm_code_diff_widget.h -include/elementary-1/elm_code_file.h -include/elementary-1/elm_code_indent.h -include/elementary-1/elm_code_line.h -include/elementary-1/elm_code_parse.h -include/elementary-1/elm_code_syntax.h -include/elementary-1/elm_code_text.h -include/elementary-1/elm_code_widget.eo.h -include/elementary-1/elm_code_widget.eo.legacy.h -include/elementary-1/elm_code_widget_legacy.h -include/elementary-1/elm_code_widget_selection.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_combobox.eo.h -include/elementary-1/elm_combobox.eo.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_ctxpopup.eo.h -include/elementary-1/elm_ctxpopup.eo.legacy.h -include/elementary-1/elm_ctxpopup_internal_part.eo.h -include/elementary-1/elm_ctxpopup_internal_part.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.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_eo.h -include/elementary-1/elm_dayselector_internal_part.eo.h -include/elementary-1/elm_dayselector_internal_part.eo.legacy.h -include/elementary-1/elm_dayselector_item.eo.h -include/elementary-1/elm_dayselector_item.eo.legacy.h -include/elementary-1/elm_dayselector_legacy.h -include/elementary-1/elm_debug.h -include/elementary-1/elm_deprecated.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_item.eo.legacy.h -include/elementary-1/elm_diskselector_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_internal_part.eo.h -include/elementary-1/elm_entry_internal_part.eo.legacy.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.legacy.h -include/elementary-1/elm_fileselector_entry.eo.legacy.h -include/elementary-1/elm_fileselector_entry_internal_part.eo.h -include/elementary-1/elm_fileselector_entry_internal_part.eo.legacy.h -include/elementary-1/elm_fileselector_internal_part.eo.h -include/elementary-1/elm_fileselector_internal_part.eo.legacy.h -include/elementary-1/elm_finger.h -include/elementary-1/elm_flip.h -include/elementary-1/elm_flip_internal_part.eo.h -include/elementary-1/elm_flip_internal_part.eo.legacy.h -include/elementary-1/elm_flipselector.eo.legacy.h -include/elementary-1/elm_flipselector.h -include/elementary-1/elm_flipselector_item.eo.h -include/elementary-1/elm_flipselector_item.eo.legacy.h -include/elementary-1/elm_flipselector_legacy.h -include/elementary-1/elm_focus.h -include/elementary-1/elm_focus_item.h -include/elementary-1/elm_font.h -include/elementary-1/elm_frame.h -include/elementary-1/elm_gen.h -include/elementary-1/elm_gen_common.h -include/elementary-1/elm_general.eot.h -include/elementary-1/elm_general.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_item.eo.h -include/elementary-1/elm_gengrid_item.eo.legacy.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_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_item.eo.h -include/elementary-1/elm_genlist_item.eo.legacy.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_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.legacy.h -include/elementary-1/elm_grid.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_eo.h -include/elementary-1/elm_hover_internal_part.eo.h -include/elementary-1/elm_hover_internal_part.eo.legacy.h -include/elementary-1/elm_hover_legacy.h -include/elementary-1/elm_hoversel.eo.legacy.h -include/elementary-1/elm_hoversel_item.eo.legacy.h -include/elementary-1/elm_icon.eo.legacy.h -include/elementary-1/elm_icon.h -include/elementary-1/elm_icon_legacy.h -include/elementary-1/elm_image.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_eo.h -include/elementary-1/elm_index_item.eo.h -include/elementary-1/elm_index_item.eo.legacy.h -include/elementary-1/elm_index_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_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_text_editable.eo.h -include/elementary-1/elm_interface_atspi_text_editable.eo.legacy.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_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_atspi_window.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.legacy.h -include/elementary-1/elm_inwin.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_eo.h -include/elementary-1/elm_label_internal_part.eo.h -include/elementary-1/elm_label_internal_part.eo.legacy.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_internal_part.eo.h -include/elementary-1/elm_layout_internal_part.eo.legacy.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_eo.h -include/elementary-1/elm_list_item.eo.h -include/elementary-1/elm_list_item.eo.legacy.h -include/elementary-1/elm_list_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.legacy.h -include/elementary-1/elm_mapbuf.h -include/elementary-1/elm_mapbuf_internal_part.eo.h -include/elementary-1/elm_mapbuf_internal_part.eo.legacy.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_eo.h -include/elementary-1/elm_menu_item.eo.h -include/elementary-1/elm_menu_item.eo.legacy.h -include/elementary-1/elm_menu_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_internal_part.eo.h -include/elementary-1/elm_multibuttonentry_internal_part.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.legacy.h -include/elementary-1/elm_naviframe_internal_part.eo.h -include/elementary-1/elm_naviframe_internal_part.eo.legacy.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_internal_part.eo.h -include/elementary-1/elm_notify_internal_part.eo.legacy.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_internal_part.eo.h -include/elementary-1/elm_panel_internal_part.eo.legacy.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_part_helper.h -include/elementary-1/elm_photo.eo.legacy.h -include/elementary-1/elm_photo.h -include/elementary-1/elm_photo_legacy.h -include/elementary-1/elm_photocam.h -include/elementary-1/elm_photocam_legacy.h -include/elementary-1/elm_player.eo.h -include/elementary-1/elm_player.eo.legacy.h -include/elementary-1/elm_player_internal_part.eo.h -include/elementary-1/elm_player_internal_part.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_internal_part.eo.h -include/elementary-1/elm_popup_internal_part.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.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_legacy.h -include/elementary-1/elm_progressbar.h -include/elementary-1/elm_progressbar_common.h -include/elementary-1/elm_progressbar_legacy.h -include/elementary-1/elm_radio.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_eo.h -include/elementary-1/elm_scroller_internal_part.eo.h -include/elementary-1/elm_scroller_internal_part.eo.legacy.h -include/elementary-1/elm_scroller_legacy.h -include/elementary-1/elm_segment_control.eo.legacy.h -include/elementary-1/elm_segment_control.h -include/elementary-1/elm_segment_control_item.eo.legacy.h -include/elementary-1/elm_segment_control_legacy.h -include/elementary-1/elm_separator.eo.legacy.h -include/elementary-1/elm_separator.h -include/elementary-1/elm_separator_legacy.h -include/elementary-1/elm_slider.h -include/elementary-1/elm_slider_common.h -include/elementary-1/elm_slider_legacy.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_item.eo.legacy.h -include/elementary-1/elm_slideshow_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.eo.h -include/elementary-1/elm_sys_notify.eo.legacy.h -include/elementary-1/elm_sys_notify.h -include/elementary-1/elm_sys_notify_dbus.eo.h -include/elementary-1/elm_sys_notify_dbus.eo.legacy.h -include/elementary-1/elm_sys_notify_interface.eo.h -include/elementary-1/elm_sys_notify_interface.eo.legacy.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.legacy.h -include/elementary-1/elm_table.h -include/elementary-1/elm_table_legacy.h -include/elementary-1/elm_theme.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_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_item.eo.h -include/elementary-1/elm_toolbar_item.eo.legacy.h -include/elementary-1/elm_toolbar_legacy.h -include/elementary-1/elm_tooltip.h -include/elementary-1/elm_transit.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.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_calendar.h -include/elementary-1/elm_widget_clock.h -include/elementary-1/elm_widget_colorselector.h -include/elementary-1/elm_widget_combobox.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_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_flipselector.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_index.h -include/elementary-1/elm_widget_inwin.h -include/elementary-1/elm_widget_item.eo.h -include/elementary-1/elm_widget_item.eo.legacy.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_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_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_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_web.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-cxx-1/Elementary.eo.hh -include/elementary-cxx-1/Elementary.hh -include/elementary-cxx-1/efl_config_global.eo.hh -include/elementary-cxx-1/efl_config_global.eo.impl.hh -include/elementary-cxx-1/efl_ui_box.eo.hh -include/elementary-cxx-1/efl_ui_box.eo.impl.hh -include/elementary-cxx-1/efl_ui_box_flow.eo.hh -include/elementary-cxx-1/efl_ui_box_flow.eo.impl.hh -include/elementary-cxx-1/efl_ui_box_stack.eo.hh -include/elementary-cxx-1/efl_ui_box_stack.eo.impl.hh -include/elementary-cxx-1/efl_ui_button.eo.hh -include/elementary-cxx-1/efl_ui_button.eo.impl.hh -include/elementary-cxx-1/efl_ui_button_internal_part.eo.hh -include/elementary-cxx-1/efl_ui_button_internal_part.eo.impl.hh -include/elementary-cxx-1/efl_ui_check.eo.hh -include/elementary-cxx-1/efl_ui_check.eo.impl.hh -include/elementary-cxx-1/efl_ui_clock.eo.hh -include/elementary-cxx-1/efl_ui_clock.eo.impl.hh -include/elementary-cxx-1/efl_ui_flip.eo.hh -include/elementary-cxx-1/efl_ui_flip.eo.impl.hh -include/elementary-cxx-1/efl_ui_flip_internal_part.eo.hh -include/elementary-cxx-1/efl_ui_flip_internal_part.eo.impl.hh -include/elementary-cxx-1/efl_ui_focus_manager.eo.hh -include/elementary-cxx-1/efl_ui_focus_manager.eo.impl.hh -include/elementary-cxx-1/efl_ui_focus_manager_root_focus.eo.hh -include/elementary-cxx-1/efl_ui_focus_manager_root_focus.eo.impl.hh -include/elementary-cxx-1/efl_ui_focus_manager_sub.eo.hh -include/elementary-cxx-1/efl_ui_focus_manager_sub.eo.impl.hh -include/elementary-cxx-1/efl_ui_focus_object.eo.hh -include/elementary-cxx-1/efl_ui_focus_object.eo.impl.hh -include/elementary-cxx-1/efl_ui_focus_user.eo.hh -include/elementary-cxx-1/efl_ui_focus_user.eo.impl.hh -include/elementary-cxx-1/efl_ui_frame.eo.hh -include/elementary-cxx-1/efl_ui_frame.eo.impl.hh -include/elementary-cxx-1/efl_ui_grid.eo.hh -include/elementary-cxx-1/efl_ui_grid.eo.impl.hh -include/elementary-cxx-1/efl_ui_grid_static.eo.hh -include/elementary-cxx-1/efl_ui_grid_static.eo.impl.hh -include/elementary-cxx-1/efl_ui_image.eo.hh -include/elementary-cxx-1/efl_ui_image.eo.impl.hh -include/elementary-cxx-1/efl_ui_image_factory.eo.hh -include/elementary-cxx-1/efl_ui_image_factory.eo.impl.hh -include/elementary-cxx-1/efl_ui_image_zoomable.eo.hh -include/elementary-cxx-1/efl_ui_image_zoomable.eo.impl.hh -include/elementary-cxx-1/efl_ui_image_zoomable_pan.eo.hh -include/elementary-cxx-1/efl_ui_image_zoomable_pan.eo.impl.hh -include/elementary-cxx-1/efl_ui_layout_internal_box.eo.hh -include/elementary-cxx-1/efl_ui_layout_internal_box.eo.impl.hh -include/elementary-cxx-1/efl_ui_layout_internal_table.eo.hh -include/elementary-cxx-1/efl_ui_layout_internal_table.eo.impl.hh -include/elementary-cxx-1/efl_ui_nstate.eo.hh -include/elementary-cxx-1/efl_ui_nstate.eo.impl.hh -include/elementary-cxx-1/efl_ui_progressbar.eo.hh -include/elementary-cxx-1/efl_ui_progressbar.eo.impl.hh -include/elementary-cxx-1/efl_ui_progressbar_internal_part.eo.hh -include/elementary-cxx-1/efl_ui_progressbar_internal_part.eo.impl.hh -include/elementary-cxx-1/efl_ui_radio.eo.hh -include/elementary-cxx-1/efl_ui_radio.eo.impl.hh -include/elementary-cxx-1/efl_ui_slider.eo.hh -include/elementary-cxx-1/efl_ui_slider.eo.impl.hh -include/elementary-cxx-1/efl_ui_slider_internal_part.eo.hh -include/elementary-cxx-1/efl_ui_slider_internal_part.eo.impl.hh -include/elementary-cxx-1/efl_ui_text.eo.hh -include/elementary-cxx-1/efl_ui_text.eo.impl.hh -include/elementary-cxx-1/efl_ui_text_editable.eo.hh -include/elementary-cxx-1/efl_ui_text_editable.eo.impl.hh -include/elementary-cxx-1/efl_ui_text_interactive.eo.hh -include/elementary-cxx-1/efl_ui_text_interactive.eo.impl.hh -include/elementary-cxx-1/efl_ui_video.eo.hh -include/elementary-cxx-1/efl_ui_video.eo.impl.hh -include/elementary-cxx-1/efl_ui_win.eo.hh -include/elementary-cxx-1/efl_ui_win.eo.impl.hh -include/elementary-cxx-1/elm_actionslider_internal_part.eo.hh -include/elementary-cxx-1/elm_actionslider_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_atspi_app_object.eo.hh -include/elementary-cxx-1/elm_atspi_app_object.eo.impl.hh -include/elementary-cxx-1/elm_atspi_bridge.eo.hh -include/elementary-cxx-1/elm_atspi_bridge.eo.impl.hh -include/elementary-cxx-1/elm_bg.eo.hh -include/elementary-cxx-1/elm_bg.eo.impl.hh -include/elementary-cxx-1/elm_bubble_internal_part.eo.hh -include/elementary-cxx-1/elm_bubble_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_calendar.eo.hh -include/elementary-cxx-1/elm_calendar.eo.impl.hh -include/elementary-cxx-1/elm_clock.eo.hh -include/elementary-cxx-1/elm_clock.eo.impl.hh -include/elementary-cxx-1/elm_code_widget.eo.hh -include/elementary-cxx-1/elm_code_widget.eo.impl.hh -include/elementary-cxx-1/elm_color_item.eo.hh -include/elementary-cxx-1/elm_color_item.eo.impl.hh -include/elementary-cxx-1/elm_colorselector.eo.hh -include/elementary-cxx-1/elm_colorselector.eo.impl.hh -include/elementary-cxx-1/elm_combobox.eo.hh -include/elementary-cxx-1/elm_combobox.eo.impl.hh -include/elementary-cxx-1/elm_conformant.eo.hh -include/elementary-cxx-1/elm_conformant.eo.impl.hh -include/elementary-cxx-1/elm_ctxpopup.eo.hh -include/elementary-cxx-1/elm_ctxpopup.eo.impl.hh -include/elementary-cxx-1/elm_ctxpopup_internal_part.eo.hh -include/elementary-cxx-1/elm_ctxpopup_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_ctxpopup_item.eo.hh -include/elementary-cxx-1/elm_ctxpopup_item.eo.impl.hh -include/elementary-cxx-1/elm_dayselector.eo.hh -include/elementary-cxx-1/elm_dayselector.eo.impl.hh -include/elementary-cxx-1/elm_dayselector_internal_part.eo.hh -include/elementary-cxx-1/elm_dayselector_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_dayselector_item.eo.hh -include/elementary-cxx-1/elm_dayselector_item.eo.impl.hh -include/elementary-cxx-1/elm_entry.eo.hh -include/elementary-cxx-1/elm_entry.eo.impl.hh -include/elementary-cxx-1/elm_entry_internal_part.eo.hh -include/elementary-cxx-1/elm_entry_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_fileselector.eo.hh -include/elementary-cxx-1/elm_fileselector.eo.impl.hh -include/elementary-cxx-1/elm_fileselector_entry_internal_part.eo.hh -include/elementary-cxx-1/elm_fileselector_entry_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_fileselector_internal_part.eo.hh -include/elementary-cxx-1/elm_fileselector_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_flip_internal_part.eo.hh -include/elementary-cxx-1/elm_flip_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_flipselector_item.eo.hh -include/elementary-cxx-1/elm_flipselector_item.eo.impl.hh -include/elementary-cxx-1/elm_gengrid.eo.hh -include/elementary-cxx-1/elm_gengrid.eo.impl.hh -include/elementary-cxx-1/elm_gengrid_item.eo.hh -include/elementary-cxx-1/elm_gengrid_item.eo.impl.hh -include/elementary-cxx-1/elm_gengrid_pan.eo.hh -include/elementary-cxx-1/elm_gengrid_pan.eo.impl.hh -include/elementary-cxx-1/elm_genlist.eo.hh -include/elementary-cxx-1/elm_genlist.eo.impl.hh -include/elementary-cxx-1/elm_genlist_item.eo.hh -include/elementary-cxx-1/elm_genlist_item.eo.impl.hh -include/elementary-cxx-1/elm_genlist_pan.eo.hh -include/elementary-cxx-1/elm_genlist_pan.eo.impl.hh -include/elementary-cxx-1/elm_gesture_layer.eo.hh -include/elementary-cxx-1/elm_gesture_layer.eo.impl.hh -include/elementary-cxx-1/elm_glview.eo.hh -include/elementary-cxx-1/elm_glview.eo.impl.hh -include/elementary-cxx-1/elm_hover.eo.hh -include/elementary-cxx-1/elm_hover.eo.impl.hh -include/elementary-cxx-1/elm_hover_internal_part.eo.hh -include/elementary-cxx-1/elm_hover_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_index.eo.hh -include/elementary-cxx-1/elm_index.eo.impl.hh -include/elementary-cxx-1/elm_index_item.eo.hh -include/elementary-cxx-1/elm_index_item.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_accessible.eo.hh -include/elementary-cxx-1/elm_interface_atspi_accessible.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_action.eo.hh -include/elementary-cxx-1/elm_interface_atspi_action.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_component.eo.hh -include/elementary-cxx-1/elm_interface_atspi_component.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_image.eo.hh -include/elementary-cxx-1/elm_interface_atspi_image.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_selection.eo.hh -include/elementary-cxx-1/elm_interface_atspi_selection.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_text.eo.hh -include/elementary-cxx-1/elm_interface_atspi_text.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_text_editable.eo.hh -include/elementary-cxx-1/elm_interface_atspi_text_editable.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_value.eo.hh -include/elementary-cxx-1/elm_interface_atspi_value.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_widget_action.eo.hh -include/elementary-cxx-1/elm_interface_atspi_widget_action.eo.impl.hh -include/elementary-cxx-1/elm_interface_atspi_window.eo.hh -include/elementary-cxx-1/elm_interface_atspi_window.eo.impl.hh -include/elementary-cxx-1/elm_interface_fileselector.eo.hh -include/elementary-cxx-1/elm_interface_fileselector.eo.impl.hh -include/elementary-cxx-1/elm_interface_scrollable.eo.hh -include/elementary-cxx-1/elm_interface_scrollable.eo.impl.hh -include/elementary-cxx-1/elm_label.eo.hh -include/elementary-cxx-1/elm_label.eo.impl.hh -include/elementary-cxx-1/elm_label_internal_part.eo.hh -include/elementary-cxx-1/elm_label_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_layout.eo.hh -include/elementary-cxx-1/elm_layout.eo.impl.hh -include/elementary-cxx-1/elm_layout_internal_part.eo.hh -include/elementary-cxx-1/elm_layout_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_list.eo.hh -include/elementary-cxx-1/elm_list.eo.impl.hh -include/elementary-cxx-1/elm_list_item.eo.hh -include/elementary-cxx-1/elm_list_item.eo.impl.hh -include/elementary-cxx-1/elm_map.eo.hh -include/elementary-cxx-1/elm_map.eo.impl.hh -include/elementary-cxx-1/elm_map_pan.eo.hh -include/elementary-cxx-1/elm_map_pan.eo.impl.hh -include/elementary-cxx-1/elm_mapbuf_internal_part.eo.hh -include/elementary-cxx-1/elm_mapbuf_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_menu.eo.hh -include/elementary-cxx-1/elm_menu.eo.impl.hh -include/elementary-cxx-1/elm_menu_item.eo.hh -include/elementary-cxx-1/elm_menu_item.eo.impl.hh -include/elementary-cxx-1/elm_multibuttonentry.eo.hh -include/elementary-cxx-1/elm_multibuttonentry.eo.impl.hh -include/elementary-cxx-1/elm_multibuttonentry_internal_part.eo.hh -include/elementary-cxx-1/elm_multibuttonentry_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_multibuttonentry_item.eo.hh -include/elementary-cxx-1/elm_multibuttonentry_item.eo.impl.hh -include/elementary-cxx-1/elm_naviframe_internal_part.eo.hh -include/elementary-cxx-1/elm_naviframe_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_notify.eo.hh -include/elementary-cxx-1/elm_notify.eo.impl.hh -include/elementary-cxx-1/elm_notify_internal_part.eo.hh -include/elementary-cxx-1/elm_notify_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_pan.eo.hh -include/elementary-cxx-1/elm_pan.eo.impl.hh -include/elementary-cxx-1/elm_panel.eo.hh -include/elementary-cxx-1/elm_panel.eo.impl.hh -include/elementary-cxx-1/elm_panel_internal_part.eo.hh -include/elementary-cxx-1/elm_panel_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_panes.eo.hh -include/elementary-cxx-1/elm_panes.eo.impl.hh -include/elementary-cxx-1/elm_player.eo.hh -include/elementary-cxx-1/elm_player.eo.impl.hh -include/elementary-cxx-1/elm_player_internal_part.eo.hh -include/elementary-cxx-1/elm_player_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_plug.eo.hh -include/elementary-cxx-1/elm_plug.eo.impl.hh -include/elementary-cxx-1/elm_popup.eo.hh -include/elementary-cxx-1/elm_popup.eo.impl.hh -include/elementary-cxx-1/elm_popup_internal_part.eo.hh -include/elementary-cxx-1/elm_popup_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_popup_item.eo.hh -include/elementary-cxx-1/elm_popup_item.eo.impl.hh -include/elementary-cxx-1/elm_route.eo.hh -include/elementary-cxx-1/elm_route.eo.impl.hh -include/elementary-cxx-1/elm_scroller.eo.hh -include/elementary-cxx-1/elm_scroller.eo.impl.hh -include/elementary-cxx-1/elm_scroller_internal_part.eo.hh -include/elementary-cxx-1/elm_scroller_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_spinner.eo.hh -include/elementary-cxx-1/elm_spinner.eo.impl.hh -include/elementary-cxx-1/elm_sys_notify.eo.hh -include/elementary-cxx-1/elm_sys_notify.eo.impl.hh -include/elementary-cxx-1/elm_sys_notify_dbus.eo.hh -include/elementary-cxx-1/elm_sys_notify_dbus.eo.impl.hh -include/elementary-cxx-1/elm_sys_notify_interface.eo.hh -include/elementary-cxx-1/elm_sys_notify_interface.eo.impl.hh -include/elementary-cxx-1/elm_systray.eo.hh -include/elementary-cxx-1/elm_systray.eo.impl.hh -include/elementary-cxx-1/elm_toolbar.eo.hh -include/elementary-cxx-1/elm_toolbar.eo.impl.hh -include/elementary-cxx-1/elm_toolbar_item.eo.hh -include/elementary-cxx-1/elm_toolbar_item.eo.impl.hh -include/elementary-cxx-1/elm_view_form.eo.hh -include/elementary-cxx-1/elm_view_form.eo.impl.hh -include/elementary-cxx-1/elm_view_list.eo.hh -include/elementary-cxx-1/elm_view_list.eo.impl.hh -include/elementary-cxx-1/elm_web.eo.hh -include/elementary-cxx-1/elm_web.eo.impl.hh -include/elementary-cxx-1/elm_widget.eo.hh -include/elementary-cxx-1/elm_widget.eo.impl.hh -include/elementary-cxx-1/elm_widget_item.eo.hh -include/elementary-cxx-1/elm_widget_item.eo.impl.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_base64.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/efl_canvas_video.eo.h -include/emotion-1/efl_canvas_video.eo.legacy.h -include/eo-1/Eo.h -include/eo-1/efl_class.eo.h -include/eo-1/efl_future.h -include/eo-1/efl_interface.eo.h -include/eo-1/efl_object.eo.h -include/eo-1/efl_object_override.eo.h -include/eo-cxx-1/Eo.hh -include/eo-cxx-1/efl_class.eo.hh -include/eo-cxx-1/efl_class.eo.impl.hh -include/eo-cxx-1/efl_interface.eo.hh -include/eo-cxx-1/efl_interface.eo.impl.hh -include/eo-cxx-1/efl_object.eo.hh -include/eo-cxx-1/efl_object.eo.impl.hh -include/eo-cxx-1/efl_object_override.eo.hh -include/eo-cxx-1/efl_object_override.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_future.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_promise.hh -include/eo-cxx-1/eo_promise_meta.hh -include/eo-cxx-1/eo_wref.hh -include/eolian-1/Eolian.h -include/eolian-cxx-1/Eolian_Cxx.hh -include/eolian-cxx-1/grammar/address_of.hpp -include/eolian-cxx-1/grammar/alternative.hpp -include/eolian-cxx-1/grammar/attribute_conditional.hpp -include/eolian-cxx-1/grammar/attribute_reorder.hpp -include/eolian-cxx-1/grammar/attribute_replace.hpp -include/eolian-cxx-1/grammar/attributes.hpp -include/eolian-cxx-1/grammar/base_class_definition.hpp -include/eolian-cxx-1/grammar/c_type.hpp -include/eolian-cxx-1/grammar/case.hpp -include/eolian-cxx-1/grammar/class_declaration.hpp -include/eolian-cxx-1/grammar/class_definition.hpp -include/eolian-cxx-1/grammar/class_implementation.hpp -include/eolian-cxx-1/grammar/container.hpp -include/eolian-cxx-1/grammar/context.hpp -include/eolian-cxx-1/grammar/converting_argument.hpp -include/eolian-cxx-1/grammar/eps.hpp -include/eolian-cxx-1/grammar/function_declaration.hpp -include/eolian-cxx-1/grammar/function_definition.hpp -include/eolian-cxx-1/grammar/generator.hpp -include/eolian-cxx-1/grammar/header.hpp -include/eolian-cxx-1/grammar/header_guards.hpp -include/eolian-cxx-1/grammar/header_include_directive.hpp -include/eolian-cxx-1/grammar/impl_header.hpp -include/eolian-cxx-1/grammar/implementation_include_directive.hpp -include/eolian-cxx-1/grammar/indentation.hpp -include/eolian-cxx-1/grammar/keyword.hpp -include/eolian-cxx-1/grammar/klass_def.hpp -include/eolian-cxx-1/grammar/kleene.hpp -include/eolian-cxx-1/grammar/list.hpp -include/eolian-cxx-1/grammar/meta.hpp -include/eolian-cxx-1/grammar/namespace.hpp -include/eolian-cxx-1/grammar/parameter.hpp -include/eolian-cxx-1/grammar/qualifier_def.hpp -include/eolian-cxx-1/grammar/sequence.hpp -include/eolian-cxx-1/grammar/string.hpp -include/eolian-cxx-1/grammar/type.hpp -include/eolian-cxx-1/grammar/type_impl.hpp -include/eolian-cxx-1/grammar/type_traits.hpp -%%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 -include/evas-1/Evas_Eo.h -include/evas-1/Evas_GL.h -include/evas-1/Evas_Legacy.h -include/evas-1/Evas_Loader.h -include/evas-1/canvas/efl_canvas_filter_internal.eo.h -include/evas-1/canvas/efl_canvas_filter_internal.eo.legacy.h -include/evas-1/canvas/efl_canvas_group.eo.h -include/evas-1/canvas/efl_canvas_group.eo.legacy.h -include/evas-1/canvas/efl_canvas_group_clipped.eo.h -include/evas-1/canvas/efl_canvas_group_clipped.eo.legacy.h -include/evas-1/canvas/efl_canvas_image.eo.h -include/evas-1/canvas/efl_canvas_image.eo.legacy.h -include/evas-1/canvas/efl_canvas_image_internal.eo.h -include/evas-1/canvas/efl_canvas_image_internal.eo.legacy.h -include/evas-1/canvas/efl_canvas_object.eo.h -include/evas-1/canvas/efl_canvas_object.eo.legacy.h -include/evas-1/canvas/efl_canvas_object_event_grabber.eo.h -include/evas-1/canvas/efl_canvas_object_event_grabber.eo.legacy.h -include/evas-1/canvas/efl_canvas_polygon.eo.h -include/evas-1/canvas/efl_canvas_polygon.eo.legacy.h -include/evas-1/canvas/efl_canvas_proxy.eo.h -include/evas-1/canvas/efl_canvas_proxy.eo.legacy.h -include/evas-1/canvas/efl_canvas_rectangle.eo.h -include/evas-1/canvas/efl_canvas_rectangle.eo.legacy.h -include/evas-1/canvas/efl_canvas_scene3d.eo.h -include/evas-1/canvas/efl_canvas_scene3d.eo.legacy.h -include/evas-1/canvas/efl_canvas_snapshot.eo.h -include/evas-1/canvas/efl_canvas_snapshot.eo.legacy.h -include/evas-1/canvas/efl_canvas_surface.eo.h -include/evas-1/canvas/efl_canvas_surface.eo.legacy.h -include/evas-1/canvas/efl_canvas_surface_tbm.eo.h -include/evas-1/canvas/efl_canvas_surface_tbm.eo.legacy.h -include/evas-1/canvas/efl_canvas_surface_wayland.eo.h -include/evas-1/canvas/efl_canvas_surface_wayland.eo.legacy.h -include/evas-1/canvas/efl_canvas_surface_x11.eo.h -include/evas-1/canvas/efl_canvas_surface_x11.eo.legacy.h -include/evas-1/canvas/efl_canvas_text.eo.h -include/evas-1/canvas/efl_canvas_text.eo.legacy.h -include/evas-1/canvas/efl_gfx_map.eo.h -include/evas-1/canvas/efl_gfx_map.eo.legacy.h -include/evas-1/canvas/efl_input_event.eo.h -include/evas-1/canvas/efl_input_event.eo.legacy.h -include/evas-1/canvas/efl_input_focus.eo.h -include/evas-1/canvas/efl_input_focus.eo.legacy.h -include/evas-1/canvas/efl_input_hold.eo.h -include/evas-1/canvas/efl_input_hold.eo.legacy.h -include/evas-1/canvas/efl_input_interface.eo.h -include/evas-1/canvas/efl_input_interface.eo.legacy.h -include/evas-1/canvas/efl_input_key.eo.h -include/evas-1/canvas/efl_input_key.eo.legacy.h -include/evas-1/canvas/efl_input_pointer.eo.h -include/evas-1/canvas/efl_input_pointer.eo.legacy.h -include/evas-1/canvas/efl_input_state.eo.h -include/evas-1/canvas/efl_input_state.eo.legacy.h -include/evas-1/canvas/efl_ui_clickable.eo.h -include/evas-1/canvas/efl_ui_clickable.eo.legacy.h -include/evas-1/canvas/efl_ui_draggable.eo.h -include/evas-1/canvas/efl_ui_draggable.eo.legacy.h -include/evas-1/canvas/efl_ui_scrollable.eo.h -include/evas-1/canvas/efl_ui_scrollable.eo.legacy.h -include/evas-1/canvas/efl_ui_selectable.eo.h -include/evas-1/canvas/efl_ui_selectable.eo.legacy.h -include/evas-1/canvas/efl_ui_zoom.eo.h -include/evas-1/canvas/efl_ui_zoom.eo.legacy.h -include/evas-1/canvas/efl_vg.eo.h -include/evas-1/canvas/efl_vg.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.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_canvas3d_types.eot.h -include/evas-1/canvas/evas_grid.eo.legacy.h -include/evas-1/canvas/evas_image.eo.legacy.h -include/evas-1/canvas/evas_line.eo.legacy.h -include/evas-1/canvas/evas_table.eo.legacy.h -include/evas-1/canvas/evas_text.eo.legacy.h -include/evas-1/canvas/evas_textblock_legacy.h -include/evas-1/canvas/evas_textgrid.eo.legacy.h -include/evas-1/canvas/evas_vg.eo.h -include/evas-1/canvas/evas_vg.eo.legacy.h -include/evas-cxx-1/Evas.eo.hh -include/evas-cxx-1/Evas.hh -include/evas-cxx-1/canvas/efl_canvas_filter_internal.eo.hh -include/evas-cxx-1/canvas/efl_canvas_filter_internal.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_group.eo.hh -include/evas-cxx-1/canvas/efl_canvas_group.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_group_clipped.eo.hh -include/evas-cxx-1/canvas/efl_canvas_group_clipped.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_image.eo.hh -include/evas-cxx-1/canvas/efl_canvas_image.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_image_internal.eo.hh -include/evas-cxx-1/canvas/efl_canvas_image_internal.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_object.eo.hh -include/evas-cxx-1/canvas/efl_canvas_object.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_object_event_grabber.eo.hh -include/evas-cxx-1/canvas/efl_canvas_object_event_grabber.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_polygon.eo.hh -include/evas-cxx-1/canvas/efl_canvas_polygon.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_proxy.eo.hh -include/evas-cxx-1/canvas/efl_canvas_proxy.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_rectangle.eo.hh -include/evas-cxx-1/canvas/efl_canvas_rectangle.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_scene3d.eo.hh -include/evas-cxx-1/canvas/efl_canvas_scene3d.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_snapshot.eo.hh -include/evas-cxx-1/canvas/efl_canvas_snapshot.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_surface.eo.hh -include/evas-cxx-1/canvas/efl_canvas_surface.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_surface_tbm.eo.hh -include/evas-cxx-1/canvas/efl_canvas_surface_tbm.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_surface_wayland.eo.hh -include/evas-cxx-1/canvas/efl_canvas_surface_wayland.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_surface_x11.eo.hh -include/evas-cxx-1/canvas/efl_canvas_surface_x11.eo.impl.hh -include/evas-cxx-1/canvas/efl_canvas_text.eo.hh -include/evas-cxx-1/canvas/efl_canvas_text.eo.impl.hh -include/evas-cxx-1/canvas/efl_gfx_map.eo.hh -include/evas-cxx-1/canvas/efl_gfx_map.eo.impl.hh -include/evas-cxx-1/canvas/efl_input_event.eo.hh -include/evas-cxx-1/canvas/efl_input_event.eo.impl.hh -include/evas-cxx-1/canvas/efl_input_focus.eo.hh -include/evas-cxx-1/canvas/efl_input_focus.eo.impl.hh -include/evas-cxx-1/canvas/efl_input_hold.eo.hh -include/evas-cxx-1/canvas/efl_input_hold.eo.impl.hh -include/evas-cxx-1/canvas/efl_input_interface.eo.hh -include/evas-cxx-1/canvas/efl_input_interface.eo.impl.hh -include/evas-cxx-1/canvas/efl_input_key.eo.hh -include/evas-cxx-1/canvas/efl_input_key.eo.impl.hh -include/evas-cxx-1/canvas/efl_input_pointer.eo.hh -include/evas-cxx-1/canvas/efl_input_pointer.eo.impl.hh -include/evas-cxx-1/canvas/efl_input_state.eo.hh -include/evas-cxx-1/canvas/efl_input_state.eo.impl.hh -include/evas-cxx-1/canvas/efl_ui_clickable.eo.hh -include/evas-cxx-1/canvas/efl_ui_clickable.eo.impl.hh -include/evas-cxx-1/canvas/efl_ui_draggable.eo.hh -include/evas-cxx-1/canvas/efl_ui_draggable.eo.impl.hh -include/evas-cxx-1/canvas/efl_ui_scrollable.eo.hh -include/evas-cxx-1/canvas/efl_ui_scrollable.eo.impl.hh -include/evas-cxx-1/canvas/efl_ui_selectable.eo.hh -include/evas-cxx-1/canvas/efl_ui_selectable.eo.impl.hh -include/evas-cxx-1/canvas/efl_ui_zoom.eo.hh -include/evas-cxx-1/canvas/efl_ui_zoom.eo.impl.hh -include/evas-cxx-1/canvas/efl_vg.eo.hh -include/evas-cxx-1/canvas/efl_vg.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_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_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_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 -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 -lib/cmake/Elementary/ElementaryConfig.cmake -lib/cmake/Elementary/ElementaryConfigVersion.cmake -lib/cmake/Elua/EluaConfig.cmake -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/Eolian/EolianHelper.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_con/utils/v-%%BRANCHVERSION%%/efl_net_proxy_helper -%%OPENGL%%lib/ecore_evas/engines/extn/v-%%BRANCHVERSION%%/module.so -%%OPENGLES%%lib/ecore_evas/engines/extn/v-%%BRANCHVERSION%%/module.so -%%SDL%%lib/ecore_evas/engines/sdl/v-%%BRANCHVERSION%%/module.so -%%WAYLAND%%lib/ecore_evas/engines/wayland/v-%%BRANCHVERSION%%/module.so -%%OPENGL%%lib/ecore_evas/engines/x/v-%%BRANCHVERSION%%/module.so -%%OPENGLES%%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 -%%WAYLAND%%lib/ecore_imf/modules/wayland/v-%%BRANCHVERSION%%/module.so -lib/ecore_imf/modules/xim/v-%%BRANCHVERSION%%/module.so -lib/edje/modules/elm/v-%%BRANCHVERSION%%/module.so -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 -lib/efreet/v-%%BRANCHVERSION%%/efreet_mime_cache_create -lib/elementary/modules/access_output/v-%%BRANCHVERSION%%/module.so -lib/elementary/modules/clock_input_ctxpopup/v-%%BRANCHVERSION%%/module.so -lib/elementary/modules/prefs/v-%%BRANCHVERSION%%/elm_prefs_swallow.edj -lib/elementary/modules/prefs/v-%%BRANCHVERSION%%/module.so -lib/elementary/modules/test_entry/v-%%BRANCHVERSION%%/module.so -lib/elementary/modules/test_map/v-%%BRANCHVERSION%%/module.so -lib/elementary/modules/web/none/v-%%BRANCHVERSION%%/module.so -%%VLC%%lib/emotion/generic_players/v-%%BRANCHVERSION%%/vlc -%%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 -%%OPENGL%%lib/evas/modules/engines/gl_x11/v-%%BRANCHVERSION%%/module.so -lib/evas/modules/engines/software_x11/v-%%BRANCHVERSION%%/module.so -%%WAYLAND_EGL%%lib/evas/modules/engines/wayland_egl/v-%%BRANCHVERSION%%/module.so -%%WAYLAND%%lib/evas/modules/engines/wayland_shm/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 -%%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 -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.doc -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.docx -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.libreoffice -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.odp -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.ods -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.odt -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.ppt -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.pptx -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.rtf -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.xls -%%PDF%%lib/evas/utils/evas_generic_pdf_loader.xlsx -%%GSTREAMER%%lib/evas/utils/evas_image_loader.264 -%%GSTREAMER%%lib/evas/utils/evas_image_loader.3g2 -%%GSTREAMER%%lib/evas/utils/evas_image_loader.3gp -%%GSTREAMER%%lib/evas/utils/evas_image_loader.3gp2 -%%GSTREAMER%%lib/evas/utils/evas_image_loader.3gpp -%%GSTREAMER%%lib/evas/utils/evas_image_loader.3gpp2 -%%GSTREAMER%%lib/evas/utils/evas_image_loader.3p2 -%%RAW%%lib/evas/utils/evas_image_loader.arw -%%GSTREAMER%%lib/evas/utils/evas_image_loader.asf -%%GSTREAMER%%lib/evas/utils/evas_image_loader.avi -%%GSTREAMER%%lib/evas/utils/evas_image_loader.bdm -%%GSTREAMER%%lib/evas/utils/evas_image_loader.bdmv -%%GSTREAMER%%lib/evas/utils/evas_image_loader.clpi -%%GSTREAMER%%lib/evas/utils/evas_image_loader.cpi -%%RAW%%lib/evas/utils/evas_image_loader.cr2 -%%RAW%%lib/evas/utils/evas_image_loader.crw -%%RAW%%lib/evas/utils/evas_image_loader.dcr -%%RAW%%lib/evas/utils/evas_image_loader.dng -%%PDF%%lib/evas/utils/evas_image_loader.doc -%%PDF%%lib/evas/utils/evas_image_loader.docx -%%GSTREAMER%%lib/evas/utils/evas_image_loader.dv -%%RAW%%lib/evas/utils/evas_image_loader.erf -%%GSTREAMER%%lib/evas/utils/evas_image_loader.fla -%%GSTREAMER%%lib/evas/utils/evas_image_loader.flv -%%GSTREAMER%%lib/evas/utils/evas_image_loader.gst -%%RAW%%lib/evas/utils/evas_image_loader.k25 -%%RAW%%lib/evas/utils/evas_image_loader.kdc -%%GSTREAMER%%lib/evas/utils/evas_image_loader.m1v -%%GSTREAMER%%lib/evas/utils/evas_image_loader.m2t -%%GSTREAMER%%lib/evas/utils/evas_image_loader.m2v -%%GSTREAMER%%lib/evas/utils/evas_image_loader.m4v -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mkv -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mov -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mp2 -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mp2ts -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mp4 -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mpe -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mpeg -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mpg -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mpl -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mpls -%%RAW%%lib/evas/utils/evas_image_loader.mrw -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mts -%%GSTREAMER%%lib/evas/utils/evas_image_loader.mxf -%%RAW%%lib/evas/utils/evas_image_loader.nef -%%RAW%%lib/evas/utils/evas_image_loader.nrf -%%RAW%%lib/evas/utils/evas_image_loader.nrw -%%GSTREAMER%%lib/evas/utils/evas_image_loader.nut -%%GSTREAMER%%lib/evas/utils/evas_image_loader.nuv -%%PDF%%lib/evas/utils/evas_image_loader.odp -%%PDF%%lib/evas/utils/evas_image_loader.ods -%%PDF%%lib/evas/utils/evas_image_loader.odt -%%GSTREAMER%%lib/evas/utils/evas_image_loader.ogg -%%GSTREAMER%%lib/evas/utils/evas_image_loader.ogm -%%GSTREAMER%%lib/evas/utils/evas_image_loader.ogv -%%RAW%%lib/evas/utils/evas_image_loader.orf -%%PDF%%lib/evas/utils/evas_image_loader.pdf -%%RAW%%lib/evas/utils/evas_image_loader.pef -%%PDF%%lib/evas/utils/evas_image_loader.ppt -%%PDF%%lib/evas/utils/evas_image_loader.pptx -%%PS%%lib/evas/utils/evas_image_loader.ps -%%GSTREAMER%%lib/evas/utils/evas_image_loader.qt -%%RAW%%lib/evas/utils/evas_image_loader.raf -%%RAW%%lib/evas/utils/evas_image_loader.raw -%%GSTREAMER%%lib/evas/utils/evas_image_loader.rm -%%GSTREAMER%%lib/evas/utils/evas_image_loader.rmj -%%GSTREAMER%%lib/evas/utils/evas_image_loader.rmm -%%GSTREAMER%%lib/evas/utils/evas_image_loader.rms -%%GSTREAMER%%lib/evas/utils/evas_image_loader.rmvb -%%GSTREAMER%%lib/evas/utils/evas_image_loader.rmx -%%PDF%%lib/evas/utils/evas_image_loader.rtf -%%GSTREAMER%%lib/evas/utils/evas_image_loader.rv -%%RAW%%lib/evas/utils/evas_image_loader.rw2 -%%RAW%%lib/evas/utils/evas_image_loader.sr2 -%%RAW%%lib/evas/utils/evas_image_loader.srf -%%SVG%%lib/evas/utils/evas_image_loader.svg -%%SVG%%lib/evas/utils/evas_image_loader.svg.gz -%%SVG%%lib/evas/utils/evas_image_loader.svgz -%%GSTREAMER%%lib/evas/utils/evas_image_loader.swf -%%GSTREAMER%%lib/evas/utils/evas_image_loader.ts -%%GSTREAMER%%lib/evas/utils/evas_image_loader.weba -%%GSTREAMER%%lib/evas/utils/evas_image_loader.webm -%%GSTREAMER%%lib/evas/utils/evas_image_loader.wmv -%%RAW%%lib/evas/utils/evas_image_loader.x3f -%%XCF%%lib/evas/utils/evas_image_loader.xcf -%%XCF%%lib/evas/utils/evas_image_loader.xcf.gz -%%PDF%%lib/evas/utils/evas_image_loader.xls -%%PDF%%lib/evas/utils/evas_image_loader.xlsx -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%% -%%SDL%%lib/libecore_sdl.so -%%SDL%%lib/libecore_sdl.so.1 -%%SDL%%lib/libecore_sdl.so.%%PORTVERSION%% -%%WAYLAND%%lib/libecore_wl2.so -%%WAYLAND%%lib/libecore_wl2.so.1 -%%WAYLAND%%lib/libecore_wl2.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%% -%%WAYLAND%%lib/libefl_wl.so -%%WAYLAND%%lib/libefl_wl.so.1 -%%WAYLAND%%lib/libefl_wl.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/libelementary.so -lib/libelementary.so.1 -lib/libelementary.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/libeo_dbg.so -lib/libeo_dbg.so.1 -lib/libeo_dbg.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 -%%SDL%%libdata/pkgconfig/ecore-sdl.pc -%%WAYLAND%%libdata/pkgconfig/ecore-wl2.pc -libdata/pkgconfig/ecore-x.pc -libdata/pkgconfig/ecore.pc -libdata/pkgconfig/ector.pc -libdata/pkgconfig/edje-cxx.pc -libdata/pkgconfig/edje.pc -libdata/pkgconfig/eet-cxx.pc -libdata/pkgconfig/eet.pc -libdata/pkgconfig/efl-cxx.pc -%%WAYLAND%%libdata/pkgconfig/efl-wl.pc -libdata/pkgconfig/efl.pc -libdata/pkgconfig/efreet-mime.pc -libdata/pkgconfig/efreet-trash.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/elementary-cxx.pc -libdata/pkgconfig/elementary.pc -libdata/pkgconfig/elocation.pc -%%ELUA%%libdata/pkgconfig/elua.pc -libdata/pkgconfig/embryo.pc -libdata/pkgconfig/emile.pc -libdata/pkgconfig/emotion.pc -libdata/pkgconfig/eo-cxx.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 -%%OPENGLES%%libdata/pkgconfig/evas-opengl-x11.pc -libdata/pkgconfig/evas-software-buffer.pc -libdata/pkgconfig/evas-software-x11.pc -%%WAYLAND_EGL%%libdata/pkgconfig/evas-wayland-egl.pc -%%WAYLAND%%libdata/pkgconfig/evas-wayland-shm.pc -libdata/pkgconfig/evas.pc -share/applications/elementary_config.desktop -share/applications/elementary_test.desktop -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 -share/elementary/config/default/base.cfg -share/elementary/config/default/icon.png -share/elementary/config/default/profile.desktop -share/elementary/config/mobile/base.cfg -share/elementary/config/mobile/icon.png -share/elementary/config/mobile/profile.desktop -share/elementary/config/profile.cfg -share/elementary/config/standard/base.cfg -share/elementary/config/standard/icon.png -share/elementary/config/standard/profile.desktop -share/elementary/edje_externals/icons.edj -share/elementary/images/animated_logo.gif -share/elementary/images/bubble.png -share/elementary/images/bubble_sh.png -share/elementary/images/earth_normal.png -share/elementary/images/fire.gif -share/elementary/images/g_layer/double_tap_1.png -share/elementary/images/g_layer/double_tap_2.png -share/elementary/images/g_layer/double_tap_3.png -share/elementary/images/g_layer/double_tap_4.png -share/elementary/images/g_layer/double_tap_5.png -share/elementary/images/g_layer/flick_1.png -share/elementary/images/g_layer/flick_2.png -share/elementary/images/g_layer/flick_3.png -share/elementary/images/g_layer/flick_4.png -share/elementary/images/g_layer/flick_5.png -share/elementary/images/g_layer/line_1.png -share/elementary/images/g_layer/line_2.png -share/elementary/images/g_layer/line_3.png -share/elementary/images/g_layer/line_4.png -share/elementary/images/g_layer/line_5.png -share/elementary/images/g_layer/long_tap_1.png -share/elementary/images/g_layer/long_tap_2.png -share/elementary/images/g_layer/long_tap_3.png -share/elementary/images/g_layer/long_tap_4.png -share/elementary/images/g_layer/long_tap_5.png -share/elementary/images/g_layer/momentum_1.png -share/elementary/images/g_layer/momentum_2.png -share/elementary/images/g_layer/momentum_3.png -share/elementary/images/g_layer/momentum_4.png -share/elementary/images/g_layer/momentum_5.png -share/elementary/images/g_layer/rotate_1.png -share/elementary/images/g_layer/tap_1.png -share/elementary/images/g_layer/tap_2.png -share/elementary/images/g_layer/tap_3.png -share/elementary/images/g_layer/tap_4.png -share/elementary/images/g_layer/tap_5.png -share/elementary/images/g_layer/triple_tap_1.png -share/elementary/images/g_layer/triple_tap_2.png -share/elementary/images/g_layer/triple_tap_3.png -share/elementary/images/g_layer/triple_tap_4.png -share/elementary/images/g_layer/triple_tap_5.png -share/elementary/images/g_layer/zoom_1.png -share/elementary/images/icon_00.png -share/elementary/images/icon_01.png -share/elementary/images/icon_02.png -share/elementary/images/icon_03.png -share/elementary/images/icon_04.png -share/elementary/images/icon_05.png -share/elementary/images/icon_06.png -share/elementary/images/icon_07.png -share/elementary/images/icon_08.png -share/elementary/images/icon_09.png -share/elementary/images/icon_10.png -share/elementary/images/icon_11.png -share/elementary/images/icon_12.png -share/elementary/images/icon_13.png -share/elementary/images/icon_14.png -share/elementary/images/icon_15.png -share/elementary/images/icon_16.png -share/elementary/images/icon_17.png -share/elementary/images/icon_18.png -share/elementary/images/icon_19.png -share/elementary/images/icon_20.png -share/elementary/images/icon_21.png -share/elementary/images/icon_22.png -share/elementary/images/icon_23.png -share/elementary/images/icon_right_arrow.png -share/elementary/images/insanely_huge_test_image.jpg -share/elementary/images/logo.png -share/elementary/images/logo_small.png -share/elementary/images/mystrale.jpg -share/elementary/images/mystrale_2.jpg -share/elementary/images/panel_01.jpg -share/elementary/images/parking.png -share/elementary/images/plant_01.jpg -share/elementary/images/pm_fill.png -share/elementary/images/pol_shadow.png -share/elementary/images/pol_sky.png -share/elementary/images/pol_twofish.png -share/elementary/images/pt.png -share/elementary/images/rock_01.jpg -share/elementary/images/rock_02.jpg -share/elementary/images/sky_01.jpg -share/elementary/images/sky_02.jpg -share/elementary/images/sky_03.jpg -share/elementary/images/sky_04.jpg -share/elementary/images/space.png -share/elementary/images/twofish.jpg -share/elementary/images/wood_01.jpg -share/elementary/objects/cursors.edj -share/elementary/objects/font_preview.edj -share/elementary/objects/multibuttonentry.edj -share/elementary/objects/multip.edj -share/elementary/objects/postit_ent.edj -share/elementary/objects/test.edj -share/elementary/objects/test_external.edj -share/elementary/objects/test_focus_style.edj -share/elementary/objects/test_masking.edj -share/elementary/objects/test_prefs.edj -share/elementary/objects/test_prefs.epb -share/elementary/objects/test_tooltip.edj -share/elementary/testdiff.diff -share/elementary/testfile-windows.txt -share/elementary/testfile-withblanks.txt -share/elementary/testfile.txt -share/elementary/themes/default.edj -%%ELUA%%share/elua/apps/README-docgen.md -%%ELUA%%share/elua/apps/docgen/doctree.lua -%%ELUA%%share/elua/apps/docgen/keyref.lua -%%ELUA%%share/elua/apps/docgen/stats.lua -%%ELUA%%share/elua/apps/docgen/util.lua -%%ELUA%%share/elua/apps/docgen/writer.lua -%%ELUA%%share/elua/apps/gendoc.lua -%%ELUA%%share/elua/apps/gendoc.sh -%%ELUA%%share/elua/apps/lualian.lua -%%ELUA%%share/elua/checkme -%%ELUA%%share/elua/core/gettext.lua -%%ELUA%%share/elua/core/module.lua -%%ELUA%%share/elua/core/serializer.lua -%%ELUA%%share/elua/core/util.lua -%%ELUA%%share/elua/modules/benchmark.lua -%%ELUA%%share/elua/modules/ecore/ecore_exe.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_buffered_stream.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_closer_fd.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_copier.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_file.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_positioner_fd.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_reader_fd.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_sizer_fd.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_stderr.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_stdin.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_stdout.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_io_writer_fd.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_loop.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_loop_fd.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_loop_timer.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_loop_user.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_model_composite_boolean.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_model_composite_boolean_children.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_model_container.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_model_container_item.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_model_item.eo.lua -%%ELUA%%share/elua/modules/ecore/efl_promise.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_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/efl_net_control.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_control_access_point.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_control_technology.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_http.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_simple.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_ssl.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_tcp.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_udp.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_unix.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_websocket.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_ip_address.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server_fd.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server_simple.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server_ssl.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server_tcp.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server_udp.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server_udp_client.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_server_unix.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_session.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_socket.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_fd.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_simple.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_ssl.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_tcp.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_udp.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_unix.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_net_ssl_context.eo.lua -%%ELUA%%share/elua/modules/edje/edje_edit.eo.lua -%%ELUA%%share/elua/modules/edje/edje_object.eo.lua -%%ELUA%%share/elua/modules/edje/efl_canvas_layout_external.eo.lua -%%ELUA%%share/elua/modules/edje/efl_canvas_layout_internal.eo.lua -%%ELUA%%share/elua/modules/edje/efl_canvas_layout_internal_box.eo.lua -%%ELUA%%share/elua/modules/edje/efl_canvas_layout_internal_swallow.eo.lua -%%ELUA%%share/elua/modules/edje/efl_canvas_layout_internal_table.eo.lua -%%ELUA%%share/elua/modules/edje/efl_canvas_layout_internal_text.eo.lua -%%ELUA%%share/elua/modules/efl/efl_animator.eo.lua -%%ELUA%%share/elua/modules/efl/efl_canvas.eo.lua -%%ELUA%%share/elua/modules/efl/efl_config.eo.lua -%%ELUA%%share/elua/modules/efl/efl_container.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_flipable.eo.lua -%%ELUA%%share/elua/modules/efl/efl_gfx.eo.lua -%%ELUA%%share/elua/modules/efl/efl_gfx_buffer.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.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_path.eo.lua -%%ELUA%%share/elua/modules/efl/efl_gfx_shape.eo.lua -%%ELUA%%share/elua/modules/efl/efl_gfx_size_hint.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_image_animated.eo.lua -%%ELUA%%share/elua/modules/efl/efl_image_load.eo.lua -%%ELUA%%share/elua/modules/efl/efl_input_device.eo.lua -%%ELUA%%share/elua/modules/efl/efl_io_buffer.eo.lua -%%ELUA%%share/elua/modules/efl/efl_io_closer.eo.lua -%%ELUA%%share/elua/modules/efl/efl_io_positioner.eo.lua -%%ELUA%%share/elua/modules/efl/efl_io_queue.eo.lua -%%ELUA%%share/elua/modules/efl/efl_io_reader.eo.lua -%%ELUA%%share/elua/modules/efl/efl_io_sizer.eo.lua -%%ELUA%%share/elua/modules/efl/efl_io_writer.eo.lua -%%ELUA%%share/elua/modules/efl/efl_model.eo.lua -%%ELUA%%share/elua/modules/efl/efl_observable.eo.lua -%%ELUA%%share/elua/modules/efl/efl_observer.eo.lua -%%ELUA%%share/elua/modules/efl/efl_orientation.eo.lua -%%ELUA%%share/elua/modules/efl/efl_pack.eo.lua -%%ELUA%%share/elua/modules/efl/efl_pack_grid.eo.lua -%%ELUA%%share/elua/modules/efl/efl_pack_layout.eo.lua -%%ELUA%%share/elua/modules/efl/efl_pack_linear.eo.lua -%%ELUA%%share/elua/modules/efl/efl_part.eo.lua -%%ELUA%%share/elua/modules/efl/efl_player.eo.lua -%%ELUA%%share/elua/modules/efl/efl_screen.eo.lua -%%ELUA%%share/elua/modules/efl/efl_text.eo.lua -%%ELUA%%share/elua/modules/efl/efl_text_annotate.eo.lua -%%ELUA%%share/elua/modules/efl/efl_text_cursor.eo.lua -%%ELUA%%share/elua/modules/efl/efl_text_font.eo.lua -%%ELUA%%share/elua/modules/efl/efl_text_format.eo.lua -%%ELUA%%share/elua/modules/efl/efl_text_properties.eo.lua -%%ELUA%%share/elua/modules/efl/efl_text_style.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_autorepeat.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_base.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_drag.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_factory.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_item.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_menu.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_model_connect.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_model_factory_connect.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_range.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_spin.eo.lua -%%ELUA%%share/elua/modules/efl/efl_ui_view.eo.lua -%%ELUA%%share/elua/modules/efl/efl_vpath.eo.lua -%%ELUA%%share/elua/modules/efl/efl_vpath_core.eo.lua -%%ELUA%%share/elua/modules/efl/efl_vpath_file.eo.lua -%%ELUA%%share/elua/modules/efl/efl_vpath_file_core.eo.lua -%%ELUA%%share/elua/modules/efl/efl_vpath_manager.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/elementary/efl_config_global.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_box.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_box_flow.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_box_stack.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_button.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_button_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_check.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_clock.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_flip.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_flip_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_focus_manager.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_focus_manager_root_focus.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_focus_manager_sub.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_focus_object.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_focus_user.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_frame.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_grid.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_grid_static.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_image.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_image_factory.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_image_zoomable.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_image_zoomable_pan.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_layout_internal_box.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_layout_internal_table.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_nstate.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_progressbar.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_progressbar_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_radio.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_slider.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_slider_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_text.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_text_editable.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_text_interactive.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_video.eo.lua -%%ELUA%%share/elua/modules/elementary/efl_ui_win.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_actionslider_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_atspi_app_object.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_atspi_bridge.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_bg.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_bubble_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_calendar.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_clock.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_code_widget.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_color_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_colorselector.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_combobox.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_conformant.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_ctxpopup.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_ctxpopup_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_ctxpopup_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_dayselector.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_dayselector_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_dayselector_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_entry.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_entry_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_fileselector.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_fileselector_entry_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_fileselector_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_flip_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_flipselector_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_gengrid.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_gengrid_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_gengrid_pan.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_genlist.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_genlist_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_genlist_pan.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_gesture_layer.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_glview.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_hover.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_hover_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_index.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_index_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_accessible.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_action.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_component.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_image.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_selection.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_text.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_text_editable.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_value.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_widget_action.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_window.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_fileselector.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_interface_scrollable.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_label.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_label_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_layout.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_layout_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_list.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_list_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_map.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_map_pan.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_mapbuf_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_menu.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_menu_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_multibuttonentry.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_multibuttonentry_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_multibuttonentry_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_naviframe_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_notify.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_notify_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_pan.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_panel.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_panel_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_panes.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_player.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_player_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_plug.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_popup.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_popup_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_popup_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_route.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_scroller.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_scroller_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_spinner.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_sys_notify.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_sys_notify_dbus.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_sys_notify_interface.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_systray.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_toolbar.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_toolbar_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_view_form.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_view_list.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_web.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_widget.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_widget_item.eo.lua -%%ELUA%%share/elua/modules/emotion/efl_canvas_video.eo.lua -%%ELUA%%share/elua/modules/eo.lua -%%ELUA%%share/elua/modules/eolian.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_filter_internal.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_group.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_group_clipped.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_image.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_image_internal.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_object.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_object_event_grabber.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_polygon.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_proxy.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_rectangle.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_scene3d.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_snapshot.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_surface.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_surface_tbm.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_surface_wayland.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_surface_x11.eo.lua -%%ELUA%%share/elua/modules/evas/efl_canvas_text.eo.lua -%%ELUA%%share/elua/modules/evas/efl_gfx_map.eo.lua -%%ELUA%%share/elua/modules/evas/efl_input_event.eo.lua -%%ELUA%%share/elua/modules/evas/efl_input_focus.eo.lua -%%ELUA%%share/elua/modules/evas/efl_input_hold.eo.lua -%%ELUA%%share/elua/modules/evas/efl_input_interface.eo.lua -%%ELUA%%share/elua/modules/evas/efl_input_key.eo.lua -%%ELUA%%share/elua/modules/evas/efl_input_pointer.eo.lua -%%ELUA%%share/elua/modules/evas/efl_input_state.eo.lua -%%ELUA%%share/elua/modules/evas/efl_ui_clickable.eo.lua -%%ELUA%%share/elua/modules/evas/efl_ui_draggable.eo.lua -%%ELUA%%share/elua/modules/evas/efl_ui_scrollable.eo.lua -%%ELUA%%share/elua/modules/evas/efl_ui_selectable.eo.lua -%%ELUA%%share/elua/modules/evas/efl_ui_zoom.eo.lua -%%ELUA%%share/elua/modules/evas/efl_vg.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_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_vg.eo.lua -%%ELUA%%share/elua/modules/getopt.lua -%%ELUA%%share/elua/modules/lualian.lua -share/embryo/include/default.inc -share/emotion/checkme -share/eo/gdb/eo_gdb.py -%%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_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_exe.eo -share/eolian/include/ecore-1/efl_io_buffered_stream.eo -share/eolian/include/ecore-1/efl_io_closer_fd.eo -share/eolian/include/ecore-1/efl_io_copier.eo -share/eolian/include/ecore-1/efl_io_file.eo -share/eolian/include/ecore-1/efl_io_positioner_fd.eo -share/eolian/include/ecore-1/efl_io_reader_fd.eo -share/eolian/include/ecore-1/efl_io_sizer_fd.eo -share/eolian/include/ecore-1/efl_io_stderr.eo -share/eolian/include/ecore-1/efl_io_stdin.eo -share/eolian/include/ecore-1/efl_io_stdout.eo -share/eolian/include/ecore-1/efl_io_writer_fd.eo -share/eolian/include/ecore-1/efl_loop.eo -share/eolian/include/ecore-1/efl_loop_fd.eo -share/eolian/include/ecore-1/efl_loop_timer.eo -share/eolian/include/ecore-1/efl_loop_user.eo -share/eolian/include/ecore-1/efl_model_composite_boolean.eo -share/eolian/include/ecore-1/efl_model_composite_boolean_children.eo -share/eolian/include/ecore-1/efl_model_container.eo -share/eolian/include/ecore-1/efl_model_container_item.eo -share/eolian/include/ecore-1/efl_model_item.eo -share/eolian/include/ecore-1/efl_net_control.eo -share/eolian/include/ecore-1/efl_net_control_access_point.eo -share/eolian/include/ecore-1/efl_net_control_technology.eo -share/eolian/include/ecore-1/efl_net_dialer.eo -share/eolian/include/ecore-1/efl_net_dialer_http.eo -share/eolian/include/ecore-1/efl_net_dialer_simple.eo -share/eolian/include/ecore-1/efl_net_dialer_ssl.eo -share/eolian/include/ecore-1/efl_net_dialer_tcp.eo -share/eolian/include/ecore-1/efl_net_dialer_udp.eo -share/eolian/include/ecore-1/efl_net_dialer_unix.eo -share/eolian/include/ecore-1/efl_net_dialer_websocket.eo -share/eolian/include/ecore-1/efl_net_http_types.eot -share/eolian/include/ecore-1/efl_net_ip_address.eo -share/eolian/include/ecore-1/efl_net_server.eo -share/eolian/include/ecore-1/efl_net_server_fd.eo -share/eolian/include/ecore-1/efl_net_server_simple.eo -share/eolian/include/ecore-1/efl_net_server_ssl.eo -share/eolian/include/ecore-1/efl_net_server_tcp.eo -share/eolian/include/ecore-1/efl_net_server_udp.eo -share/eolian/include/ecore-1/efl_net_server_udp_client.eo -share/eolian/include/ecore-1/efl_net_server_unix.eo -share/eolian/include/ecore-1/efl_net_session.eo -share/eolian/include/ecore-1/efl_net_socket.eo -share/eolian/include/ecore-1/efl_net_socket_fd.eo -share/eolian/include/ecore-1/efl_net_socket_simple.eo -share/eolian/include/ecore-1/efl_net_socket_ssl.eo -share/eolian/include/ecore-1/efl_net_socket_tcp.eo -share/eolian/include/ecore-1/efl_net_socket_udp.eo -share/eolian/include/ecore-1/efl_net_socket_unix.eo -share/eolian/include/ecore-1/efl_net_ssl_context.eo -share/eolian/include/ecore-1/efl_net_ssl_types.eot -share/eolian/include/ecore-1/efl_net_types.eot -share/eolian/include/ecore-1/efl_promise.eo -share/eolian/include/ector-1/ector_buffer.eo -share/eolian/include/ector-1/ector_cairo_software_surface.eo -share/eolian/include/ector-1/ector_cairo_surface.eo -share/eolian/include/ector-1/ector_gl_buffer.eo -share/eolian/include/ector-1/ector_gl_surface.eo -share/eolian/include/ector-1/ector_renderer.eo -share/eolian/include/ector-1/ector_renderer_cairo.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_gl.eo -share/eolian/include/ector-1/ector_renderer_gl_gradient_linear.eo -share/eolian/include/ector-1/ector_renderer_gl_gradient_radial.eo -share/eolian/include/ector-1/ector_renderer_gl_shape.eo -share/eolian/include/ector-1/ector_renderer_gradient.eo -share/eolian/include/ector-1/ector_renderer_gradient_linear.eo -share/eolian/include/ector-1/ector_renderer_gradient_radial.eo -share/eolian/include/ector-1/ector_renderer_shape.eo -share/eolian/include/ector-1/ector_renderer_software.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_buffer.eo -share/eolian/include/ector-1/ector_software_buffer_base.eo -share/eolian/include/ector-1/ector_software_surface.eo -share/eolian/include/ector-1/ector_surface.eo -share/eolian/include/ector-1/ector_types.eot -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/edje-1/efl_canvas_layout_external.eo -share/eolian/include/edje-1/efl_canvas_layout_internal.eo -share/eolian/include/edje-1/efl_canvas_layout_internal_box.eo -share/eolian/include/edje-1/efl_canvas_layout_internal_swallow.eo -share/eolian/include/edje-1/efl_canvas_layout_internal_table.eo -share/eolian/include/edje-1/efl_canvas_layout_internal_text.eo -share/eolian/include/efl-1/efl_animator.eo -share/eolian/include/efl-1/efl_canvas.eo -share/eolian/include/efl-1/efl_config.eo -share/eolian/include/efl-1/efl_container.eo -share/eolian/include/efl-1/efl_control.eo -share/eolian/include/efl-1/efl_file.eo -share/eolian/include/efl-1/efl_flipable.eo -share/eolian/include/efl-1/efl_gfx.eo -share/eolian/include/efl-1/efl_gfx_buffer.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.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_path.eo -share/eolian/include/efl-1/efl_gfx_shape.eo -share/eolian/include/efl-1/efl_gfx_size_hint.eo -share/eolian/include/efl-1/efl_gfx_stack.eo -share/eolian/include/efl-1/efl_gfx_types.eot -share/eolian/include/efl-1/efl_gfx_view.eo -share/eolian/include/efl-1/efl_image.eo -share/eolian/include/efl-1/efl_image_animated.eo -share/eolian/include/efl-1/efl_image_load.eo -share/eolian/include/efl-1/efl_input_device.eo -share/eolian/include/efl-1/efl_input_types.eot -share/eolian/include/efl-1/efl_io_buffer.eo -share/eolian/include/efl-1/efl_io_closer.eo -share/eolian/include/efl-1/efl_io_positioner.eo -share/eolian/include/efl-1/efl_io_queue.eo -share/eolian/include/efl-1/efl_io_reader.eo -share/eolian/include/efl-1/efl_io_sizer.eo -share/eolian/include/efl-1/efl_io_writer.eo -share/eolian/include/efl-1/efl_model.eo -share/eolian/include/efl-1/efl_observable.eo -share/eolian/include/efl-1/efl_observer.eo -share/eolian/include/efl-1/efl_orientation.eo -share/eolian/include/efl-1/efl_pack.eo -share/eolian/include/efl-1/efl_pack_grid.eo -share/eolian/include/efl-1/efl_pack_layout.eo -share/eolian/include/efl-1/efl_pack_linear.eo -share/eolian/include/efl-1/efl_part.eo -share/eolian/include/efl-1/efl_player.eo -share/eolian/include/efl-1/efl_screen.eo -share/eolian/include/efl-1/efl_text.eo -share/eolian/include/efl-1/efl_text_annotate.eo -share/eolian/include/efl-1/efl_text_cursor.eo -share/eolian/include/efl-1/efl_text_font.eo -share/eolian/include/efl-1/efl_text_format.eo -share/eolian/include/efl-1/efl_text_properties.eo -share/eolian/include/efl-1/efl_text_style.eo -share/eolian/include/efl-1/efl_text_types.eot -share/eolian/include/efl-1/efl_types.eot -share/eolian/include/efl-1/efl_ui_autorepeat.eo -share/eolian/include/efl-1/efl_ui_base.eo -share/eolian/include/efl-1/efl_ui_drag.eo -share/eolian/include/efl-1/efl_ui_factory.eo -share/eolian/include/efl-1/efl_ui_item.eo -share/eolian/include/efl-1/efl_ui_menu.eo -share/eolian/include/efl-1/efl_ui_model_connect.eo -share/eolian/include/efl-1/efl_ui_model_factory_connect.eo -share/eolian/include/efl-1/efl_ui_range.eo -share/eolian/include/efl-1/efl_ui_spin.eo -share/eolian/include/efl-1/efl_ui_types.eot -share/eolian/include/efl-1/efl_ui_view.eo -share/eolian/include/efl-1/efl_vpath.eo -share/eolian/include/efl-1/efl_vpath_core.eo -share/eolian/include/efl-1/efl_vpath_file.eo -share/eolian/include/efl-1/efl_vpath_file_core.eo -share/eolian/include/efl-1/efl_vpath_manager.eo -share/eolian/include/eio-1/efl_io_manager.eo -share/eolian/include/eio-1/eio_model.eo -share/eolian/include/eio-1/eio_sentry.eo -share/eolian/include/eldbus-1/eldbus_model_arguments.eo -share/eolian/include/eldbus-1/eldbus_model_connection.eo -share/eolian/include/eldbus-1/eldbus_model_method.eo -share/eolian/include/eldbus-1/eldbus_model_object.eo -share/eolian/include/eldbus-1/eldbus_model_proxy.eo -share/eolian/include/eldbus-1/eldbus_model_signal.eo -share/eolian/include/eldbus-1/eldbus_types.eot -share/eolian/include/elementary-1/efl_config_global.eo -share/eolian/include/elementary-1/efl_ui_box.eo -share/eolian/include/elementary-1/efl_ui_box_flow.eo -share/eolian/include/elementary-1/efl_ui_box_stack.eo -share/eolian/include/elementary-1/efl_ui_button.eo -share/eolian/include/elementary-1/efl_ui_button_internal_part.eo -share/eolian/include/elementary-1/efl_ui_check.eo -share/eolian/include/elementary-1/efl_ui_clock.eo -share/eolian/include/elementary-1/efl_ui_flip.eo -share/eolian/include/elementary-1/efl_ui_flip_internal_part.eo -share/eolian/include/elementary-1/efl_ui_focus_manager.eo -share/eolian/include/elementary-1/efl_ui_focus_manager_root_focus.eo -share/eolian/include/elementary-1/efl_ui_focus_manager_sub.eo -share/eolian/include/elementary-1/efl_ui_focus_object.eo -share/eolian/include/elementary-1/efl_ui_focus_user.eo -share/eolian/include/elementary-1/efl_ui_frame.eo -share/eolian/include/elementary-1/efl_ui_grid.eo -share/eolian/include/elementary-1/efl_ui_grid_static.eo -share/eolian/include/elementary-1/efl_ui_image.eo -share/eolian/include/elementary-1/efl_ui_image_factory.eo -share/eolian/include/elementary-1/efl_ui_image_zoomable.eo -share/eolian/include/elementary-1/efl_ui_image_zoomable_pan.eo -share/eolian/include/elementary-1/efl_ui_layout_internal_box.eo -share/eolian/include/elementary-1/efl_ui_layout_internal_table.eo -share/eolian/include/elementary-1/efl_ui_nstate.eo -share/eolian/include/elementary-1/efl_ui_progressbar.eo -share/eolian/include/elementary-1/efl_ui_progressbar_internal_part.eo -share/eolian/include/elementary-1/efl_ui_radio.eo -share/eolian/include/elementary-1/efl_ui_slider.eo -share/eolian/include/elementary-1/efl_ui_slider_internal_part.eo -share/eolian/include/elementary-1/efl_ui_text.eo -share/eolian/include/elementary-1/efl_ui_text_editable.eo -share/eolian/include/elementary-1/efl_ui_text_interactive.eo -share/eolian/include/elementary-1/efl_ui_video.eo -share/eolian/include/elementary-1/efl_ui_win.eo -share/eolian/include/elementary-1/elm_actionslider_internal_part.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_bubble_internal_part.eo -share/eolian/include/elementary-1/elm_calendar.eo -share/eolian/include/elementary-1/elm_clock.eo -share/eolian/include/elementary-1/elm_code_widget.eo -share/eolian/include/elementary-1/elm_color_item.eo -share/eolian/include/elementary-1/elm_colorselector.eo -share/eolian/include/elementary-1/elm_combobox.eo -share/eolian/include/elementary-1/elm_conformant.eo -share/eolian/include/elementary-1/elm_ctxpopup.eo -share/eolian/include/elementary-1/elm_ctxpopup_internal_part.eo -share/eolian/include/elementary-1/elm_ctxpopup_item.eo -share/eolian/include/elementary-1/elm_dayselector.eo -share/eolian/include/elementary-1/elm_dayselector_internal_part.eo -share/eolian/include/elementary-1/elm_dayselector_item.eo -share/eolian/include/elementary-1/elm_entry.eo -share/eolian/include/elementary-1/elm_entry_internal_part.eo -share/eolian/include/elementary-1/elm_fileselector.eo -share/eolian/include/elementary-1/elm_fileselector_entry_internal_part.eo -share/eolian/include/elementary-1/elm_fileselector_internal_part.eo -share/eolian/include/elementary-1/elm_flip_internal_part.eo -share/eolian/include/elementary-1/elm_flipselector_item.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_hover.eo -share/eolian/include/elementary-1/elm_hover_internal_part.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_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_text_editable.eo -share/eolian/include/elementary-1/elm_interface_atspi_value.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_label.eo -share/eolian/include/elementary-1/elm_label_internal_part.eo -share/eolian/include/elementary-1/elm_layout.eo -share/eolian/include/elementary-1/elm_layout_internal_part.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_internal_part.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_internal_part.eo -share/eolian/include/elementary-1/elm_multibuttonentry_item.eo -share/eolian/include/elementary-1/elm_naviframe_internal_part.eo -share/eolian/include/elementary-1/elm_notify.eo -share/eolian/include/elementary-1/elm_notify_internal_part.eo -share/eolian/include/elementary-1/elm_pan.eo -share/eolian/include/elementary-1/elm_panel.eo -share/eolian/include/elementary-1/elm_panel_internal_part.eo -share/eolian/include/elementary-1/elm_panes.eo -share/eolian/include/elementary-1/elm_player.eo -share/eolian/include/elementary-1/elm_player_internal_part.eo -share/eolian/include/elementary-1/elm_plug.eo -share/eolian/include/elementary-1/elm_popup.eo -share/eolian/include/elementary-1/elm_popup_internal_part.eo -share/eolian/include/elementary-1/elm_popup_item.eo -share/eolian/include/elementary-1/elm_route.eo -share/eolian/include/elementary-1/elm_scroller.eo -share/eolian/include/elementary-1/elm_scroller_internal_part.eo -share/eolian/include/elementary-1/elm_spinner.eo -share/eolian/include/elementary-1/elm_sys_notify.eo -share/eolian/include/elementary-1/elm_sys_notify_dbus.eo -share/eolian/include/elementary-1/elm_sys_notify_interface.eo -share/eolian/include/elementary-1/elm_systray.eo -share/eolian/include/elementary-1/elm_toolbar.eo -share/eolian/include/elementary-1/elm_toolbar_item.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/emotion-1/efl_canvas_video.eo -share/eolian/include/eo-1/efl_class.eo -share/eolian/include/eo-1/efl_interface.eo -share/eolian/include/eo-1/efl_object.eo -share/eolian/include/eo-1/efl_object_override.eo -share/eolian/include/eo-1/eina_types.eot -share/eolian/include/evas-1/efl_canvas_filter_internal.eo -share/eolian/include/evas-1/efl_canvas_group.eo -share/eolian/include/evas-1/efl_canvas_group_clipped.eo -share/eolian/include/evas-1/efl_canvas_image.eo -share/eolian/include/evas-1/efl_canvas_image_internal.eo -share/eolian/include/evas-1/efl_canvas_object.eo -share/eolian/include/evas-1/efl_canvas_object_event_grabber.eo -share/eolian/include/evas-1/efl_canvas_polygon.eo -share/eolian/include/evas-1/efl_canvas_proxy.eo -share/eolian/include/evas-1/efl_canvas_rectangle.eo -share/eolian/include/evas-1/efl_canvas_scene3d.eo -share/eolian/include/evas-1/efl_canvas_snapshot.eo -share/eolian/include/evas-1/efl_canvas_surface.eo -share/eolian/include/evas-1/efl_canvas_surface_tbm.eo -share/eolian/include/evas-1/efl_canvas_surface_wayland.eo -share/eolian/include/evas-1/efl_canvas_surface_x11.eo -share/eolian/include/evas-1/efl_canvas_text.eo -share/eolian/include/evas-1/efl_gfx_map.eo -share/eolian/include/evas-1/efl_input_event.eo -share/eolian/include/evas-1/efl_input_focus.eo -share/eolian/include/evas-1/efl_input_hold.eo -share/eolian/include/evas-1/efl_input_interface.eo -share/eolian/include/evas-1/efl_input_key.eo -share/eolian/include/evas-1/efl_input_pointer.eo -share/eolian/include/evas-1/efl_input_state.eo -share/eolian/include/evas-1/efl_ui_clickable.eo -share/eolian/include/evas-1/efl_ui_draggable.eo -share/eolian/include/evas-1/efl_ui_scrollable.eo -share/eolian/include/evas-1/efl_ui_selectable.eo -share/eolian/include/evas-1/efl_ui_zoom.eo -share/eolian/include/evas-1/efl_vg.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_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_canvas3d_types.eot -share/eolian/include/evas-1/evas_vg.eo -share/ethumb/checkme -share/ethumb/frames/default.edj -share/ethumb_client/checkme -share/evas/checkme -share/evas/filters/lua/color.lua -share/icons/Enlightenment-X/README -share/icons/Enlightenment-X/actions/128/address-book-new.png -share/icons/Enlightenment-X/actions/128/application-exit.png -share/icons/Enlightenment-X/actions/128/appointment-new.png -share/icons/Enlightenment-X/actions/128/call-start.png -share/icons/Enlightenment-X/actions/128/call-stop.png -share/icons/Enlightenment-X/actions/128/contact-new.png -share/icons/Enlightenment-X/actions/128/document-close.png -share/icons/Enlightenment-X/actions/128/document-export.png -share/icons/Enlightenment-X/actions/128/document-import.png -share/icons/Enlightenment-X/actions/128/document-new.png -share/icons/Enlightenment-X/actions/128/document-open-recent.png -share/icons/Enlightenment-X/actions/128/document-open.png -share/icons/Enlightenment-X/actions/128/document-page-setup.png -share/icons/Enlightenment-X/actions/128/document-print-preview.png -share/icons/Enlightenment-X/actions/128/document-print.png -share/icons/Enlightenment-X/actions/128/document-properties.png -share/icons/Enlightenment-X/actions/128/document-revert.png -share/icons/Enlightenment-X/actions/128/document-save-as.png -share/icons/Enlightenment-X/actions/128/document-save.png -share/icons/Enlightenment-X/actions/128/document-send.png -share/icons/Enlightenment-X/actions/128/edit-clear.png -share/icons/Enlightenment-X/actions/128/edit-copy.png -share/icons/Enlightenment-X/actions/128/edit-cut.png -share/icons/Enlightenment-X/actions/128/edit-delete.png -share/icons/Enlightenment-X/actions/128/edit-find-replace.png -share/icons/Enlightenment-X/actions/128/edit-find.png -share/icons/Enlightenment-X/actions/128/edit-paste.png -share/icons/Enlightenment-X/actions/128/edit-redo.png -share/icons/Enlightenment-X/actions/128/edit-select-all.png -share/icons/Enlightenment-X/actions/128/edit-undo.png -share/icons/Enlightenment-X/actions/128/folder-copy.png -share/icons/Enlightenment-X/actions/128/folder-move.png -share/icons/Enlightenment-X/actions/128/folder-new.png -share/icons/Enlightenment-X/actions/128/format-indent-less.png -share/icons/Enlightenment-X/actions/128/format-indent-more.png -share/icons/Enlightenment-X/actions/128/format-justify-center.png -share/icons/Enlightenment-X/actions/128/format-justify-fill.png -share/icons/Enlightenment-X/actions/128/format-justify-left.png -share/icons/Enlightenment-X/actions/128/format-justify-right.png -share/icons/Enlightenment-X/actions/128/format-text-bold.png -share/icons/Enlightenment-X/actions/128/format-text-direction-ltr.png -share/icons/Enlightenment-X/actions/128/format-text-direction-rtl.png -share/icons/Enlightenment-X/actions/128/format-text-italic.png -share/icons/Enlightenment-X/actions/128/format-text-strikethrough.png -share/icons/Enlightenment-X/actions/128/format-text-underline.png -share/icons/Enlightenment-X/actions/128/go-bottom.png -share/icons/Enlightenment-X/actions/128/go-down.png -share/icons/Enlightenment-X/actions/128/go-first.png -share/icons/Enlightenment-X/actions/128/go-home.png -share/icons/Enlightenment-X/actions/128/go-jump.png -share/icons/Enlightenment-X/actions/128/go-last.png -share/icons/Enlightenment-X/actions/128/go-next.png -share/icons/Enlightenment-X/actions/128/go-previous.png -share/icons/Enlightenment-X/actions/128/go-top.png -share/icons/Enlightenment-X/actions/128/go-up.png -share/icons/Enlightenment-X/actions/128/help-about.png -share/icons/Enlightenment-X/actions/128/help-contents.png -share/icons/Enlightenment-X/actions/128/help-faq.png -share/icons/Enlightenment-X/actions/128/insert-image.png -share/icons/Enlightenment-X/actions/128/insert-link.png -share/icons/Enlightenment-X/actions/128/insert-object.png -share/icons/Enlightenment-X/actions/128/insert-text.png -share/icons/Enlightenment-X/actions/128/list-add.png -share/icons/Enlightenment-X/actions/128/list-remove.png -share/icons/Enlightenment-X/actions/128/mail-forward.png -share/icons/Enlightenment-X/actions/128/mail-mark-important.png -share/icons/Enlightenment-X/actions/128/mail-mark-junk.png -share/icons/Enlightenment-X/actions/128/mail-mark-notjunk.png -share/icons/Enlightenment-X/actions/128/mail-mark-read.png -share/icons/Enlightenment-X/actions/128/mail-mark-unread.png -share/icons/Enlightenment-X/actions/128/mail-message-new.png -share/icons/Enlightenment-X/actions/128/mail-reply-all.png -share/icons/Enlightenment-X/actions/128/mail-reply-sender.png -share/icons/Enlightenment-X/actions/128/mail-send-receive.png -share/icons/Enlightenment-X/actions/128/mail-send.png -share/icons/Enlightenment-X/actions/128/media-eject.png -share/icons/Enlightenment-X/actions/128/media-playback-pause.png -share/icons/Enlightenment-X/actions/128/media-playback-start.png -share/icons/Enlightenment-X/actions/128/media-playback-stop.png -share/icons/Enlightenment-X/actions/128/media-record.png -share/icons/Enlightenment-X/actions/128/media-seek-backward.png -share/icons/Enlightenment-X/actions/128/media-seek-forward.png -share/icons/Enlightenment-X/actions/128/media-skip-backward.png -share/icons/Enlightenment-X/actions/128/media-skip-forward.png -share/icons/Enlightenment-X/actions/128/object-flip-horizontal.png -share/icons/Enlightenment-X/actions/128/object-flip-vertical.png -share/icons/Enlightenment-X/actions/128/object-rotate-left.png -share/icons/Enlightenment-X/actions/128/object-rotate-right.png -share/icons/Enlightenment-X/actions/128/process-stop.png -share/icons/Enlightenment-X/actions/128/system-lock-screen.png -share/icons/Enlightenment-X/actions/128/system-log-out.png -share/icons/Enlightenment-X/actions/128/system-reboot.png -share/icons/Enlightenment-X/actions/128/system-run.png -share/icons/Enlightenment-X/actions/128/system-search.png -share/icons/Enlightenment-X/actions/128/system-shutdown.png -share/icons/Enlightenment-X/actions/128/tools-check-spelling.png -share/icons/Enlightenment-X/actions/128/view-close.png -share/icons/Enlightenment-X/actions/128/view-fullscreen.png -share/icons/Enlightenment-X/actions/128/view-list-compact.png -share/icons/Enlightenment-X/actions/128/view-list-details.png -share/icons/Enlightenment-X/actions/128/view-list-icons.png -share/icons/Enlightenment-X/actions/128/view-refresh.png -share/icons/Enlightenment-X/actions/128/view-restore.png -share/icons/Enlightenment-X/actions/128/view-sort-ascending.png -share/icons/Enlightenment-X/actions/128/view-sort-descending.png -share/icons/Enlightenment-X/actions/128/window-close.png -share/icons/Enlightenment-X/actions/128/window-new.png -share/icons/Enlightenment-X/actions/128/zoom-fill.png -share/icons/Enlightenment-X/actions/128/zoom-fit-best.png -share/icons/Enlightenment-X/actions/128/zoom-fit.png -share/icons/Enlightenment-X/actions/128/zoom-in.png -share/icons/Enlightenment-X/actions/128/zoom-original.png -share/icons/Enlightenment-X/actions/128/zoom-out.png -share/icons/Enlightenment-X/apps/64/preferences-color.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-display.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-font.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-keyboard.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-locale.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-multimedia.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-screensaver.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-theme.png -share/icons/Enlightenment-X/apps/64/preferences-desktop-wallpaper.png -share/icons/Enlightenment-X/apps/64/preferences-profile.png -share/icons/Enlightenment-X/apps/64/system-file-manager.png -share/icons/Enlightenment-X/categories/128/applications-accessories.png -share/icons/Enlightenment-X/categories/128/applications-development.png -share/icons/Enlightenment-X/categories/128/applications-games.png -share/icons/Enlightenment-X/categories/128/applications-graphics.png -share/icons/Enlightenment-X/categories/128/applications-internet.png -share/icons/Enlightenment-X/categories/128/applications-multimedia.png -share/icons/Enlightenment-X/categories/128/applications-office.png -share/icons/Enlightenment-X/categories/128/applications-other.png -share/icons/Enlightenment-X/categories/128/applications-science.png -share/icons/Enlightenment-X/categories/128/applications-system.png -share/icons/Enlightenment-X/categories/128/applications-utilities.png -share/icons/Enlightenment-X/categories/128/preferences-desktop.png -share/icons/Enlightenment-X/categories/128/preferences-other.png -share/icons/Enlightenment-X/categories/128/preferences-system.png -share/icons/Enlightenment-X/categories/16/applications-accessories.png -share/icons/Enlightenment-X/categories/16/applications-development.png -share/icons/Enlightenment-X/categories/16/applications-games.png -share/icons/Enlightenment-X/categories/16/applications-graphics.png -share/icons/Enlightenment-X/categories/16/applications-internet.png -share/icons/Enlightenment-X/categories/16/applications-multimedia.png -share/icons/Enlightenment-X/categories/16/applications-office.png -share/icons/Enlightenment-X/categories/16/applications-other.png -share/icons/Enlightenment-X/categories/16/applications-science.png -share/icons/Enlightenment-X/categories/16/applications-system.png -share/icons/Enlightenment-X/categories/16/applications-utilities.png -share/icons/Enlightenment-X/categories/16/preferences-desktop.png -share/icons/Enlightenment-X/categories/16/preferences-other.png -share/icons/Enlightenment-X/categories/16/preferences-system.png -share/icons/Enlightenment-X/devices/128/audio-card.png -share/icons/Enlightenment-X/devices/128/audio-input-microphone.png -share/icons/Enlightenment-X/devices/128/battery.png -share/icons/Enlightenment-X/devices/128/camera-photo.png -share/icons/Enlightenment-X/devices/128/camera-video.png -share/icons/Enlightenment-X/devices/128/camera-web.png -share/icons/Enlightenment-X/devices/128/camera.png -share/icons/Enlightenment-X/devices/128/computer-laptop.png -share/icons/Enlightenment-X/devices/128/computer.png -share/icons/Enlightenment-X/devices/128/drive-harddisk-ieee1394.png -share/icons/Enlightenment-X/devices/128/drive-harddisk-usb.png -share/icons/Enlightenment-X/devices/128/drive-harddisk.png -share/icons/Enlightenment-X/devices/128/drive-optical.png -share/icons/Enlightenment-X/devices/128/drive-removable-media-ieee1394.png -share/icons/Enlightenment-X/devices/128/drive-removable-media-usb.png -share/icons/Enlightenment-X/devices/128/drive-removable-media.png -share/icons/Enlightenment-X/devices/128/input-gaming.png -share/icons/Enlightenment-X/devices/128/input-keyboard.png -share/icons/Enlightenment-X/devices/128/input-mouse.png -share/icons/Enlightenment-X/devices/128/input-tablet.png -share/icons/Enlightenment-X/devices/128/media-flash-cf.png -share/icons/Enlightenment-X/devices/128/media-flash-ms.png -share/icons/Enlightenment-X/devices/128/media-flash-sd.png -share/icons/Enlightenment-X/devices/128/media-flash-sm.png -share/icons/Enlightenment-X/devices/128/media-flash.png -share/icons/Enlightenment-X/devices/128/media-floppy.png -share/icons/Enlightenment-X/devices/128/media-memory.png -share/icons/Enlightenment-X/devices/128/media-optical-audio.png -share/icons/Enlightenment-X/devices/128/media-optical-bd.png -share/icons/Enlightenment-X/devices/128/media-optical-cd.png -share/icons/Enlightenment-X/devices/128/media-optical-dvd.png -share/icons/Enlightenment-X/devices/128/media-optical.png -share/icons/Enlightenment-X/devices/128/media-tape.png -share/icons/Enlightenment-X/devices/128/media-zip.png -share/icons/Enlightenment-X/devices/128/modem.png -share/icons/Enlightenment-X/devices/128/multimedia-player.png -share/icons/Enlightenment-X/devices/128/network-wired.png -share/icons/Enlightenment-X/devices/128/network-wireless.png -share/icons/Enlightenment-X/devices/128/pda.png -share/icons/Enlightenment-X/devices/128/phone.png -share/icons/Enlightenment-X/devices/128/printer.png -share/icons/Enlightenment-X/devices/128/processor.png -share/icons/Enlightenment-X/devices/128/scanner.png -share/icons/Enlightenment-X/devices/128/video-display.png -share/icons/Enlightenment-X/emblems/96/emblem-default.png -share/icons/Enlightenment-X/emblems/96/emblem-documents.png -share/icons/Enlightenment-X/emblems/96/emblem-downloads.png -share/icons/Enlightenment-X/emblems/96/emblem-favorite.png -share/icons/Enlightenment-X/emblems/96/emblem-important.png -share/icons/Enlightenment-X/emblems/96/emblem-mail.png -share/icons/Enlightenment-X/emblems/96/emblem-photos.png -share/icons/Enlightenment-X/emblems/96/emblem-readonly.png -share/icons/Enlightenment-X/emblems/96/emblem-shared.png -share/icons/Enlightenment-X/emblems/96/emblem-symbolic-link.png -share/icons/Enlightenment-X/emblems/96/emblem-synchronized.png -share/icons/Enlightenment-X/emblems/96/emblem-synchronizing.png -share/icons/Enlightenment-X/emblems/96/emblem-system.png -share/icons/Enlightenment-X/emblems/96/emblem-unreadable.png -share/icons/Enlightenment-X/index.theme -share/icons/Enlightenment-X/intl/128/flag-ad.png -share/icons/Enlightenment-X/intl/128/flag-af.png -share/icons/Enlightenment-X/intl/128/flag-al.png -share/icons/Enlightenment-X/intl/128/flag-am.png -share/icons/Enlightenment-X/intl/128/flag-ar.png -share/icons/Enlightenment-X/intl/128/flag-at.png -share/icons/Enlightenment-X/intl/128/flag-au.png -share/icons/Enlightenment-X/intl/128/flag-az.png -share/icons/Enlightenment-X/intl/128/flag-ba.png -share/icons/Enlightenment-X/intl/128/flag-bd.png -share/icons/Enlightenment-X/intl/128/flag-be.png -share/icons/Enlightenment-X/intl/128/flag-bg.png -share/icons/Enlightenment-X/intl/128/flag-br.png -share/icons/Enlightenment-X/intl/128/flag-bt.png -share/icons/Enlightenment-X/intl/128/flag-bw.png -share/icons/Enlightenment-X/intl/128/flag-by.png -share/icons/Enlightenment-X/intl/128/flag-ca.png -share/icons/Enlightenment-X/intl/128/flag-cd.png -share/icons/Enlightenment-X/intl/128/flag-ch.png -share/icons/Enlightenment-X/intl/128/flag-cm.png -share/icons/Enlightenment-X/intl/128/flag-cn.png -share/icons/Enlightenment-X/intl/128/flag-cz.png -share/icons/Enlightenment-X/intl/128/flag-de.png -share/icons/Enlightenment-X/intl/128/flag-dk.png -share/icons/Enlightenment-X/intl/128/flag-ee.png -share/icons/Enlightenment-X/intl/128/flag-es.png -share/icons/Enlightenment-X/intl/128/flag-et.png -share/icons/Enlightenment-X/intl/128/flag-fi.png -share/icons/Enlightenment-X/intl/128/flag-fo.png -share/icons/Enlightenment-X/intl/128/flag-fr.png -share/icons/Enlightenment-X/intl/128/flag-gb.png -share/icons/Enlightenment-X/intl/128/flag-ge.png -share/icons/Enlightenment-X/intl/128/flag-gh.png -share/icons/Enlightenment-X/intl/128/flag-gn.png -share/icons/Enlightenment-X/intl/128/flag-gr.png -share/icons/Enlightenment-X/intl/128/flag-hr.png -share/icons/Enlightenment-X/intl/128/flag-hu.png -share/icons/Enlightenment-X/intl/128/flag-ie.png -share/icons/Enlightenment-X/intl/128/flag-il.png -share/icons/Enlightenment-X/intl/128/flag-in.png -share/icons/Enlightenment-X/intl/128/flag-iq.png -share/icons/Enlightenment-X/intl/128/flag-ir.png -share/icons/Enlightenment-X/intl/128/flag-is.png -share/icons/Enlightenment-X/intl/128/flag-it.png -share/icons/Enlightenment-X/intl/128/flag-jp.png -share/icons/Enlightenment-X/intl/128/flag-ke.png -share/icons/Enlightenment-X/intl/128/flag-kg.png -share/icons/Enlightenment-X/intl/128/flag-kh.png -share/icons/Enlightenment-X/intl/128/flag-kr.png -share/icons/Enlightenment-X/intl/128/flag-ku.png -share/icons/Enlightenment-X/intl/128/flag-kz.png -share/icons/Enlightenment-X/intl/128/flag-la.png -share/icons/Enlightenment-X/intl/128/flag-lk.png -share/icons/Enlightenment-X/intl/128/flag-lt.png -share/icons/Enlightenment-X/intl/128/flag-lv.png -share/icons/Enlightenment-X/intl/128/flag-ma.png -share/icons/Enlightenment-X/intl/128/flag-md.png -share/icons/Enlightenment-X/intl/128/flag-me.png -share/icons/Enlightenment-X/intl/128/flag-mk.png -share/icons/Enlightenment-X/intl/128/flag-ml.png -share/icons/Enlightenment-X/intl/128/flag-mm.png -share/icons/Enlightenment-X/intl/128/flag-mn.png -share/icons/Enlightenment-X/intl/128/flag-mt.png -share/icons/Enlightenment-X/intl/128/flag-mv.png -share/icons/Enlightenment-X/intl/128/flag-my.png -share/icons/Enlightenment-X/intl/128/flag-ng.png -share/icons/Enlightenment-X/intl/128/flag-nl.png -share/icons/Enlightenment-X/intl/128/flag-no.png -share/icons/Enlightenment-X/intl/128/flag-np.png -share/icons/Enlightenment-X/intl/128/flag-ph.png -share/icons/Enlightenment-X/intl/128/flag-pk.png -share/icons/Enlightenment-X/intl/128/flag-pl.png -share/icons/Enlightenment-X/intl/128/flag-pt.png -share/icons/Enlightenment-X/intl/128/flag-ro.png -share/icons/Enlightenment-X/intl/128/flag-rs.png -share/icons/Enlightenment-X/intl/128/flag-ru.png -share/icons/Enlightenment-X/intl/128/flag-se.png -share/icons/Enlightenment-X/intl/128/flag-si.png -share/icons/Enlightenment-X/intl/128/flag-sk.png -share/icons/Enlightenment-X/intl/128/flag-sn.png -share/icons/Enlightenment-X/intl/128/flag-sy.png -share/icons/Enlightenment-X/intl/128/flag-th.png -share/icons/Enlightenment-X/intl/128/flag-tj.png -share/icons/Enlightenment-X/intl/128/flag-tm.png -share/icons/Enlightenment-X/intl/128/flag-tr.png -share/icons/Enlightenment-X/intl/128/flag-tw.png -share/icons/Enlightenment-X/intl/128/flag-tz.png -share/icons/Enlightenment-X/intl/128/flag-ua.png -share/icons/Enlightenment-X/intl/128/flag-us.png -share/icons/Enlightenment-X/intl/128/flag-uz.png -share/icons/Enlightenment-X/intl/128/flag-vn.png -share/icons/Enlightenment-X/intl/128/flag-za.png -share/icons/Enlightenment-X/places/128/folder-documents.png -share/icons/Enlightenment-X/places/128/folder-download.png -share/icons/Enlightenment-X/places/128/folder-drag-accept.png -share/icons/Enlightenment-X/places/128/folder-home.png -share/icons/Enlightenment-X/places/128/folder-music.png -share/icons/Enlightenment-X/places/128/folder-open.png -share/icons/Enlightenment-X/places/128/folder-pictures.png -share/icons/Enlightenment-X/places/128/folder-publicshare.png -share/icons/Enlightenment-X/places/128/folder-recent.png -share/icons/Enlightenment-X/places/128/folder-remote.png -share/icons/Enlightenment-X/places/128/folder-templates.png -share/icons/Enlightenment-X/places/128/folder-videos.png -share/icons/Enlightenment-X/places/128/folder-visiting.png -share/icons/Enlightenment-X/places/128/folder.png -share/icons/Enlightenment-X/places/128/network-server.png -share/icons/Enlightenment-X/places/128/network-workgroup.png -share/icons/Enlightenment-X/places/128/start-here.png -share/icons/Enlightenment-X/places/128/user-bookmarks.png -share/icons/Enlightenment-X/places/128/user-desktop.png -share/icons/Enlightenment-X/places/128/user-home.png -share/icons/Enlightenment-X/places/128/user-trash.png -share/icons/Enlightenment-X/places/16/folder-documents.png -share/icons/Enlightenment-X/places/16/folder-download.png -share/icons/Enlightenment-X/places/16/folder-drag-accept.png -share/icons/Enlightenment-X/places/16/folder-home.png -share/icons/Enlightenment-X/places/16/folder-music.png -share/icons/Enlightenment-X/places/16/folder-open.png -share/icons/Enlightenment-X/places/16/folder-pictures.png -share/icons/Enlightenment-X/places/16/folder-recent.png -share/icons/Enlightenment-X/places/16/folder-remote.png -share/icons/Enlightenment-X/places/16/folder-videos.png -share/icons/Enlightenment-X/places/16/folder-visiting.png -share/icons/Enlightenment-X/places/16/folder.png -share/icons/Enlightenment-X/places/16/network-server.png -share/icons/Enlightenment-X/places/16/network-workgroup.png -share/icons/Enlightenment-X/places/16/start-here.png -share/icons/Enlightenment-X/places/16/user-desktop.png -share/icons/Enlightenment-X/status/128/appointment-missed.png -share/icons/Enlightenment-X/status/128/appointment-soon.png -share/icons/Enlightenment-X/status/128/audio-volume-high.png -share/icons/Enlightenment-X/status/128/audio-volume-low.png -share/icons/Enlightenment-X/status/128/audio-volume-medium.png -share/icons/Enlightenment-X/status/128/audio-volume-muted.png -share/icons/Enlightenment-X/status/128/audio-volume.png -share/icons/Enlightenment-X/status/128/battery-caution-charging.png -share/icons/Enlightenment-X/status/128/battery-caution.png -share/icons/Enlightenment-X/status/128/battery-empty-charging.png -share/icons/Enlightenment-X/status/128/battery-empty.png -share/icons/Enlightenment-X/status/128/battery-full-charging.png -share/icons/Enlightenment-X/status/128/battery-full.png -share/icons/Enlightenment-X/status/128/battery-good-charging.png -share/icons/Enlightenment-X/status/128/battery-good.png -share/icons/Enlightenment-X/status/128/battery-low-charging.png -share/icons/Enlightenment-X/status/128/battery-low.png -share/icons/Enlightenment-X/status/128/bluetooth-active.png -share/icons/Enlightenment-X/status/128/bluetooth-disabled.png -share/icons/Enlightenment-X/status/128/changes-allow.png -share/icons/Enlightenment-X/status/128/changes-prevent.png -share/icons/Enlightenment-X/status/128/dialog-error.png -share/icons/Enlightenment-X/status/128/dialog-information.png -share/icons/Enlightenment-X/status/128/dialog-password.png -share/icons/Enlightenment-X/status/128/dialog-question.png -share/icons/Enlightenment-X/status/128/dialog-warning.png -share/icons/Enlightenment-X/status/128/mail-attachment.png -share/icons/Enlightenment-X/status/128/mail-read.png -share/icons/Enlightenment-X/status/128/mail-replied.png -share/icons/Enlightenment-X/status/128/mail-signed-verified.png -share/icons/Enlightenment-X/status/128/mail-signed.png -share/icons/Enlightenment-X/status/128/mail-unread.png -share/icons/Enlightenment-X/status/128/media-playlist-repeat.png -share/icons/Enlightenment-X/status/128/media-playlist-shuffle.png -share/icons/Enlightenment-X/status/128/network-cellular-3g.png -share/icons/Enlightenment-X/status/128/network-cellular-4g.png -share/icons/Enlightenment-X/status/128/network-cellular-connected.png -share/icons/Enlightenment-X/status/128/network-cellular-edge.png -share/icons/Enlightenment-X/status/128/network-cellular-gprs.png -share/icons/Enlightenment-X/status/128/network-cellular-signal-acquiring.png -share/icons/Enlightenment-X/status/128/network-cellular-signal-excellent.png -share/icons/Enlightenment-X/status/128/network-cellular-signal-good.png -share/icons/Enlightenment-X/status/128/network-cellular-signal-none.png -share/icons/Enlightenment-X/status/128/network-cellular-signal-ok.png -share/icons/Enlightenment-X/status/128/network-cellular-signal-weak.png -share/icons/Enlightenment-X/status/128/network-cellular-umts.png -share/icons/Enlightenment-X/status/128/network-error.png -share/icons/Enlightenment-X/status/128/network-idle.png -share/icons/Enlightenment-X/status/128/network-offline.png -share/icons/Enlightenment-X/status/128/network-receive.png -share/icons/Enlightenment-X/status/128/network-transmit-receive.png -share/icons/Enlightenment-X/status/128/network-transmit.png -share/icons/Enlightenment-X/status/128/network-vpn-acquiring.png -share/icons/Enlightenment-X/status/128/network-vpn.png -share/icons/Enlightenment-X/status/128/network-wireless-acquiring.png -share/icons/Enlightenment-X/status/128/network-wireless-encrypted.png -share/icons/Enlightenment-X/status/128/network-wireless-signal-excellent.png -share/icons/Enlightenment-X/status/128/network-wireless-signal-good.png -share/icons/Enlightenment-X/status/128/network-wireless-signal-none.png -share/icons/Enlightenment-X/status/128/network-wireless-signal-ok.png -share/icons/Enlightenment-X/status/128/network-wireless-signal-weak.png -share/icons/Enlightenment-X/status/128/non-starred.png -share/icons/Enlightenment-X/status/128/printer-error.png -share/icons/Enlightenment-X/status/128/printer-printing.png -share/icons/Enlightenment-X/status/128/printer-warning.png -share/icons/Enlightenment-X/status/128/security-high.png -share/icons/Enlightenment-X/status/128/security-low.png -share/icons/Enlightenment-X/status/128/security-medium.png -share/icons/Enlightenment-X/status/128/software-update-available.png -share/icons/Enlightenment-X/status/128/software-update-urgent.png -share/icons/Enlightenment-X/status/128/starred.png -share/icons/Enlightenment-X/status/128/task-due.png -share/icons/Enlightenment-X/status/128/task-past-due.png -share/icons/Enlightenment-X/status/128/user-available.png -share/icons/Enlightenment-X/status/128/user-away.png -share/icons/Enlightenment-X/status/128/user-busy.png -share/icons/Enlightenment-X/status/128/user-idle.png -share/icons/Enlightenment-X/status/128/user-invisible.png -share/icons/Enlightenment-X/status/128/user-offline.png -share/icons/Enlightenment-X/status/128/user-trash-full.png -share/icons/Enlightenment-X/status/128/weather-clear-night.png -share/icons/Enlightenment-X/status/128/weather-clear.png -share/icons/Enlightenment-X/status/128/weather-clouds-night.png -share/icons/Enlightenment-X/status/128/weather-clouds.png -share/icons/Enlightenment-X/status/128/weather-few-clouds-night.png -share/icons/Enlightenment-X/status/128/weather-few-clouds.png -share/icons/Enlightenment-X/status/128/weather-fog.png -share/icons/Enlightenment-X/status/128/weather-overcast.png -share/icons/Enlightenment-X/status/128/weather-severe-alert.png -share/icons/Enlightenment-X/status/128/weather-showers-scattered.png -share/icons/Enlightenment-X/status/128/weather-showers.png -share/icons/Enlightenment-X/status/128/weather-snow.png -share/icons/Enlightenment-X/status/128/weather-storm.png -share/icons/elementary.png -%%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/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/vi/LC_MESSAGES/efl.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/efl.mo -share/mime/packages/edje.xml diff --git a/multimedia/rage/Makefile b/multimedia/rage/Makefile index 661b5bbefa1c..27a699d11824 100644 --- a/multimedia/rage/Makefile +++ b/multimedia/rage/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rage -PORTVERSION= 0.3.0 -PORTREVISION= 4 +PORTVERSION= 0.3.1 CATEGORIES= multimedia enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ diff --git a/multimedia/rage/distinfo b/multimedia/rage/distinfo index cf45caa28376..fc63f6bd4551 100644 --- a/multimedia/rage/distinfo +++ b/multimedia/rage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1531153713 -SHA256 (enlightenment/rage-0.3.0.tar.xz) = 1e772370c2199f89f4c34f1968432df4eabf0e4fe4f960649d0b9d27496bdf3d -SIZE (enlightenment/rage-0.3.0.tar.xz) = 252852 +TIMESTAMP = 1594393604 +SHA256 (enlightenment/rage-0.3.1.tar.xz) = e5c434ef415ec1dd268399c527f582baeef39a25dee52f828876bfb58698cd11 +SIZE (enlightenment/rage-0.3.1.tar.xz) = 253360 diff --git a/multimedia/rage/pkg-plist b/multimedia/rage/pkg-plist index bd50944c7491..20b0090c3447 100644 --- a/multimedia/rage/pkg-plist +++ b/multimedia/rage/pkg-plist @@ -1,5 +1,5 @@ bin/rage lib/rage/utils/rage_thumb share/applications/rage.desktop -share/icons/rage.png +share/icons/hicolor/128x128/apps/rage.png %%DATADIR%%/themes/default.edj diff --git a/sysutils/Makefile b/sysutils/Makefile index 6e2e4389d0f5..7bbf7fa3f1e6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -311,6 +311,7 @@ SUBDIR += etcmerge SUBDIR += etcupdate SUBDIR += evhz + SUBDIR += evisum SUBDIR += evtviewer SUBDIR += exa SUBDIR += exfat-utils diff --git a/sysutils/evisum/Makefile b/sysutils/evisum/Makefile new file mode 100644 index 000000000000..769ff360e8e0 --- /dev/null +++ b/sysutils/evisum/Makefile @@ -0,0 +1,21 @@ +# Created by: Peter TKATHENKO +# $FreeBSD$ + +PORTNAME= evisum +PORTVERSION= 0.5.4 +CATEGORIES= sysutils enlightenment +MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ + +MAINTAINER= enlightenment@FreeBSD.org +COMMENT= EFL process monitor and system monitor + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libefl.so:devel/efl + +DIST_SUBDIR= enlightenment +USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz + +PLIST_FILES= "@(root,kmem,2755) bin/evisum" + +.include diff --git a/sysutils/evisum/distinfo b/sysutils/evisum/distinfo new file mode 100644 index 000000000000..ceaa5595ace8 --- /dev/null +++ b/sysutils/evisum/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1598297193 +SHA256 (enlightenment/evisum-0.5.4.tar.xz) = ea86a49f4c058d323bc629458153b4b362ef9aaaa16ebca32ee499439ae0e3c6 +SIZE (enlightenment/evisum-0.5.4.tar.xz) = 919744 diff --git a/sysutils/evisum/files/patch-src_bin_meson.build b/sysutils/evisum/files/patch-src_bin_meson.build new file mode 100644 index 000000000000..28c54c93ec64 --- /dev/null +++ b/sysutils/evisum/files/patch-src_bin_meson.build @@ -0,0 +1,8 @@ +--- src/bin/meson.build.orig 2020-08-23 16:03:57 UTC ++++ src/bin/meson.build +@@ -18,5 +18,4 @@ executable('evisum', src, + install : true) + + if host_os == 'freebsd' or host_os == 'dragonfly' +- meson.add_install_script('perms.sh') + endif diff --git a/sysutils/evisum/pkg-descr b/sysutils/evisum/pkg-descr new file mode 100644 index 000000000000..06b76813350f --- /dev/null +++ b/sysutils/evisum/pkg-descr @@ -0,0 +1,3 @@ +Evisum is a process monitor and system monitor written with Enlightenment Foundation Libraries. + +WWW: https://www.enlightenment.org/ diff --git a/sysutils/evisum/pkg-plist b/sysutils/evisum/pkg-plist new file mode 100644 index 000000000000..067b58e6fc9a --- /dev/null +++ b/sysutils/evisum/pkg-plist @@ -0,0 +1,19 @@ +share/applications/evisum.desktop +%%DATADIR%%/images/battery.png +%%DATADIR%%/images/bug.png +%%DATADIR%%/images/cancel.png +%%DATADIR%%/images/decrease.png +%%DATADIR%%/images/exit.png +%%DATADIR%%/images/find.png +%%DATADIR%%/images/go-down.png +%%DATADIR%%/images/go-up.png +%%DATADIR%%/images/increase.png +%%DATADIR%%/images/kill.png +%%DATADIR%%/images/ladyhand.png +%%DATADIR%%/images/mount.png +%%DATADIR%%/images/network.png +%%DATADIR%%/images/sensor.png +%%DATADIR%%/images/start.png +%%DATADIR%%/images/stop.png +%%DATADIR%%/images/window.png +share/icons/hicolor/256x256/apps/evisum.png diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index aad12e960730..053aa3c91e2b 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -2,53 +2,57 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.22.4 -PORTREVISION= 1 +PORTVERSION= 0.24.1 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org -COMMENT= Artistic X window manager +COMMENT= Artistic and fast X window manager LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:devel/efl \ - libxcb-keysyms.so:x11/xcb-util-keysyms + libpulse.so:audio/pulseaudio -BROKEN_sparc64= Does not install on sparc64: signal 10 - -GNU_CONFIGURE= yes -USES= alias autoreconf compiler:c11 desktop-file-utils gettext-tools \ - gmake iconv libtool pathfix pkgconfig tar:xz xorg +USES= compiler:c11 desktop-file-utils gettext-tools gnome \ + meson ninja iconv libtool pathfix pkgconfig tar:xz xorg USE_XORG= xcb 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 +MESON_ARGS= -Dsystemd=false -Ddevice-udev=false \ + -Dmount-udisks=false -Dmount-eeze=false -Dbluez5=false \ + -Dconnman=false --sysconfdir=/usr/local/etc -.include "Makefile.plist" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS -OPTIONS_GROUP= MIXER -OPTIONS_GROUP_MIXER= ALSA PULSEAUDIO -OPTIONS_DEFAULT= ALSA OPTIONS_SUB= yes NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +NLS_MESON_TRUE= nls + +# MESON normalizes ${ARCH} so we cannot use it 'AS IS' without conversion +CURRENT_ARCH= ${ARCH} +.if ${CURRENT_ARCH} == amd64 +ENLIGHTENMENT_ARCH= ${OPSYS:tl}-x86_64 +.else +.if ${CURRENT_ARCH} == 'i386' +ENLIGHTENMENT_ARCH= ${OPSYS:tl}-x86 +.else +.if ${CURRENT_ARCH} == 'aarch64' +ENLIGHTENMENT_ARCH= ${OPSYS:tl}-arm +.else +ENLIGHTENMENT_ARCH= ${OPSYS:tl}-${CURRENT_ARCH} +.endif +.endif +.endif + +ENLIGHTENMENT_VERSION= 0.24.1 +PLIST_SUB= ENLIGHTENMENT_ARCH=${ENLIGHTENMENT_ARCH}-${ENLIGHTENMENT_VERSION} -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -# why is setuid deactivated? "enlightenment_ckpasswd" i.e. does not work without setuid -#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 diff --git a/x11-wm/enlightenment/distinfo b/x11-wm/enlightenment/distinfo index 3d34b1b31348..10fa961fcb94 100644 --- a/x11-wm/enlightenment/distinfo +++ b/x11-wm/enlightenment/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535472845 -SHA256 (enlightenment/enlightenment-0.22.4.tar.xz) = 59f4997c8b59457142870e40f137bc08c9735c84368d32213dacf09c4342fe79 -SIZE (enlightenment/enlightenment-0.22.4.tar.xz) = 25656972 +TIMESTAMP = 1593931006 +SHA256 (enlightenment/enlightenment-0.24.1.tar.xz) = aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09 +SIZE (enlightenment/enlightenment-0.24.1.tar.xz) = 28713452 diff --git a/x11-wm/enlightenment/files/patch-8392fc47.c b/x11-wm/enlightenment/files/patch-8392fc47.c deleted file mode 100644 index e2331342dd13..000000000000 --- a/x11-wm/enlightenment/files/patch-8392fc47.c +++ /dev/null @@ -1,35 +0,0 @@ -From 8392fc4769466700fc9644c734ad5b010be28655 Mon Sep 17 00:00:00 2001 -From: "Carsten Haitzler (Rasterman)" -Date: Sun, 10 May 2020 18:11:43 +0100 -Subject: emix - fix symbols to point to correct extern sym - ---- - src/modules/mixer/lib/emix.c | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -(limited to 'src/modules/mixer/lib/emix.c') - -diff --git a/src/modules/mixer/lib/emix.c b/src/modules/mixer/lib/emix.c -index 65f9cb33f..cb8ea128b 100644 ---- src/modules/mixer/lib/emix.c -+++ src/modules/mixer/lib/emix.c -@@ -5,12 +5,12 @@ - #include "emix.h" - - #ifdef HAVE_PULSE --E_API Emix_Backend *emix_backend_pulse_get(void); --E_API const char *emix_backend_pulse_name; -+E_API Emix_Backend *emix_backend_pulse_get(void); -+E_API extern const char *emix_backend_pulse_name; - #endif - #ifdef HAVE_ALSA --E_API Emix_Backend *emix_backend_alsa_get(void); --E_API const char *emix_backend_alsa_name; -+E_API Emix_Backend *emix_backend_alsa_get(void); -+E_API extern const char *emix_backend_alsa_name; - #endif - - static int _log_domain; --- -cgit v1.2.1 - diff --git a/x11-wm/enlightenment/files/patch-src_modules_sysinfo_cpuclock_cpuclock__sysctl.c b/x11-wm/enlightenment/files/patch-src_modules_sysinfo_cpuclock_cpuclock__sysctl.c deleted file mode 100644 index c46e95ef6b0e..000000000000 --- a/x11-wm/enlightenment/files/patch-src_modules_sysinfo_cpuclock_cpuclock__sysctl.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/modules/sysinfo/cpuclock/cpuclock_sysctl.c.orig 2019-07-23 16:46:44 UTC -+++ src/modules/sysinfo/cpuclock/cpuclock_sysctl.c -@@ -2,6 +2,7 @@ - #include - - #if defined(__FreeBSD__) || defined(__DragonFly__) -+# include - # include - #endif - diff --git a/x11-wm/enlightenment/pkg-descr b/x11-wm/enlightenment/pkg-descr index 91b3fd387bb1..5ec9f44d2665 100644 --- a/x11-wm/enlightenment/pkg-descr +++ b/x11-wm/enlightenment/pkg-descr @@ -1,4 +1,3 @@ -A very artistic X window manager. Among other attributes, -Enlightenment makes for quite impressive screen shots. +A very artistic and fast X window manager. WWW: https://www.enlightenment.org/ diff --git a/x11-wm/enlightenment/pkg-plist b/x11-wm/enlightenment/pkg-plist index 8bd8e3978b5c..d2589681253b 100644 --- a/x11-wm/enlightenment/pkg-plist +++ b/x11-wm/enlightenment/pkg-plist @@ -7,7 +7,9 @@ bin/enlightenment_open bin/enlightenment_remote bin/enlightenment_start %%ETCDIR%%/sysactions.conf +%%ETCDIR%%/system.conf etc/xdg/menus/e-applications.menu +include/enlightenment/config.h include/enlightenment/e.h include/enlightenment/e_Efx.h include/enlightenment/e_about.h @@ -129,6 +131,7 @@ include/enlightenment/e_slidesel.h include/enlightenment/e_spectrum.h include/enlightenment/e_startup.h include/enlightenment/e_sys.h +include/enlightenment/e_system.h include/enlightenment/e_test.h include/enlightenment/e_theme.h include/enlightenment/e_theme_about.h @@ -173,6 +176,8 @@ include/enlightenment/e_zone.h include/enlightenment/e_zoomap.h include/enlightenment/evry_api.h include/enlightenment/evry_types.h +lib/data/pkgconfig/enlightenment.pc +lib/data/pkgconfig/everything.pc lib/enlightenment/modules/appmenu/e-module-appmenu.edj lib/enlightenment/modules/appmenu/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/appmenu/module.desktop @@ -221,13 +226,13 @@ lib/enlightenment/modules/conf_shelves/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_shelves/module.desktop lib/enlightenment/modules/conf_theme/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_theme/module.desktop +lib/enlightenment/modules/conf_window_manipulation/e-module-conf_window_manipulation.edj lib/enlightenment/modules/conf_window_manipulation/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_window_manipulation/module.desktop lib/enlightenment/modules/conf_window_remembers/e-module-conf_window_remembers.edj lib/enlightenment/modules/conf_window_remembers/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_window_remembers/module.desktop lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj -lib/enlightenment/modules/cpufreq/%%ENLIGHTENMENT_ARCH%%/freqset lib/enlightenment/modules/cpufreq/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/cpufreq/module.desktop lib/enlightenment/modules/everything/e-module-everything-start.edj @@ -274,15 +279,22 @@ lib/enlightenment/modules/packagekit/module.desktop lib/enlightenment/modules/pager/e-module-pager.edj lib/enlightenment/modules/pager/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/pager/module.desktop -lib/enlightenment/modules/pager_plain/e-module-pager_plain.edj -lib/enlightenment/modules/pager_plain/%%ENLIGHTENMENT_ARCH%%/module.so -lib/enlightenment/modules/pager_plain/module.desktop +lib/enlightenment/modules/polkit/e-module-polkit.edj +lib/enlightenment/modules/polkit/%%ENLIGHTENMENT_ARCH%%/module.so +lib/enlightenment/modules/polkit/module.desktop lib/enlightenment/modules/quickaccess/e-module-quickaccess.edj lib/enlightenment/modules/quickaccess/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/quickaccess/module.desktop +lib/enlightenment/modules/shot/IndieFlower.ttf +lib/enlightenment/modules/shot/Puk-Regular.ttf +lib/enlightenment/modules/shot/Yantiq.ttf lib/enlightenment/modules/shot/e-module-shot.edj lib/enlightenment/modules/shot/%%ENLIGHTENMENT_ARCH%%/module.so +lib/enlightenment/modules/shot/%%ENLIGHTENMENT_ARCH%%/upload +lib/enlightenment/modules/shot/intuitive.ttf lib/enlightenment/modules/shot/module.desktop +lib/enlightenment/modules/shot/shotedit.edj +lib/enlightenment/modules/shot/shots.desktop lib/enlightenment/modules/start/e-module-start.edj lib/enlightenment/modules/start/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/start/module.desktop @@ -290,7 +302,6 @@ lib/enlightenment/modules/syscon/e-module-syscon.edj lib/enlightenment/modules/syscon/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/syscon/module.desktop lib/enlightenment/modules/sysinfo/e-module-sysinfo.edj -lib/enlightenment/modules/sysinfo/%%ENLIGHTENMENT_ARCH%%/cpuclock_sysfs lib/enlightenment/modules/sysinfo/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/sysinfo/module.desktop lib/enlightenment/modules/systray/e-module-systray.edj @@ -311,6 +322,27 @@ lib/enlightenment/modules/tiling/module.desktop lib/enlightenment/modules/time/e-module-time.edj lib/enlightenment/modules/time/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/time/module.desktop +lib/enlightenment/modules/vkbd/dicts/English_US.dic +lib/enlightenment/modules/vkbd/dicts/English_US_Small.dic +lib/enlightenment/modules/vkbd/e-module-vkbd.edj +lib/enlightenment/modules/vkbd/%%ENLIGHTENMENT_ARCH%%/module.so +lib/enlightenment/modules/vkbd/keyboards/Default.kbd +lib/enlightenment/modules/vkbd/keyboards/Numbers.kbd +lib/enlightenment/modules/vkbd/keyboards/Terminal.kbd +lib/enlightenment/modules/vkbd/keyboards/alpha.png +lib/enlightenment/modules/vkbd/keyboards/backspace.png +lib/enlightenment/modules/vkbd/keyboards/down.png +lib/enlightenment/modules/vkbd/keyboards/enter.png +lib/enlightenment/modules/vkbd/keyboards/left.png +lib/enlightenment/modules/vkbd/keyboards/numeric.png +lib/enlightenment/modules/vkbd/keyboards/qwerty.png +lib/enlightenment/modules/vkbd/keyboards/right.png +lib/enlightenment/modules/vkbd/keyboards/shift.png +lib/enlightenment/modules/vkbd/keyboards/spanner.png +lib/enlightenment/modules/vkbd/keyboards/tab.png +lib/enlightenment/modules/vkbd/keyboards/up.png +lib/enlightenment/modules/vkbd/module.desktop +lib/enlightenment/modules/vkbd/theme.edj lib/enlightenment/modules/winlist/e-module-winlist.edj lib/enlightenment/modules/winlist/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/winlist/module.desktop @@ -330,12 +362,12 @@ lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_030.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_040.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_050.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_060.so -lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_065.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_070.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_080.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_090.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_100.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_110.so +lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_115.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_120.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_130.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_150.so @@ -347,16 +379,14 @@ lib/enlightenment/modules/xkbswitch/e-module-xkbswitch.edj lib/enlightenment/modules/xkbswitch/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/xkbswitch/module.desktop lib/enlightenment/utils/enlightenment_alert -lib/enlightenment/utils/enlightenment_backlight lib/enlightenment/utils/enlightenment_ckpasswd lib/enlightenment/utils/enlightenment_elm_cfgtool lib/enlightenment/utils/enlightenment_fm lib/enlightenment/utils/enlightenment_fm_op -lib/enlightenment/utils/enlightenment_static_grabber lib/enlightenment/utils/enlightenment_sys +lib/enlightenment/utils/enlightenment_system lib/enlightenment/utils/enlightenment_thumb -libdata/pkgconfig/enlightenment.pc -libdata/pkgconfig/everything.pc +lib/enlightenment/utils/enlightenment_wallpaper_gen share/applications/emixer.desktop share/applications/enlightenment_askpass.desktop share/applications/enlightenment_filemanager.desktop @@ -381,6 +411,7 @@ share/applications/enlightenment_filemanager.desktop %%DATADIR%%/data/backgrounds/Mossstring.edj %%DATADIR%%/data/backgrounds/Motleyrock.edj %%DATADIR%%/data/backgrounds/Newgrowth.edj +%%DATADIR%%/data/backgrounds/Ocean_Beach.edj %%DATADIR%%/data/backgrounds/Orange_Roses.edj %%DATADIR%%/data/backgrounds/Pattern_Radial.edj %%DATADIR%%/data/backgrounds/Pattern_Vertical.edj @@ -400,14 +431,6 @@ share/applications/enlightenment_filemanager.desktop %%DATADIR%%/data/backgrounds/Windy_Palm.edj %%DATADIR%%/data/config/default/e.cfg %%DATADIR%%/data/config/default/e_bindings.cfg -%%DATADIR%%/data/config/default/enlightenment-default.png -%%DATADIR%%/data/config/default/profile.desktop -%%DATADIR%%/data/config/mobile/e.cfg -%%DATADIR%%/data/config/mobile/e_bindings.cfg -%%DATADIR%%/data/config/mobile/enlightenment-mobile.png -%%DATADIR%%/data/config/mobile/module.battery.cfg -%%DATADIR%%/data/config/mobile/module.conf.cfg -%%DATADIR%%/data/config/mobile/profile.desktop %%DATADIR%%/data/config/profile.cfg %%DATADIR%%/data/config/standard/e.cfg %%DATADIR%%/data/config/standard/e_bindings.cfg @@ -538,6 +561,7 @@ share/applications/enlightenment_filemanager.desktop %%DATADIR%%/data/flags/uz_flag.png %%DATADIR%%/data/flags/vn_flag.png %%DATADIR%%/data/flags/za_flag.png +%%DATADIR%%/data/fonts/Topaz_a500_v1.0.ttf %%DATADIR%%/data/icons/audio_player.png %%DATADIR%%/data/icons/audio_player2.png %%DATADIR%%/data/icons/image_viewer.png @@ -564,6 +588,15 @@ share/applications/enlightenment_filemanager.desktop %%DATADIR%%/doc/enlightenment.png %%DATADIR%%/doc/illume2.html %%DATADIR%%/doc/illume2.png +share/icons/hicolor/128x128/apps/emixer.png +share/icons/hicolor/512x512/apps/enlightenment.png +share/icons/hicolor/512x512/apps/enlightenment_badge-symbolic.png +share/icons/hicolor/512x512/places/enlightenment.png +share/icons/hicolor/512x512/places/enlightenment_badge-symbolic.png +share/icons/hicolor/scalable/apps/enlightenment.svg +share/icons/hicolor/scalable/apps/enlightenment_badge-symbolic.svg +share/icons/hicolor/scalable/places/enlightenment.svg +share/icons/hicolor/scalable/places/enlightenment_badge-symbolic.svg %%NLS%%share/locale/ar/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/bg/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/ca/LC_MESSAGES/enlightenment.mo @@ -604,6 +637,5 @@ share/applications/enlightenment_filemanager.desktop %%NLS%%share/locale/vi/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/enlightenment.mo -share/pixmaps/emixer.png share/pixmaps/enlightenment-askpass.png share/xsessions/enlightenment.desktop diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index 6cb435670804..26b0bf00e9dc 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= terminology -DISTVERSION= 1.6.0 +DISTVERSION= 1.7.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ DIST_SUBDIR= enlightenment diff --git a/x11/terminology/distinfo b/x11/terminology/distinfo index 8628a73def64..713eaf82b5c6 100644 --- a/x11/terminology/distinfo +++ b/x11/terminology/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586643390 -SHA256 (enlightenment/terminology-1.6.0.tar.xz) = b95cb05653afe0dad77fc038a8d5276c02a9c08d64ac97ddf0cee8087d27bd77 -SIZE (enlightenment/terminology-1.6.0.tar.xz) = 4893348 +TIMESTAMP = 1594392886 +SHA256 (enlightenment/terminology-1.7.0.tar.xz) = 88f5bc6e5d10cce1e38447a4984be88943b3d7ecbe24a83d7d8c246ea6b00a87 +SIZE (enlightenment/terminology-1.7.0.tar.xz) = 4922616 diff --git a/x11/terminology/pkg-plist b/x11/terminology/pkg-plist index 511bbaaae54b..d971a43d49e3 100644 --- a/x11/terminology/pkg-plist +++ b/x11/terminology/pkg-plist @@ -18,6 +18,7 @@ man/man1/tysend.1.gz share/applications/terminology.desktop share/icons/hicolor/128x128/apps/terminology.png share/locale/ca/LC_MESSAGES/terminology.mo +share/locale/da/LC_MESSAGES/terminology.mo share/locale/de/LC_MESSAGES/terminology.mo share/locale/el/LC_MESSAGES/terminology.mo share/locale/eo/LC_MESSAGES/terminology.mo @@ -25,9 +26,12 @@ share/locale/es/LC_MESSAGES/terminology.mo share/locale/fi/LC_MESSAGES/terminology.mo share/locale/fr/LC_MESSAGES/terminology.mo share/locale/hi/LC_MESSAGES/terminology.mo +share/locale/hr/LC_MESSAGES/terminology.mo share/locale/it/LC_MESSAGES/terminology.mo share/locale/ko/LC_MESSAGES/terminology.mo share/locale/ms/LC_MESSAGES/terminology.mo +share/locale/nl/LC_MESSAGES/terminology.mo +share/locale/pl/LC_MESSAGES/terminology.mo share/locale/sl/LC_MESSAGES/terminology.mo share/locale/sr/LC_MESSAGES/terminology.mo share/locale/tr/LC_MESSAGES/terminology.mo