Author: sparky                       Date: Wed Jul 19 01:58:58 2006 GMT
Module: vfmg                          Tag: HEAD
---- Log message:
- e16 support, just like enlightenment but with different paths

---- Files affected:
vfmg:
   vfmg (1.96 -> 1.97) 

---- Diffs:

================================================================
Index: vfmg/vfmg
diff -u vfmg/vfmg:1.96 vfmg/vfmg:1.97
--- vfmg/vfmg:1.96      Fri Jul  7 21:23:20 2006
+++ vfmg/vfmg   Wed Jul 19 03:58:53 2006
@@ -44,19 +44,21 @@
 my $o_output;
 $defopt{xterm}="$ENV{'VFMG_TERM'}" if $ENV{'VFMG_TERM'};
 
-my @wms = qw(ASCII DR17 aewm afterstep blackbox enlightenment fbpanel fluxbox
-       fvwm fvwm2 icewm metisse olvwm openbox qvwm wmaker wmaker-old wmii xfce4
-       xpde);
+my @wms = qw(ASCII DR17 aewm afterstep blackbox e16 enlightenment fbpanel
+       fluxbox fvwm fvwm2 icewm metisse olvwm openbox qvwm wmaker wmaker-old 
wmii
+       xfce4 xpde);
 
 # %destdir and %iconsdir should only contain directories propsed by WM
 my %destdir = (
        DR17                    =>      
"$ENV{'HOME'}/.e/e/applications/favorite",
        afterstep               =>      
"$ENV{'HOME'}/GNUstep/Library/AfterStep/start",
+       e16                             =>      "$ENV{'HOME'}/.e16/menus",
        enlightenment   =>      "$ENV{'HOME'}/.enlightenment/menus",
        xpde                    =>      "$ENV{'HOME'}/.xpde/Start 
Menu/Programs",
 );
 my %iconsdir = (
        DR17                    =>      "$ENV{'HOME'}/.e/e/applications/all",
+       e16                             =>      "$ENV{'HOME'}/.e16/icons",
        enlightenment   =>      "$ENV{'HOME'}/.enlightenment/icons",
 );
 # }}}
@@ -1604,7 +1606,7 @@
        blackbox($opt{strip},"");
        print "[end]\n" unless $opt{nomenu};
 }
-elsif($o_output eq "enlightenment") {
+elsif($o_output eq "enlightenment" or $o_output eq "e16") {
        enlightenment($opt{strip},"index","Enlightenment");
 }
 elsif($o_output eq "fbpanel") {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/vfmg/vfmg?r1=1.96&r2=1.97&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to