Magellan Linux

Diff of /trunk/todo/libkolab/libkolab-0.6.0-r1.smage2

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

revision 26585 by niro, Wed Jul 8 07:11:21 2015 UTC revision 26587 by niro, Wed Jul 8 07:56:35 2015 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28    
29  UP2DATE="updatecmd http://mirror.kolabsys.com/pub/releases/ | grep ${PNAME}- | highesttarball gz"  UP2DATE="updatecmd http://mirror.kolabsys.com/pub/releases/ | grep ${PNAME}- | highesttarball gz"
30    
31  src_install()  src_prepare()
32  {  {
33     munpack ${SRCFILE} || die
34   cd ${SRCDIR}   cd ${SRCDIR}
35    
  kde4_src_install || die  
   
36   # fix build against kdepimlib-4.14   # fix build against kdepimlib-4.14
37   mpatch ${PNAME}-${PVER}-check-for-generic-tag.patch || die   mpatch ${PNAME}-${PVER}-check-for-generic-tag.patch || die
38    }
39    
40    src_install()
41    {
42     cd ${SRCDIR}
43    
44     kde4_src_install || die
45    
46   # fix broken cmake config   # fix broken cmake config
47   sed -i 's:rootDir ${myDir}/../../../../ ABSOLUTE:rootDir ${myDir}/../../../ ABSOLUTE:' \   sed -i 's:rootDir ${myDir}/../../../../ ABSOLUTE:rootDir ${myDir}/../../../ ABSOLUTE:' \

Legend:
Removed from v.26585  
changed lines
  Added in v.26587