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 1154 by niro, Thu Jan 27 22:01:12 2011 UTC revision 1200 by niro, Fri Jan 28 23:46:25 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 66  src_compile() Line 67  src_compile()
67    
68   mconfigure \   mconfigure \
69   --sysconfdir=/etc/X11/${PNAME} \   --sysconfdir=/etc/X11/${PNAME} \
70   --enable-nls \   --disable-nls \
71   --enable-imlib2 \   --enable-imlib2 \
72   --enable-xpm \   --enable-xpm \
73   --enable-kde \   --enable-kde \
# 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     mcinjectfile apps /usr/share/fluxbox || die
110     mcinjectfile mcore2.png /usr/share/fluxbox/wallpaper.png || die
111    
112     # set carp as default theme
113     sed -i 's:^\(session.styleFile\:\).*:\1\t/usr/share/fluxbox/styles/carp:' \
114     ${BINDIR}/usr/share/fluxbox/init || die
115  }  }

Legend:
Removed from v.1154  
changed lines
  Added in v.1200