Magellan Linux

Diff of /smage/trunk/core/fluxbox/fluxbox-1.1.1_20110127-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1160 by niro, Thu Jan 27 22:03:24 2011 UTC revision 1161 by niro, Thu Jan 27 23:05:31 2011 UTC
# Line 26  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}" Line 26  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
26  # fixme: keep only one style, not all  # fixme: keep only one style, not all
27  # and clean up bin too!  # and clean up bin too!
28  MCORE_ONLY_KEEP="usr/bin  MCORE_ONLY_KEEP="usr/bin
29   usr/share/fluxbox/styles   usr/share/fluxbox/styles/carp
30     usr/share/fluxbox/styles/zimek_green
31   usr/share/fluxbox/keys   usr/share/fluxbox/keys
32   usr/share/fluxbox/init   usr/share/fluxbox/init
33   usr/share/fluxbox/apps   usr/share/fluxbox/apps
# Line 100  Icon= Line 101  Icon=
101  Type=Application" > ${BINDIR}/usr/share/xsessions/fluxbox.desktop || die  Type=Application" > ${BINDIR}/usr/share/xsessions/fluxbox.desktop || die
102    
103   minstalldocs AUTHORS COPYING ChangeLog NEWS README TODO || die   minstalldocs AUTHORS COPYING ChangeLog NEWS README TODO || die
104    
105     echo -e ${COLGREEN}"    injecting custom fluxbox-configs"${COLDEFAULT}
106     mcinjectfile menu /usr/share/fluxbox || die
107     mcinjectfile init /usr/share/fluxbox || die
108     mcinjectfile keys /usr/share/fluxbox || die
109    
110     # set carp as default theme
111     sed -i 's:^\(session.styleFile\:\).*:\1\t/usr/share/fluxbox/styles/carp:' \
112     ${BINDIR}/usr/share/fluxbox/init || die
113  }  }

Legend:
Removed from v.1160  
changed lines
  Added in v.1161