diff --git a/network/connection/NetworkManager/actions.py b/network/connection/NetworkManager/actions.py
index 2008f98a41..ca5b3d1766 100644
--- a/network/connection/NetworkManager/actions.py
+++ b/network/connection/NetworkManager/actions.py
@@ -11,12 +11,7 @@ from pisi.actionsapi import shelltools
def setup():
- # /var/run => /run
- # for f in ["configure.ac", "src/Makefile.am", "src/Makefile.in"]:
- # pisitools.dosed(f, "\$\(?localstatedir\)?(\/run\/(\$PACKAGE|NetworkManager))", "\\1")
- # pisitools.dosed("configure.ac", "\/var(\/run\/ConsoleKit)", "\\1")
- # pisitools.dosed("configure.ac", "^initscript", deleteLine=True)
- autotools.autoreconf("-fi")
+ autotools.autoreconf("-fiv")
shelltools.system("intltoolize --force --copy --automake")
autotools.configure("--disable-static \
@@ -28,6 +23,7 @@ def setup():
--disable-ifupdown \
--disable-lto \
--disable-more-warnings \
+ --enable-introspection \
--enable-wifi \
--enable-modify-system \
--enable-ppp=yes \
@@ -45,7 +41,7 @@ def setup():
--with-suspend-resume=upower \
--with-system-ca-path=/etc/ssl/certs \
--with-crypto=nss \
- --with-config-dhcp-default=/usr/sbin/dhcpcd \
+ --with-config-dhcp-default=/usr/bin/dhcpcd \
--with-pppd=/usr/sbin/pppd \
--with-dbus-sys-dir=/etc/dbus-1/system.d \
--with-kernel-firmware-dir=/lib/firmware \
@@ -59,9 +55,11 @@ def setup():
--localstatedir=/var \
--sysconfdir=/etc \
--libexecdir=/usr/lib/NetworkManager \
- ")
+ --with-dhcpcd=/usr/bin/dhcpcd \
+ --without-dhclient \
+ " )
- pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
+ pisitools.dosed("libtool", "-shared", "-Wl, --as-needed -shared")
def build():
autotools.make()
diff --git a/network/connection/NetworkManager/pspec.xml b/network/connection/NetworkManager/pspec.xml
index 498a891c7d..7f2da56a53 100644
--- a/network/connection/NetworkManager/pspec.xml
+++ b/network/connection/NetworkManager/pspec.xml
@@ -12,9 +12,9 @@
app:console
Network connection manager powered by D-Bus and UDEV
NetworkManager attempts to keep an active network connection available at all times.
- https://download.gnome.org/sources/NetworkManager/1.4/NetworkManager-1.4.4.tar.xz
+ https://download.gnome.org/sources/NetworkManager/1.6/NetworkManager-1.6.2.tar.xz
- tr.po
+
intltool
@@ -45,11 +45,15 @@
libutil-linux-devel
ConsoleKit-devel
gtk-doc
+ gobject-introspection-devel
+ python-pygobject3-devel
+ upower-devel
+ docbook-xsl
- disable_set_hostname.patch
+
@@ -131,6 +135,16 @@
+
+ 2017-02-23
+ 1.6.2
+ Version Bump.
+
+ systemRestart
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2017-02-21
1.4.4