Magellan Linux

Diff of /trunk/extras/gnome-disk-utility/gnome-disk-utility-3.10.0-r1.smage2

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

revision 20007 by niro, Sat Oct 26 11:02:58 2013 UTC revision 20008 by niro, Sat Oct 26 11:03:45 2013 UTC
# Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 24  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25  sminclude gnome2  sminclude gnome2
26    
 SRC_URI+=( mirror://${PNAME}/${PNAME}-3.8.2-make-gsd-conditional.patch )  
   
27  UP2DATE="updatecmd_gnome ${PNAME}"  UP2DATE="updatecmd_gnome ${PNAME}"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  mpatch ${PNAME}-3.8.2-make-gsd-conditional.patch || die  
  mautoreconf || die  
 }  
   
 src_compile()  
 {  
  cd ${SRCDIR}  
   
  gn2_configure --disable-gsd-plugin || die  
  mmake || die  
 }  

Legend:
Removed from v.20007  
changed lines
  Added in v.20008