Magellan Linux

Diff of /trunk/extras/amarok2/amarok2-2.3.1-r1.smage2

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

revision 5684 by niro, Tue Aug 3 16:19:12 2010 UTC revision 5685 by niro, Tue Aug 3 16:23:00 2010 UTC
# Line 38  SRCDIR="${BUILDDIR}/${PNAME/2/}-${PVER}" Line 38  SRCDIR="${BUILDDIR}/${PNAME/2/}-${PVER}"
38  SRC_URI=(  SRC_URI=(
39   kde://${PNAME/2/}/${PVER}/src/${SRCFILE}   kde://${PNAME/2/}/${PVER}/src/${SRCFILE}
40   mirror://${PNAME/2/}/${SRCFILE}   mirror://${PNAME/2/}/${SRCFILE}
  mirror://${PNAME/2/}/${PNAME/2/}-2.2.2-kde220532.patch  
  mirror://${PNAME/2/}/${PNAME/2/}-2.2.2-fix-photo-widget.patch  
41  )  )
42    
43  sminclude kde4  sminclude kde4
# Line 63  src_prepare() Line 61  src_prepare()
61   [[ ! -d /proc/sys ]] && die "Please make sure /proc is mounted in chroot-environments."   [[ ! -d /proc/sys ]] && die "Please make sure /proc is mounted in chroot-environments."
62    
63   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
  cd ${SRCDIR}  
   
  # fix semantic desktop scanning issues  
  # see: https://bugs.kde.org/220532  
  mpatch ${PNAME/2/}-2.2.2-kde220532.patch || die  
   
  # fix issues with the photo widget  
  mpatch ${PNAME/2/}-2.2.2-fix-photo-widget.patch || die  
64  }  }
65    
66  src_compile()  src_compile()

Legend:
Removed from v.5684  
changed lines
  Added in v.5685