Magellan Linux

Diff of /trunk/extras/qtruby/qtruby-4.9.5-r1.smage2

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

revision 16049 by niro, Mon Jan 21 15:26:24 2013 UTC revision 16050 by niro, Mon Jan 21 15:27:17 2013 UTC
# Line 17  DEPEND="== dev-util/smokegen-${PVER} Line 17  DEPEND="== dev-util/smokegen-${PVER}
17  sminclude kde4  sminclude kde4
18    
19  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'"
20    
21    src_compile()
22    {
23     cd ${SRCDIR}
24    
25     kde4_configure $(cmake_without Qwt5) || die
26     mmake || die
27    }

Legend:
Removed from v.16049  
changed lines
  Added in v.16050