Enlightenment CVS committal Author : devilhorns Project : e_modules Module : forecasts
Dir : e_modules/forecasts Modified Files: Makefile.am autogen.sh configure.in e_mod_main.c Added Files: module.desktop Removed Files: module.desktop.in module.edj Log Message: As per saturn's request, convert forecasts module to use new .desktop stuff for efreet so that the module shows in the list. =================================================================== RCS file: /cvs/e/e_modules/forecasts/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 24 Feb 2007 08:21:40 -0000 1.1 +++ Makefile.am 31 Mar 2007 09:06:30 -0000 1.2 @@ -11,7 +11,7 @@ filesdir = $(datadir) files_DATA = module.desktop \ -module.edj \ +e-module-forecasts.edj \ forecasts.edj EXTRA_DIST = $(files_DATA) \ =================================================================== RCS file: /cvs/e/e_modules/forecasts/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- autogen.sh 24 Feb 2007 08:21:40 -0000 1.1 +++ autogen.sh 31 Mar 2007 09:06:30 -0000 1.2 @@ -5,6 +5,7 @@ touch README +echo "Running autopoint..." ; autopoint -f || : echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 =================================================================== RCS file: /cvs/e/e_modules/forecasts/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- configure.in 3 Mar 2007 18:29:20 -0000 1.3 +++ configure.in 31 Mar 2007 09:06:30 -0000 1.4 @@ -148,7 +148,6 @@ AC_OUTPUT([ Makefile -module.desktop images/Makefile po/Makefile e_modules-forecasts.spec =================================================================== RCS file: /cvs/e/e_modules/forecasts/e_mod_main.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- e_mod_main.c 14 Mar 2007 11:39:02 -0000 1.7 +++ e_mod_main.c 31 Mar 2007 09:06:30 -0000 1.8 @@ -248,7 +248,7 @@ char buf[4096]; o = edje_object_add(evas); - snprintf(buf, sizeof(buf), "%s/module.edj", + snprintf(buf, sizeof(buf), "%s/e-module-forecasts.edj", e_module_dir_get(forecasts_config->module)); edje_object_file_set(o, buf, "icon"); return o; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs