Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=49c27d5229659cb89da8e05e51e0f784280cccf8
commit 49c27d5229659cb89da8e05e51e0f784280cccf8 Author: crazy <[email protected]> Date: Fri Sep 29 03:12:24 2017 +0200 networkmanager-1.8.4-3-x86_64 * weird .. weird .. weird .. * fix udev rules location * fix configure options and add missing ones * fix depends on ethtool ( needed by rules ) * use openresolv framework * enabled nmcli * enabled option to allow changes of system connection * enabled polkit-agent .. * added TODO * change m8r to myself diff --git a/source/base/networkmanager/FrugalBuild b/source/base/networkmanager/FrugalBuild index 6abb625e4..e0b93fd 100644 --- a/source/base/networkmanager/FrugalBuild +++ b/source/base/networkmanager/FrugalBuild @@ -1,13 +1,14 @@ # Compiling Time: 1.46 SBU -# Maintainer: Baste <[email protected]> -# Contributor: bouleetbil <[email protected]> +# Maintainer: crazy <[email protected]> + +## FIXME: split , add missing plugins , etc -- crazy -- pkgname=networkmanager _F_gnome_name=NetworkManager pkgver=1.8.4 -pkgrel=2 +pkgrel=3 pkgdesc="Network Management daemon" -depends=('wireless_tools>=29-5' 'iproute2>=4.7.0-2' 'nss>=3.21-2' 'libgcrypt>=1.7.3-2' \ +depends=('wireless_tools>=29-5' 'iproute2>=4.7.0-2' 'nss>=3.21-2' 'libgcrypt>=1.7.3-2' 'openresolv' 'ethtool' \ 'libnl>=3.2.9-2' 'ppp>=2.4.7-3' 'wpa_supplicant>=2.5-4' 'iptables' 'polkit>=0.113-9' 'ca-certificates' \ 'modemmanager>=1.6.0-2' 'libarchive>=3.0.3-2' 'dbus-glib>=0.108-2' 'libndp>=1.5-4' 'newt>=0.52.19-2' 'jansson') makedepends=('perl-xml-parser' 'intltool' 'gobject-introspection' 'dhcpcd' 'dhclient>=4.3.3' \ @@ -35,20 +36,35 @@ replaces=('cnetworkmanager') provides=("${replaces[@]}") conflicts=("${replaces[@]}") -Fconfopts+=" --with-distro=frugalware \ +Fconfopts+=" --libexecdir=/usr/lib/$pkgname \ --with-crypto=nss \ - --with-systemdsystemunitdir=/lib/systemd/system \ + --with-wext=yes \ + --with-resolvconf=/usr/sbin/resolvconf \ + --with-config-dns-rc-manager-default=resolvconf \ --with-system-ca-path=/etc/ssl/certs \ + --with-systemdsystemunitdir=/lib/systemd/system \ + --with-udev-dir=/lib/udev \ --with-dbus-sys-dir=/etc/dbus-1/system.d \ - --enable-introspection=yes \ + --with-pppd=/usr/sbin/pppd \ + --with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 \ --with-session-tracking=systemd \ --with-nmtui=yes \ - --with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 \ - --with-modem-manager-1 --disable-concheck" + --with-nmcli=yes \ + --with-modem-manager-1 \ + --enable-introspection=yes \ + --enable-wifi \ + --enable-polkit=yes \ + --enable-polkit-agent \ + --enable-ppp \ + --enable-modify-system \ + --enable-bluez5-dun \ + --disable-concheck \ + --disable-lto" F32confopts+=" --enable-bluez5-dun=no --enable-introspection=no" build() { + Fbuild_cross32 Fmkdir etc/NetworkManager/system-connections _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
