Magellan Linux

Diff of /branches/magellan-next/core/plymouth/plymouth-0.8.4_20110603-r1.smage2

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

revision 7886 by niro, Fri Jun 3 13:05:05 2011 UTC revision 7887 by niro, Fri Jun 3 14:53:40 2011 UTC
# Line 25  sminclude mbuild mtools Line 25  sminclude mbuild mtools
25  SRC_URI=(  SRC_URI=(
26   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
28     mirror://${PNAME}/${PNAME}-fix-frozen-input.patch
29  )  )
30    
31  UP2DATE="updatecmd http://www.freedesktop.org/software/plymouth/releases/ | lasttarball"  UP2DATE="updatecmd http://www.freedesktop.org/software/plymouth/releases/ | lasttarball"
# Line 33  src_prepare() Line 34  src_prepare()
34  {  {
35   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
38     # fix broken keyboard
39     mpatch ${PNAME}-fix-frozen-input.patch || die
40    
41   # git - missing configure   # git - missing configure
42   mautoreconf || die   mautoreconf || die
43  }  }
# Line 42  src_compile() Line 47  src_compile()
47   cd ${SRCDIR}   cd ${SRCDIR}
48    
49   mconfigure \   mconfigure \
50     --libexecdir=/usr/$(mlibdir)/${PNAME} \
51   --enable-tracing \   --enable-tracing \
52   --disable-tests \   --disable-tests \
53   --disable-gdm-transition \   --disable-gdm-transition \

Legend:
Removed from v.7886  
changed lines
  Added in v.7887