Magellan Linux

Diff of /trunk/extras/networkmanager/networkmanager-1.8.0-r1.smage2

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

revision 28994 by niro, Tue May 16 09:25:43 2017 UTC revision 28995 by niro, Tue May 16 09:49:55 2017 UTC
# Line 21  GLIB_DEPEND=">= dev-libs/glib2-2.52 Line 21  GLIB_DEPEND=">= dev-libs/glib2-2.52
21   >= dev-libs/nss-3.30   >= dev-libs/nss-3.30
22   >= sys-fs/libgudev-230   >= sys-fs/libgudev-230
23   >= sys-libs/libuuid-2.29   >= sys-libs/libuuid-2.29
24   >= sys-libs/readline-7.0"   >= sys-libs/readline-7.0
25     >= dev-libs/jansson-2.10"
26  NM_DEPEND=">= sys-apps/dbus-1.10  NM_DEPEND=">= sys-apps/dbus-1.10
27   >= sys-fs/udev-230   >= sys-fs/udev-230
28   >= sys-apps/systemd-230   >= sys-apps/systemd-230
# Line 67  SRC_URI=( Line 68  SRC_URI=(
68   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
69   mirror://${PNAME}/nm-system-settings.conf   mirror://${PNAME}/nm-system-settings.conf
70   mirror://${PNAME}/networkmanager.conf.tmpfile   mirror://${PNAME}/networkmanager.conf.tmpfile
  mirror://${PNAME}/${PNAME}-0.9.6.0-hostname.patch  
71  )  )
72    
73  # use devel mode, odd numbers are stable versions too  # use devel mode, odd numbers are stable versions too
# Line 130  split_info_networkmanager-tui() Line 130  split_info_networkmanager-tui()
130   ${TUI_DEPEND}"   ${TUI_DEPEND}"
131  }  }
132    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # do not change the hostname on magellan  
  mpatch ${PNAME}-0.9.6.0-hostname.patch || die  
 }  
   
133  src_compile()  src_compile()
134  {  {
135   cd ${SRCDIR}   cd ${SRCDIR}
# Line 149  src_compile() Line 140  src_compile()
140   --enable-more-warnings=yes \   --enable-more-warnings=yes \
141   --disable-gtk-doc \   --disable-gtk-doc \
142   --with-distro=magellan \   --with-distro=magellan \
143     --with-dist-version="${PNAME}-${PVER}, Magellan-Linux" \
144   --with-dbus-sys-dir=$(mget-dbus-config-dir) \   --with-dbus-sys-dir=$(mget-dbus-config-dir) \
145   --with-udev-dir=$(mget-udev-dir) \   --with-udev-dir=$(mget-udev-dir) \
146   --with-systemdsystemunitdir=$(mget-systemd-unit-dir) \   --with-systemdsystemunitdir=$(mget-systemd-unit-dir) \
# Line 156  src_compile() Line 148  src_compile()
148   --with-iptables=/sbin/iptables \   --with-iptables=/sbin/iptables \
149   --with-pppoe=/usr/sbin/pppoe \   --with-pppoe=/usr/sbin/pppoe \
150   --with-kernel-firmware-dir=/usr/lib/firmware \   --with-kernel-firmware-dir=/usr/lib/firmware \
151   --with-dhcpcd=yes \   --with-config-dhcp-default=dhcpcd \
152   --with-dhclient=no \   --with-config-logging-backend-default=keyfile,ibft \
153     --with-dhcpcd \
154     --without-dhclient \
155   --with-crypto=nss \   --with-crypto=nss \
156   --enable-wimax=no \   --with-libnm-glib \
157   --enable-polkit=yes \   --with-libsoup \
158     --with-nmcli \
159     --with-nmtui \
160     --with-wext \
161     --enable-wifi \
162     --enable-teamdctl \
163     --enable-polkit \
164     --enable-polkit-agent \
165   --enable-introspection \   --enable-introspection \
166     --enable-json-validation \
167   --without-docs \   --without-docs \
168   --without-resolvconf \   --without-resolvconf \
169     --without-consolekit \
170     --without-libaudit \
171     --without-netconfig \
172     --without-ofono \
173     --without-selinux \
174   --with-session-tracking=systemd \   --with-session-tracking=systemd \
175     --with-suspend-resume=systemd \
176     --with-systemd-journal \
177     --with-systemd-logind \
178   --enable-modify-system \   --enable-modify-system \
179   --with-modem-manager-1 \   --with-modem-manager-1 \
180     --disable-ifcfg-rh \
181     --disable-ifcfg-suse \
182     --disable-ifnet \
183     --disable-ifupdown \
184   || die   || die
185    
186   mmake || die   mmake || die

Legend:
Removed from v.28994  
changed lines
  Added in v.28995