From f48137d2788fe8deb4d97a7dbd56547b088b78e5 Mon Sep 17 00:00:00 2001 From: Automaton Date: Sun, 2 Jun 2013 13:37:27 +0200 Subject: [PATCH] Import x11-wm/enlightenment version 0.17.2.1,2 --- x11-wm/enlightenment/Makefile | 71 ++ x11-wm/enlightenment/Makefile.DragonFly | 1 + x11-wm/enlightenment/distinfo | 2 + .../files/patch-data-etc-sysactions.conf.in | 21 + .../files/patch-src-bin-e_fm-Makefile.in | 11 + x11-wm/enlightenment/files/pkg-message.in | 9 + x11-wm/enlightenment/pkg-descr | 4 + x11-wm/enlightenment/pkg-plist | 819 ++++++++++++++++++ 8 files changed, 938 insertions(+) create mode 100644 x11-wm/enlightenment/Makefile create mode 100644 x11-wm/enlightenment/Makefile.DragonFly create mode 100644 x11-wm/enlightenment/distinfo create mode 100644 x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in create mode 100644 x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in create mode 100644 x11-wm/enlightenment/files/pkg-message.in create mode 100644 x11-wm/enlightenment/pkg-descr create mode 100644 x11-wm/enlightenment/pkg-plist diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile new file mode 100644 index 00000000000..0c47fd96c65 --- /dev/null +++ b/x11-wm/enlightenment/Makefile @@ -0,0 +1,71 @@ +# Created by: Yukihiro Nakai +# $FreeBSD: x11-wm/enlightenment/Makefile 316683 2013-04-27 18:25:24Z mva $ + +PORTNAME= enlightenment +PORTVERSION= 0.17.2.1 +PORTEPOCH= 2 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://download.enlightenment.fr/releases/ \ + LOCAL/gblach/e17/ + +MAINTAINER= gblach@FreeBSD.org +COMMENT= A very artistic X window manager + +LICENSE= BSD + +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ + xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USES= pathfix iconv +USE_GMAKE= yes +USE_EFL= eina eet evas ecore eio edbus efreet edje \ + libtool_hack librt_hack modarch_hack +USE_EFL_EVAS_LOADERS= eet jpeg png +USE_EFL_EVAS_ENGINES= buffer +USE_EFL_ECORE= ipc +USE_LDCONFIG= yes +SUB_FILES= pkg-message + +CONFIGURE_ARGS= --with-profile=MEDIUM_PC \ + --disable-connman + +OPTIONS_DEFINE= ILLUME +ILLUME_DESC= Enable illume module + +.include + +.if ${PORT_OPTIONS:MILLUME} +CONFIGURE_ARGS+=--enable-illume2 +PLIST_SUB+= ILLUME="" +.else +CONFIGURE_ARGS+=--disable-illume2 +PLIST_SUB+= ILLUME="@comment " +.endif + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +CONFIGURE_ARGS+=--enable-nls +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|\-relname||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|\(setuid_root_mode = a=rx,u+x\)s|\1|g' \ + ${WRKSRC}/src/bin/Makefile.in + @${REINPLACE_CMD} -e 's|@E_FM_LIBS@|@E_FM_LIBS@ -lehal -leukit|' \ + ${WRKSRC}/src/bin/e_fm/Makefile.in + +post-install: + @${CAT} ${PKGMESSAGE} + +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64: signal 10 +.endif + +.include diff --git a/x11-wm/enlightenment/Makefile.DragonFly b/x11-wm/enlightenment/Makefile.DragonFly new file mode 100644 index 00000000000..71691618c1c --- /dev/null +++ b/x11-wm/enlightenment/Makefile.DragonFly @@ -0,0 +1 @@ +CFLAGS+= -D__FreeBSD__=1 diff --git a/x11-wm/enlightenment/distinfo b/x11-wm/enlightenment/distinfo new file mode 100644 index 00000000000..22b7d552f46 --- /dev/null +++ b/x11-wm/enlightenment/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/enlightenment-0.17.2.1.tar.bz2) = 3bb3d8b40ef2e99e21840c451729a3cf4f779b82d5e8425157e01c55141bb1db +SIZE (e17/enlightenment-0.17.2.1.tar.bz2) = 29340894 diff --git a/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in b/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in new file mode 100644 index 00000000000..01129d61cf8 --- /dev/null +++ b/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in @@ -0,0 +1,21 @@ +--- data/etc/sysactions.conf.in.orig 2012-11-08 12:37:45.000000000 +0100 ++++ data/etc/sysactions.conf.in 2012-11-08 12:38:48.000000000 +0100 +@@ -43,13 +43,13 @@ + # user and group name can use glob matches (* == all for example) like the + # shell. as can action names allowed or denied. + +-action: halt /sbin/shutdown -h now ++action: halt /sbin/shutdown -p now + action: reboot /sbin/shutdown -r now +-action: suspend @SUSPEND@ ++action: suspend /usr/sbin/zzz + action: hibernate @HIBERNATE@ +-action: /bin/mount /bin/mount +-action: /bin/umount /bin/umount +-action: /usr/bin/eject /usr/bin/eject ++action: /bin/mount /sbin/mount ++action: /bin/umount /sbin/umount ++action: /usr/bin/eject /usr/sbin/cdcontrol eject + action: gdb gdb + + # on FreeBSD use this instead of the above. diff --git a/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in b/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in new file mode 100644 index 00000000000..0f44758530c --- /dev/null +++ b/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in @@ -0,0 +1,11 @@ +--- src/bin/e_fm/Makefile.in.orig 2011-11-28 12:06:04.000000000 +0100 ++++ src/bin/e_fm/Makefile.in 2012-04-01 23:36:50.502616507 +0200 +@@ -421,7 +421,7 @@ + ../e_user.c \ + ../e_sha1.c + +-enlightenment_fm_LDADD = @E_FM_LIBS@ ++enlightenment_fm_LDADD = @E_FM_LIBS@ -lehal -leukit + all: all-am + + .SUFFIXES: diff --git a/x11-wm/enlightenment/files/pkg-message.in b/x11-wm/enlightenment/files/pkg-message.in new file mode 100644 index 00000000000..fd1e964783d --- /dev/null +++ b/x11-wm/enlightenment/files/pkg-message.in @@ -0,0 +1,9 @@ +******************************************************** +NOTE: If you want "Shutdown" and "Restart" +menu actions to work properly, manually set SUID bit on +"%%PREFIX%%/lib/enlightenment/utils/enlightenment_sys" +executable. + +WARNING: this program might be vulnerable so do not +set suid bit if do not trust all users of this machine. +******************************************************** diff --git a/x11-wm/enlightenment/pkg-descr b/x11-wm/enlightenment/pkg-descr new file mode 100644 index 00000000000..ff8e39aa411 --- /dev/null +++ b/x11-wm/enlightenment/pkg-descr @@ -0,0 +1,4 @@ +A very artistic X window manager. Among other attributes, +Enlightenment makes for quite impressive screen shots. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/enlightenment/pkg-plist b/x11-wm/enlightenment/pkg-plist new file mode 100644 index 00000000000..0409a40b295 --- /dev/null +++ b/x11-wm/enlightenment/pkg-plist @@ -0,0 +1,819 @@ +bin/enlightenment +bin/enlightenment_filemanager +bin/enlightenment_imc +bin/enlightenment_open +bin/enlightenment_remote +bin/enlightenment_start +%%ETCDIR%%/sysactions.conf +etc/xdg/menus/enlightenment.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_backlight.h +include/enlightenment/e_bg.h +include/enlightenment/e_bindings.h +include/enlightenment/e_border.h +include/enlightenment/e_box.h +include/enlightenment/e_canvas.h +include/enlightenment/e_color.h +include/enlightenment/e_color_class.h +include/enlightenment/e_color_dialog.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_container.h +include/enlightenment/e_datastore.h +include/enlightenment/e_desk.h +include/enlightenment/e_deskenv.h +include/enlightenment/e_desklock.h +include/enlightenment/e_dialog.h +include/enlightenment/e_dnd.h +include/enlightenment/e_dpms.h +include/enlightenment/e_eap_editor.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_grabinput.h +include/enlightenment/e_grab_dialog.h +include/enlightenment/e_hints.h +include/enlightenment/e_icon.h +include/enlightenment/e_ilist.h +include/enlightenment/e_includes.h +include/enlightenment/e_init.h +include/enlightenment/e_int_border_locks.h +include/enlightenment/e_int_border_menu.h +include/enlightenment/e_int_border_prop.h +include/enlightenment/e_int_border_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_import_config_dialog.h +include/enlightenment/e_import_dialog.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_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_place.h +include/enlightenment/e_pointer.h +include/enlightenment/e_popup.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_stolen.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_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_deskpreview.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/evry_api.h +include/enlightenment/evry_types.h +lib/enlightenment/modules/backlight/e-module-backlight.edj +lib/enlightenment/modules/backlight/%%E17_ARCH%%/module.so +lib/enlightenment/modules/backlight/module.desktop +lib/enlightenment/modules/battery/e-module-battery.edj +lib/enlightenment/modules/battery/%%E17_ARCH%%/batget +lib/enlightenment/modules/battery/%%E17_ARCH%%/module.so +lib/enlightenment/modules/battery/module.desktop +lib/enlightenment/modules/clock/e-module-clock.edj +lib/enlightenment/modules/clock/%%E17_ARCH%%/module.so +lib/enlightenment/modules/clock/module.desktop +lib/enlightenment/modules/comp/e-module-comp.edj +lib/enlightenment/modules/comp/%%E17_ARCH%%/module.so +lib/enlightenment/modules/comp/module.desktop +lib/enlightenment/modules/conf/e-module-conf.edj +lib/enlightenment/modules/conf/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf/module.desktop +lib/enlightenment/modules/conf_applications/e-module-conf_applications.edj +lib/enlightenment/modules/conf_applications/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_applications/module.desktop +lib/enlightenment/modules/conf_dialogs/e-module-conf_dialogs.edj +lib/enlightenment/modules/conf_dialogs/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_dialogs/module.desktop +lib/enlightenment/modules/conf_display/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_display/module.desktop +lib/enlightenment/modules/conf_edgebindings/e-module-conf_edgebindings.edj +lib/enlightenment/modules/conf_edgebindings/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_edgebindings/module.desktop +lib/enlightenment/modules/conf_interaction/e-module-conf_interaction.edj +lib/enlightenment/modules/conf_interaction/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_interaction/module.desktop +lib/enlightenment/modules/conf_intl/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_intl/module.desktop +lib/enlightenment/modules/conf_keybindings/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_keybindings/module.desktop +lib/enlightenment/modules/conf_menus/e-module-conf_menus.edj +lib/enlightenment/modules/conf_menus/%%E17_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/%%E17_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/%%E17_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/%%E17_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/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_shelves/module.desktop +lib/enlightenment/modules/conf_theme/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_theme/module.desktop +lib/enlightenment/modules/conf_window_manipulation/%%E17_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/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_window_remembers/module.desktop +lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj +lib/enlightenment/modules/cpufreq/%%E17_ARCH%%/freqset +lib/enlightenment/modules/cpufreq/%%E17_ARCH%%/module.so +lib/enlightenment/modules/cpufreq/module.desktop +lib/enlightenment/modules/dropshadow/e-module-dropshadow.edj +lib/enlightenment/modules/dropshadow/%%E17_ARCH%%/module.so +lib/enlightenment/modules/dropshadow/module.desktop +lib/enlightenment/modules/everything/e-module-everything.edj +lib/enlightenment/modules/everything/e-module-everything-start.edj +lib/enlightenment/modules/everything/%%E17_ARCH%%/module.so +lib/enlightenment/modules/everything/module.desktop +lib/enlightenment/modules/fileman/e-module-fileman.edj +lib/enlightenment/modules/fileman/%%E17_ARCH%%/module.so +lib/enlightenment/modules/fileman/module.desktop +lib/enlightenment/modules/fileman_opinfo/e-module-fileman_opinfo.edj +lib/enlightenment/modules/fileman_opinfo/%%E17_ARCH%%/module.so +lib/enlightenment/modules/fileman_opinfo/module.desktop +lib/enlightenment/modules/gadman/e-module-gadman.edj +lib/enlightenment/modules/gadman/%%E17_ARCH%%/module.so +lib/enlightenment/modules/gadman/module.desktop +lib/enlightenment/modules/ibar/e-module-ibar.edj +lib/enlightenment/modules/ibar/%%E17_ARCH%%/module.so +lib/enlightenment/modules/ibar/module.desktop +lib/enlightenment/modules/ibox/e-module-ibox.edj +lib/enlightenment/modules/ibox/%%E17_ARCH%%/module.so +lib/enlightenment/modules/ibox/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-bluetooth/e-module-illume-bluetooth.edj +%%ILLUME%%lib/enlightenment/modules/illume-bluetooth/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-bluetooth/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-home-toggle/e-module-illume-home-toggle.edj +%%ILLUME%%lib/enlightenment/modules/illume-home-toggle/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-home-toggle/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-home/e-module-illume-home.edj +%%ILLUME%%lib/enlightenment/modules/illume-home/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-home/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-indicator/e-module-illume-indicator.edj +%%ILLUME%%lib/enlightenment/modules/illume-indicator/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-indicator/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-kbd-toggle/e-module-illume-kbd-toggle.edj +%%ILLUME%%lib/enlightenment/modules/illume-kbd-toggle/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-kbd-toggle/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/dicts/English_US.dic +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/dicts/English_US_Small.dic +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/e-module-illume-keyboard.edj +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/Default.kbd +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/Numbers.kbd +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/Terminal.kbd +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/alpha.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/backspace.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/down.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/enter.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/ignore_built_in_keyboards +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/left.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/numeric.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/qwerty.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/right.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/shift.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/tab.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/keyboards/up.png +%%ILLUME%%lib/enlightenment/modules/illume-keyboard/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-mode-toggle/e-module-illume-mode-toggle.edj +%%ILLUME%%lib/enlightenment/modules/illume-mode-toggle/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-mode-toggle/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume-softkey/e-module-illume-softkey.edj +%%ILLUME%%lib/enlightenment/modules/illume-softkey/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume-softkey/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume2/e-module-illume2.edj +%%ILLUME%%lib/enlightenment/modules/illume2/%%E17_ARCH%%/module.so +%%ILLUME%%lib/enlightenment/modules/illume2/module.desktop +%%ILLUME%%lib/enlightenment/modules/illume2/keyboards/ignore_built_in_keyboards +%%ILLUME%%lib/enlightenment/modules/illume2/policies/illume.so +%%ILLUME%%lib/enlightenment/modules/illume2/policies/tablet.so +lib/enlightenment/modules/mixer/e-module-mixer.edj +lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.so +lib/enlightenment/modules/mixer/module.desktop +lib/enlightenment/modules/msgbus/e-module-msgbus.edj +lib/enlightenment/modules/msgbus/%%E17_ARCH%%/module.so +lib/enlightenment/modules/msgbus/module.desktop +lib/enlightenment/modules/notification/e-module-notification.edj +lib/enlightenment/modules/notification/%%E17_ARCH%%/module.so +lib/enlightenment/modules/notification/module.desktop +lib/enlightenment/modules/pager/e-module-pager.edj +lib/enlightenment/modules/pager/%%E17_ARCH%%/module.so +lib/enlightenment/modules/pager/module.desktop +lib/enlightenment/modules/quickaccess/e-module-quickaccess.edj +lib/enlightenment/modules/quickaccess/module.desktop +lib/enlightenment/modules/quickaccess/%%E17_ARCH%%/module.so +lib/enlightenment/modules/shot/e-module-shot.edj +lib/enlightenment/modules/shot/%%E17_ARCH%%/module.so +lib/enlightenment/modules/shot/module.desktop +lib/enlightenment/modules/start/e-module-start.edj +lib/enlightenment/modules/start/%%E17_ARCH%%/module.so +lib/enlightenment/modules/start/module.desktop +lib/enlightenment/modules/syscon/e-module-syscon.edj +lib/enlightenment/modules/syscon/%%E17_ARCH%%/module.so +lib/enlightenment/modules/syscon/module.desktop +lib/enlightenment/modules/systray/e-module-systray.edj +lib/enlightenment/modules/systray/%%E17_ARCH%%/module.so +lib/enlightenment/modules/systray/module.desktop +lib/enlightenment/modules/tasks/e-module-tasks.edj +lib/enlightenment/modules/tasks/%%E17_ARCH%%/module.so +lib/enlightenment/modules/tasks/module.desktop +lib/enlightenment/modules/temperature/e-module-temperature.edj +lib/enlightenment/modules/temperature/%%E17_ARCH%%/module.so +lib/enlightenment/modules/temperature/%%E17_ARCH%%/tempget +lib/enlightenment/modules/temperature/module.desktop +lib/enlightenment/modules/tiling/e-module-tiling.edj +lib/enlightenment/modules/tiling/module.desktop +lib/enlightenment/modules/tiling/%%E17_ARCH%%/module.so +lib/enlightenment/modules/winlist/e-module-winlist.edj +lib/enlightenment/modules/winlist/%%E17_ARCH%%/module.so +lib/enlightenment/modules/winlist/module.desktop +lib/enlightenment/modules/wizard/def-ibar.txt +lib/enlightenment/modules/wizard/%%E17_ARCH%%/module.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_000.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_010.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_011.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_020.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_030.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_040.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_050.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_060.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_070.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_080.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_090.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_100.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_110.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_120.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_130.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_140.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_150.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_160.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_170.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_180.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_200.so +lib/enlightenment/modules/wizard/extra_desktops/mplayer.desktop +lib/enlightenment/modules/wizard/extra_desktops/xterm.desktop +lib/enlightenment/modules/wizard/desktop/home.desktop +lib/enlightenment/modules/wizard/desktop/root.desktop +lib/enlightenment/modules/wizard/desktop/tmp.desktop +lib/enlightenment/modules/xkbswitch/e-module-xkbswitch.edj +lib/enlightenment/modules/xkbswitch/module.desktop +lib/enlightenment/modules/xkbswitch/%%E17_ARCH%%/module.so +lib/enlightenment/utils/enlightenment_alert +lib/enlightenment/utils/enlightenment_fm +lib/enlightenment/utils/enlightenment_fm_op +lib/enlightenment/utils/enlightenment_init +lib/enlightenment/utils/enlightenment_static_grabber +lib/enlightenment/utils/enlightenment_sys +lib/enlightenment/utils/enlightenment_thumb +libdata/pkgconfig/enlightenment.pc +libdata/pkgconfig/everything.pc +%%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/Darkconcrete.edj +%%DATADIR%%/data/backgrounds/Dark_Gradient.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/enlightenment-default.png +%%DATADIR%%/data/config/default/profile.desktop +%%DATADIR%%/data/config/mobile/e.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-keyboard.cfg +%%DATADIR%%/data/config/mobile/module.illume-indicator.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/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.dropshadow.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/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/ara_flag.png +%%DATADIR%%/data/flags/ar_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/brai_flag.png +%%DATADIR%%/data/flags/br_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/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%%/data/themes/default.edj +%%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/applications/enlightenment_filemanager.desktop +share/xsessions/enlightenment.desktop +%%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/ku/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/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 +%%NLS%%@dirrmtry share/locale/ar/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ar +%%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bg +%%NLS%%@dirrmtry share/locale/ca/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca +%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs +%%NLS%%@dirrmtry share/locale/da/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/da +%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de +%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/el +%%NLS%%@dirrmtry share/locale/eo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/eo +%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es +%%NLS%%@dirrmtry share/locale/et/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/et +%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fi +%%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fo +%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr +%%NLS%%@dirrmtry share/locale/fr_CH/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr_CH +%%NLS%%@dirrmtry share/locale/gl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/gl +%%NLS%%@dirrmtry share/locale/he/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/he +%%NLS%%@dirrmtry share/locale/hr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hr +%%NLS%%@dirrmtry share/locale/hu/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hu +%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it +%%NLS%%@dirrmtry share/locale/ja/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ja +%%NLS%%@dirrmtry share/locale/km/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/km +%%NLS%%@dirrmtry share/locale/ko/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ko +%%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ku +%%NLS%%@dirrmtry share/locale/lt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lt +%%NLS%%@dirrmtry share/locale/ms/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ms +%%NLS%%@dirrmtry share/locale/nb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nb +%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl +%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pl +%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt +%%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt_BR +%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ro +%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ru +%%NLS%%@dirrmtry share/locale/sk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sk +%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sl +%%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sv +%%NLS%%@dirrmtry share/locale/tr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tr +%%NLS%%@dirrmtry share/locale/uk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/uk +%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_CN +%%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_TW +@dirrmtry share/xsessions +@dirrmtry share/applications +@dirrm %%DATADIR%%/doc +@dirrm %%DATADIR%%/data/themes +@dirrm %%DATADIR%%/data/input_methods +@dirrm %%DATADIR%%/data/images +@dirrm %%DATADIR%%/data/icons +@dirrm %%DATADIR%%/data/flags +@dirrm %%DATADIR%%/data/favorites +@dirrm %%DATADIR%%/data/config/standard +@dirrm %%DATADIR%%/data/config/mobile +@dirrm %%DATADIR%%/data/config/default +@dirrm %%DATADIR%%/data/config +@dirrm %%DATADIR%%/data/backgrounds +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% +@dirrm lib/enlightenment/utils +@dirrm lib/enlightenment/modules/xkbswitch/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/xkbswitch +@dirrm lib/enlightenment/modules/wizard/desktop +@dirrm lib/enlightenment/modules/wizard/extra_desktops +@dirrm lib/enlightenment/modules/wizard/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/wizard +@dirrm lib/enlightenment/modules/winlist/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/winlist +@dirrm lib/enlightenment/modules/tiling/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/tiling +@dirrm lib/enlightenment/modules/temperature/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/temperature +@dirrm lib/enlightenment/modules/tasks/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/tasks +@dirrm lib/enlightenment/modules/systray/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/systray +@dirrm lib/enlightenment/modules/syscon/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/syscon +@dirrm lib/enlightenment/modules/start/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/start +@dirrm lib/enlightenment/modules/shot/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/shot +@dirrm lib/enlightenment/modules/quickaccess/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/quickaccess +@dirrm lib/enlightenment/modules/pager/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/pager +@dirrm lib/enlightenment/modules/notification/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/notification +@dirrm lib/enlightenment/modules/msgbus/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/msgbus +@dirrm lib/enlightenment/modules/mixer/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/mixer +%%ILLUME%%@dirrm lib/enlightenment/modules/illume2/policies +%%ILLUME%%@dirrm lib/enlightenment/modules/illume2/keyboards +%%ILLUME%%@dirrm lib/enlightenment/modules/illume2/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume2 +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-softkey/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-softkey +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-mode-toggle/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-mode-toggle +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-keyboard/keyboards +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-keyboard/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-keyboard/dicts +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-keyboard +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-kbd-toggle/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-kbd-toggle +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-indicator/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-indicator +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-home/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-home +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-home-toggle/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-home-toggle +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-bluetooth/%%E17_ARCH%% +%%ILLUME%%@dirrm lib/enlightenment/modules/illume-bluetooth +@dirrm lib/enlightenment/modules/ibox/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/ibox +@dirrm lib/enlightenment/modules/ibar/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/ibar +@dirrm lib/enlightenment/modules/gadman/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/gadman +@dirrm lib/enlightenment/modules/fileman_opinfo/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/fileman_opinfo +@dirrm lib/enlightenment/modules/fileman/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/fileman +@dirrm lib/enlightenment/modules/everything/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/everything +@dirrm lib/enlightenment/modules/dropshadow/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/dropshadow +@dirrm lib/enlightenment/modules/cpufreq/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/cpufreq +@dirrm lib/enlightenment/modules/conf_window_remembers/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_window_remembers +@dirrm lib/enlightenment/modules/conf_window_manipulation/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_window_manipulation +@dirrm lib/enlightenment/modules/conf_theme/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_theme +@dirrm lib/enlightenment/modules/conf_shelves/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_shelves +@dirrm lib/enlightenment/modules/conf_randr/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_randr +@dirrm lib/enlightenment/modules/conf_performance/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_performance +@dirrm lib/enlightenment/modules/conf_paths/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_paths +@dirrm lib/enlightenment/modules/conf_menus/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_menus +@dirrm lib/enlightenment/modules/conf_keybindings/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_keybindings +@dirrm lib/enlightenment/modules/conf_intl/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_intl +@dirrm lib/enlightenment/modules/conf_interaction/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_interaction +@dirrm lib/enlightenment/modules/conf_edgebindings/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_edgebindings +@dirrm lib/enlightenment/modules/conf_display/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_display +@dirrm lib/enlightenment/modules/conf_dialogs/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_dialogs +@dirrm lib/enlightenment/modules/conf_applications/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_applications +@dirrm lib/enlightenment/modules/conf/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf +@dirrm lib/enlightenment/modules/comp/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/comp +@dirrm lib/enlightenment/modules/clock/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/clock +@dirrm lib/enlightenment/modules/battery/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/battery +@dirrm lib/enlightenment/modules/backlight/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/backlight +@dirrm lib/enlightenment/modules +@dirrm lib/enlightenment +@dirrm include/enlightenment +@dirrmtry etc/xdg/menus +@dirrmtry etc/xdg +@dirrm %%ETCDIR%% -- 2.41.0