Magellan Linux

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

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

revision 4968 by niro, Fri Feb 19 15:51:52 2010 UTC revision 4969 by niro, Fri Feb 19 16:05:04 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}
41     mirror://${PNAME/2/}/${PNAME/2/}-${PVER}-kde220532.patch
42     mirror://${PNAME/2/}/${PNAME/2/}-${PVER}-fix-photo-widget.patch
43  )  )
44    
45  sminclude kde4  sminclude kde4
# Line 61  src_prepare() Line 63  src_prepare()
63   [[ ! -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."
64    
65   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
66     cd ${SRCDIR}
67    
68     # fix semantic desktop scanning issues
69     # see: https://bugs.kde.org/220532
70     mpatch ${PNAME/2/}-${PVER}-kde220532.patch || die
71    
72     # fix issues with the photo widget
73     mpatch ${PNAME/2/}-${PVER}-fix-photo-widget.patch || die
74  }  }
75    
76  src_compile()  src_compile()

Legend:
Removed from v.4968  
changed lines
  Added in v.4969