Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        .cvsignore Makefile.am configure.in e_mod_config.c 
        e_mod_main.c 
Added Files:
        module.desktop.in module.edj 
Removed Files:
        module.eap 


Log Message:
Convert to .desktop.

===================================================================
RCS file: /cvs/e/e_modules/mixer/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- .cvsignore  7 Sep 2006 13:47:40 -0000       1.1
+++ .cvsignore  10 Oct 2006 18:27:34 -0000      1.2
@@ -21,4 +21,5 @@
 *.la
 *.spec
 *.tar.gz
-*.edj
+mixer.edj
+module.desktop
===================================================================
RCS file: /cvs/e/e_modules/mixer/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 18 Sep 2006 01:43:32 -0000      1.8
+++ Makefile.am 10 Oct 2006 18:27:34 -0000      1.9
@@ -6,7 +6,8 @@
 -fd $(top_srcdir)
 
 files_DATA = \
-module.eap \
+module.desktop \
+module.edj \
 mixer.edj
 
 EXTRA_DIST = \
@@ -44,10 +45,10 @@
 module_la_LDFLAGS      = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h
 
-%.edj:  %.edc
+mixer.edj:  mixer.edc
        $(EDJE_CC) $(EDJE_FLAGS) $< $@
 
 clean-local:
-        rm -rf *.edj *~
+        rm -rf mixer.edj *~
 uninstall:
        rm -rf $(datadir)
===================================================================
RCS file: /cvs/e/e_modules/mixer/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        18 Sep 2006 01:43:32 -0000      1.8
+++ configure.in        10 Oct 2006 18:27:34 -0000      1.9
@@ -241,6 +241,7 @@
 AC_OUTPUT([
 Makefile
 e_modules-mixer.spec
+module.desktop
 ],[
 ])
 
===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_config.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_mod_config.c      3 Oct 2006 03:39:15 -0000       1.16
+++ e_mod_config.c      10 Oct 2006 18:27:34 -0000      1.17
@@ -42,7 +42,7 @@
    v->advanced.apply_cfdata = NULL;
    v->advanced.create_widgets = NULL;
    
-   snprintf(buf, sizeof(buf), "%s/module.eap",
+   snprintf(buf, sizeof(buf), "%s/module.edj",
             e_module_dir_get(mixer_config->module));
 
    con = e_container_current_get(e_manager_current_get());
===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- e_mod_main.c        9 Oct 2006 05:01:31 -0000       1.52
+++ e_mod_main.c        10 Oct 2006 18:27:34 -0000      1.53
@@ -170,7 +170,7 @@
    Evas_Object *o;
    char         buf[4096];
 
-   snprintf(buf, sizeof(buf), "%s/module.eap",
+   snprintf(buf, sizeof(buf), "%s/module.edj",
             e_module_dir_get(mixer_config->module));
 
    o = edje_object_add(evas);



-------------------------------------------------------------------------
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

Reply via email to