From fe49d1df1d9d4303163528903194d35a51597056 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 21 Jun 2026 14:34:23 +0300 Subject: [PATCH] Rebuild with libaudit, enable documentation and add optional dependency descriptions --- info.yml | 21 +++++++++++---------- recipe.sh | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/info.yml b/info.yml index 37ca7a6..67ad36f 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: networkmanager description: Network management daemon and tools version: 1.56.1 -revision: 2 +revision: 3 url: https://networkmanager.dev/ license: GPL2-or-later,LGPL2.1-or-later,GFDL1.1-or-later maintainers: @@ -28,19 +28,20 @@ depends: - nss - readline optional_depends: - - bluez - - dhcpcd - - dnsmasq - - iptables - - iwd - - modemmanager - - nftables - - polkit - - wpa_supplicant + - bluez:For Bluetooth support + - dhcpcd:alternative DHCP client + - dnsmasq:For connection sharing + - iptables:For firewall suport + - iwd:For Wi-Fi support + - modemmanager:For cellular network support + - nftables:For connection sharing + - polkit:Allow non-root users to control networking + - wpa_supplicant:For Wi-Fi support make_depends: - dhcpcd - dnsmasq - gobject-introspection + - gtk-doc - iptables - iwd - meson diff --git a/recipe.sh b/recipe.sh index 7258d5b..1623cd1 100644 --- a/recipe.sh +++ b/recipe.sh @@ -7,7 +7,7 @@ build() { meson setup --prefix=/usr \ --buildtype=release \ - -Dlibaudit=no \ + -Ddocs=true \ -Dnmtui=true \ -Dppp=false \ -Dselinux=false \