Magellan Linux

Diff of /smage/trunk/core/slim/slim-1.3.5-r1.smage2

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

revision 4609 by niro, Sat Mar 16 22:07:48 2013 UTC revision 4610 by niro, Mon Mar 18 15:24:41 2013 UTC
# Line 38  TMPFILES_REV=1.2 Line 38  TMPFILES_REV=1.2
38  SRC_URI=(  SRC_URI=(
39   http://download.berlios.de/${PNAME}/${SRCFILE}   http://download.berlios.de/${PNAME}/${SRCFILE}
40   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-libpng15.patch  
41   mirror://${PNAME}/slim.service-${SVC_REV}   mirror://${PNAME}/slim.service-${SVC_REV}
42   mirror://${PNAME}/slim.tmpfiles-${TMPFILES_REV}   mirror://${PNAME}/slim.tmpfiles-${TMPFILES_REV}
43  )  )
# Line 50  src_prepare() Line 49  src_prepare()
49   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
50   cd ${SRCDIR}   cd ${SRCDIR}
51    
  # fix build against libpng-1.5.x  
  mpatch ${PNAME}-${PVER}-libpng15.patch || die  
   
52   # rename sim.lock to sim.pid and enable daemon mode by default   # rename sim.lock to sim.pid and enable daemon mode by default
53   # fix the shutdown and reboot commands to match busybox   # fix the shutdown and reboot commands to match busybox
54   # secure x11 with -nolisten tcp   # secure x11 with -nolisten tcp

Legend:
Removed from v.4609  
changed lines
  Added in v.4610