Magellan Linux

Diff of /branches/R11-unstable/include/xfce.sminc

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

revision 5721 by niro, Sat Aug 7 12:43:36 2010 UTC revision 5726 by niro, Sat Aug 7 12:51:24 2010 UTC
# Line 26  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} Line 26  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS}
26  xfce_configure()  xfce_configure()
27  {  {
28   local configure_opts="$@"   local configure_opts="$@"
29   mconfigure ${configure_opts} || die   mconfigure \
30     --libexecdir=/usr/$(mlibdir)/${PNAME} \
31     --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
32     --disable-debug \
33     --disable-static \
34     ${configure_opts} \
35     || die
36  }  }
37    
38  xfce_src_prepare()  xfce_src_prepare()
# Line 38  xfce_src_compile() Line 44  xfce_src_compile()
44  {  {
45   cd ${SRCDIR}   cd ${SRCDIR}
46    
47   xfce_configure \   xfce_configure || die
  --libexecdir=/usr/$(mlibdir)/${PNAME} \  
  --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \  
  --disable-debug \  
  --disable-static \  
  || die  
   
48   mmake ${XFCE_MAKE_OPTS} || die   mmake ${XFCE_MAKE_OPTS} || die
49  }  }
50    

Legend:
Removed from v.5721  
changed lines
  Added in v.5726