Magellan Linux

Diff of /branches/magellan-next/extras/libdbusmenu-qt/libdbusmenu-qt-0.8.3-r1.smage2

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

revision 8499 by niro, Wed Jul 20 15:42:28 2011 UTC revision 8500 by niro, Wed Jul 20 15:47:10 2011 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23  )  )
24    
25  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26    
27    src_compile()
28    {
29     # build outside of the source dir
30     install -d ${BUILDDIR}/build || die
31     cd ${BUILDDIR}/build
32    
33     cmake_configure $(cmake_without DOC) || die
34     mmake || die
35    }

Legend:
Removed from v.8499  
changed lines
  Added in v.8500