[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/networkmanager/networkmanager.desc [COPY] Copyright (C) 2004 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The standard Linux network configuration tool suite [T] NetworkManager is the standard Linux network configuration tool suite. It [T] supports large range of networking setups, from desktop to servers and [T] mobile and integrates well with popular desktop environments and server [T] configuration management tools. [U] https://networkmanager.dev [A] The NetworkManager Team [M] René Rebe [C] extra/network [F] CROSS NO-LTO [E] add mobile-broadband-provider-info [E] opt vala [E] opt docbook-xml docbook-xsl libxslt [L] LGPL [V] 1.58.1 [P] X -----5---9 160.000 [CV-FLAGS] ODD-UNSTABLE [D] 1099220bb4af30b1611ac947a18a0fbd6576dd365a013fbfff18ef47 NetworkManager-1.58.1.tar.bz2 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/archive/1.58.1/ pkginstalled audit || var_append mesonopt ' ' -Dlibaudit=no pkginstalled consolekit || var_append mesonopt ' ' -Dsession_tracking_consolekit=false # CLAT (464XLAT) needs libbpf >= 1.3.0 and a BPF capable clang plus bpftool pkginstalled libbpf || var_append mesonopt ' ' -Dclat=false pkginstalled nss || { pkginstalled gnutls && var_append mesonopt ' ' -Dcrypto=gnutls || var_append mesonopt ' ' -Dcrypto=null; } pkginstalled gobject-introspection || var_append mesonopt ' ' -Dintrospection=false pkginstalled libxslt gobject-introspection || var_append mesonopt ' ' -Dman=false pkginstalled jansson || var_append mesonopt ' ' '-Dovs=false -Dnm_cloud_setup=false' pkginstalled libselinux || var_append mesonopt ' ' -Dselinux=false pkginstalled modemmanager || var_append mesonopt ' ' -Dmodem_manager=false pkginstalled newt || var_append mesonopt ' ' -Dnmtui=false pkginstalled polkit || var_append mesonopt ' ' -Dpolkit=false pkginstalled ppp && var_append mesonopt ' ' -Dpppd=$(pkgprefix sbindir ppp)/pppd || var_append mesonopt ' ' -Dppp=false pkginstalled systemd || var_append mesonopt ' ' "-Dsystemdsystemunitdir=$root/etc/NetworkManager -Dsession_tracking=no -Dsystemd_journal=false" var_append mesonopt ' ' -Dtests=no var_remove GCC_WRAPPER_APPEND ' ' -c?:-s # Avoid applying T2 tuning to clang invocations with -target bpf (CLAT) new='' for x in $GCC_WRAPPER_INSERT; do new="$new bpf?:$x" done GCC_WRAPPER_INSERT=$new new='' for x in $GCC_WRAPPER_APPEND; do new="$new bpf?:$x" done GCC_WRAPPER_APPEND=$new new='' for x in $GCC_WRAPPER_REMOVE; do new="$new bpf?:$x" done GCC_WRAPPER_REMOVE=$new