diff options
author | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
commit | fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /x11-toolkits | |
parent | 35e83ae5ca4ef2876eccf0e512467ede97187fb9 (diff) | |
download | freebsd-ports-graphics-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.gz freebsd-ports-graphics-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.zst freebsd-ports-graphics-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.zip |
- Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG
Approved by: crees (mentor)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/elementary/Makefile | 39 | ||||
-rw-r--r-- | x11-toolkits/elementary/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/elementary/pkg-plist | 270 |
3 files changed, 284 insertions, 29 deletions
diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile index b64656b967f..7b487f8d4b9 100644 --- a/x11-toolkits/elementary/Makefile +++ b/x11-toolkits/elementary/Makefile @@ -2,50 +2,61 @@ # $FreeBSD$ PORTNAME= elementary -PORTVERSION= 0.8.0.65643 +PORTVERSION= 1.7.4 CATEGORIES= x11-toolkits enlightenment -MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ - http://files.roorback.net/e17/base/ +MASTER_SITES= http://download.enlightenment.org/releases/ \ + LOCAL/gblach/e17/ MAINTAINER= gblach@FreeBSD.org COMMENT= Simple widget toolkit using EFL LICENSE= LGPL21 -LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua-5:${PORTSDIR}/lang/lua DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_EFL= ecore embryo edje libtool_hack librt_hack modarch_hack +USE_EFL= ecore eio edbus efreet embryo edje emotion ethumb \ + libtool_hack librt_hack modarch_hack USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-install-examples +CONFIGURE_ARGS= --disable-quick-launch -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes -CONFIGURE_ARGS+= --enable-nls +CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS+= --disable-nls +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +.if ${PORT_OPTIONS:MEXAMPLES} +CONFIGURE_ARGS+=--enable-install-examples +.else +CONFIGURE_ARGS+=--disable-install-examples +.endif + post-patch: + @${REINPLACE_CMD} -e 's|= \$$(pkgdatadir)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ + ${WRKSRC}/src/examples/Makefile.in @${LN} -s profile.src ${WRKSRC}/config/profile.cfg @${LN} -s base.src ${WRKSRC}/config/default/base.cfg - @${LN} -s base.src ${WRKSRC}/config/illume/base.cfg + @${LN} -s base.src ${WRKSRC}/config/mobile/base.cfg @${LN} -s base.src ${WRKSRC}/config/standard/base.cfg post-install: - @${RMDIR} ${PREFIX}/share/elementary/examples - -.include <bsd.port.pre.mk> +.if empty(PORT_OPTIONS:MEXAMPLES) + @${RMDIR} ${EXAMPLESDIR} +.endif .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: signal 10 .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/elementary/distinfo b/x11-toolkits/elementary/distinfo index e3a330800d0..ed0661b04e0 100644 --- a/x11-toolkits/elementary/distinfo +++ b/x11-toolkits/elementary/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/elementary-0.8.0.65643.tar.bz2) = e1d8ab516a6e3556a2fdc1c4188e2d39f6f8fa7b59bf9df178ac6b1f146932da -SIZE (e17/elementary-0.8.0.65643.tar.bz2) = 8197914 +SHA256 (e17/elementary-1.7.4.tar.bz2) = 3f792bbd1fe004eeb81b5f3fa58cfae5db7d7069e330503490f23e1aa0d4911c +SIZE (e17/elementary-1.7.4.tar.bz2) = 9374743 diff --git a/x11-toolkits/elementary/pkg-plist b/x11-toolkits/elementary/pkg-plist index e0666a0b115..d1392099df1 100644 --- a/x11-toolkits/elementary/pkg-plist +++ b/x11-toolkits/elementary/pkg-plist @@ -1,16 +1,157 @@ bin/elementary_config -bin/elementary_quicklaunch -bin/elementary_run bin/elementary_test -bin/elementary_testql -include/elementary-0/Elementary.h -include/elementary-0/Elementary_Cursor.h -include/elementary-0/elm_widget.h +include/elementary-1/Elementary.h +include/elementary-1/Elementary_Cursor.h +include/elementary-1/elc_ctxpopup.h +include/elementary-1/elc_fileselector.h +include/elementary-1/elc_fileselector_button.h +include/elementary-1/elc_fileselector_entry.h +include/elementary-1/elc_hoversel.h +include/elementary-1/elc_multibuttonentry.h +include/elementary-1/elc_naviframe.h +include/elementary-1/elc_popup.h +include/elementary-1/elm_actionslider.h +include/elementary-1/elm_app.h +include/elementary-1/elm_authors.h +include/elementary-1/elm_bg.h +include/elementary-1/elm_box.h +include/elementary-1/elm_bubble.h +include/elementary-1/elm_button.h +include/elementary-1/elm_cache.h +include/elementary-1/elm_calendar.h +include/elementary-1/elm_check.h +include/elementary-1/elm_clock.h +include/elementary-1/elm_cnp.h +include/elementary-1/elm_colorselector.h +include/elementary-1/elm_config.h +include/elementary-1/elm_conform.h +include/elementary-1/elm_cursor.h +include/elementary-1/elm_datetime.h +include/elementary-1/elm_dayselector.h +include/elementary-1/elm_debug.h +include/elementary-1/elm_deprecated.h +include/elementary-1/elm_diskselector.h +include/elementary-1/elm_entry.h +include/elementary-1/elm_finger.h +include/elementary-1/elm_flip.h +include/elementary-1/elm_flipselector.h +include/elementary-1/elm_focus.h +include/elementary-1/elm_font.h +include/elementary-1/elm_frame.h +include/elementary-1/elm_gen.h +include/elementary-1/elm_general.h +include/elementary-1/elm_gengrid.h +include/elementary-1/elm_genlist.h +include/elementary-1/elm_gesture_layer.h +include/elementary-1/elm_getting_started.h +include/elementary-1/elm_glview.h +include/elementary-1/elm_grid.h +include/elementary-1/elm_hover.h +include/elementary-1/elm_icon.h +include/elementary-1/elm_image.h +include/elementary-1/elm_index.h +include/elementary-1/elm_interface_scrollable.h +include/elementary-1/elm_intro.h +include/elementary-1/elm_inwin.h +include/elementary-1/elm_label.h +include/elementary-1/elm_layout.h +include/elementary-1/elm_list.h +include/elementary-1/elm_macros.h +include/elementary-1/elm_map.h +include/elementary-1/elm_mapbuf.h +include/elementary-1/elm_menu.h +include/elementary-1/elm_mirroring.h +include/elementary-1/elm_need.h +include/elementary-1/elm_notify.h +include/elementary-1/elm_object.h +include/elementary-1/elm_object_item.h +include/elementary-1/elm_panel.h +include/elementary-1/elm_panes.h +include/elementary-1/elm_photo.h +include/elementary-1/elm_photocam.h +include/elementary-1/elm_plug.h +include/elementary-1/elm_progressbar.h +include/elementary-1/elm_radio.h +include/elementary-1/elm_route.h +include/elementary-1/elm_scale.h +include/elementary-1/elm_scroll.h +include/elementary-1/elm_scroller.h +include/elementary-1/elm_segment_control.h +include/elementary-1/elm_separator.h +include/elementary-1/elm_slider.h +include/elementary-1/elm_slideshow.h +include/elementary-1/elm_spinner.h +include/elementary-1/elm_store.h +include/elementary-1/elm_table.h +include/elementary-1/elm_theme.h +include/elementary-1/elm_thumb.h +include/elementary-1/elm_toolbar.h +include/elementary-1/elm_tooltip.h +include/elementary-1/elm_transit.h +include/elementary-1/elm_video.h +include/elementary-1/elm_web.h +include/elementary-1/elm_widget.h +include/elementary-1/elm_widget_actionslider.h +include/elementary-1/elm_widget_bg.h +include/elementary-1/elm_widget_box.h +include/elementary-1/elm_widget_bubble.h +include/elementary-1/elm_widget_button.h +include/elementary-1/elm_widget_calendar.h +include/elementary-1/elm_widget_check.h +include/elementary-1/elm_widget_clock.h +include/elementary-1/elm_widget_colorselector.h +include/elementary-1/elm_widget_conform.h +include/elementary-1/elm_widget_container.h +include/elementary-1/elm_widget_datetime.h +include/elementary-1/elm_widget_dayselector.h +include/elementary-1/elm_widget_diskselector.h +include/elementary-1/elm_widget_fileselector.h +include/elementary-1/elm_widget_fileselector_button.h +include/elementary-1/elm_widget_flip.h +include/elementary-1/elm_widget_flipselector.h +include/elementary-1/elm_widget_frame.h +include/elementary-1/elm_widget_gengrid.h +include/elementary-1/elm_widget_genlist.h +include/elementary-1/elm_widget_glview.h +include/elementary-1/elm_widget_grid.h +include/elementary-1/elm_widget_hover.h +include/elementary-1/elm_widget_hoversel.h +include/elementary-1/elm_widget_icon.h +include/elementary-1/elm_widget_image.h +include/elementary-1/elm_widget_index.h +include/elementary-1/elm_widget_inwin.h +include/elementary-1/elm_widget_label.h +include/elementary-1/elm_widget_layout.h +include/elementary-1/elm_widget_list.h +include/elementary-1/elm_widget_map.h +include/elementary-1/elm_widget_mapbuf.h +include/elementary-1/elm_widget_menu.h +include/elementary-1/elm_widget_naviframe.h +include/elementary-1/elm_widget_notify.h +include/elementary-1/elm_widget_panes.h +include/elementary-1/elm_widget_photo.h +include/elementary-1/elm_widget_photocam.h +include/elementary-1/elm_widget_player.h +include/elementary-1/elm_widget_plug.h +include/elementary-1/elm_widget_progressbar.h +include/elementary-1/elm_widget_radio.h +include/elementary-1/elm_widget_route.h +include/elementary-1/elm_widget_scroller.h +include/elementary-1/elm_widget_segment_control.h +include/elementary-1/elm_widget_separator.h +include/elementary-1/elm_widget_slider.h +include/elementary-1/elm_widget_slideshow.h +include/elementary-1/elm_widget_spinner.h +include/elementary-1/elm_widget_table.h +include/elementary-1/elm_widget_thumb.h +include/elementary-1/elm_widget_video.h +include/elementary-1/elm_widget_web.h +include/elementary-1/elm_win.h lib/libelementary.so lib/libelementary.so.8 lib/edje/modules/elm/%%E17_ARCH%%/module.so -lib/elementary_testql.so lib/elementary/modules/access_output/%%E17_ARCH%%/module.so +lib/elementary/modules/datetime_input_ctxpopup/%%E17_ARCH%%/module.so lib/elementary/modules/test_entry/%%E17_ARCH%%/module.so lib/elementary/modules/test_map/%%E17_ARCH%%/module.so libdata/pkgconfig/elementary.pc @@ -20,9 +161,9 @@ share/icons/elementary.png %%DATADIR%%/config/default/base.cfg %%DATADIR%%/config/default/icon.png %%DATADIR%%/config/default/profile.desktop -%%DATADIR%%/config/illume/base.cfg -%%DATADIR%%/config/illume/icon.png -%%DATADIR%%/config/illume/profile.desktop +%%DATADIR%%/config/mobile/base.cfg +%%DATADIR%%/config/mobile/icon.png +%%DATADIR%%/config/mobile/profile.desktop %%DATADIR%%/config/profile.cfg %%DATADIR%%/config/standard/base.cfg %%DATADIR%%/config/standard/icon.png @@ -117,11 +258,111 @@ share/icons/elementary.png %%DATADIR%%/objects/multip.edj %%DATADIR%%/objects/postit_ent.edj %%DATADIR%%/objects/test.edj -%%DATADIR%%/objects/colorpreview.edj %%DATADIR%%/objects/cursors.edj %%DATADIR%%/objects/font_preview.edj %%DATADIR%%/themes/default.edj %%DATADIR%%/themes/default-desktop.edj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/actionslider_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bg_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bg_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bg_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bubble_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/button_example_00.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/button_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_04.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_05.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar_example_06.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clock_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorselector_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conformant_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conformant_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctxpopup_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datetime_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dayselector_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dict.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diskselector_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diskselector_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_1.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_3.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_4.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_5.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_6.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_1.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_3.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/efl_thread_win32_4.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entry_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileselector_button_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileselector_entry_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileselector_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flip_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flipselector_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frame_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/general_funcs_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gengrid_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_04.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genlist_example_05.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glview_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hover_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hoversel_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/image_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inwin_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/label_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mapbuf_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/menu_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panes_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/photocam_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popup_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popup_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popup_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/progressbar_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radio_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scroller_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/segment_control_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/separator_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slider_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spinner_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/table_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/table_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/theme_example.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/theme_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/theme_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thumb_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transit_example_04.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win_example.c %%NLS%%share/locale/ar/LC_MESSAGES/elementary.mo %%NLS%%share/locale/az_IR/LC_MESSAGES/elementary.mo %%NLS%%share/locale/cs/LC_MESSAGES/elementary.mo @@ -136,7 +377,7 @@ share/icons/elementary.png %%NLS%%share/locale/pt/LC_MESSAGES/elementary.mo %%NLS%%share/locale/ur/LC_MESSAGES/elementary.mo %%NLS%%share/locale/yi/LC_MESSAGES/elementary.mo -@dirrm include/elementary-0 +@dirrm include/elementary-1 @dirrm lib/edje/modules/elm/%%E17_ARCH%% @dirrm lib/edje/modules/elm @dirrmtry lib/edje/modules @@ -145,17 +386,20 @@ share/icons/elementary.png @dirrm lib/elementary/modules/test_map @dirrm lib/elementary/modules/test_entry/%%E17_ARCH%% @dirrm lib/elementary/modules/test_entry +@dirrm lib/elementary/modules/datetime_input_ctxpopup/%%E17_ARCH%% +@dirrm lib/elementary/modules/datetime_input_ctxpopup @dirrm lib/elementary/modules/access_output/%%E17_ARCH%% @dirrm lib/elementary/modules/access_output @dirrm lib/elementary/modules @dirrm lib/elementary +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/objects @dirrm %%DATADIR%%/images/g_layer @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/edje_externals @dirrm %%DATADIR%%/config/standard -@dirrm %%DATADIR%%/config/illume +@dirrm %%DATADIR%%/config/mobile @dirrm %%DATADIR%%/config/default @dirrm %%DATADIR%%/config @dirrm %%DATADIR%% |