NetworkManager: revbump for ppp 2.5.0

This commit is contained in:
Đoàn Trần Công Danh 2024-03-27 18:35:32 +07:00 committed by Đoàn Trần Công Danh
parent 96122c1703
commit 01c40be6fd
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'NetworkManager'
pkgname=NetworkManager
version=1.46.0
revision=1
revision=2
build_style=meson
build_helper="gir qemu"
configure_args="-Dsystemd_journal=false
@ -9,7 +9,7 @@ configure_args="-Dsystemd_journal=false
-Dmodify_system=true -Dsystemdsystemunitdir=no
-Dpppd=/usr/bin/pppd -Dqt=false
-Dsession_tracking_consolekit=false
-Dpppd_plugin_dir=/usr/lib/pppd/2.4.9 -Dresolvconf=/usr/bin/resolvconf
-Dresolvconf=/usr/bin/resolvconf
-Ddhclient=/usr/bin/dhclient -Dkernel_firmware_dir=/usr/lib/firmware
-Ddnsmasq=/usr/bin/dnsmasq -Ddbus_conf_dir=/etc/dbus-1/system.d
-Ddhcpcd=/usr/bin/dhcpcd -Diptables=/usr/bin/iptables -Dnft=/usr/bin/nft

View File

@ -31,7 +31,7 @@ skip_extraction="build-db.txt"
python_version=3
hostmakedepends="automake libtool pkg-config intltool gettext-devel
hostmakedepends="automake libtool pkg-config gettext-devel
python3-dbus python3-setuptools gobject-introspection glib-devel
qt5-host-tools xmltoman"
makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel libevent-devel
@ -49,8 +49,8 @@ post_extract() {
}
pre_configure() {
sed -e 's,-Werror,,g' -i configure.ac
autoreconf -fi
sed -e 's,-Werror,,g' -i configure
}
do_install() {