diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 24495dd7b2d0..1a1c68a6d095 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -1,202 +1,322 @@ # Created by: Grzegorz Blach # $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 \ libfreetype.so:print/freetype2 \ 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 + +MESON_ARGS+= ${ECORE-IMF-LOADERS-DISABLER} -.if ${PORT_OPTIONS:MIBUS} -CONFIGURE_ARGS+= --with-glib=yes +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) -LIB_DEPENDS+= libunwind.so:devel/libunwind +.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 -.if ${ARCH:Mpowerpc*} || ${ARCH} == "sparc64" -USES+= lua -CONFIGURE_ARGS+= --enable-lua-old -PLIST_SUB+= ELUA="@comment " +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 -LIB_DEPENDS+= libluajit-5.1.so:lang/luajit -PLIST_SUB+= ELUA="" +.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 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 @@ -1,20 +1,19 @@ # Created by: Grzegorz Blach # $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}/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= EFL video and audio player with some extra bells and whistles LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:devel/efl DIST_SUBDIR= enlightenment USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz .include 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 @@ -1,1532 +1,1533 @@ # $FreeBSD$ # COMMENT = System utilities SUBDIR += 3dm SUBDIR += 3mux SUBDIR += 44bsd-more SUBDIR += 915resolution SUBDIR += LPRng SUBDIR += LPRngTool SUBDIR += UEFITool SUBDIR += abck SUBDIR += abduco SUBDIR += abgx360 SUBDIR += accounts-qml-module SUBDIR += accountsservice SUBDIR += acerhdf-kmod SUBDIR += acltool SUBDIR += acpi_call SUBDIR += acpica-tools SUBDIR += acts SUBDIR += adtool SUBDIR += afbinit SUBDIR += afflib SUBDIR += afio SUBDIR += agedu SUBDIR += ah-tty SUBDIR += aimage SUBDIR += aird SUBDIR += alfio SUBDIR += am-utils SUBDIR += amazon-ssm-agent SUBDIR += amdmsrtweaker SUBDIR += amrstat SUBDIR += amtc SUBDIR += anacron SUBDIR += and SUBDIR += android-file-transfer SUBDIR += android-file-transfer-qt5 SUBDIR += angrysearch SUBDIR += ansible SUBDIR += ansible-iocage SUBDIR += ansible-kld SUBDIR += ansible-sysrc SUBDIR += ansible27 SUBDIR += ansible28 SUBDIR += anvil SUBDIR += apache-mesos SUBDIR += apachetop SUBDIR += apcctrl SUBDIR += apcpwr SUBDIR += apcupsd SUBDIR += aptly SUBDIR += arcconf SUBDIR += archivemount SUBDIR += ascpu SUBDIR += asfsm SUBDIR += asmctl SUBDIR += asmem SUBDIR += asmon SUBDIR += asusoled SUBDIR += atf-master SUBDIR += atf-rk3328 SUBDIR += atf-rk3399 SUBDIR += atf-sun50i_a64 SUBDIR += atitvout SUBDIR += atop SUBDIR += auto-admin SUBDIR += autojump SUBDIR += automount SUBDIR += automounter SUBDIR += autopsy SUBDIR += avfs SUBDIR += azure-agent SUBDIR += b2sum SUBDIR += b43-fwcutter SUBDIR += backuppc SUBDIR += backuppc-devel SUBDIR += backuppc4 SUBDIR += backupuser SUBDIR += bacula9-client SUBDIR += bacula9-client-static SUBDIR += bacula9-docs SUBDIR += bacula9-server SUBDIR += baloo-widgets SUBDIR += bamf SUBDIR += bareos-client SUBDIR += bareos-server SUBDIR += bareos-traymonitor SUBDIR += bareos16-client SUBDIR += bareos16-client-static SUBDIR += bareos16-server SUBDIR += bareos17-client SUBDIR += bareos17-client-static SUBDIR += bareos17-server SUBDIR += bareos18-client SUBDIR += bareos18-server SUBDIR += bareos18-traymonitor SUBDIR += barrier SUBDIR += bashtop SUBDIR += bastille SUBDIR += batmon SUBDIR += battmond SUBDIR += battray SUBDIR += bchunk SUBDIR += beadm SUBDIR += beadm-devel SUBDIR += beats6 SUBDIR += beats7 SUBDIR += bfs SUBDIR += bhyve-firmware SUBDIR += bhyve-rc SUBDIR += biosfont SUBDIR += bkpupsd SUBDIR += bksh SUBDIR += boot-extract SUBDIR += boxbackup-devel SUBDIR += bpytop SUBDIR += brasero SUBDIR += bsd-splash-changer SUBDIR += bsdconfig SUBDIR += bsdcrashtar SUBDIR += bsdfan SUBDIR += bsdhwmon SUBDIR += bsdinfo SUBDIR += bsdisks SUBDIR += bsdstats SUBDIR += bstack SUBDIR += btsixad SUBDIR += bulk_extractor SUBDIR += burp SUBDIR += burp-devel SUBDIR += busybox SUBDIR += bvm SUBDIR += byobu SUBDIR += catfish SUBDIR += cbsd SUBDIR += ccd2iso SUBDIR += cciss_vol_status SUBDIR += ccze SUBDIR += cdargs SUBDIR += cdbkup SUBDIR += cdeploy SUBDIR += cdircmp SUBDIR += cdrdao SUBDIR += cdrkit SUBDIR += cdroot SUBDIR += cdrtools SUBDIR += cdrtools-devel SUBDIR += cfengine SUBDIR += cfengine-devel SUBDIR += cfengine-masterfiles SUBDIR += cfengine-masterfiles-devel SUBDIR += cfengine-masterfiles310 SUBDIR += cfengine-masterfiles311 SUBDIR += cfengine-masterfiles312 SUBDIR += cfengine-masterfiles313 SUBDIR += cfengine-masterfiles314 SUBDIR += cfengine-masterfiles315 SUBDIR += cfengine310 SUBDIR += cfengine311 SUBDIR += cfengine312 SUBDIR += cfengine313 SUBDIR += cfengine314 SUBDIR += cfengine315 SUBDIR += checkrestart SUBDIR += chgrep SUBDIR += chyves SUBDIR += cinnamon-control-center SUBDIR += cinnamon-settings-daemon SUBDIR += ciso SUBDIR += ciso-maker SUBDIR += ck4up SUBDIR += clean SUBDIR += clockspeed SUBDIR += clone SUBDIR += clonehdd SUBDIR += cloudabi-utils SUBDIR += clsync SUBDIR += cluster-glue SUBDIR += cmdwatch SUBDIR += cmocka SUBDIR += cmockery2 SUBDIR += cmogstored SUBDIR += cmospwd SUBDIR += colorize SUBDIR += conan SUBDIR += condor SUBDIR += confctl SUBDIR += conky SUBDIR += conky-awesome SUBDIR += conman SUBDIR += consolehm SUBDIR += consolekit2 SUBDIR += consul SUBDIR += consul-alerts SUBDIR += consul-replicate SUBDIR += consul_exporter SUBDIR += container-diff SUBDIR += contractor SUBDIR += copytape SUBDIR += coreos-ct SUBDIR += coreutils SUBDIR += cpdup SUBDIR += cpu SUBDIR += cpu-x SUBDIR += cpuburn SUBDIR += cpuid SUBDIR += cpuid2cpuflags SUBDIR += cpulimit SUBDIR += cpupdate SUBDIR += cramfs SUBDIR += crashme SUBDIR += crate SUBDIR += cronic SUBDIR += cronolog SUBDIR += cronolog-devel SUBDIR += ctop SUBDIR += currtime SUBDIR += cw SUBDIR += daa2iso SUBDIR += dae SUBDIR += daemonize SUBDIR += daemontools SUBDIR += daemontools-encore SUBDIR += daggy SUBDIR += dar SUBDIR += dateutils SUBDIR += dc3dd SUBDIR += dcfldd SUBDIR += dd_rescue SUBDIR += ddpt SUBDIR += ddrescue SUBDIR += debhelper SUBDIR += debootstrap SUBDIR += deltarpm SUBDIR += deltup SUBDIR += desktop-installer SUBDIR += detox SUBDIR += devcpu-data SUBDIR += devstat SUBDIR += dfc SUBDIR += di SUBDIR += digdag SUBDIR += dim SUBDIR += dirdiff SUBDIR += direnv SUBDIR += direvent SUBDIR += dirvish SUBDIR += diskcheckd SUBDIR += diskimage-tools SUBDIR += diskonaut SUBDIR += diskscrub SUBDIR += disktype SUBDIR += dmg2img SUBDIR += dmidecode SUBDIR += docker SUBDIR += docker-compose SUBDIR += docker-credential-pass SUBDIR += docker-machine SUBDIR += docker-registry SUBDIR += doctl SUBDIR += doinkd SUBDIR += dolly SUBDIR += downtimed SUBDIR += dsbbatmon SUBDIR += dsbdriverd SUBDIR += dsblogoutmgr SUBDIR += dsbmc SUBDIR += dsbmc-cli SUBDIR += dsbmd SUBDIR += dsbsu SUBDIR += dsbwrtsysctl SUBDIR += dtc SUBDIR += dtpstree SUBDIR += dtrace-toolkit SUBDIR += du2ps SUBDIR += dua-cli SUBDIR += duff SUBDIR += dunst SUBDIR += dupd SUBDIR += duplicity SUBDIR += duply SUBDIR += dupmerge SUBDIR += dvd+rw-tools SUBDIR += dvdbackup SUBDIR += dvdimagecmp SUBDIR += dvdisaster SUBDIR += dvdvideo SUBDIR += dvtm SUBDIR += dwatch SUBDIR += dwatch-gource SUBDIR += dwatch-json SUBDIR += dwatch-pwsnoop SUBDIR += e2fsprogs SUBDIR += ebsnvme-id SUBDIR += ec2-scripts SUBDIR += eclat SUBDIR += edid-decode SUBDIR += edk2 SUBDIR += eject SUBDIR += eksctl SUBDIR += endian SUBDIR += enteruser SUBDIR += entr SUBDIR += env4801 SUBDIR += envconsul SUBDIR += epazote SUBDIR += etc_os-release SUBDIR += etcmerge SUBDIR += etcupdate SUBDIR += evhz + SUBDIR += evisum SUBDIR += evtviewer SUBDIR += exa SUBDIR += exfat-utils SUBDIR += extipl SUBDIR += ezjail SUBDIR += f3 SUBDIR += facter SUBDIR += fanout SUBDIR += farbot SUBDIR += fatback SUBDIR += fcode-utils SUBDIR += fconfig SUBDIR += fcron SUBDIR += fd SUBDIR += fdupes SUBDIR += fetchlog SUBDIR += ffs2recov SUBDIR += file SUBDIR += filedupe SUBDIR += filelight SUBDIR += fileprune SUBDIR += fileschanged SUBDIR += filetype SUBDIR += filevercmp SUBDIR += filewatcherd SUBDIR += finfo SUBDIR += firstboot-freebsd-update SUBDIR += firstboot-growfs SUBDIR += firstboot-pkgs SUBDIR += flasher SUBDIR += flashrom SUBDIR += flexbackup SUBDIR += flock SUBDIR += flog SUBDIR += flowgger SUBDIR += fluent-bit SUBDIR += fonteditfs SUBDIR += foremost SUBDIR += fortunelock SUBDIR += fpart SUBDIR += fpc-syslog SUBDIR += fpc-users SUBDIR += fpc-utmp SUBDIR += fpc-uuid SUBDIR += frand SUBDIR += freebsd-snapshot SUBDIR += freecolor SUBDIR += freedt SUBDIR += freeipmi SUBDIR += freesbie SUBDIR += froxlor SUBDIR += fsbackup SUBDIR += fsc SUBDIR += fsearch SUBDIR += fselect SUBDIR += fstyp SUBDIR += fswatch-mon SUBDIR += ftwin SUBDIR += fusefs-afuse SUBDIR += fusefs-bindfs SUBDIR += fusefs-chironfs SUBDIR += fusefs-cryptofs SUBDIR += fusefs-curlftpfs SUBDIR += fusefs-encfs SUBDIR += fusefs-exfat SUBDIR += fusefs-ext2 SUBDIR += fusefs-funionfs SUBDIR += fusefs-fusepak SUBDIR += fusefs-gitfs SUBDIR += fusefs-gstfs SUBDIR += fusefs-hfsfuse SUBDIR += fusefs-httpdirfs SUBDIR += fusefs-httpfs SUBDIR += fusefs-ifuse SUBDIR += fusefs-jmtpfs SUBDIR += fusefs-libs SUBDIR += fusefs-libs3 SUBDIR += fusefs-lkl SUBDIR += fusefs-mhddfs SUBDIR += fusefs-mp3fs SUBDIR += fusefs-ntfs SUBDIR += fusefs-ntfs-compression SUBDIR += fusefs-pod SUBDIR += fusefs-rar2fs SUBDIR += fusefs-s3backer SUBDIR += fusefs-s3fs SUBDIR += fusefs-sandboxfs SUBDIR += fusefs-securefs SUBDIR += fusefs-simple-mtpfs SUBDIR += fusefs-smbnetfs SUBDIR += fusefs-sqlfs SUBDIR += fusefs-squashfuse SUBDIR += fusefs-sshfs SUBDIR += fusefs-unionfs SUBDIR += fusefs-webdavfs SUBDIR += fusefs-wikipediafs SUBDIR += fusefs-zip SUBDIR += fvcool SUBDIR += fwup SUBDIR += gaffitter SUBDIR += ganglia-monitor-core SUBDIR += ganglia-webfrontend SUBDIR += gapcmon SUBDIR += garcon SUBDIR += gather SUBDIR += gconf-editor SUBDIR += gdisk SUBDIR += gdmap SUBDIR += genisoimage SUBDIR += geomWatch SUBDIR += getdelta SUBDIR += geteltorito SUBDIR += getssl SUBDIR += gigolo SUBDIR += gkfreq SUBDIR += gkleds2 SUBDIR += gkrellflynn SUBDIR += gkrellm-trayicons SUBDIR += gkrellm2 SUBDIR += gkrelltop SUBDIR += gksu SUBDIR += glogg SUBDIR += glow SUBDIR += gnome-control-center SUBDIR += gnome-mount SUBDIR += gnome-power-manager SUBDIR += gnome-settings-daemon SUBDIR += gnome-system-monitor SUBDIR += gnome_subr SUBDIR += go-btfs SUBDIR += go-wtf SUBDIR += goaccess SUBDIR += goawk SUBDIR += gomplate SUBDIR += google-compute-engine-oslogin SUBDIR += gotop SUBDIR += gpart SUBDIR += graffer SUBDIR += graid5 SUBDIR += graveman SUBDIR += graylog SUBDIR += grub2-bhyve SUBDIR += gsh SUBDIR += gsmartcontrol SUBDIR += gstopd SUBDIR += gstreamer-plugins-cdio SUBDIR += gstreamer-plugins-hal SUBDIR += gstreamer1-plugins-cdio SUBDIR += gtk-imonc SUBDIR += hal SUBDIR += hal-info SUBDIR += hardlink SUBDIR += hare SUBDIR += hared SUBDIR += hatop SUBDIR += hcloud SUBDIR += hdrecover SUBDIR += healthd SUBDIR += heartbeat SUBDIR += heirloom SUBDIR += helm SUBDIR += hextools SUBDIR += hexyl SUBDIR += hfsexplorer SUBDIR += hfsutils SUBDIR += highlnk SUBDIR += hilite SUBDIR += host-setup SUBDIR += hostctl SUBDIR += hourglass SUBDIR += hpacucli SUBDIR += hploscripts SUBDIR += hptcli SUBDIR += hs-cputype SUBDIR += hstr SUBDIR += htop SUBDIR += httplog SUBDIR += hw-probe SUBDIR += hwstat SUBDIR += i2c-tools SUBDIR += i7z SUBDIR += iat SUBDIR += iichid SUBDIR += immortal SUBDIR += incron SUBDIR += inotify-tools SUBDIR += installwatch SUBDIR += intel-nvmupdate SUBDIR += intel-pcm SUBDIR += intel-pcm-devel SUBDIR += intel-undervolt SUBDIR += inxi SUBDIR += ioc SUBDIR += iocage SUBDIR += iocage-devel SUBDIR += iocell SUBDIR += iograph SUBDIR += iohyve SUBDIR += ioping SUBDIR += ipa SUBDIR += ipad_charge SUBDIR += ipdbtools SUBDIR += ipfs-go SUBDIR += ipget SUBDIR += ipmitool SUBDIR += ipsc SUBDIR += isc-cron SUBDIR += isomaster SUBDIR += isomd5sum SUBDIR += istatserver SUBDIR += istio SUBDIR += jadm SUBDIR += jail-primer SUBDIR += jailadmin SUBDIR += jaildaemon SUBDIR += jailme SUBDIR += jailrc SUBDIR += jailutils SUBDIR += javaservicewrapper SUBDIR += jdiskreport SUBDIR += jdupes SUBDIR += jest SUBDIR += jkill SUBDIR += jobd SUBDIR += jps SUBDIR += jruls SUBDIR += jstest-gtk SUBDIR += jtop SUBDIR += jtopen SUBDIR += jvmtop SUBDIR += k3b SUBDIR += k4dirstat SUBDIR += k8temp SUBDIR += kbackup SUBDIR += kcron SUBDIR += kdeadmin SUBDIR += kdebugsettings SUBDIR += kdf SUBDIR += kdialog SUBDIR += keyboard-daemon SUBDIR += kf5-baloo SUBDIR += kf5-kwallet SUBDIR += kfloppy SUBDIR += khelpcenter SUBDIR += kiconvtool SUBDIR += kio-fuse SUBDIR += kldfind SUBDIR += kldpatch SUBDIR += kops SUBDIR += krename SUBDIR += kshutdown SUBDIR += ksystemlog SUBDIR += kubectl SUBDIR += lava SUBDIR += lbl-cf SUBDIR += lbl-hf SUBDIR += lcdproc SUBDIR += ldap-account-manager SUBDIR += ldapvi SUBDIR += ledit SUBDIR += less SUBDIR += lfm SUBDIR += libcdio SUBDIR += libcdio-paranoia SUBDIR += libchk SUBDIR += libcpuid SUBDIR += libfvde SUBDIR += libgksu SUBDIR += libieee1284 SUBDIR += libretto-config SUBDIR += libsunacl SUBDIR += libsysstat SUBDIR += libudisks SUBDIR += liburcu SUBDIR += lineak-defaultplugin SUBDIR += lineak-xosdplugin SUBDIR += lineakd SUBDIR += linrename SUBDIR += linux-c7-dosfstools SUBDIR += linux-c7-lttng-ust SUBDIR += linux-c7-numactl-libs SUBDIR += linux-c7-userspace-rcu SUBDIR += linux-rkbin SUBDIR += linuxfdisk SUBDIR += lizardfs SUBDIR += lmmon SUBDIR += lmon SUBDIR += lnav SUBDIR += lockfile-progs SUBDIR += logrotate SUBDIR += logstalgia SUBDIR += logstash-forwarder SUBDIR += logstash5 SUBDIR += logstash6 SUBDIR += logstash7 SUBDIR += logtool SUBDIR += logwatch SUBDIR += lookat SUBDIR += lr SUBDIR += lsblk SUBDIR += lscpu SUBDIR += lsd SUBDIR += lsof SUBDIR += lsop SUBDIR += lsyncd SUBDIR += ltfs SUBDIR += ltrace SUBDIR += lttng-tools SUBDIR += lttng-ust SUBDIR += luckybackup SUBDIR += lxinput SUBDIR += lxqt-admin SUBDIR += lxqt-config SUBDIR += lxqt-policykit SUBDIR += lxqt-qtplugin SUBDIR += lxsplit SUBDIR += lxtask SUBDIR += lxterminal SUBDIR += mac_nonet SUBDIR += mac_rtprio SUBDIR += mackerel-agent SUBDIR += magicrescue SUBDIR += manck SUBDIR += mapchan SUBDIR += mapdir SUBDIR += massadmin SUBDIR += mate-control-center SUBDIR += mate-polkit SUBDIR += mate-power-manager SUBDIR += mate-settings-daemon SUBDIR += mate-system-monitor SUBDIR += mbgtools SUBDIR += mcelog SUBDIR += mcollective SUBDIR += mcollective-actionpolicy-auth SUBDIR += mcollective-nettest-agent SUBDIR += mcollective-nettest-client SUBDIR += mcollective-nettest-common SUBDIR += mcollective-nrpe-agent SUBDIR += mcollective-nrpe-client SUBDIR += mcollective-nrpe-common SUBDIR += mcollective-puppet-agent SUBDIR += mcollective-puppet-client SUBDIR += mcollective-puppet-common SUBDIR += mcollective-service-agent SUBDIR += mcollective-service-client SUBDIR += mcollective-service-common SUBDIR += mcollective-shell-agent SUBDIR += mcollective-shell-client SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdf2iso SUBDIR += megacli SUBDIR += megarc SUBDIR += memdump SUBDIR += memfetch SUBDIR += memtest86 SUBDIR += memtest86+ SUBDIR += memtester SUBDIR += metalog SUBDIR += mfid SUBDIR += mgeupsd SUBDIR += minikube SUBDIR += minimunin SUBDIR += minipot SUBDIR += minipro SUBDIR += minirsyslogd SUBDIR += mixer SUBDIR += mkdesktop SUBDIR += mkfwimage SUBDIR += mkntpwd SUBDIR += mmc-utils SUBDIR += mmve SUBDIR += mnrpes SUBDIR += modman SUBDIR += modules SUBDIR += mog SUBDIR += monit SUBDIR += monitord SUBDIR += monitorix SUBDIR += moosefs2-cgi SUBDIR += moosefs2-cgiserv SUBDIR += moosefs2-chunkserver SUBDIR += moosefs2-cli SUBDIR += moosefs2-client SUBDIR += moosefs2-master SUBDIR += moosefs2-metalogger SUBDIR += moosefs2-netdump SUBDIR += moosefs3-cgi SUBDIR += moosefs3-cgiserv SUBDIR += moosefs3-chunkserver SUBDIR += moosefs3-cli SUBDIR += moosefs3-client SUBDIR += moosefs3-master SUBDIR += moosefs3-metalogger SUBDIR += moosefs3-netdump SUBDIR += moreutils SUBDIR += most SUBDIR += mountsmb2 SUBDIR += mping SUBDIR += mptd SUBDIR += msiklm SUBDIR += msktutil SUBDIR += mstflint SUBDIR += mstflint-lite SUBDIR += msyslog SUBDIR += mtm SUBDIR += mtpfs SUBDIR += mtxorbd SUBDIR += multitail SUBDIR += munin-common SUBDIR += munin-contrib SUBDIR += munin-master SUBDIR += munin-node SUBDIR += muse SUBDIR += mybashburn SUBDIR += myrescue SUBDIR += n98-magerun SUBDIR += nagios-statd SUBDIR += namefix SUBDIR += nbosd SUBDIR += ncdu SUBDIR += ndmpd SUBDIR += neofetch SUBDIR += netevent SUBDIR += nfcutils SUBDIR += nitrogen SUBDIR += no-login SUBDIR += node_exporter SUBDIR += nomad SUBDIR += nomad-pot-driver SUBDIR += npadmin SUBDIR += nq SUBDIR += nrg2iso SUBDIR += nss_ndb SUBDIR += nsysctl SUBDIR += ntfy SUBDIR += nut SUBDIR += nut-devel SUBDIR += nvclock SUBDIR += nvme-cli SUBDIR += nvramtool SUBDIR += oak SUBDIR += obliterate SUBDIR += oc SUBDIR += odo SUBDIR += ods2 SUBDIR += ohmu SUBDIR += omnibackup SUBDIR += onefetch SUBDIR += open SUBDIR += opencorsairlink SUBDIR += openipmi SUBDIR += opensbi SUBDIR += openseachest SUBDIR += openshift-install-devel SUBDIR += openshift-install45 SUBDIR += openshift-install46 SUBDIR += openupsd SUBDIR += openzfs SUBDIR += openzfs-kmod SUBDIR += ori SUBDIR += osinfo-db-tools SUBDIR += osquery SUBDIR += p5-App-RunCron SUBDIR += p5-BSD-Jail-Object SUBDIR += p5-BSD-Process SUBDIR += p5-BSD-Sysctl SUBDIR += p5-BackupPC-XS SUBDIR += p5-Brackup SUBDIR += p5-Dir-Purge SUBDIR += p5-File-BackupCopy SUBDIR += p5-File-Cmp SUBDIR += p5-File-DirCompare SUBDIR += p5-File-Listing SUBDIR += p5-File-Log SUBDIR += p5-File-Next SUBDIR += p5-File-Rename SUBDIR += p5-File-Signature SUBDIR += p5-File-Stat-Bits SUBDIR += p5-File-Stat-ModeString SUBDIR += p5-File-Tee SUBDIR += p5-File-Which SUBDIR += p5-Filesys-Df SUBDIR += p5-Filesys-DfPortable SUBDIR += p5-Filesys-DiskFree SUBDIR += p5-Filesys-DiskSpace SUBDIR += p5-Filesys-DiskUsage SUBDIR += p5-Filesys-Statvfs SUBDIR += p5-Fuse SUBDIR += p5-Fuse-Simple SUBDIR += p5-Giovanni SUBDIR += p5-Iterator-File SUBDIR += p5-Lchown SUBDIR += p5-Linux-Cpuinfo SUBDIR += p5-Log-Colorize-Helper SUBDIR += p5-Log-Syslog-Constants SUBDIR += p5-Log-Syslog-Fast SUBDIR += p5-MogileFS-Client SUBDIR += p5-MogileFS-Network SUBDIR += p5-MogileFS-Server SUBDIR += p5-MogileFS-Utils SUBDIR += p5-Monitor-Simple SUBDIR += p5-Plugtools SUBDIR += p5-Plugtools-Plugins-HomeOU SUBDIR += p5-Probe-Perl SUBDIR += p5-Proc-PidUtil SUBDIR += p5-Proc-ProcessTable-Colorizer SUBDIR += p5-Proc-ProcessTable-InfoString SUBDIR += p5-Proc-ProcessTable-Match SUBDIR += p5-Proc-ProcessTable-ncps SUBDIR += p5-Proclet SUBDIR += p5-Quota SUBDIR += p5-Rex SUBDIR += p5-Samba-SIDhelper SUBDIR += p5-Schedule-At SUBDIR += p5-Schedule-Cron SUBDIR += p5-Schedule-Cron-Events SUBDIR += p5-Schedule-Load SUBDIR += p5-Schedule-Match SUBDIR += p5-Shell-Command SUBDIR += p5-Stat-lsMode SUBDIR += p5-Sys-CpuLoad SUBDIR += p5-Sys-Filesystem SUBDIR += p5-Sys-Gamin SUBDIR += p5-Sys-Group-GIDhelper SUBDIR += p5-Sys-HostIP SUBDIR += p5-Sys-Hostname-FQDN SUBDIR += p5-Sys-Hostname-Long SUBDIR += p5-Sys-Load SUBDIR += p5-Sys-Syslog SUBDIR += p5-Sys-User-UIDhelper SUBDIR += p5-Sysadm-Install SUBDIR += p5-SyslogScan SUBDIR += p5-Tail-Stat SUBDIR += p5-Tie-Syslog SUBDIR += p5-Ubic SUBDIR += p5-Unix-ConfigFile SUBDIR += p5-Unix-Lsof SUBDIR += p5-Unix-Mknod SUBDIR += p5-Unix-Processors SUBDIR += p5-Unix-Syslog SUBDIR += p5-User SUBDIR += p5-arclog SUBDIR += p5-reslog SUBDIR += packer SUBDIR += packmule SUBDIR += pacman SUBDIR += paicc SUBDIR += paladin SUBDIR += pam_mount SUBDIR += panicmail SUBDIR += parafly SUBDIR += parallel SUBDIR += parkverbot SUBDIR += pass-otp SUBDIR += pass-update SUBDIR += password-store SUBDIR += passwordsafe SUBDIR += patchelf SUBDIR += pax-utils SUBDIR += pbimaker SUBDIR += pc-networkmanager SUBDIR += pcapfix SUBDIR += pciutils SUBDIR += pcpustat SUBDIR += pdixtract SUBDIR += pdumpfs SUBDIR += pear-Cache SUBDIR += pear-Cache_Lite SUBDIR += pear-File SUBDIR += pear-File_Find SUBDIR += pear-File_Fstab SUBDIR += pear-File_Gettext SUBDIR += pear-Horde_Log SUBDIR += pear-Horde_Vfs SUBDIR += pear-I18Nv2 SUBDIR += pear-Log SUBDIR += pear-Translation2 SUBDIR += pecl-proctitle SUBDIR += pefs-kmod SUBDIR += perp SUBDIR += personality SUBDIR += pesign SUBDIR += pfetch SUBDIR += pflogx SUBDIR += pfstat SUBDIR += pftables SUBDIR += pftop SUBDIR += php72-fileinfo SUBDIR += php72-posix SUBDIR += php73-fileinfo SUBDIR += php73-posix SUBDIR += php74-fileinfo SUBDIR += php74-posix SUBDIR += phpfpm_exporter SUBDIR += phybs SUBDIR += pick SUBDIR += pidof SUBDIR += pies SUBDIR += pipemeter SUBDIR += plasma-pass SUBDIR += plasma5-discover SUBDIR += plasma5-drkonqi SUBDIR += plasma5-kde-cli-tools SUBDIR += plasma5-kinfocenter SUBDIR += plasma5-kmenuedit SUBDIR += plasma5-ksysguard SUBDIR += plasma5-libksysguard SUBDIR += plasma5-polkit-kde-agent-1 SUBDIR += plasma5-powerdevil SUBDIR += plasma5-systemsettings SUBDIR += plasma5-user-manager SUBDIR += plconfig SUBDIR += pmt SUBDIR += pnscan SUBDIR += policykit SUBDIR += policykit-gnome SUBDIR += polkit SUBDIR += polkit-gnome SUBDIR += polkit-qt SUBDIR += pot SUBDIR += potnet SUBDIR += powerdxx SUBDIR += powerman SUBDIR += powermon SUBDIR += pp SUBDIR += pprotectd SUBDIR += prelink SUBDIR += prips SUBDIR += procenv SUBDIR += procmap SUBDIR += progsreiserfs SUBDIR += pslist SUBDIR += psmisc SUBDIR += pstack SUBDIR += pstacku SUBDIR += pstree SUBDIR += puppet-lint SUBDIR += puppet-mode.el SUBDIR += puppet5 SUBDIR += puppet6 SUBDIR += puppetserver5 SUBDIR += puppetserver6 SUBDIR += pv SUBDIR += pwd_unmkdb SUBDIR += pwgen SUBDIR += pwol SUBDIR += pwsafe SUBDIR += pxattr SUBDIR += py-ansible-lint SUBDIR += py-ansible-runner SUBDIR += py-azure-cli SUBDIR += py-azure-cli-acr SUBDIR += py-azure-cli-base SUBDIR += py-azure-cli-core SUBDIR += py-azure-cli-telemetry SUBDIR += py-bitrot SUBDIR += py-borgmatic SUBDIR += py-cron-descriptor SUBDIR += py-croniter SUBDIR += py-diffoscope SUBDIR += py-dirsync SUBDIR += py-distro SUBDIR += py-dlipower SUBDIR += py-docker SUBDIR += py-drmaa SUBDIR += py-execnet SUBDIR += py-filelike SUBDIR += py-filelock SUBDIR += py-focker SUBDIR += py-glances SUBDIR += py-google-compute-engine SUBDIR += py-hared SUBDIR += py-hcloud SUBDIR += py-honcho SUBDIR += py-hpilo SUBDIR += py-iowait SUBDIR += py-jailconf SUBDIR += py-leviathan SUBDIR += py-liquidctl SUBDIR += py-mitogen SUBDIR += py-mqttwarn SUBDIR += py-nagiosplugin SUBDIR += py-packet-python SUBDIR += py-pkginfo SUBDIR += py-ploy SUBDIR += py-ploy_ezjail SUBDIR += py-plumbum SUBDIR += py-power SUBDIR += py-psutil SUBDIR += py-psutil121 SUBDIR += py-ptyprocess SUBDIR += py-py-cpuinfo SUBDIR += py-python-consul SUBDIR += py-python-crontab SUBDIR += py-python-nomad SUBDIR += py-pytsk SUBDIR += py-pywatchman SUBDIR += py-pyznap SUBDIR += py-queuelib SUBDIR += py-ranger SUBDIR += py-rdiff-backup SUBDIR += py-salt SUBDIR += py-salt-2019 SUBDIR += py-scandir SUBDIR += py-scarab SUBDIR += py-shutilwhich SUBDIR += py-stdiff SUBDIR += py-supervisor SUBDIR += py-tarsnapper SUBDIR += py-tmuxp SUBDIR += py-upt SUBDIR += py-upt-cpan SUBDIR += py-upt-freebsd SUBDIR += py-upt-pypi SUBDIR += py-upt-rubygems SUBDIR += py-uptime SUBDIR += py-zdaemon SUBDIR += py-zfs-autobackup SUBDIR += pydf SUBDIR += qchroot SUBDIR += qdirstat SUBDIR += qjail SUBDIR += qlogtools SUBDIR += qsudo SUBDIR += qt5-qtdiag SUBDIR += qt5-qtpaths SUBDIR += qt5-qtplugininfo SUBDIR += qtpass SUBDIR += quickjail SUBDIR += quicksynergy SUBDIR += racktables SUBDIR += radeontool SUBDIR += radeontop SUBDIR += radmind SUBDIR += rainbarf SUBDIR += raincoat SUBDIR += rcadm SUBDIR += rclean SUBDIR += rcm SUBDIR += rdate SUBDIR += rdup SUBDIR += read-edid SUBDIR += recoverdm SUBDIR += reed SUBDIR += reggae SUBDIR += rej SUBDIR += relaxconf SUBDIR += rename SUBDIR += renameutils SUBDIR += reoback SUBDIR += reptyr SUBDIR += respond SUBDIR += rest-server SUBDIR += restic SUBDIR += retail SUBDIR += rex SUBDIR += rhc SUBDIR += riak-cs SUBDIR += rinse SUBDIR += rocr SUBDIR += roct SUBDIR += rovclock SUBDIR += rpi-firmware SUBDIR += rsfetch SUBDIR += rshim-user-space SUBDIR += rsnapshot SUBDIR += rsyncbackup SUBDIR += rsyncrypto SUBDIR += rsyslog8 SUBDIR += rtsx-kmod SUBDIR += rtty SUBDIR += rubygem-backup SUBDIR += rubygem-bolt SUBDIR += rubygem-bosh-gen SUBDIR += rubygem-bundler SUBDIR += rubygem-bundler1 SUBDIR += rubygem-bundler_ext SUBDIR += rubygem-capistrano SUBDIR += rubygem-capistrano-ext SUBDIR += rubygem-capistrano-harrow SUBDIR += rubygem-chef SUBDIR += rubygem-chef-api SUBDIR += rubygem-chef-config SUBDIR += rubygem-chef-config12 SUBDIR += rubygem-chef-dk SUBDIR += rubygem-chef-utils SUBDIR += rubygem-chef-vault SUBDIR += rubygem-chef-zero SUBDIR += rubygem-chef-zero5 SUBDIR += rubygem-chef12 SUBDIR += rubygem-facter SUBDIR += rubygem-fluent-mixin-plaintextformatter SUBDIR += rubygem-fluent-plugin-config-expander SUBDIR += rubygem-fluent-plugin-file-alternative SUBDIR += rubygem-fluent-plugin-graylog SUBDIR += rubygem-fluent-plugin-tail-asis SUBDIR += rubygem-fluentd SUBDIR += rubygem-fssm SUBDIR += rubygem-god SUBDIR += rubygem-guard SUBDIR += rubygem-guard-compat SUBDIR += rubygem-guard-livereload SUBDIR += rubygem-guard-minitest SUBDIR += rubygem-guard-rspec SUBDIR += rubygem-hammer_cli SUBDIR += rubygem-hammer_cli_foreman SUBDIR += rubygem-hammer_cli_foreman_bootdisk SUBDIR += rubygem-hammer_cli_foreman_salt SUBDIR += rubygem-hammer_cli_foreman_ssh SUBDIR += rubygem-hiera SUBDIR += rubygem-hiera-eyaml SUBDIR += rubygem-hiera-file SUBDIR += rubygem-hieracles SUBDIR += rubygem-httplog SUBDIR += rubygem-itamae SUBDIR += rubygem-librarian-puppet SUBDIR += rubygem-license-acceptance SUBDIR += rubygem-log4r SUBDIR += rubygem-logify SUBDIR += rubygem-mogilefs-client SUBDIR += rubygem-mothra SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-ohai8 SUBDIR += rubygem-parallel SUBDIR += rubygem-puppet_forge SUBDIR += rubygem-puppetfile-resolver SUBDIR += rubygem-puppetserver-ca SUBDIR += rubygem-r10k SUBDIR += rubygem-rubyipmi SUBDIR += rubygem-serverspec SUBDIR += rubygem-shellany SUBDIR += rubygem-smart_proxy_chef SUBDIR += rubygem-smart_proxy_dynflow SUBDIR += rubygem-smart_proxy_remote_execution_ssh SUBDIR += rubygem-smart_proxy_salt SUBDIR += rubygem-specinfra SUBDIR += rubygem-sys-admin SUBDIR += rubygem-sys-cpu SUBDIR += rubygem-sys-filesystem SUBDIR += rubygem-sys-host SUBDIR += rubygem-sys-proctable SUBDIR += rubygem-sys-uname SUBDIR += rubygem-sys-uptime SUBDIR += rubygem-syslog-logger SUBDIR += rubygem-teamocil SUBDIR += rubygem-tmuxinator SUBDIR += rubygem-vagrant-bhyve SUBDIR += rubygem-vagrant-mutate SUBDIR += rubygem-vagrant-vbguest SUBDIR += rubygem-vagrant_cloud SUBDIR += rubygem-vmstat SUBDIR += rubygem-win32-file SUBDIR += rubygem-win32-file-security SUBDIR += rubygem-win32-file-stat SUBDIR += rubygem-winrm SUBDIR += rubygem-winrm-elevated SUBDIR += rubygem-winrm-fs SUBDIR += rubygem-yell SUBDIR += rundeck2 SUBDIR += rundeck3 SUBDIR += runit SUBDIR += runit-faster SUBDIR += runwhen SUBDIR += rw SUBDIR += s-tui SUBDIR += s6 SUBDIR += s6-rc SUBDIR += safe-rm SUBDIR += safecat SUBDIR += safecopy SUBDIR += samdruckerclientshell SUBDIR += samefile SUBDIR += samesame SUBDIR += sample SUBDIR += sanoid SUBDIR += sanoid-devel SUBDIR += sas2ircu SUBDIR += sas3ircu SUBDIR += savelogs SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond SUBDIR += scanmem SUBDIR += scct SUBDIR += schedutils SUBDIR += screen SUBDIR += screenfetch SUBDIR += screenfetch-nox11 SUBDIR += screenie SUBDIR += scterc SUBDIR += sd-agent SUBDIR += sdparm SUBDIR += seatd SUBDIR += seatools SUBDIR += sec SUBDIR += sensu-go SUBDIR += serf SUBDIR += setcdboot SUBDIR += sformat SUBDIR += sg3_utils SUBDIR += shim SUBDIR += shlock SUBDIR += shmcat SUBDIR += showbeastie SUBDIR += shuf SUBDIR += siegfried SUBDIR += signon-kwallet-extension SUBDIR += signon-plugin-oauth2 SUBDIR += signon-qt5 SUBDIR += signon-ui SUBDIR += slack SUBDIR += sleuthkit SUBDIR += slst SUBDIR += slurm-wlm SUBDIR += smart SUBDIR += smartmontools SUBDIR += smenu SUBDIR += smp_utils SUBDIR += snap SUBDIR += snmp_exporter SUBDIR += snooze SUBDIR += sockaddr SUBDIR += socket SUBDIR += socklog SUBDIR += solaar SUBDIR += spindown SUBDIR += spinner SUBDIR += spiped SUBDIR += squashfs-tools SUBDIR += ssd_report SUBDIR += sshsudo SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid SUBDIR += stanchion SUBDIR += stepsync SUBDIR += storcli SUBDIR += stow SUBDIR += stowES SUBDIR += stress SUBDIR += superiotool SUBDIR += swapd SUBDIR += swapexd SUBDIR += swapmon SUBDIR += swapusage SUBDIR += sweeper SUBDIR += symlinks SUBDIR += symon SUBDIR += synergy SUBDIR += synergy-1 SUBDIR += sysctlbyname-improved-kmod SUBDIR += sysctlinfo-kmod SUBDIR += sysgather SUBDIR += sysinfo SUBDIR += syslinux SUBDIR += syslog-ng SUBDIR += syslog-ng320 SUBDIR += syslog-ng321 SUBDIR += syslog-ng322 SUBDIR += syslog-ng323 SUBDIR += syslog-ng324 SUBDIR += syslog-ng325 SUBDIR += syslog-ng326 SUBDIR += syslog-ng327 SUBDIR += syslog-ng328 SUBDIR += syslog-ng329 SUBDIR += syslogger SUBDIR += sysrc SUBDIR += system-tools-backends SUBDIR += sysvbanner SUBDIR += tai64nfrac SUBDIR += tarsnap SUBDIR += tarsnap-gui SUBDIR += tarsnap-periodic SUBDIR += tartarus SUBDIR += tbku SUBDIR += tclsyslog SUBDIR += tcplist SUBDIR += tdir SUBDIR += tealdeer SUBDIR += tenshi SUBDIR += terraform SUBDIR += terraform-provider-gridscale SUBDIR += terraform-provider-vultr SUBDIR += testdisk SUBDIR += thefish SUBDIR += timelimit SUBDIR += timemon SUBDIR += titlefix SUBDIR += tkdvd SUBDIR += tlsdate SUBDIR += tm SUBDIR += tmate SUBDIR += tmate-ssh-server SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += tmux SUBDIR += tmux-mem-cpu-load SUBDIR += tmux23 SUBDIR += topless SUBDIR += torque SUBDIR += toshctl SUBDIR += toybox SUBDIR += tracker SUBDIR += tracker-miners SUBDIR += tree SUBDIR += tren SUBDIR += triton SUBDIR += trueos-libqt5 SUBDIR += ts SUBDIR += tty-clock SUBDIR += ttyd SUBDIR += ttyload SUBDIR += tuptime SUBDIR += turbostat SUBDIR += tw_cli SUBDIR += twmn SUBDIR += tzdialog SUBDIR += u-boot-a13-olinuxino SUBDIR += u-boot-a64-olinuxino SUBDIR += u-boot-bananapi SUBDIR += u-boot-bananapim2 SUBDIR += u-boot-beaglebone SUBDIR += u-boot-chip SUBDIR += u-boot-clearfog SUBDIR += u-boot-cubieboard SUBDIR += u-boot-cubieboard2 SUBDIR += u-boot-cubox-hummingboard SUBDIR += u-boot-duovero SUBDIR += u-boot-firefly-rk3399 SUBDIR += u-boot-imx-serial-loader SUBDIR += u-boot-master SUBDIR += u-boot-nanopi-a64 SUBDIR += u-boot-nanopi-m1plus SUBDIR += u-boot-nanopi-neo SUBDIR += u-boot-nanopi-neo-air SUBDIR += u-boot-nanopi-neo2 SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-olinuxino-lime2 SUBDIR += u-boot-olinuxino-lime2-emmc SUBDIR += u-boot-orangepi-one SUBDIR += u-boot-orangepi-pc SUBDIR += u-boot-orangepi-pc-plus SUBDIR += u-boot-orangepi-pc2 SUBDIR += u-boot-orangepi-plus-2e SUBDIR += u-boot-orangepi-r1 SUBDIR += u-boot-orangepi-zero SUBDIR += u-boot-pandaboard SUBDIR += u-boot-pcduino3 SUBDIR += u-boot-pine64 SUBDIR += u-boot-pine64-lts SUBDIR += u-boot-pinebook SUBDIR += u-boot-pinebookpro SUBDIR += u-boot-qemu-arm SUBDIR += u-boot-qemu-arm64 SUBDIR += u-boot-qemu-riscv64 SUBDIR += u-boot-riotboard SUBDIR += u-boot-rock64 SUBDIR += u-boot-rockpro64 SUBDIR += u-boot-rpi SUBDIR += u-boot-rpi-0-w SUBDIR += u-boot-rpi2 SUBDIR += u-boot-rpi3 SUBDIR += u-boot-rpi3-32 SUBDIR += u-boot-rpi4 SUBDIR += u-boot-sinovoip-bpi-m3 SUBDIR += u-boot-sopine SUBDIR += u-boot-tools SUBDIR += u-boot-utilite SUBDIR += u-boot-wandboard SUBDIR += ua SUBDIR += ucspi-ipc SUBDIR += ucspi-proxy SUBDIR += ucspi-ssl SUBDIR += ucspi-tcp SUBDIR += ucspi-unix SUBDIR += udfclient SUBDIR += uefi-edk2-bhyve SUBDIR += uefi-edk2-bhyve-csm SUBDIR += uefi-edk2-bhyve-devel SUBDIR += uefi-edk2-qemu SUBDIR += ufetch SUBDIR += ufs_copy SUBDIR += uhidd SUBDIR += uif2iso SUBDIR += unetbootin SUBDIR += unieject SUBDIR += uniutils SUBDIR += unquote SUBDIR += unstow SUBDIR += upower SUBDIR += upsdaemon SUBDIR += uptimed SUBDIR += usb_modeswitch SUBDIR += usbhid-dump SUBDIR += usbhotkey SUBDIR += usbtop SUBDIR += usbutils SUBDIR += uschedule SUBDIR += userinfo SUBDIR += userlist SUBDIR += usermatic SUBDIR += usermin SUBDIR += userneu SUBDIR += userneu-devel SUBDIR += usrinfo SUBDIR += utcount SUBDIR += vagrant SUBDIR += vbetool SUBDIR += vchanger SUBDIR += vcp SUBDIR += vector SUBDIR += videogen SUBDIR += vii SUBDIR += vils SUBDIR += vimpager SUBDIR += virt-what SUBDIR += virtualmin SUBDIR += vm-bhyve SUBDIR += vmdktool SUBDIR += vmtouch SUBDIR += vobcopy SUBDIR += volman SUBDIR += vordog SUBDIR += vpnc-scripts SUBDIR += vttest SUBDIR += vzvol SUBDIR += wait_on SUBDIR += watchfolder SUBDIR += watchman SUBDIR += watchmen SUBDIR += webjob SUBDIR += webmin SUBDIR += weedit SUBDIR += wemux SUBDIR += whatpix SUBDIR += whowatch SUBDIR += wiimms SUBDIR += wimlib SUBDIR += wmapmload SUBDIR += wmbluecpu SUBDIR += wmdiskmon SUBDIR += wmflame SUBDIR += wmmemfree SUBDIR += wmmemload SUBDIR += wmtop SUBDIR += wmupmon SUBDIR += worldtools SUBDIR += wuzzah SUBDIR += x86info SUBDIR += xbatt SUBDIR += xcdroast SUBDIR += xcpustate SUBDIR += xdu SUBDIR += xe SUBDIR += xe-guest-utilities SUBDIR += xen-guest-tools SUBDIR += xen-tools SUBDIR += xfburn SUBDIR += xfce4-battery-plugin SUBDIR += xfce4-bsdcpufreq-plugin SUBDIR += xfce4-cpugraph-plugin SUBDIR += xfce4-diskperf-plugin SUBDIR += xfce4-fsguard-plugin SUBDIR += xfce4-genmon-plugin SUBDIR += xfce4-kbdleds-plugin SUBDIR += xfce4-mount-plugin SUBDIR += xfce4-netload-plugin SUBDIR += xfce4-places-plugin SUBDIR += xfce4-power-manager SUBDIR += xfce4-settings SUBDIR += xfce4-systemload-plugin SUBDIR += xfce4-wavelan-plugin SUBDIR += xfsm SUBDIR += xfsprogs SUBDIR += xin SUBDIR += xjobs SUBDIR += xmbmon SUBDIR += xorriso SUBDIR += xosview SUBDIR += xpipe SUBDIR += xstow SUBDIR += xsysstats SUBDIR += xvidcap SUBDIR += yadm SUBDIR += yank SUBDIR += z SUBDIR += zap SUBDIR += zbackup SUBDIR += zeitgeist SUBDIR += zeroer SUBDIR += zetaback SUBDIR += zetaback-devel SUBDIR += zfs-periodic SUBDIR += zfs-replicate SUBDIR += zfs-snap-diff SUBDIR += zfs-snapshot-clean SUBDIR += zfs-snapshot-mgmt SUBDIR += zfs-stats SUBDIR += zfs-stats-lite SUBDIR += zfsnap SUBDIR += zfsnap2 SUBDIR += zfstools SUBDIR += zidrav SUBDIR += zisofs-tools SUBDIR += znapzend SUBDIR += zogftw SUBDIR += zoxide SUBDIR += zrep SUBDIR += zrepl SUBDIR += zsd SUBDIR += zsm SUBDIR += zxfer .include diff --git a/multimedia/rage/Makefile b/sysutils/evisum/Makefile similarity index 57% copy from multimedia/rage/Makefile copy to sysutils/evisum/Makefile index 661b5bbefa1c..769ff360e8e0 100644 --- a/multimedia/rage/Makefile +++ b/sysutils/evisum/Makefile @@ -1,20 +1,21 @@ -# Created by: Grzegorz Blach +# Created by: Peter TKATHENKO # $FreeBSD$ -PORTNAME= rage -PORTVERSION= 0.3.0 -PORTREVISION= 4 -CATEGORIES= multimedia enlightenment +PORTNAME= evisum +PORTVERSION= 0.5.4 +CATEGORIES= sysutils enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ MAINTAINER= enlightenment@FreeBSD.org -COMMENT= EFL video and audio player with some extra bells and whistles +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 @@ -1,54 +1,58 @@ # Created by: Yukihiro Nakai # $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 - -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 -# +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} + .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 @@ -1,609 +1,641 @@ bin/emixer bin/enlightenment bin/enlightenment_askpass bin/enlightenment_filemanager bin/enlightenment_imc 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 include/enlightenment/e_acpi.h include/enlightenment/e_actions.h include/enlightenment/e_alert.h include/enlightenment/e_atoms.h include/enlightenment/e_auth.h include/enlightenment/e_backlight.h include/enlightenment/e_bg.h include/enlightenment/e_bindings.h include/enlightenment/e_bryce.h include/enlightenment/e_client.h include/enlightenment/e_client.x include/enlightenment/e_client_volume.h include/enlightenment/e_color.h include/enlightenment/e_color_dialog.h include/enlightenment/e_comp.h include/enlightenment/e_comp_canvas.h include/enlightenment/e_comp_cfdata.h include/enlightenment/e_comp_object.h include/enlightenment/e_comp_x.h include/enlightenment/e_comp_x_randr.h include/enlightenment/e_config.h include/enlightenment/e_config_data.h include/enlightenment/e_config_dialog.h include/enlightenment/e_configure.h include/enlightenment/e_confirm_dialog.h include/enlightenment/e_datastore.h include/enlightenment/e_dbusmenu.h include/enlightenment/e_desk.h include/enlightenment/e_deskenv.h include/enlightenment/e_desklock.h include/enlightenment/e_deskmirror.h include/enlightenment/e_desktop_editor.h include/enlightenment/e_dialog.h include/enlightenment/e_dnd.h include/enlightenment/e_dpms.h include/enlightenment/e_entry_dialog.h include/enlightenment/e_env.h include/enlightenment/e_error.h include/enlightenment/e_exec.h include/enlightenment/e_exehist.h include/enlightenment/e_filereg.h include/enlightenment/e_flowlayout.h include/enlightenment/e_fm.h include/enlightenment/e_fm_custom.h include/enlightenment/e_fm_device.h include/enlightenment/e_fm_mime.h include/enlightenment/e_fm_op.h include/enlightenment/e_fm_op_registry.h include/enlightenment/e_fm_prop.h include/enlightenment/e_fm_shared_codec.h include/enlightenment/e_fm_shared_device.h include/enlightenment/e_fm_shared_types.h include/enlightenment/e_focus.h include/enlightenment/e_font.h include/enlightenment/e_gadcon.h include/enlightenment/e_gadcon_popup.h include/enlightenment/e_gadget.h include/enlightenment/e_gadget_types.h include/enlightenment/e_grab_dialog.h include/enlightenment/e_grabinput.h include/enlightenment/e_hints.h include/enlightenment/e_icon.h include/enlightenment/e_ilist.h include/enlightenment/e_import_config_dialog.h include/enlightenment/e_import_dialog.h include/enlightenment/e_includes.h include/enlightenment/e_init.h include/enlightenment/e_int_client_locks.h include/enlightenment/e_int_client_menu.h include/enlightenment/e_int_client_prop.h include/enlightenment/e_int_client_remember.h include/enlightenment/e_int_config_modules.h include/enlightenment/e_int_gadcon_config.h include/enlightenment/e_int_menus.h include/enlightenment/e_int_shelf_config.h include/enlightenment/e_int_toolbar_config.h include/enlightenment/e_intl.h include/enlightenment/e_intl_data.h include/enlightenment/e_ipc.h include/enlightenment/e_ipc_codec.h include/enlightenment/e_layout.h include/enlightenment/e_livethumb.h include/enlightenment/e_log.h include/enlightenment/e_macros.h include/enlightenment/e_maximize.h include/enlightenment/e_menu.h include/enlightenment/e_mmx.h include/enlightenment/e_module.h include/enlightenment/e_mouse.h include/enlightenment/e_moveresize.h include/enlightenment/e_msg.h include/enlightenment/e_msgbus.h include/enlightenment/e_notification.h include/enlightenment/e_obj_dialog.h include/enlightenment/e_object.h include/enlightenment/e_order.h include/enlightenment/e_pan.h include/enlightenment/e_path.h include/enlightenment/e_pixmap.h include/enlightenment/e_place.h include/enlightenment/e_pointer.h include/enlightenment/e_powersave.h include/enlightenment/e_prefix.h include/enlightenment/e_randr2.h include/enlightenment/e_remember.h include/enlightenment/e_resist.h include/enlightenment/e_scale.h include/enlightenment/e_screensaver.h include/enlightenment/e_scrollframe.h include/enlightenment/e_sha1.h include/enlightenment/e_shelf.h include/enlightenment/e_signals.h include/enlightenment/e_slidecore.h include/enlightenment/e_slider.h 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 include/enlightenment/e_thumb.h include/enlightenment/e_toolbar.h include/enlightenment/e_update.h include/enlightenment/e_user.h include/enlightenment/e_utils.h include/enlightenment/e_video.h include/enlightenment/e_widget.h include/enlightenment/e_widget_aspect.h include/enlightenment/e_widget_bgpreview.h include/enlightenment/e_widget_button.h include/enlightenment/e_widget_check.h include/enlightenment/e_widget_color_well.h include/enlightenment/e_widget_config_list.h include/enlightenment/e_widget_entry.h include/enlightenment/e_widget_filepreview.h include/enlightenment/e_widget_flist.h include/enlightenment/e_widget_font_preview.h include/enlightenment/e_widget_framelist.h include/enlightenment/e_widget_frametable.h include/enlightenment/e_widget_fsel.h include/enlightenment/e_widget_ilist.h include/enlightenment/e_widget_image.h include/enlightenment/e_widget_label.h include/enlightenment/e_widget_list.h include/enlightenment/e_widget_preview.h include/enlightenment/e_widget_radio.h include/enlightenment/e_widget_scrollframe.h include/enlightenment/e_widget_slider.h include/enlightenment/e_widget_spectrum.h include/enlightenment/e_widget_table.h include/enlightenment/e_widget_textblock.h include/enlightenment/e_widget_toolbar.h include/enlightenment/e_widget_toolbook.h include/enlightenment/e_win.h include/enlightenment/e_xinerama.h include/enlightenment/e_xkb.h include/enlightenment/e_xsettings.h 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 lib/enlightenment/modules/backlight/e-module-backlight.edj lib/enlightenment/modules/backlight/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/backlight/module.desktop lib/enlightenment/modules/battery/e-module-battery.edj lib/enlightenment/modules/battery/%%ENLIGHTENMENT_ARCH%%/batget lib/enlightenment/modules/battery/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/battery/module.desktop lib/enlightenment/modules/clock/e-module-clock.edj lib/enlightenment/modules/clock/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/clock/module.desktop lib/enlightenment/modules/conf/e-module-conf.edj lib/enlightenment/modules/conf/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf/module.desktop lib/enlightenment/modules/conf_applications/e-module-conf_applications.edj lib/enlightenment/modules/conf_applications/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_applications/module.desktop lib/enlightenment/modules/conf_bindings/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_bindings/module.desktop lib/enlightenment/modules/conf_dialogs/e-module-conf_dialogs.edj lib/enlightenment/modules/conf_dialogs/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_dialogs/module.desktop lib/enlightenment/modules/conf_display/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_display/module.desktop lib/enlightenment/modules/conf_interaction/e-module-conf_interaction.edj lib/enlightenment/modules/conf_interaction/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_interaction/module.desktop lib/enlightenment/modules/conf_intl/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_intl/module.desktop lib/enlightenment/modules/conf_menus/e-module-conf_menus.edj lib/enlightenment/modules/conf_menus/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_menus/module.desktop lib/enlightenment/modules/conf_paths/e-module-conf_paths.edj lib/enlightenment/modules/conf_paths/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_paths/module.desktop lib/enlightenment/modules/conf_performance/e-module-conf_performance.edj lib/enlightenment/modules/conf_performance/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_performance/module.desktop lib/enlightenment/modules/conf_randr/e-module-conf_randr.edj lib/enlightenment/modules/conf_randr/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_randr/module.desktop lib/enlightenment/modules/conf_shelves/e-module-conf_shelves.edj 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 lib/enlightenment/modules/everything/e-module-everything.edj lib/enlightenment/modules/everything/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/everything/module.desktop lib/enlightenment/modules/fileman/e-module-fileman.edj lib/enlightenment/modules/fileman/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/fileman/module.desktop lib/enlightenment/modules/fileman_opinfo/e-module-fileman_opinfo.edj lib/enlightenment/modules/fileman_opinfo/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/fileman_opinfo/module.desktop lib/enlightenment/modules/gadman/e-module-gadman.edj lib/enlightenment/modules/gadman/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/gadman/module.desktop lib/enlightenment/modules/geolocation/e-module-geolocation.edj lib/enlightenment/modules/geolocation/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/geolocation/module.desktop lib/enlightenment/modules/ibar/e-module-ibar.edj lib/enlightenment/modules/ibar/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/ibar/module.desktop lib/enlightenment/modules/ibox/e-module-ibox.edj lib/enlightenment/modules/ibox/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/ibox/module.desktop lib/enlightenment/modules/lokker/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/luncher/e-module-luncher.edj lib/enlightenment/modules/luncher/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/luncher/module.desktop lib/enlightenment/modules/mixer/e-module-mixer.edj lib/enlightenment/modules/mixer/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/mixer/module.desktop lib/enlightenment/modules/msgbus/e-module-msgbus.edj lib/enlightenment/modules/msgbus/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/msgbus/module.desktop lib/enlightenment/modules/music-control/e-module-music-control.edj lib/enlightenment/modules/music-control/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/music-control/module.desktop lib/enlightenment/modules/notification/e-module-notification.edj lib/enlightenment/modules/notification/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/notification/module.desktop lib/enlightenment/modules/packagekit/e-module-packagekit.edj lib/enlightenment/modules/packagekit/%%ENLIGHTENMENT_ARCH%%/module.so 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 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 lib/enlightenment/modules/systray/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/systray/module.desktop lib/enlightenment/modules/tasks/e-module-tasks.edj lib/enlightenment/modules/tasks/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/tasks/module.desktop lib/enlightenment/modules/teamwork/e-module-teamwork.edj lib/enlightenment/modules/teamwork/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/teamwork/module.desktop lib/enlightenment/modules/temperature/e-module-temperature.edj lib/enlightenment/modules/temperature/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/temperature/module.desktop lib/enlightenment/modules/tiling/e-module-tiling.edj lib/enlightenment/modules/tiling/%%ENLIGHTENMENT_ARCH%%/module.so 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 lib/enlightenment/modules/wireless/e-module-wireless.edj lib/enlightenment/modules/wireless/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/wireless/module.desktop lib/enlightenment/modules/wizard/def-ibar.txt lib/enlightenment/modules/wizard/desktop/home.desktop lib/enlightenment/modules/wizard/desktop/root.desktop lib/enlightenment/modules/wizard/desktop/tmp.desktop lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_000.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_010.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_011.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_020.so 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 lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_160.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_170.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_180.so lib/enlightenment/modules/wizard/%%ENLIGHTENMENT_ARCH%%/page_200.so 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 %%DATADIR%%/AUTHORS %%DATADIR%%/COPYING %%DATADIR%%/data/backgrounds/Brown_Rock_Hi.edj %%DATADIR%%/data/backgrounds/Colorful_Roses.edj %%DATADIR%%/data/backgrounds/Curly_Leaves.edj %%DATADIR%%/data/backgrounds/Dark_Gradient.edj %%DATADIR%%/data/backgrounds/Darkconcrete.edj %%DATADIR%%/data/backgrounds/Flower_Petals.edj %%DATADIR%%/data/backgrounds/Go_Away.edj %%DATADIR%%/data/backgrounds/Grassy.edj %%DATADIR%%/data/backgrounds/Green_Stem.edj %%DATADIR%%/data/backgrounds/Hills.edj %%DATADIR%%/data/backgrounds/Japanesemaple.edj %%DATADIR%%/data/backgrounds/Lakegrass.edj %%DATADIR%%/data/backgrounds/Lantern_Cluster.edj %%DATADIR%%/data/backgrounds/Leafy_Red.edj %%DATADIR%%/data/backgrounds/Light.edj %%DATADIR%%/data/backgrounds/Light_Gradient.edj %%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 %%DATADIR%%/data/backgrounds/Pattern_Vertical_Hi.edj %%DATADIR%%/data/backgrounds/Pine_Silhouettes.edj %%DATADIR%%/data/backgrounds/Purple_Flower_Bunch.edj %%DATADIR%%/data/backgrounds/Ramen.edj %%DATADIR%%/data/backgrounds/Shady_Leaves.edj %%DATADIR%%/data/backgrounds/Skywall.edj %%DATADIR%%/data/backgrounds/Stringflower.edj %%DATADIR%%/data/backgrounds/Temple.edj %%DATADIR%%/data/backgrounds/Train.edj %%DATADIR%%/data/backgrounds/Wall_Lanterns.edj %%DATADIR%%/data/backgrounds/Wetgrass.edj %%DATADIR%%/data/backgrounds/Wetleaf.edj %%DATADIR%%/data/backgrounds/Whiterock.edj %%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 %%DATADIR%%/data/config/standard/enlightenment-standard.png %%DATADIR%%/data/config/standard/module.battery.cfg %%DATADIR%%/data/config/standard/module.conf.cfg %%DATADIR%%/data/config/standard/module.cpufreq.cfg %%DATADIR%%/data/config/standard/module.fileman.cfg %%DATADIR%%/data/config/standard/module.ibar.cfg %%DATADIR%%/data/config/standard/module.ibox.cfg %%DATADIR%%/data/config/standard/module.pager.cfg %%DATADIR%%/data/config/standard/module.temperature.cfg %%DATADIR%%/data/config/standard/profile.desktop %%DATADIR%%/data/config/tiling/e.cfg %%DATADIR%%/data/config/tiling/e_bindings.cfg %%DATADIR%%/data/config/tiling/enlightenment-tiling.png %%DATADIR%%/data/config/tiling/module.battery.cfg %%DATADIR%%/data/config/tiling/module.conf.cfg %%DATADIR%%/data/config/tiling/module.cpufreq.cfg %%DATADIR%%/data/config/tiling/module.fileman.cfg %%DATADIR%%/data/config/tiling/module.ibar.cfg %%DATADIR%%/data/config/tiling/module.ibox.cfg %%DATADIR%%/data/config/tiling/module.pager.cfg %%DATADIR%%/data/config/tiling/module.temperature.cfg %%DATADIR%%/data/config/tiling/module.tiling.cfg %%DATADIR%%/data/config/tiling/profile.desktop %%DATADIR%%/data/favorites/.order %%DATADIR%%/data/favorites/desktop.desktop %%DATADIR%%/data/favorites/home.desktop %%DATADIR%%/data/favorites/root.desktop %%DATADIR%%/data/favorites/tmp.desktop %%DATADIR%%/data/flags/ad_flag.png %%DATADIR%%/data/flags/af_flag.png %%DATADIR%%/data/flags/al_flag.png %%DATADIR%%/data/flags/am_flag.png %%DATADIR%%/data/flags/ar_flag.png %%DATADIR%%/data/flags/ara_flag.png %%DATADIR%%/data/flags/at_flag.png %%DATADIR%%/data/flags/az_flag.png %%DATADIR%%/data/flags/ba_flag.png %%DATADIR%%/data/flags/bd_flag.png %%DATADIR%%/data/flags/be_flag.png %%DATADIR%%/data/flags/bg_flag.png %%DATADIR%%/data/flags/br_flag.png %%DATADIR%%/data/flags/brai_flag.png %%DATADIR%%/data/flags/bt_flag.png %%DATADIR%%/data/flags/bw_flag.png %%DATADIR%%/data/flags/by_flag.png %%DATADIR%%/data/flags/ca_flag.png %%DATADIR%%/data/flags/cat_flag.png %%DATADIR%%/data/flags/cd_flag.png %%DATADIR%%/data/flags/ch_flag.png %%DATADIR%%/data/flags/cm_flag.png %%DATADIR%%/data/flags/cn_flag.png %%DATADIR%%/data/flags/cz_flag.png %%DATADIR%%/data/flags/de_flag.png %%DATADIR%%/data/flags/dk_flag.png %%DATADIR%%/data/flags/ee_flag.png %%DATADIR%%/data/flags/epo_flag.png %%DATADIR%%/data/flags/es_flag.png %%DATADIR%%/data/flags/et_flag.png %%DATADIR%%/data/flags/fi_flag.png %%DATADIR%%/data/flags/fo_flag.png %%DATADIR%%/data/flags/fr_flag.png %%DATADIR%%/data/flags/gb_flag.png %%DATADIR%%/data/flags/ge_flag.png %%DATADIR%%/data/flags/gh_flag.png %%DATADIR%%/data/flags/gn_flag.png %%DATADIR%%/data/flags/gr_flag.png %%DATADIR%%/data/flags/hr_flag.png %%DATADIR%%/data/flags/hu_flag.png %%DATADIR%%/data/flags/ie_flag.png %%DATADIR%%/data/flags/il_flag.png %%DATADIR%%/data/flags/in_flag.png %%DATADIR%%/data/flags/iq_flag.png %%DATADIR%%/data/flags/ir_flag.png %%DATADIR%%/data/flags/is_flag.png %%DATADIR%%/data/flags/it_flag.png %%DATADIR%%/data/flags/jp_flag.png %%DATADIR%%/data/flags/ke_flag.png %%DATADIR%%/data/flags/kg_flag.png %%DATADIR%%/data/flags/kh_flag.png %%DATADIR%%/data/flags/kr_flag.png %%DATADIR%%/data/flags/ku_flag.png %%DATADIR%%/data/flags/kz_flag.png %%DATADIR%%/data/flags/la_flag.png %%DATADIR%%/data/flags/lang-system.png %%DATADIR%%/data/flags/latam_flag.png %%DATADIR%%/data/flags/lk_flag.png %%DATADIR%%/data/flags/lt_flag.png %%DATADIR%%/data/flags/lv_flag.png %%DATADIR%%/data/flags/ma_flag.png %%DATADIR%%/data/flags/mao_flag.png %%DATADIR%%/data/flags/md_flag.png %%DATADIR%%/data/flags/me_flag.png %%DATADIR%%/data/flags/mk_flag.png %%DATADIR%%/data/flags/ml_flag.png %%DATADIR%%/data/flags/mm_flag.png %%DATADIR%%/data/flags/mn_flag.png %%DATADIR%%/data/flags/mt_flag.png %%DATADIR%%/data/flags/mv_flag.png %%DATADIR%%/data/flags/my_flag.png %%DATADIR%%/data/flags/ng_flag.png %%DATADIR%%/data/flags/nl_flag.png %%DATADIR%%/data/flags/no_flag.png %%DATADIR%%/data/flags/np_flag.png %%DATADIR%%/data/flags/ph_flag.png %%DATADIR%%/data/flags/pk_flag.png %%DATADIR%%/data/flags/pl_flag.png %%DATADIR%%/data/flags/pt_flag.png %%DATADIR%%/data/flags/ro_flag.png %%DATADIR%%/data/flags/rs_flag.png %%DATADIR%%/data/flags/ru_flag.png %%DATADIR%%/data/flags/se_flag.png %%DATADIR%%/data/flags/si_flag.png %%DATADIR%%/data/flags/sk_flag.png %%DATADIR%%/data/flags/sn_flag.png %%DATADIR%%/data/flags/sy_flag.png %%DATADIR%%/data/flags/th_flag.png %%DATADIR%%/data/flags/tj_flag.png %%DATADIR%%/data/flags/tm_flag.png %%DATADIR%%/data/flags/tr_flag.png %%DATADIR%%/data/flags/tw_flag.png %%DATADIR%%/data/flags/tz_flag.png %%DATADIR%%/data/flags/ua_flag.png %%DATADIR%%/data/flags/unknown_flag.png %%DATADIR%%/data/flags/us_flag.png %%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 %%DATADIR%%/data/icons/mail_client.png %%DATADIR%%/data/icons/text_editor.png %%DATADIR%%/data/icons/video_player.png %%DATADIR%%/data/icons/web_browser.png %%DATADIR%%/data/icons/xterm.png %%DATADIR%%/data/images/enlightenment.png %%DATADIR%%/data/images/test.edj %%DATADIR%%/data/images/test.jpg %%DATADIR%%/data/images/test.png %%DATADIR%%/data/images/test.svg %%DATADIR%%/data/input_methods/fcitx.imc %%DATADIR%%/data/input_methods/gcin.imc %%DATADIR%%/data/input_methods/hime.imc %%DATADIR%%/data/input_methods/ibus.imc %%DATADIR%%/data/input_methods/iiimf.imc %%DATADIR%%/data/input_methods/scim.imc %%DATADIR%%/data/input_methods/uim.imc %%DATADIR%%/doc/FDO.txt %%DATADIR%%/doc/cache.txt %%DATADIR%%/doc/documentation.html %%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 %%NLS%%share/locale/cs/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/da/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/de/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/el/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/eo/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/es/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/et/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/fi/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/fo/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/fr/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/fr_CH/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/gl/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/he/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/hr/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/hu/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/it/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/ja/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/km/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/ko/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/lt/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/ms/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/nb/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/nl/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/pl/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/pt/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/ro/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/ru/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/sk/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/sl/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/sr/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/sv/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/tr/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/uk/LC_MESSAGES/enlightenment.mo %%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 @@ -1,27 +1,27 @@ # Created by: Grzegorz Blach # $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 MAINTAINER= enlightenment@FreeBSD.org COMMENT= EFL Terminal Emulator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libefl.so:devel/efl USES= compiler:c11 meson pkgconfig tar:xz OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_MESON_TRUE= nls NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl .include 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 @@ -1,73 +1,77 @@ bin/terminology bin/tyalpha bin/tybg bin/tycat bin/tyls bin/typop bin/tyq bin/tysend man/man1/terminology-helpers.1.gz man/man1/terminology.1.gz man/man1/tyalpha.1.gz man/man1/tybg.1.gz man/man1/tycat.1.gz man/man1/tyls.1.gz man/man1/typop.1.gz man/man1/tyq.1.gz 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 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 share/locale/vi/LC_MESSAGES/terminology.mo %%DATADIR%%/backgrounds/mystic.png %%DATADIR%%/backgrounds/texture_background.png %%DATADIR%%/fonts/10x20.pcf %%DATADIR%%/fonts/4x6.pcf %%DATADIR%%/fonts/5x7.pcf %%DATADIR%%/fonts/5x8.pcf %%DATADIR%%/fonts/6x10.pcf %%DATADIR%%/fonts/6x12.pcf %%DATADIR%%/fonts/6x13.pcf %%DATADIR%%/fonts/6x9.pcf %%DATADIR%%/fonts/7x13.pcf %%DATADIR%%/fonts/7x14.pcf %%DATADIR%%/fonts/8x13.pcf %%DATADIR%%/fonts/9x15.pcf %%DATADIR%%/fonts/9x18.pcf %%DATADIR%%/fonts/TERMINUS.txt %%DATADIR%%/fonts/XFONT.txt %%DATADIR%%/fonts/nexus.pcf %%DATADIR%%/fonts/terminus-12.pcf %%DATADIR%%/fonts/terminus-14-bold.pcf %%DATADIR%%/fonts/terminus-14.pcf %%DATADIR%%/fonts/terminus-16-bold.pcf %%DATADIR%%/fonts/terminus-16.pcf %%DATADIR%%/fonts/terminus-18-bold.pcf %%DATADIR%%/fonts/terminus-18.pcf %%DATADIR%%/fonts/terminus-20-bold.pcf %%DATADIR%%/fonts/terminus-20.pcf %%DATADIR%%/images/terminology.png %%DATADIR%%/themes/base16_ocean_dark.edj %%DATADIR%%/themes/black.edj %%DATADIR%%/themes/default.edj %%DATADIR%%/themes/mild.edj %%DATADIR%%/themes/mustang.edj %%DATADIR%%/themes/nord.edj %%DATADIR%%/themes/nyanology.edj %%DATADIR%%/themes/papercolor.edj %%DATADIR%%/themes/smyck.edj %%DATADIR%%/themes/solarized.edj %%DATADIR%%/themes/solarized_light.edj