Magellan Linux

Diff of /smage/trunk/core/fluxbox/fluxbox-1.3.2-r1.smage2

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

revision 1993 by niro, Wed Nov 9 18:43:59 2011 UTC revision 1994 by niro, Wed Nov 9 18:45:06 2011 UTC
# Line 43  sminclude xorg mtools mcore-split Line 43  sminclude xorg mtools mcore-split
43  SRC_URI=(  SRC_URI=(
44   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
45   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
46   mirror://${PNAME}/${PNAME}-${PVER}-alx.patch   mirror://${PNAME}/${PNAME}-1.3.1-alx.patch
47  )  )
48    
49  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
# Line 53  src_prepare() Line 53  src_prepare()
53   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
54   cd ${SRCDIR}   cd ${SRCDIR}
55    
56   # fix fbsetbg, that it runs with alx, which has no ldd installed   # fix fbsetbg, that it runs with alx/mcore, which has no ldd installed
57   mpatch ${PNAME}-${PVER}-alx.patch || die   mpatch ${PNAME}-1.3.1-alx.patch || die
58    
59   # enable antialias by default   # enable antialias by default
60   echo "session.screen0.antialias: true" >> data/init.in || die   echo "session.screen0.antialias: true" >> data/init.in || die

Legend:
Removed from v.1993  
changed lines
  Added in v.1994