Update package version to 1.58.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: networkmanager
|
||||
description: Network management daemon and tools
|
||||
version: 1.56.1
|
||||
revision: 3
|
||||
version: 1.58.1
|
||||
revision: 1
|
||||
url: https://networkmanager.dev/
|
||||
license: GPL2-or-later,LGPL2.1-or-later,GFDL1.1-or-later
|
||||
maintainers:
|
||||
@@ -12,6 +12,7 @@ keep:
|
||||
- etc/NetworkManager/NetworkManager.conf
|
||||
depends:
|
||||
- audit
|
||||
- bash
|
||||
- curl
|
||||
- elogind
|
||||
- gcc-libs
|
||||
@@ -20,40 +21,46 @@ depends:
|
||||
- iproute2
|
||||
- jansson
|
||||
- libndp
|
||||
- newt
|
||||
- libnvme
|
||||
- libpsl
|
||||
- mobile-broadband-provider-info
|
||||
- newt
|
||||
- nspr
|
||||
- nss
|
||||
- readline
|
||||
- slang
|
||||
optional_depends:
|
||||
- bluez:For Bluetooth support
|
||||
- dhcpcd:alternative DHCP client
|
||||
- dnsmasq:For connection sharing
|
||||
- iptables:For firewall suport
|
||||
- iwd:For Wi-Fi support
|
||||
- libnvme:For NBFT support
|
||||
- modemmanager:For cellular network support
|
||||
- nftables:For connection sharing
|
||||
- openresolv:Alternative resolv.conf manager
|
||||
- polkit:Allow non-root users to control networking
|
||||
- wpa_supplicant:For Wi-Fi support
|
||||
make_depends:
|
||||
- curl
|
||||
- dhcpcd
|
||||
- dnsmasq
|
||||
- gobject-introspection
|
||||
- gtk-doc
|
||||
- iptables
|
||||
- iwd
|
||||
- libnvme
|
||||
- meson
|
||||
- modemmanager
|
||||
- nftables
|
||||
- polkit
|
||||
- python-pygobject
|
||||
- vala
|
||||
- libx11
|
||||
- python-dbus
|
||||
- wpa_supplicant
|
||||
check_depends:
|
||||
- python-dbus
|
||||
downloads:
|
||||
- url: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/archive/${BPM_PKG_VERSION}/NetworkManager-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: e40f24c2dc9f8408c8183e495f3b5d783204d116c8f23100d00c714ac4ed9252
|
||||
checksum: 8d112eefc0e0e15d44e93453a8a16760ec07a4037e1f93097abdf55abd5dca2d
|
||||
|
||||
@@ -6,15 +6,27 @@
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
meson setup --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Ddocs=true \
|
||||
-Dnmtui=true \
|
||||
-Dppp=false \
|
||||
-Db_lto=true \
|
||||
-Ddist_version="${BPM_PKG_VERSION}-${BPM_PKG_REVISION}" \
|
||||
-Dsession_tracking_consolekit=false \
|
||||
-Dsuspend_resume=elogind \
|
||||
-Dpolkit_noauth_group=wheel \
|
||||
-Dselinux=false \
|
||||
-Dsession_tracking=elogind \
|
||||
-Dsystemdsystemunitdir=no \
|
||||
-Dsystemdsystemgeneratordir=no \
|
||||
-Dsession_tracking=elogind \
|
||||
-Dsystemd_journal=false \
|
||||
-Dnm_cloud_setup=false \
|
||||
-Diwd=true \
|
||||
-Dppp=false \
|
||||
-Dclat=false \
|
||||
-Dconfig_plugins_default=keyfile \
|
||||
-Difupdown=false \
|
||||
-Dnetconfig=no \
|
||||
-Dconfig_dns_rc_manager_default=symlink \
|
||||
-Dvapi=true \
|
||||
-Ddocs=true \
|
||||
-Dmore_asserts=no \
|
||||
-Dmore_logging=false \
|
||||
-Dqt=false \
|
||||
build
|
||||
meson compile -C build
|
||||
|
||||
Reference in New Issue
Block a user