Magellan Linux

Diff of /branches/magellan-next/include/xfce.sminc

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

revision 5709 by niro, Sat Aug 7 11:59:27 2010 UTC revision 5721 by niro, Sat Aug 7 12:43:36 2010 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21  )  )
22    
23  # special functions needed by postinstall|postremove  # special functions needed by postinstall|postremove
24  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} xfce_update_desktop_db xfce_update_mime_db xfce_update_icon_cache"  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} xfce_update_desktop_db xfce_update_mime_db xfce_update_icon_cache xfce_postinstall xfce_postremove"
25    
26  xfce_configure()  xfce_configure()
27  {  {
# Line 37  xfce_src_prepare() Line 37  xfce_src_prepare()
37  xfce_src_compile()  xfce_src_compile()
38  {  {
39   cd ${SRCDIR}   cd ${SRCDIR}
40   xfce_configure --disable-debug --disable-static || die  
41     xfce_configure \
42     --libexecdir=/usr/$(mlibdir)/${PNAME} \
43     --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
44     --disable-debug \
45     --disable-static \
46     || die
47    
48   mmake ${XFCE_MAKE_OPTS} || die   mmake ${XFCE_MAKE_OPTS} || die
49  }  }
50    

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