NM update
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Network connection manager powered by D-Bus and UDEV</Summary>
|
||||
<Description>NetworkManager attempts to keep an active network connection available at all times.</Description>
|
||||
<Archive sha1sum="1c199fdfb9fff9e7f540d51952699ce815a12369" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.0/NetworkManager-1.0.10.tar.xz</Archive>
|
||||
<Archive sha1sum="c27457c3ff3a91f7fa4b51f6b24372715fc54a40" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.4/NetworkManager-1.4.4.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -20,6 +20,9 @@
|
||||
<Dependency>intltool</Dependency>
|
||||
<!--Dependency>dhclient</Dependency-->
|
||||
<Dependency>ppp-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>jansson-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>newt-devel</Dependency>
|
||||
<Dependency>nspr-devel</Dependency>
|
||||
@@ -39,10 +42,11 @@
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency versionFrom="0.9.2">ConsoleKit-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch>0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch</Patch>-->
|
||||
<Patch>0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch</Patch>
|
||||
<!--<Patch>0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch</Patch>-->
|
||||
<!--Patch>0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch</Patch-->
|
||||
<Patch>disable_set_hostname.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
@@ -69,6 +73,7 @@
|
||||
<Dependency>libmm-glib</Dependency>
|
||||
<Dependency>ModemManager</Dependency>
|
||||
<Dependency>wpa_supplicant</Dependency>
|
||||
<Dependency>jansson</Dependency>
|
||||
<Dependency>libndp</Dependency>
|
||||
<Dependency versionFrom="0.9.2">ConsoleKit</Dependency>
|
||||
<Dependency>mobile-broadband-provider-info</Dependency>
|
||||
@@ -123,6 +128,16 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-02-19</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Requires>
|
||||
<Action package="NetworkManager">systemRestart</Action>
|
||||
</Requires>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-12-15</Date>
|
||||
<Version>1.0.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user