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 7885 by niro, Fri Jun 3 13:04:06 2011 UTC revision 7937 by niro, Sat Jun 4 16:54:51 2011 UTC
# Line 5  PVER="0.8.4_20110603" Line 5  PVER="0.8.4_20110603"
5  PBUILD="r1"  PBUILD="r1"
6    
7  PCATEGORIE="sys-apps"  PCATEGORIE="sys-apps"
 STATE="unstable"  
8    
9  DESCRIPTION="Graphical Boot Animation and Logger."  DESCRIPTION="Graphical Boot Animation and Logger."
10  HOMEPAGE="http://www.freedesktop.org/wiki/Software/Plymouth"  HOMEPAGE="http://www.freedesktop.org/wiki/Software/Plymouth"
# Line 25  sminclude mbuild mtools Line 24  sminclude mbuild mtools
24  SRC_URI=(  SRC_URI=(
25   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${PNAME}-fix-frozen-input.patch
28  )  )
29    
30  UP2DATE="updatecmd http://www.freedesktop.org/software/plymouth/releases/ | lasttarball"  UP2DATE="updatecmd http://www.freedesktop.org/software/plymouth/releases/ | lasttarball"
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35     cd ${SRCDIR}
36    
37     # fix broken keyboard
38     mpatch ${PNAME}-fix-frozen-input.patch || die
39    
40     # git - missing configure
41     mautoreconf || die
42    }
43    
44  src_compile()  src_compile()
45  {  {
46   cd ${SRCDIR}   cd ${SRCDIR}
47    
48   mconfigure \   mconfigure \
49     --libexecdir=/usr/$(mlibdir)/${PNAME} \
50   --enable-tracing \   --enable-tracing \
51   --disable-tests \   --disable-tests \
52   --disable-gdm-transition \   --disable-gdm-transition \

Legend:
Removed from v.7885  
changed lines
  Added in v.7937