Magellan Linux

Diff of /trunk/extras/kdepim4/kdepim4-4.2.4-r1.smage2

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

revision 2058 by niro, Fri Jun 12 21:04:52 2009 UTC revision 2059 by niro, Fri Jun 12 22:18:00 2009 UTC
# Line 27  DEPEND=">= kde-base/kdelibs4-${PVER} Line 27  DEPEND=">= kde-base/kdelibs4-${PVER}
27    
28  SDEPEND=">= x11-proto/scrnsaverproto-1.1"  SDEPEND=">= x11-proto/scrnsaverproto-1.1"
29    
30  SRC_URI=( mirror://${PNAME}/kdepim4-4.2.4-fix.patch )  SRC_URI=( mirror://${PNAME}/${PNAME}-${PVER}-fix.patch )
31    
32  sminclude kde4  sminclude kde4
33    
34  UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"  UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
35    
36    src_prepare()
37    {
38     munpack ${SRCFILE} || die
39     cd ${SRCDIR}
40     mpatch ${PNAME}-${PVER}-fix.patch || die
41    }
42    
43  src_compile()  src_compile()
44  {  {
45   cd ${SRCDIR}   cd ${SRCDIR}
46    
  # remove akonadi! using an extra package  
47   kde4_configure \   kde4_configure \
  $(cmake_build_not akonadi) \  
48   $(cmake_with GNOKII) \   $(cmake_with GNOKII) \
49   $(cmake_with QGPGME) \   $(cmake_with QGPGME) \
50   $(cmake_with Soprano) \   $(cmake_with Soprano) \

Legend:
Removed from v.2058  
changed lines
  Added in v.2059