Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: Makefile.am configure.in tclock.edc Log Message: Some package fixes: -Use VeraMono font, so remove vera font. -Add VeraMono to the edc so the font is included if we edje_decc. -Remove package_bin_dir and package_data_dir from configure as they are not used. =================================================================== RCS file: /cvs/e/e_modules/tclock/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- Makefile.am 10 Jul 2006 17:42:52 -0000 1.7 +++ Makefile.am 14 Jul 2006 17:44:55 -0000 1.8 @@ -5,14 +5,13 @@ EDJE_CC = @edje_cc@ EDJE_FLAGS = -v \ -id $(top_srcdir) \ --fd $(top_srcdir)/fonts +-fd $(top_srcdir) filesdir = $(datadir) files_DATA = module_icon.png \ - module.eap \ - $(wildcard tclock.ed?) \ - $(wildcard fonts/*.ttf) - + module.eap \ + tclock.edj + EXTRA_DIST = $(files_DATA) e_modules-tclock.spec CONFIG_CLEAN_FILES = e_modules-tclock.spec tclock.edj =================================================================== RCS file: /cvs/e/e_modules/tclock/configure.in,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- configure.in 29 Jun 2006 20:04:19 -0000 1.15 +++ configure.in 14 Jul 2006 17:44:55 -0000 1.16 @@ -29,60 +29,6 @@ AC_SUBST(MODULE_ARCH) AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") -if test "x${bindir}" = 'x${exec_prefix}/bin'; then - if test "x${exec_prefix}" = "xNONE"; then - if test "x${prefix}" = "xNONE"; then - bindir="${ac_default_prefix}/bin"; - else - bindir="${prefix}/bin"; - fi - else - if test "x${prefix}" = "xNONE"; then - bindir="${ac_default_prefix}/bin"; - else - bindir="${prefix}/bin"; - fi - fi -fi - -if test "x${libdir}" = 'x${exec_prefix}/lib'; then - if test "x${exec_prefix}" = "xNONE"; then - if test "x${prefix}" = "xNONE"; then - libdir="${ac_default_prefix}/lib"; - else - libdir="${prefix}/lib"; - fi - else - if test "x${prefix}" = "xNONE"; then - libdir="${ac_default_prefix}/lib"; - else - libdir="${prefix}/lib"; - fi - fi -fi - -dnl Set PACKAGE_BIN_DIR in config.h. -if test "x${bindir}" = 'xNONE'; then - if test "x${prefix}" = "xNONE"; then - AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${ac_default_prefix}/bin", "Package installed binaries destination") - else - AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${prefix}/bin", "Package installed binaries destination") - fi -else - AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${bindir}", "Package installed binaries destination") -fi - -dnl Set PACKAGE_LIB_DIR in config.h. -if test "x${libdir}" = 'xNONE'; then - if test "x${prefix}" = "xNONE"; then - AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${ac_default_prefix}/lib", "Package installed libraries destination") - else - AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${prefix}/lib", "Package installed libraries destination") - fi -else - AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${libdir}", "Package installed libraries destination") -fi - dnl Set PACKAGE_DATA_DIR in config.h. if test "x${prefix}" = "xNONE"; then AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${HOME}/.e/e/modules/${PACKAGE}", "Package installed data destination") =================================================================== RCS file: /cvs/e/e_modules/tclock/tclock.edc,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- tclock.edc 16 Jun 2006 16:24:44 -0000 1.19 +++ tclock.edc 14 Jul 2006 17:44:55 -0000 1.20 @@ -1,3 +1,7 @@ +fonts { + font: "VeraMono.ttf" "VeraMono"; +} + collections { group ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs