NetworkManager: revbump for ppp
This commit is contained in:
parent
f9bd2f08fd
commit
bf5df07bea
|
@ -3,7 +3,7 @@
|
||||||
# patch in gnome-control-center and rebuild it
|
# patch in gnome-control-center and rebuild it
|
||||||
pkgname=NetworkManager
|
pkgname=NetworkManager
|
||||||
version=1.22.10
|
version=1.22.10
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir qemu"
|
build_helper="gir qemu"
|
||||||
configure_args="-Dpolkit_agent=true -Dsystemd_journal=false
|
configure_args="-Dpolkit_agent=true -Dsystemd_journal=false
|
||||||
|
@ -11,7 +11,7 @@ configure_args="-Dpolkit_agent=true -Dsystemd_journal=false
|
||||||
-Dmodify_system=true -Dpolkit_agent=true -Dsystemdsystemunitdir=no
|
-Dmodify_system=true -Dpolkit_agent=true -Dsystemdsystemunitdir=no
|
||||||
-Dpppd=/usr/bin/pppd -Dqt=false
|
-Dpppd=/usr/bin/pppd -Dqt=false
|
||||||
-Dsession_tracking_consolekit=false
|
-Dsession_tracking_consolekit=false
|
||||||
-Dpppd_plugin_dir=/usr/lib/pppd/2.4.7 -Dresolvconf=/usr/bin/resolvconf
|
-Dpppd_plugin_dir=/usr/lib/pppd/2.4.9 -Dresolvconf=/usr/bin/resolvconf
|
||||||
-Ddhclient=/usr/bin/dhclient -Dkernel_firmware_dir=/usr/lib/firmware
|
-Ddhclient=/usr/bin/dhclient -Dkernel_firmware_dir=/usr/lib/firmware
|
||||||
-Ddnsmasq=/usr/bin/dnsmasq -Ddbus_conf_dir=/etc/dbus-1/system.d
|
-Ddnsmasq=/usr/bin/dnsmasq -Ddbus_conf_dir=/etc/dbus-1/system.d
|
||||||
-Ddhcpcd=/usr/bin/dhcpcd -Diptables=/usr/bin/iptables
|
-Ddhcpcd=/usr/bin/dhcpcd -Diptables=/usr/bin/iptables
|
||||||
|
@ -36,6 +36,8 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/NetworkManager"
|
homepage="https://wiki.gnome.org/Projects/NetworkManager"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=2b29ccc1531ba7ebba95a97f40c22b963838e8b6833745efe8e6fb71fd8fca77
|
checksum=2b29ccc1531ba7ebba95a97f40c22b963838e8b6833745efe8e6fb71fd8fca77
|
||||||
|
# TODO: Some tests require network namespaces to run.
|
||||||
|
make_check=extended
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
|
Loading…
Reference in New Issue