Magellan Linux

Diff of /branches/magellan-next/extras/kdepim4-runtime/kdepim4-runtime-4.6.1-r1.smage2

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

revision 8620 by niro, Mon Jul 25 14:49:59 2011 UTC revision 8621 by niro, Mon Jul 25 14:53:04 2011 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24  )  )
25    
26  UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"  UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
   
 src_compile()  
 {  
  cd ${SRCDIR}  
   
  kde4_configure \  
  -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \  
  -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services \  
  $(cmake_with LibXslt) \  
  $(cmake_with Soprano) \  
  $(cmake_with Nepomuk) \  
  $(cmake_without OpenChange) \  
  $(cmake_without OpenSync) \  
  $(cmake_without GNOKII) \  
  $(cmake_without GLIB2) \  
  || die  
   
  mmake || die  
 }  

Legend:
Removed from v.8620  
changed lines
  Added in v.8621