diff --git a/network/connection/NetworkManager/actions.py b/network/connection/NetworkManager/actions.py
index 4eefddf2df..6b2a08a0f7 100644
--- a/network/connection/NetworkManager/actions.py
+++ b/network/connection/NetworkManager/actions.py
@@ -12,10 +12,10 @@ 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)
+ # 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")
shelltools.system("intltoolize --force --copy --automake")
@@ -30,6 +30,8 @@ def setup():
--enable-ppp=yes \
--enable-bluez5=yes \
--enable-concheck \
+ --enable-vala=yes \
+ --enable-json-validation \
--without-netconfig \
--with-modem-manager-1 \
--with-libsoup=yes \
@@ -49,6 +51,8 @@ def setup():
--with-dnsmasq=/usr/sbin/dnsmasq \
--with-systemdsystemunitdir=no \
--with-nmtui \
+ --with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 \
+ --without-valgrind \
--localstatedir=/var \
--sysconfdir=/etc \
--libexecdir=/usr/lib/NetworkManager \
diff --git a/network/connection/NetworkManager/pspec.xml b/network/connection/NetworkManager/pspec.xml
index ab357742aa..98a3988667 100644
--- a/network/connection/NetworkManager/pspec.xml
+++ b/network/connection/NetworkManager/pspec.xml
@@ -12,7 +12,7 @@
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.0/NetworkManager-1.0.10.tar.xz
+ https://download.gnome.org/sources/NetworkManager/1.4/NetworkManager-1.4.4.tar.xz
tr.po
@@ -20,6 +20,9 @@
intltool
ppp-devel
+ vala-devel
+ jansson-devel
+ gettext-devel
nss-devel
newt-devel
nspr-devel
@@ -39,10 +42,11 @@
libgudev-devel
libutil-linux-devel
ConsoleKit-devel
+ gtk-doc
-
- 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
+
+
disable_set_hostname.patch
@@ -69,6 +73,7 @@
libmm-glib
ModemManager
wpa_supplicant
+ jansson
libndp
ConsoleKit
mobile-broadband-provider-info
@@ -123,6 +128,16 @@
+
+ 2017-02-19
+ 1.4.4
+ Version bump.
+
+ systemRestart
+
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2016-12-15
1.0.10