E CVS: eveil devilhorns

2006-07-25 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
configure.in 


Log Message:
Fix minor oversight with x86_64 libdir. Thanks Sebastian

===
RCS file: /cvs/e/e_modules/eveil/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in25 Jul 2006 03:51:08 -  1.6
+++ configure.in25 Jul 2006 13:30:57 -  1.7
@@ -90,7 +90,7 @@
 AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${HOME}/.e/e/modules/${PACKAGE}", 
"Package installed data destination")
 datadir="${HOME}/.e/e/modules/${PACKAGE}"
 else
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, 
"${libdir}/lib/enlightenment/modules/${PACKAGE}", "Package installed data 
destination")
+AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, 
"${libdir}/enlightenment/modules/${PACKAGE}", "Package installed data 
destination")
 datadir="${libdir}/enlightenment/modules/${PACKAGE}"
 fi
 



-
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


E CVS: eveil devilhorns

2006-07-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
configure.in 


Log Message:
Bad Marcus, no cookie :) . Fixed x86_64 install patch.

===
RCS file: /cvs/e/e_modules/eveil/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in25 Jul 2006 01:38:21 -  1.5
+++ configure.in25 Jul 2006 03:51:08 -  1.6
@@ -90,7 +90,7 @@
 AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${HOME}/.e/e/modules/${PACKAGE}", 
"Package installed data destination")
 datadir="${HOME}/.e/e/modules/${PACKAGE}"
 else
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, 
"${prefix}/lib/enlightenment/modules/${PACKAGE}", "Package installed data 
destination")
+AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, 
"${libdir}/lib/enlightenment/modules/${PACKAGE}", "Package installed data 
destination")
 datadir="${libdir}/enlightenment/modules/${PACKAGE}"
 fi
 



-
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


E CVS: eveil devilhorns

2006-07-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
configure.in 


Log Message:
Patch from Marcus Huwe for installation on x86_64

===
RCS file: /cvs/e/e_modules/eveil/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in20 Jul 2006 19:09:32 -  1.4
+++ configure.in25 Jul 2006 01:38:21 -  1.5
@@ -91,7 +91,7 @@
 datadir="${HOME}/.e/e/modules/${PACKAGE}"
 else
 AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, 
"${prefix}/lib/enlightenment/modules/${PACKAGE}", "Package installed data 
destination")
-datadir="${prefix}/lib/enlightenment/modules/${PACKAGE}"
+datadir="${libdir}/enlightenment/modules/${PACKAGE}"
 fi
 
 AC_PREFIX_DEFAULT(${HOME}/.e/e)



-
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


E CVS: eveil devilhorns

2006-07-10 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
Makefile.am 


Log Message:
Patch from Lut!n for make distcheck on eveil.

===
RCS file: /cvs/e/e_modules/eveil/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 12 Jun 2006 08:54:21 -  1.3
+++ Makefile.am 11 Jul 2006 06:32:27 -  1.4
@@ -3,12 +3,15 @@
 SUBDIRS = po
 
 EDJE_CC = @edje_cc@
-EDJE_FLAGS = -id . -fd $(srcdir)/fonts
+EDJE_FLAGS = -v \
+-id $(top_srcdir) \
+-fd $(top_srcdir)/fonts
 
 filesdir = $(datadir)
 files_DATA = module.eap \
$(wildcard eveil.ed?) \
-   $(wildcard fonts/*.ttf)
+   $(wildcard fonts/*.ttf) \
+   $(wildcard images/*.png)
 
 EXTRA_DIST = $(files_DATA) e_modules-eveil.spec
 CONFIG_CLEAN_FILES = e_modules-eveil.spec eveil.edj
@@ -29,5 +32,11 @@
 module_la_LDFLAGS  = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h $(top_builddir)/eveil.edj
 
-%.edj:  %.edc
-   $(EDJE_CC) $(EDJE_FLAGS) $< $@
+eveil.edj: Makefile eveil.edc
+  $(EDJE_CC) $(EDJE_FLAGS) \
+  $(top_srcdir)/eveil.edc \
+  $(top_builddir)/eveil.edj
+  
+clean-local:
+   rm -rf *.edj *~
+   




-
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


E CVS: eveil devilhorns

2006-07-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
e_mod_config.c e_mod_config_alarm.c 


Log Message:
Eveil config dialogs now show module's icon in border.

===
RCS file: /cvs/e/e_modules/eveil/e_mod_config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config.c  12 Jun 2006 08:54:22 -  1.4
+++ e_mod_config.c  3 Jul 2006 13:59:13 -   1.5
@@ -59,6 +59,7 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);

@@ -68,9 +69,10 @@
v->basic.create_widgets = _basic_create_widgets;
v->advanced.apply_cfdata = _advanced_apply_data;
v->advanced.create_widgets = _advanced_create_widgets;
-   
+
+   snprintf(buf, sizeof(buf), "%s/module.eap", 
e_module_dir_get(eveil_config->module));
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
-D_("Eveil Configuration"), NULL, 0, v, NULL);
+D_("Eveil Configuration"), buf, 0, v, NULL);
eveil_config->config_dialog = cfd;
 }
 
===
RCS file: /cvs/e/e_modules/eveil/e_mod_config_alarm.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_config_alarm.c2 Jul 2006 19:52:40 -   1.5
+++ e_mod_config_alarm.c3 Jul 2006 13:59:13 -   1.6
@@ -54,6 +54,7 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);

@@ -63,9 +64,10 @@
v->basic.create_widgets = _basic_create_widgets;
v->advanced.apply_cfdata = _advanced_apply_data;
v->advanced.create_widgets = _advanced_create_widgets;
-   
+
+   snprintf(buf, sizeof(buf), "%s/module.eap", 
e_module_dir_get(eveil_config->module));
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
-D_("Eveil Alarm Configuration"), NULL, 0, v, al);
+D_("Eveil Alarm Configuration"), buf, 0, v, al);
 }
 
 static void *



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


E CVS: eveil devilhorns

2006-07-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
module.eap 


Log Message:
Fix module.eap so the module now shows in the module config dialog.

===
RCS file: /cvs/e/e_modules/eveil/module.eap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvszqLJHM and /tmp/cvsLvnwOC differ



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


E CVS: eveil devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/eveil/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c12 Jun 2006 08:54:22 -  1.8
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.9
@@ -1210,7 +1210,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_("Eveil Module version " MODULE_VERSION),
+   e_module_dialog_show(m, D_("Eveil Module version " MODULE_VERSION),
D_("A module to set timers and alarms to alert you"
   " when youre pastas are ready"
  "or when you need to wake up"



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