onefang pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=66d8b19eb9703aabb9e5f600ca006677a95886b0
commit 66d8b19eb9703aabb9e5f600ca006677a95886b0 Author: David Walter Seikel <[email protected]> Date: Sat Feb 22 07:40:06 2014 +1000 Updated what is built, and in which order. --- developers/onefang/build_efl.lua | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/developers/onefang/build_efl.lua b/developers/onefang/build_efl.lua index fe5ba7f..12e433a 100755 --- a/developers/onefang/build_efl.lua +++ b/developers/onefang/build_efl.lua @@ -64,7 +64,7 @@ local envVars = local SVNtrunk = 'GIT/legacy/subversion-history/trunk' local searchPaths = {'GIT/legacy', SVNtrunk, SVNtrunk .. '/BINDINGS/javascript', SVNtrunk .. '/BINDINGS/python', SVNtrunk .. '/DEBUG', SVNtrunk .. '/E-MODULES-EXTRA', SVNtrunk .. '/eterm', SVNtrunk .. '/EXAMPLES/azy', SVNtrunk .. '/EXAMPLES/elementary', SVNtrunk .. '/FORMATTING', SVNtrunk .. '/GAMES', --[['SVN/trunk/IN-EFL',]] SVNtrunk .. '/MISC', SVNtrunk .. '/PROTO', SVNtrunk .. '/THEMES'} -local eflCore = {'efl', 'evas_generic_loaders', 'emotion_generic_players', 'elementary'} +local eflCore = {'efl', 'elementary', 'emotion_generic_players', 'evas_generic_loaders'} local eflExtra = { 'imlib2', 'imlib2_loaders', 'emap', 'azy', 'enlil', 'libast', 'libeweather', @@ -72,23 +72,24 @@ local eflExtra = 'egraph', 'ekbd', 'elev8', 'elocation', 'email', 'epdf', 'eupnp', 'efx', 'esskyuehl', 'etam', 'etrophy', 'ffi-efl', --[['python-evas', 'python-ecore', 'python-e_dbus', 'python-edje', 'python-ethumb', 'python-emotion', 'python-elementary' Legacy bindings.]] - 'python-efl' --[[ Ubuntu cython is too old.]] + 'python-efl' --[[ Ubuntu LTS cython is too old.]] } local binBasic = {'exchange', 'enlightenment', 'exalt', 'emprint', 'geneet'} local eModulesExtra = {} local binExtra = { - 'apathy', 'ardy', 'calculator', 'clouseau', 'community', 'converter', 'dark', - 'e_cho', 'e_pattern_lock', 'econcentration', 'econnman', 'ecrire', 'editje', 'edje_viewer', 'edi', 'edje_writer', - --[['edvi', No dvilib2 in Ubuntu.]] - 'efbb', 'egui', 'ekeko', 'elemines', 'elife', 'elm_fullscreen', 'elm_illume', 'elm_indicator', 'elm_kbd', 'elm_quickpanel', 'elm_softkey', 'elm-theme-viewer', 'elmdentica', 'emote', 'empower', - --[['enjoy', No lightmediascanner in Ubuntu.]] - 'enki', 'ensure', 'entrance', 'eo_bindings', + 'amnesia', 'apathy', 'ardy', 'calculator', 'clouseau', 'community', 'converter', + 'e_cho', 'e_jeweled', 'e_pattern_lock', 'econcentration', 'econnman', 'ecrire', 'editje', 'edje_list', 'edje_smart_thumb', 'edje_viewer', 'edi', 'edje_writer', + --[['edvi', No dvilib2 in Ubuntu LTS.]] + 'efbb', 'egui', 'ekeko', 'elemines', 'elife', + 'elm_fullscreen', 'elm_illume', 'elm_indicator', 'elm_kbd', 'elm_quickpanel', 'elm_softkey', 'elm-theme-viewer', 'elmdentica', 'embiance', 'emote', 'empower', 'encrustify', + --[['enjoy', No lightmediascanner in Ubuntu LTS.]] + 'enki', 'ensure', 'entrance', 'enventor', 'eo_bindings', 'eo_tokenizer', 'eolian', --[['envision', Hangs waiting for input.]] - 'ephoto', 'ephysics_tests', 'epour', 'eps', 'epulse', 'equate', 'erssd', 'espik', 'espionnage', 'etypers', 'eterm', 'ev', - --[['eve', No ewebkit.]] + 'ephoto', 'ephysics_tests', 'epour', 'eps', 'epulse', 'equate', 'erssd', 'eruler', 'eskiss', 'espik', 'espionnage', 'etypers', 'eterm', 'ev', + --[['eve', No ewebkit. The release of webkit-efl in turn requires GLIB 2.36.0, Ubuntu LTS has only 2.32.4 Not going down that rabbit hole again.]] 'exactness', 'examine', 'excessive', 'expedite', 'explicit', 'exquisite', 'eyelight', 'eyelight_edit', 'eyesight', - 'keys', 'maelstrom', 'ninestime', 'phonebook', 'rage', 'shellementary', 'solve', 'sticky-notes', 'terminology', 'vigrid' + 'gpick', 'keys', 'maelstrom', 'ninestime', 'phonebook', 'rage', 'shellementary', 'smman', 'solve', 'sticky-notes', 'terminology', 'valosoitin', 'vigrid' } local eThemes = {} --
