E CVS: devian devilhorns

2006-07-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : devian

Dir : e_modules/devian


Modified Files:
configure.in 


Log Message:
Patch from Marcus Huwe for installation on x86_64

===
RCS file: /cvs/e/e_modules/devian/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in13 Jul 2006 16:22:04 -  1.4
+++ configure.in25 Jul 2006 01:38:07 -  1.5
@@ -121,7 +121,7 @@
 if test x${prefix} = xNONE; then
 datadir=${HOME}/.e/e/modules/${PACKAGE}
 else
-datadir=${prefix}/lib/enlightenment/modules/${PACKAGE}
+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.phpp=sourceforgeCID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: devian devilhorns

2006-07-10 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : devian

Dir : e_modules/devian


Modified Files:
Makefile.am 


Log Message:
Fix typo in makefile.am, should be devian spec file, not eveil. Thanks Lut1n.

===
RCS file: /cvs/e/e_modules/devian/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 17 Jun 2006 23:17:16 -  1.2
+++ Makefile.am 10 Jul 2006 15:50:14 -  1.3
@@ -4,7 +4,7 @@
 filesdir = $(datadir)
 files_DATA = module.eap
 
-EXTRA_DIST = $(files_DATA) e_modules-eveil.spec
-CONFIG_CLEAN_FILES = e_modules-eveil.spec
+EXTRA_DIST = $(files_DATA) e_modules-devian.spec
+CONFIG_CLEAN_FILES = e_modules-devian.spec
 
-pkgdir = $(datadir)/$(MODULE_ARCH)
\ No newline at end of file
+pkgdir = $(datadir)/$(MODULE_ARCH)




-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: devian devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : devian

Dir : e_modules/devian/src/module


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/devian/src/module/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c6 Jun 2006 15:43:17 -   1.6
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.7
@@ -48,7 +48,7 @@
char buf[4096];
 
snprintf(buf, sizeof(buf), _(Enlightenment %s Module - version  
MODULE_VERSION), MODULE_NAME);
-   e_module_dialog_show(buf, _(
+   e_module_dialog_show(m, buf, _(
 #ifndef HAVE_ALL
This module is part of dEvian modulebrbr
 #ifdef HAVE_PICTURE



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=lnkkid=120709bid=263057dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: devian devilhorns

2006-06-05 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : devian

Dir : e_modules/devian/src/module


Modified Files:
e_mod_main.h e_mod_main.c 


Log Message:
Make devian module build again.

Kiwi: this was broken for a few days and getting a lot of Is devian broken
comments. Hope you don't mind me fixing ;)

===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_main.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.h25 Apr 2006 10:32:07 -  1.3
+++ e_mod_main.h4 Jun 2006 12:56:34 -   1.4
@@ -6,7 +6,6 @@
 EAPI void *e_modapi_init(E_Module *m);
 EAPI int   e_modapi_shutdown(E_Module *m);
 EAPI int   e_modapi_save(E_Module *m);
-EAPI int   e_modapi_info(E_Module *m);
 EAPI int   e_modapi_about(E_Module *m);
 EAPI int   e_modapi_config(E_Module *m);
 
===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c2 May 2006 14:24:23 -   1.3
+++ e_mod_main.c4 Jun 2006 12:56:34 -   1.4
@@ -43,16 +43,6 @@
 }
 
 EAPI int
-e_modapi_info(E_Module *m)
-{
-   char buf[DEVIAN_MAX_PATH];
-
-   snprintf(buf, sizeof(buf), %s/module_icon.png, e_module_dir_get(m));
-   m-icon_file = strdup(buf);
-   return 1;
-}
-
-EAPI int
 e_modapi_about(E_Module *m)
 {
char buf[4096];




___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs