NetworkManager: update to 1.8.0.
This commit is contained in:
parent
b27567cbe9
commit
cd1fbdaa48
|
@ -25,17 +25,3 @@ Usual fix for musl libc
|
|||
size_t page_size(void) _pure_;
|
||||
#define PAGE_ALIGN(l) ALIGN_TO((l), page_size())
|
||||
|
||||
--- src/systemd/src/basic/parse-util.c.orig
|
||||
+++ src/systemd/src/basic/parse-util.c
|
||||
@@ -25,7 +25,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#if defined(__GLIBC__)
|
||||
#include <xlocale.h>
|
||||
+#else
|
||||
+#include <locale.h>
|
||||
+#endif
|
||||
|
||||
#include "alloc-util.h"
|
||||
#include "extract-word.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'NetworkManager'
|
||||
pkgname=NetworkManager
|
||||
version=1.6.2
|
||||
revision=2
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
||||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||
|
@ -14,7 +14,7 @@ configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
|||
--with-systemdsystemunitdir=no --enable-polkit-agent --enable-tests=no
|
||||
--with-systemd-journal=no --with-systemd-logind=no --disable-gtk-doc
|
||||
--with-dbus-sys-dir=/etc/dbus-1/system.d
|
||||
--sbindir=/usr/bin
|
||||
--sbindir=/usr/bin --enable-concheck
|
||||
ac_cv_file__etc_redhat_release=no ac_cv_file__etc_gentoo_release=no
|
||||
ac_cv_file__etc_fedora_release=no ac_cv_file__etc_mandriva_release=no
|
||||
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_debian_version=no"
|
||||
|
@ -23,7 +23,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=b22b6f55cde37bec4982f9be4b1808a21101d807a05049c670116d95059a26f9
|
||||
checksum=fa5a5c6a36cdf95b12df34cc575bd61a74f297ede9be22cac4807a1aff3cf69e
|
||||
|
||||
# gtk-doc generation is disabled but gtkdocisze is required by autogen.sh
|
||||
hostmakedepends="
|
||||
|
@ -31,7 +31,7 @@ hostmakedepends="
|
|||
gettext-devel gtk-doc dbus iproute2 dhclient wpa_supplicant bluez iptables
|
||||
$(vopt_if gir gobject-introspection) $(vopt_if gir python-gobject)"
|
||||
makedepends="libuuid-devel gnutls-devel dbus-glib-devel libgudev-devel
|
||||
libnl3-devel polkit-devel ppp-devel iptables-devel libsoup-devel
|
||||
libnl3-devel polkit-devel ppp-devel iptables-devel libcurl-devel
|
||||
ModemManager-devel readline-devel libndp-devel newt-devel jansson-devel
|
||||
$(vopt_if gir libgirepository-devel)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue