[Midnightbsd-cvs] mports [18932] trunk/x11-wm: remove transset-df.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue May 12 12:15:37 EDT 2015
Revision: 18932
http://svnweb.midnightbsd.org/mports/?rev=18932
Author: laffer1
Date: 2015-05-12 12:15:37 -0400 (Tue, 12 May 2015)
Log Message:
-----------
remove transset-df. it doesnt work anymore
Modified Paths:
--------------
trunk/x11-wm/Makefile
trunk/x11-wm/enlightenment/Makefile
trunk/x11-wm/enlightenment/distinfo
trunk/x11-wm/enlightenment/pkg-plist
Removed Paths:
-------------
trunk/x11-wm/enlightenment/files/patch-src_aclass.c
trunk/x11-wm/enlightenment/files/patch-src_magwin.c
trunk/x11-wm/enlightenment/files/patch-src_menus-misc.c
trunk/x11-wm/transset-df/
Modified: trunk/x11-wm/Makefile
===================================================================
--- trunk/x11-wm/Makefile 2015-05-12 16:14:50 UTC (rev 18931)
+++ trunk/x11-wm/Makefile 2015-05-12 16:15:37 UTC (rev 18932)
@@ -22,7 +22,6 @@
SUBDIR += obmenu
SUBDIR += openbox
SUBDIR += ratpoison
-SUBDIR += transset-df
SUBDIR += twm
SUBDIR += windowmaker
SUBDIR += wmii
Modified: trunk/x11-wm/enlightenment/Makefile
===================================================================
--- trunk/x11-wm/enlightenment/Makefile 2015-05-12 16:14:50 UTC (rev 18931)
+++ trunk/x11-wm/enlightenment/Makefile 2015-05-12 16:15:37 UTC (rev 18932)
@@ -1,51 +1,56 @@
-# $MidnightBSD$
+# Created by: Yukihiro Nakai <Nakai at Mlab.t.u-tokyo.ac.jp>
+# $FreeBSD: head/x11-wm/enlightenment/Makefile 380054 2015-02-26 21:12:40Z gblach $
PORTNAME= enlightenment
-DISTVERSION= 1.0.0
-CATEGORIES= x11-wm
-MASTER_SITES= SF/enlightenment
-DISTNAME= e16-${DISTVERSION}
+PORTVERSION= 0.19.4
+PORTEPOCH= 2
+CATEGORIES= x11-wm enlightenment
+MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
-MAINTAINER= ports at MdinightBSD.org
-COMMENT= A very artistic X window manager
-LICENSE= mit
+MAINTAINER= gblach at FreeBSD.org
+COMMENT= Artistic X window manager
-E16_REVISION= 000
-DATADIR= ${PREFIX}/share/e16
-DOCSDIR= ${PREFIX}/share/doc/e16
+LICENSE= BSD2CLAUSE
-LIB_DEPENDS+= Imlib2.5:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \
+ libelementary.so:${PORTSDIR}/x11-toolkits/elementary \
+ libedbus.so:${PORTSDIR}/devel/e_dbus \
+ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
+RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graphics/evas_generic_loaders-svg
-USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
- xext xfixes xft xinerama xrandr xrender xxf86vm
-USE_ICONV= yes
-USE_GMAKE= yes
+DIST_SUBDIR= enlightenment
+USE_AUTOTOOLS= autoconf aclocal
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \
- --disable-rpath
+USES= alias desktop-file-utils execinfo libtool pathfix iconv gmake \
+ pkgconfig tar:xz
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+SUB_FILES= pkg-message
-.if !defined(WITHOUT_ESOUND)
-USE_GNOME= esound
-.else
-CONFIGURE_ARGS+=--disable-sound
-.endif
+CONFIGURE_ARGS= --with-profile=MEDIUM_PC \
+ --disable-connman --disable-bluez4 \
+ --disable-device-udev --disable-mount-udisks
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
+CPPFLAGS+= -I${LOCALBASE}/include/e_dbus-1
-.if !defined(NOPORTDOCS)
-BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto
-CONFIGURE_ARGS+=--enable-docs=yes
-.else
-CONFIGURE_ARGS+=--enable-docs=no
+.include "Makefile.plist"
+
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
+
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
+
post-patch:
- ${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
- ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e \
+ 's/\(setuid_root_mode = a=rx,u+x\)s/\1/g' \
+ ${WRKSRC}/src/bin/Makefile.mk \
+ ${WRKSRC}/src/modules/Makefile_cpufreq.mk
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64: signal 10
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Modified: trunk/x11-wm/enlightenment/distinfo
===================================================================
--- trunk/x11-wm/enlightenment/distinfo 2015-05-12 16:14:50 UTC (rev 18931)
+++ trunk/x11-wm/enlightenment/distinfo 2015-05-12 16:15:37 UTC (rev 18932)
@@ -1,3 +1,2 @@
-SHA256 (e16-1.0.0.tar.gz) = 0e05aac4f0e14e437372740edd7b9b181fe83020861db83056cc16f9548e65e8
-RMD160 (e16-1.0.0.tar.gz) = c876104ddbd36596a3cc031dbe011f4535c5906e
-SIZE (e16-1.0.0.tar.gz) = 2004784
+SHA256 (enlightenment/enlightenment-0.19.4.tar.xz) = e777febb2fa751ec3320fdc3e2ecb0a9b70ec75f2d188fb02edd31004e536b64
+SIZE (enlightenment/enlightenment-0.19.4.tar.xz) = 24597128
Deleted: trunk/x11-wm/enlightenment/files/patch-src_aclass.c
===================================================================
--- trunk/x11-wm/enlightenment/files/patch-src_aclass.c 2015-05-12 16:14:50 UTC (rev 18931)
+++ trunk/x11-wm/enlightenment/files/patch-src_aclass.c 2015-05-12 16:15:37 UTC (rev 18932)
@@ -1,15 +0,0 @@
---- src/aclass.c.orig 2009-06-08 00:26:06.000000000 +0200
-+++ src/aclass.c 2009-06-08 00:28:04.000000000 +0200
-@@ -937,7 +937,11 @@
- ewin->state.in_action = 1;
- EFunc(ewin, action->params);
- if (ewin)
-- ewin->state.in_action = 0;
-+ {
-+ if (!EwinFindByPtr(ewin))
-+ return; /* ewin has been destroyed */
-+ ewin->state.in_action = 0;
-+ }
-
- /* Did we just hose ourselves? if so, we'd best not stick around here */
- if (mode_action_destroy)
Deleted: trunk/x11-wm/enlightenment/files/patch-src_magwin.c
===================================================================
--- trunk/x11-wm/enlightenment/files/patch-src_magwin.c 2015-05-12 16:14:50 UTC (rev 18931)
+++ trunk/x11-wm/enlightenment/files/patch-src_magwin.c 2015-05-12 16:15:37 UTC (rev 18932)
@@ -1,11 +0,0 @@
---- src/magwin.c.orig 2009-06-08 00:24:00.000000000 +0200
-+++ src/magwin.c 2009-06-08 00:24:18.000000000 +0200
-@@ -448,8 +448,6 @@
- #if USE_TIMER
- TIMER_DEL(mw->timer);
- #endif
-- EventCallbackUnregister(EwinGetClientWin(mw->ewin), 0, MagwinEvent, mw);
-- EDestroyWindow(EwinGetClientWin(mw->ewin));
- Efree(mw);
- }
-
Deleted: trunk/x11-wm/enlightenment/files/patch-src_menus-misc.c
===================================================================
--- trunk/x11-wm/enlightenment/files/patch-src_menus-misc.c 2015-05-12 16:14:50 UTC (rev 18931)
+++ trunk/x11-wm/enlightenment/files/patch-src_menus-misc.c 2015-05-12 16:15:37 UTC (rev 18932)
@@ -1,34 +0,0 @@
---- src/menus-misc.c.orig 2009-06-08 00:30:15.000000000 +0200
-+++ src/menus-misc.c 2009-06-08 00:32:24.000000000 +0200
-@@ -255,6 +255,16 @@
- menu_scan_recursive = 0;
- }
-
-+static char *
-+find_icon(const char *file)
-+{
-+ char s[FILEPATH_LEN_MAX];
-+
-+ Esnprintf(s, sizeof(s), "%s/icons", EDirUser());
-+
-+ return FindFile(file, s);
-+}
-+
- static void
- FillFlatFileMenu(Menu * m, const char *file)
- {
-@@ -311,12 +321,13 @@
- txt = icon = act = params = NULL;
- parse(s, "%S%T%S%S", &txt, &icon, &act, ¶ms);
-
-- if (icon && exists(icon))
-+ if (icon && (icon = find_icon(icon)))
- {
- Esnprintf(wd, sizeof(wd), "__FM.%s", icon);
- icc = ImageclassFind(wd, 0);
- if (!icc)
- icc = ImageclassCreateSimple(wd, icon);
-+ Efree(icon);
- }
- if ((act) && (!strcmp(act, "exec")) && (params))
- {
Modified: trunk/x11-wm/enlightenment/pkg-plist
===================================================================
--- trunk/x11-wm/enlightenment/pkg-plist 2015-05-12 16:14:50 UTC (rev 18931)
+++ trunk/x11-wm/enlightenment/pkg-plist 2015-05-12 16:15:37 UTC (rev 18932)
@@ -1,496 +1,592 @@
-bin/e16
-bin/edox
-bin/eesh
-bin/epp
-bin/starte16
-%%NLS%%share/locale/it/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/bs/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/da/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/de/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/en_US/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/es/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/e16.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/e16.mo
-%%DATADIR%%/E-docs/bg.png
-%%DATADIR%%/E-docs/exit1.png
-%%DATADIR%%/E-docs/exit2.png
-%%DATADIR%%/E-docs/next1.png
-%%DATADIR%%/E-docs/next2.png
-%%DATADIR%%/E-docs/prev1.png
-%%DATADIR%%/E-docs/prev2.png
-%%DATADIR%%/E-docs/title.png
-%%DATADIR%%/config/actionclasses.cfg
-%%DATADIR%%/config/bindings.cfg
-%%DATADIR%%/config/definitions
-%%DATADIR%%/config/e16keyedit.db
-%%DATADIR%%/config/fonts.xft.cfg
-%%DATADIR%%/config/fonts.pango.cfg
-%%DATADIR%%/config/matches.cfg
-%%DATADIR%%/config/menus.cfg
-%%DATADIR%%/config/menus/desktop.menu
-%%DATADIR%%/config/menus/enlightenment.menu
-%%DATADIR%%/config/menus/maintenance.menu
-%%DATADIR%%/config/menus/settings.menu
-%%DATADIR%%/config/menus/winops.menu
-%%DATADIR%%/config/menus/winops_groups.menu
-%%DATADIR%%/config/menus/winops_layer.menu
-%%DATADIR%%/config/menus/winops_misc.menu
-%%DATADIR%%/config/menus/winops_opacity.menu
-%%DATADIR%%/config/menus/winops_size.menu
-%%DATADIR%%/config/pix/about.png
-%%DATADIR%%/config/pix/apple.png
-%%DATADIR%%/config/pix/areas.png
-%%DATADIR%%/config/pix/bg.png
-%%DATADIR%%/config/pix/calc.png
-%%DATADIR%%/config/pix/clock.png
-%%DATADIR%%/config/pix/desktops.png
-%%DATADIR%%/config/pix/easter.png
-%%DATADIR%%/config/pix/elogo48.png
-%%DATADIR%%/config/pix/focus.png
-%%DATADIR%%/config/pix/fx.png
-%%DATADIR%%/config/pix/key_blank.png
-%%DATADIR%%/config/pix/key_ctrl.png
-%%DATADIR%%/config/pix/key_lock.png
-%%DATADIR%%/config/pix/key_mod1.png
-%%DATADIR%%/config/pix/key_mod2.png
-%%DATADIR%%/config/pix/key_mod3.png
-%%DATADIR%%/config/pix/key_mod4.png
-%%DATADIR%%/config/pix/key_mod5.png
-%%DATADIR%%/config/pix/key_shift.png
-%%DATADIR%%/config/pix/mon.png
-%%DATADIR%%/config/pix/mouse_0.png
-%%DATADIR%%/config/pix/mouse_1.png
-%%DATADIR%%/config/pix/mouse_2.png
-%%DATADIR%%/config/pix/mouse_3.png
-%%DATADIR%%/config/pix/mouse_4.png
-%%DATADIR%%/config/pix/mouse_5.png
-%%DATADIR%%/config/pix/mouse_any.png
-%%DATADIR%%/config/pix/moveres.png
-%%DATADIR%%/config/pix/note.png
-%%DATADIR%%/config/pix/pager.png
-%%DATADIR%%/config/pix/place.png
-%%DATADIR%%/config/pix/pumpkin.png
-%%DATADIR%%/config/pix/raise.png
-%%DATADIR%%/config/pix/snapshots.png
-%%DATADIR%%/config/pix/sound.png
-%%DATADIR%%/config/pix/spider.png
-%%DATADIR%%/config/pix/tips.png
-%%DATADIR%%/config/pix/tv2.png
-%%DATADIR%%/config/pix/wait1.png
-%%DATADIR%%/config/pix/wait10.png
-%%DATADIR%%/config/pix/wait11.png
-%%DATADIR%%/config/pix/wait12.png
-%%DATADIR%%/config/pix/wait2.png
-%%DATADIR%%/config/pix/wait3.png
-%%DATADIR%%/config/pix/wait4.png
-%%DATADIR%%/config/pix/wait5.png
-%%DATADIR%%/config/pix/wait6.png
-%%DATADIR%%/config/pix/wait7.png
-%%DATADIR%%/config/pix/wait8.png
-%%DATADIR%%/config/pix/wait9.png
-%%DATADIR%%/config/pix/world.png
-%%DATADIR%%/misc/e16.desktop-app
-%%DATADIR%%/misc/e16.desktop
-%%DATADIR%%/misc/e16.png
-%%DATADIR%%/misc/e16-gnome.desktop
-%%DATADIR%%/misc/e16-kde.desktop
-%%DATADIR%%/misc/e16-dbus-cmd
-%%DATADIR%%/misc/starte16
-%%DATADIR%%/misc/starte16-gnome
-%%DATADIR%%/misc/starte16-kde
-%%DATADIR%%/misc/Xclients.e16.sh
-%%DATADIR%%/misc/Xclients.e16-gnome.sh
-%%DATADIR%%/misc/Xclients.e16-kde.sh
-%%DATADIR%%/scripts/e_cache_clean
-%%DATADIR%%/scripts/e_cache_query
-%%DATADIR%%/scripts/e_gen_menu
-%%DATADIR%%/scripts/session.sh
-%%DATADIR%%/themes/winter/ABOUT/MAIN
-%%DATADIR%%/themes/winter/ABOUT/bg.png
-%%DATADIR%%/themes/winter/README
-%%DATADIR%%/themes/winter/backgrounds/backgrounds.cfg
-%%DATADIR%%/themes/winter/backgrounds/images/startup-bg.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_logo.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_blue.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_green.png
-%%DATADIR%%/themes/winter/borders.cfg
-%%DATADIR%%/themes/winter/borders/AUTOSHADE/border.cfg
-%%DATADIR%%/themes/winter/borders/BORDERLESS/border.cfg
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/border.cfg
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/bl.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/br.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/horiz.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tl.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tr.png
-%%DATADIR%%/themes/winter/borders/DEFAULT/border.cfg
-%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg
-%%DATADIR%%/themes/winter/borders/FIXED_SIZE/border.cfg
-%%DATADIR%%/themes/winter/borders/ICONBOX/border.cfg
-%%DATADIR%%/themes/winter/borders/MENU/border.cfg
-%%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/border.cfg
-%%DATADIR%%/themes/winter/borders/PAGER/border.cfg
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb1.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb2.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb3.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb4.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb5.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb6.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb8.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb9l.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb9r.png
-%%DATADIR%%/themes/winter/borders/PAGER_AUTOSHADE/border.cfg
-%%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT/border.cfg
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/border.cfg
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb1.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb2.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb3.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb4.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb5.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb6.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb8.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9l.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9r.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT/border.cfg
-%%DATADIR%%/themes/winter/borders/SHAPED/border.cfg
-%%DATADIR%%/themes/winter/borders/TRANSIENT/border.cfg
-%%DATADIR%%/themes/winter/borders/borders.cfg
-%%DATADIR%%/themes/winter/borders/common/Winter.Changelog
-%%DATADIR%%/themes/winter/borders/common/border.cfg
-%%DATADIR%%/themes/winter/borders/common/images/border-bl-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bl.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom-blue_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-br-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-br.png
-%%DATADIR%%/themes/winter/borders/common/images/border-button.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-dot1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-dot2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-lr.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-minus.png
-%%DATADIR%%/themes/winter/borders/common/images/border-minus2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-plus1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-plus2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_text.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox_blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_text.png
-%%DATADIR%%/themes/winter/borders/common/images/border-topmiddle.png
-%%DATADIR%%/themes/winter/borders/common/images/ic_border-l.png
-%%DATADIR%%/themes/winter/borders/common/images/ic_border-r.png
-%%DATADIR%%/themes/winter/borders/common/images/menu-border-bottom.png
-%%DATADIR%%/themes/winter/borders/common/images/menu-border-top.png
-%%DATADIR%%/themes/winter/buttons.cfg
-%%DATADIR%%/themes/winter/buttons/buttons.cfg
-%%DATADIR%%/themes/winter/colormodifiers.cfg
-%%DATADIR%%/themes/winter/common/images/blank.png
-%%DATADIR%%/themes/winter/common/images/blue_bar.png
-%%DATADIR%%/themes/winter/common/images/light_brushed.png
-%%DATADIR%%/themes/winter/coords/coords.cfg
-%%DATADIR%%/themes/winter/cursors.cfg
-%%DATADIR%%/themes/winter/cursors/cursors.cfg
-%%DATADIR%%/themes/winter/desktops.cfg
-%%DATADIR%%/themes/winter/dialogs/dialogs.cfg
-%%DATADIR%%/themes/winter/dialogs/images/arrow-down.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-left.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-right.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-up.png
-%%DATADIR%%/themes/winter/dialogs/images/bg.png
-%%DATADIR%%/themes/winter/dialogs/images/button-clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/button-over.png
-%%DATADIR%%/themes/winter/dialogs/images/button-up.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/indent.png
-%%DATADIR%%/themes/winter/dialogs/images/ondent.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/radio.png
-%%DATADIR%%/themes/winter/dialogs/images/radio_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/radio_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-bar-vert.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-down.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-left.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-right.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-horiz.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-vert.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-up.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz-deco.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-vert-deco.png
-%%DATADIR%%/themes/winter/dialogs/images/separator.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_on.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_on.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough-h.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough-v.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough.png
-%%DATADIR%%/themes/winter/dialogs/images/trough.png
-%%DATADIR%%/themes/winter/dialogs/images/window-base.png
-%%DATADIR%%/themes/winter/dock/dock.cfg
-%%DATADIR%%/themes/winter/dragbar/dragbar.cfg
-%%DATADIR%%/themes/winter/dragbar/images/a1.png
-%%DATADIR%%/themes/winter/dragbar/images/a1b.png
-%%DATADIR%%/themes/winter/dragbar/images/a2.png
-%%DATADIR%%/themes/winter/dragbar/images/a2b.png
-%%DATADIR%%/themes/winter/dragbar/images/dragbar_horiz.png
-%%DATADIR%%/themes/winter/dragbar/images/dragbar_vert.png
-%%DATADIR%%/themes/winter/epplets/epplets.cfg
-%%DATADIR%%/themes/winter/epplets/images/ar_d1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_d2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_d3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u3.png
-%%DATADIR%%/themes/winter/epplets/images/b1.png
-%%DATADIR%%/themes/winter/epplets/images/b2.png
-%%DATADIR%%/themes/winter/epplets/images/b3.png
-%%DATADIR%%/themes/winter/epplets/images/bb1.png
-%%DATADIR%%/themes/winter/epplets/images/bb2.png
-%%DATADIR%%/themes/winter/epplets/images/bg.png
-%%DATADIR%%/themes/winter/epplets/images/bg_v.png
-%%DATADIR%%/themes/winter/epplets/images/blank1.png
-%%DATADIR%%/themes/winter/epplets/images/blank2.png
-%%DATADIR%%/themes/winter/epplets/images/blank3.png
-%%DATADIR%%/themes/winter/epplets/images/close1.png
-%%DATADIR%%/themes/winter/epplets/images/close2.png
-%%DATADIR%%/themes/winter/epplets/images/close3.png
-%%DATADIR%%/themes/winter/epplets/images/config1.png
-%%DATADIR%%/themes/winter/epplets/images/config2.png
-%%DATADIR%%/themes/winter/epplets/images/config3.png
-%%DATADIR%%/themes/winter/epplets/images/da.png
-%%DATADIR%%/themes/winter/epplets/images/eject1.png
-%%DATADIR%%/themes/winter/epplets/images/eject2.png
-%%DATADIR%%/themes/winter/epplets/images/eject3.png
-%%DATADIR%%/themes/winter/epplets/images/ff1.png
-%%DATADIR%%/themes/winter/epplets/images/ff2.png
-%%DATADIR%%/themes/winter/epplets/images/ff3.png
-%%DATADIR%%/themes/winter/epplets/images/help1.png
-%%DATADIR%%/themes/winter/epplets/images/help2.png
-%%DATADIR%%/themes/winter/epplets/images/help3.png
-%%DATADIR%%/themes/winter/epplets/images/next1.png
-%%DATADIR%%/themes/winter/epplets/images/next2.png
-%%DATADIR%%/themes/winter/epplets/images/next3.png
-%%DATADIR%%/themes/winter/epplets/images/pause1.png
-%%DATADIR%%/themes/winter/epplets/images/pause2.png
-%%DATADIR%%/themes/winter/epplets/images/pause3.png
-%%DATADIR%%/themes/winter/epplets/images/pb_h.png
-%%DATADIR%%/themes/winter/epplets/images/pb_v.png
-%%DATADIR%%/themes/winter/epplets/images/play1.png
-%%DATADIR%%/themes/winter/epplets/images/play2.png
-%%DATADIR%%/themes/winter/epplets/images/play3.png
-%%DATADIR%%/themes/winter/epplets/images/prev1.png
-%%DATADIR%%/themes/winter/epplets/images/prev2.png
-%%DATADIR%%/themes/winter/epplets/images/prev3.png
-%%DATADIR%%/themes/winter/epplets/images/repeat1.png
-%%DATADIR%%/themes/winter/epplets/images/repeat2.png
-%%DATADIR%%/themes/winter/epplets/images/repeat3.png
-%%DATADIR%%/themes/winter/epplets/images/rw1.png
-%%DATADIR%%/themes/winter/epplets/images/rw2.png
-%%DATADIR%%/themes/winter/epplets/images/rw3.png
-%%DATADIR%%/themes/winter/epplets/images/s_h.png
-%%DATADIR%%/themes/winter/epplets/images/s_k1.png
-%%DATADIR%%/themes/winter/epplets/images/s_k2.png
-%%DATADIR%%/themes/winter/epplets/images/s_k3.png
-%%DATADIR%%/themes/winter/epplets/images/s_v.png
-%%DATADIR%%/themes/winter/epplets/images/skip1.png
-%%DATADIR%%/themes/winter/epplets/images/skip2.png
-%%DATADIR%%/themes/winter/epplets/images/skip3.png
-%%DATADIR%%/themes/winter/epplets/images/stop1.png
-%%DATADIR%%/themes/winter/epplets/images/stop2.png
-%%DATADIR%%/themes/winter/epplets/images/stop3.png
-%%DATADIR%%/themes/winter/eterm/eterm.cfg
-%%DATADIR%%/themes/winter/eterm/images/a_d_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_d_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_l_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_l_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_r_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_r_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_u_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_u_2.png
-%%DATADIR%%/themes/winter/eterm/images/bg.jpg
-%%DATADIR%%/themes/winter/eterm/images/bt.png
-%%DATADIR%%/themes/winter/eterm/images/mb2.png
-%%DATADIR%%/themes/winter/eterm/images/mb3.png
-%%DATADIR%%/themes/winter/eterm/images/sb1.png
-%%DATADIR%%/themes/winter/eterm/images/sb2.png
-%%DATADIR%%/themes/winter/eterm/images/t.png
-%%DATADIR%%/themes/winter/focuslist/focuslist.cfg
-%%DATADIR%%/themes/winter/focuslist/images/hbar.png
-%%DATADIR%%/themes/winter/focuslist/images/hbar2.png
-%%DATADIR%%/themes/winter/fonts.theme.cfg
-%%DATADIR%%/themes/winter/iconbox/iconbox.cfg
-%%DATADIR%%/themes/winter/iconbox/images/base_.png
-%%DATADIR%%/themes/winter/iconbox/images/bg.png
-%%DATADIR%%/themes/winter/iconbox/images/blank.png
-%%DATADIR%%/themes/winter/iconbox/images/button-h.png
-%%DATADIR%%/themes/winter/iconbox/images/cover.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-base_h.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-base_v.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_active.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_clicked.png
-%%DATADIR%%/themes/winter/iconbox/images/unused.png
-%%DATADIR%%/themes/winter/imageclasses.cfg
-%%DATADIR%%/themes/winter/init.cfg
-%%DATADIR%%/themes/winter/init/images/btn3.png
-%%DATADIR%%/themes/winter/init/images/progress.png
-%%DATADIR%%/themes/winter/init/images/progress_bar.png
-%%DATADIR%%/themes/winter/init/init.cfg
-%%DATADIR%%/themes/winter/menustyles.cfg
-%%DATADIR%%/themes/winter/menustyles/images/menu-arrow-sel.png
-%%DATADIR%%/themes/winter/menustyles/images/menu-arrow.png
-%%DATADIR%%/themes/winter/menustyles/images/menu-sel.png
-%%DATADIR%%/themes/winter/menustyles/menustyles.cfg
-%%DATADIR%%/themes/winter/pager/images/p_bg.png
-%%DATADIR%%/themes/winter/pager/images/p_sel.png
-%%DATADIR%%/themes/winter/pager/images/p_win.png
-%%DATADIR%%/themes/winter/pager/pager.cfg
-%%DATADIR%%/themes/winter/slideouts.cfg
-%%DATADIR%%/themes/winter/slideouts/slideouts.cfg
-%%DATADIR%%/themes/winter/sound.cfg
-%%DATADIR%%/themes/winter/sound/sound.cfg
-%%DATADIR%%/themes/winter/tooltips.cfg
-%%DATADIR%%/themes/winter/tooltips/images/clear.png
-%%DATADIR%%/themes/winter/tooltips/images/tooltipbg.png
-%%DATADIR%%/themes/winter/tooltips/tooltips.cfg
-%%DATADIR%%/fonts/Vera.ttf
-%%DATADIR%%/fonts/VeraBd.ttf
-%%DATADIR%%/fonts/COPYRIGHT.Vera
-%%DATADIR%%/fonts/normal.ttf
-%%DATADIR%%/fonts/bold.ttf
-share/applications/e16.desktop
-share/xsessions/e16.desktop
-share/xsessions/e16-gnome.desktop
-share/xsessions/e16-kde.desktop
-%%PORTDOCS%%%%DOCSDIR%%/README.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s02.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s03.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s04.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s05.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s06.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s07.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s08.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s09.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s10.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s11.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s12.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s13.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s14.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s15.html
-%%PORTDOCS%%%%DOCSDIR%%/ar01s16.html
- at dirrm lib/e16
- at dirrm %%DATADIR%%/E-docs
- at dirrm %%DATADIR%%/config/menus
- at dirrm %%DATADIR%%/config/pix
- at dirrm %%DATADIR%%/config
- at dirrm %%DATADIR%%/misc
- at dirrm %%DATADIR%%/scripts
- at dirrm %%DATADIR%%/themes/winter/ABOUT
- at dirrm %%DATADIR%%/themes/winter/backgrounds/images
- at dirrm %%DATADIR%%/themes/winter/backgrounds
- at dirrm %%DATADIR%%/themes/winter/borders/AUTOSHADE
- at dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS
- at dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY/images
- at dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY
- at dirrm %%DATADIR%%/themes/winter/borders/DEFAULT
- at dirrm %%DATADIR%%/themes/winter/borders/DIALOG
- at dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE
- at dirrm %%DATADIR%%/themes/winter/borders/ICONBOX
- at dirrm %%DATADIR%%/themes/winter/borders/MENU
- at dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY
- at dirrm %%DATADIR%%/themes/winter/borders/PAGER/images
- at dirrm %%DATADIR%%/themes/winter/borders/PAGER
- at dirrm %%DATADIR%%/themes/winter/borders/PAGER_AUTOSHADE
- at dirrm %%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT
- at dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images
- at dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER
- at dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT
- at dirrm %%DATADIR%%/themes/winter/borders/SHAPED
- at dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT
- at dirrm %%DATADIR%%/themes/winter/borders/common/images
- at dirrm %%DATADIR%%/themes/winter/borders/common
- at dirrm %%DATADIR%%/themes/winter/borders
- at dirrm %%DATADIR%%/themes/winter/buttons
- at dirrm %%DATADIR%%/themes/winter/common/images
- at dirrm %%DATADIR%%/themes/winter/common
- at dirrm %%DATADIR%%/themes/winter/coords
- at dirrm %%DATADIR%%/themes/winter/cursors
- at dirrm %%DATADIR%%/themes/winter/dialogs/images
- at dirrm %%DATADIR%%/themes/winter/dialogs
- at dirrm %%DATADIR%%/themes/winter/dock
- at dirrm %%DATADIR%%/themes/winter/dragbar/images
- at dirrm %%DATADIR%%/themes/winter/dragbar
- at dirrm %%DATADIR%%/themes/winter/epplets/images
- at dirrm %%DATADIR%%/themes/winter/epplets
- at dirrm %%DATADIR%%/themes/winter/eterm/images
- at dirrm %%DATADIR%%/themes/winter/eterm
- at dirrm %%DATADIR%%/themes/winter/focuslist/images
- at dirrm %%DATADIR%%/themes/winter/focuslist
- at dirrm %%DATADIR%%/themes/winter/iconbox/images
- at dirrm %%DATADIR%%/themes/winter/iconbox
- at dirrm %%DATADIR%%/themes/winter/init/images
- at dirrm %%DATADIR%%/themes/winter/init
- at dirrm %%DATADIR%%/themes/winter/menustyles/images
- at dirrm %%DATADIR%%/themes/winter/menustyles
- at dirrm %%DATADIR%%/themes/winter/pager/images
- at dirrm %%DATADIR%%/themes/winter/pager
- at dirrm %%DATADIR%%/themes/winter/slideouts
- at dirrm %%DATADIR%%/themes/winter/sound
- at dirrm %%DATADIR%%/themes/winter/tooltips/images
- at dirrm %%DATADIR%%/themes/winter/tooltips
- at dirrm %%DATADIR%%/themes/winter
- at dirrm %%DATADIR%%/themes
- at dirrm %%DATADIR%%/fonts
- at dirrmtry %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrmtry share/locale/en_US/LC_MESSAGES
- at dirrmtry share/locale/en_US
- at dirrmtry etc/X11/dm/Sessions
- at dirrmtry etc/X11/dm
- at dirrmtry etc/X11
- at dirrmtry share/xsessions
- at dirrmtry share/applications
+bin/enlightenment
+bin/enlightenment_filemanager
+bin/enlightenment_imc
+bin/enlightenment_open
+bin/enlightenment_remote
+bin/enlightenment_start
+etc/enlightenment/sysactions.conf
+etc/xdg/menus/e-applications.menu
+include/enlightenment/e.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_box.h
+include/enlightenment/e_canvas.h
+include/enlightenment/e_client.h
+include/enlightenment/e_client.x
+include/enlightenment/e_color.h
+include/enlightenment/e_color_class.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_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.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_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_manager.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_randr.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_table.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_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_csel.h
+include/enlightenment/e_widget_cslider.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/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/%%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
+ at mode 4555
+lib/enlightenment/modules/cpufreq/%%ENLIGHTENMENT_ARCH%%/freqset
+ at mode
+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/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/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/policy_mobile/e-module-policy-mobile.edj
+lib/enlightenment/modules/policy_mobile/%%ENLIGHTENMENT_ARCH%%/module.so
+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/e-module-shot.edj
+lib/enlightenment/modules/shot/%%ENLIGHTENMENT_ARCH%%/module.so
+lib/enlightenment/modules/shot/module.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/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/%%ENLIGHTENMENT_ARCH%%/tempget
+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/winlist/e-module-winlist.edj
+lib/enlightenment/modules/winlist/%%ENLIGHTENMENT_ARCH%%/module.so
+lib/enlightenment/modules/winlist/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_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_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_fm
+lib/enlightenment/utils/enlightenment_fm_op
+lib/enlightenment/utils/enlightenment_static_grabber
+lib/enlightenment/utils/enlightenment_sys
+lib/enlightenment/utils/enlightenment_thumb
+libdata/pkgconfig/enlightenment.pc
+libdata/pkgconfig/everything.pc
+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/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/module.illume-home.cfg
+%%DATADIR%%/data/config/mobile/module.illume-indicator.cfg
+%%DATADIR%%/data/config/mobile/module.illume-keyboard.cfg
+%%DATADIR%%/data/config/mobile/module.illume-softkey.cfg
+%%DATADIR%%/data/config/mobile/module.illume2.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/me_flag.png
+%%DATADIR%%/data/flags/md_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/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
+%%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/zh_CN/LC_MESSAGES/enlightenment.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/enlightenment.mo
+share/xsessions/enlightenment.desktop
More information about the Midnightbsd-cvs
mailing list