From 7a1c183596b01b696de55396272ae29ad719d929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 23 Apr 2012 22:05:30 +0200 Subject: easy_e17.sh: complete efl_basic following latests release info mail --- easy_e17.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/easy_e17.sh b/easy_e17.sh index a8b7a12..21fe006 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -48,8 +48,8 @@ cmd_svn_update_conflicts_ask="svn update -r" cmake_build_dir="build" cmake_options="" -efl_basic="eina eet evas ecore efreet eio eeze e_dbus embryo edje" -efl_extra="imlib2 azy emotion ethumb libeweather emap ewebkit elementary elev8 enlil ensure esskyuehl libast \ +efl_basic="eina eet evas ecore efreet eio eeze e_dbus embryo edje exquisite evas_generic_loaders emotion ethumb emap ewebkit elementary" +efl_extra="imlib2 azy libeweather elev8 enlil ensure esskyuehl libast \ python-evas python-ecore python-e_dbus python-edje python-emotion python-elementary shellementary vala" bin_basic="exchange e" e_modules_bin="emprint exalt" @@ -58,7 +58,7 @@ everything-aspell everything-mpris everything-pidgin everything-places everythin eweather exalt-client exebuf execwatch flame forecasts iiirk language mail mem moon mpdule net news penguins photo places quickaccess \ rain screenshot skel slideshow snow taskbar tclock tiling uptime weather winselector wlan xkbswitch" bin_extra="calculator clouseau converter e_phys ecrire editje edje_viewer elfe elmdentica elsa emote empower enjoy enki epdf envision \ - ephoto espionnage Eterm eve excessive exotic expedite exquisite eyelight phonebook rage sticky-notes" + ephoto espionnage Eterm eve excessive exotic expedite eyelight phonebook rage sticky-notes" bin_games="eblock e_cho econcentration eskiss e-type minesweeper ninestime" packages_basic="$efl_basic $bin_basic" -- cgit v1.1-2-g2b99 From caff24927cba8f787a90a7d22e4fadfc9f082c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 13 May 2012 23:38:16 +0200 Subject: wayland.sh: add weston, fix typos --- wayland.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wayland.sh b/wayland.sh index e09771c..6f8c69c 100755 --- a/wayland.sh +++ b/wayland.sh @@ -47,7 +47,7 @@ echo function build () { if [ $FORCE_AUTOGEN -eq 1 -o ! -e Makefile ]; then - say " * autogen --prefix=$WLD $my_configure_opts" && ./autogen.sh --prefix=$WLD $my_configure_opts + say " * autogen.sh --prefix=$WLD $my_configure_opts" && ./autogen.sh --prefix=$WLD $my_configure_opts fi if [ $FORCE_DISTCLEAN -eq 1 ]; then say " * make distclean" && make distclean >/dev/null @@ -72,7 +72,7 @@ function do_your_job () { if [ -d "$my_dir" ]; then cd "$my_dir" && update && cd .. || error else - say " * clone $my_src" && git clone "$my_src" "$my_dir" && cd "$my_dir" && autogen && cd .. || error + say " * clone $my_src" && git clone "$my_src" "$my_dir" && cd "$my_dir" && build && cd .. || error fi say " * SUCCESS\n" } @@ -86,6 +86,13 @@ my_src=git://anongit.freedesktop.org/wayland/wayland my_configure_opts= do_your_job +# WESTON +say "weston" +my_dir=weston +my_src=git://anongit.freedesktop.org/wayland/weston +my_configure_opts= +do_your_job + # WAYLAND-DEMOS say "wayland-demos" my_dir=wayland-demos -- cgit v1.1-2-g2b99