Magellan Linux

Diff of /trunk/extras/kdeplasma-addons/kdeplasma-addons-4.10.5-r1.smage2

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

revision 18679 by niro, Mon Aug 5 07:11:30 2013 UTC revision 18680 by niro, Mon Aug 5 07:57:42 2013 UTC
# Line 120  SDEPEND="${KDEWORKSPACE_DEPEND} Line 120  SDEPEND="${KDEWORKSPACE_DEPEND}
120    
121  sminclude kde4-split-2  sminclude kde4-split-2
122    
123    SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-revert-only-qwt5.patch )
124    
125  UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"  UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
126    
127  split_info_kdeplasma-addons-libs()  split_info_kdeplasma-addons-libs()
# Line 292  split_info_kdeplasma-addons-wallpapers-w Line 294  split_info_kdeplasma-addons-wallpapers-w
294   DEPEND="== kde-base/kdeplasma-addons-libs-${PVER}"   DEPEND="== kde-base/kdeplasma-addons-libs-${PVER}"
295  }  }
296    
297    src_prepare()
298    {
299     munpack ${SRCFILE} || die
300     cd ${SRCDIR}
301    
302     # kde 4.10.5 was changed to only match qwt5.x not 6.x
303     # but 6.x compile fixes were already included and worked with 4.10.4 before
304     # we revert the change with a simple sed
305     mpatch -RNp1 ${PNAME}-${PVER}-revert-only-qwt5.patch || die
306    }
307    
308  src_compile()  src_compile()
309  {  {
310   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.18679  
changed lines
  Added in v.18680