Magellan Linux

Diff of /branches/magellan-next/extras/networkmanager/networkmanager-0.8.9997-r1.smage2

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

revision 8878 by niro, Thu Aug 4 22:14:11 2011 UTC revision 8879 by niro, Thu Aug 4 22:44:27 2011 UTC
# Line 42  SRC_URI=( Line 42  SRC_URI=(
42   gnome://NetworkManager/${PVER%.*}/${SRCFILE}   gnome://NetworkManager/${PVER%.*}/${SRCFILE}
43   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
44   mirror://${PNAME}/nm-system-settings.conf   mirror://${PNAME}/nm-system-settings.conf
45   mirror://${PNAME}/${PNAME}-0.8.5.91-magellan.patch   mirror://${PNAME}/${PNAME}-${PVER}-magellan.patch
46   mirror://${PNAME}/${PNAME}-0.8.5.91-plugdev.patch   mirror://${PNAME}/${PNAME}-0.8.5.91-plugdev.patch
47   mirror://${PNAME}/${PNAME}-0.8.1-hostname.patch   mirror://${PNAME}/${PNAME}-${PVER}-hostname.patch
48  )  )
49    
50  UP2DATE="updatecmd_gnome NetworkManager"  UP2DATE="updatecmd_gnome NetworkManager"
# Line 55  src_prepare() Line 55  src_prepare()
55   cd ${SRCDIR}   cd ${SRCDIR}
56    
57   # support our distro   # support our distro
58   mpatch ${PNAME}-0.8.5.91-magellan.patch || die   mpatch ${PNAME}-${PVER}-magellan.patch || die
59    
60   # allow plugdev group to do things   # allow plugdev group to do things
61   mpatch ${PNAME}-0.8.5.91-plugdev.patch || die   mpatch ${PNAME}-0.8.5.91-plugdev.patch || die
62    
63   # do not change the hostname on magellan   # do not change the hostname on magellan
64   mpatch ${PNAME}-0.8.1-hostname.patch || die   mpatch ${PNAME}-${PVER}-hostname.patch || die
65    
66   # regen configure files   # regen configure files
67   autoreconf --verbose --install --force || die   autoreconf --verbose --install --force || die

Legend:
Removed from v.8878  
changed lines
  Added in v.8879