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 8879 by niro, Thu Aug 4 22:44:27 2011 UTC revision 8880 by niro, Thu Aug 4 23:54:55 2011 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  PNAME="networkmanager"  PNAME="networkmanager"
4  PVER="0.8.9997"  PVER="0.8.4.0"
5  PBUILD="r1"  PBUILD="r1"
6    
7  PCATEGORIE="net-misc"  PCATEGORIE="net-misc"
# 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}-${PVER}-magellan.patch   mirror://${PNAME}/${PNAME}-0.8.9997-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}-${PVER}-hostname.patch   mirror://${PNAME}/${PNAME}-0.8.9997-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}-${PVER}-magellan.patch || die   mpatch ${PNAME}-0.8.9997-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}-${PVER}-hostname.patch || die   mpatch ${PNAME}-0.8.9997-hostname.patch || die
65    
66   # regen configure files   # regen configure files
67   autoreconf --verbose --install --force || die   autoreconf --verbose --install --force || die
# Line 110  src_install() Line 110  src_install()
110    
111   # add keyfile plugin support   # add keyfile plugin support
112   mkeepdir /etc/NetworkManager/system-connections || die   mkeepdir /etc/NetworkManager/system-connections || die
113   minstallfile -s nm-system-settings.conf  /etc/NetworkManager/ || die   minstallfile -s nm-system-settings.conf /etc/NetworkManager/ || die
114    
115   minstalldocs AUTHORS ChangeLog NEWS README TODO || die   minstalldocs AUTHORS ChangeLog NEWS README TODO || die
116  }  }

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