Magellan Linux

Diff of /smage/branches/alx07x-unstable/core/plymouth/plymouth-0.9.3-r1.smage2

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

revision 11064 by niro, Mon Sep 4 08:23:22 2017 UTC revision 11065 by niro, Mon Sep 4 08:41:16 2017 UTC
# Line 59  SRC_URI=( Line 59  SRC_URI=(
59   mirror://${PNAME}/charge.plymouth   mirror://${PNAME}/charge.plymouth
60   mirror://${PNAME}/magellan-sign.png   mirror://${PNAME}/magellan-sign.png
61   mirror://${PNAME}/${PNAME}-0.8.8-busybox-compat.patch   mirror://${PNAME}/${PNAME}-0.8.8-busybox-compat.patch
  mirror://${PNAME}/${PNAME}-0.8.9-dont-timeout-waiting.patch  
62  )  )
63    
64  UP2DATE="updatecmd http://www.freedesktop.org/software/plymouth/releases/ | highesttarball xz"  UP2DATE="updatecmd http://www.freedesktop.org/software/plymouth/releases/ | highesttarball xz"
# Line 69  src_prepare() Line 68  src_prepare()
68   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
69   cd ${SRCDIR}   cd ${SRCDIR}
70    
  # timeout causes things to fail, so never timeout  
  mpatch ${PNAME}-0.8.9-dont-timeout-waiting.patch || die  
   
71   # be busybox compat   # be busybox compat
72   mpatch ${PNAME}-0.8.8-busybox-compat.patch || die   mpatch ${PNAME}-0.8.8-busybox-compat.patch || die
73    

Legend:
Removed from v.11064  
changed lines
  Added in v.11065