From 67e08c5b462b0bf9dc3d8569a351b2dd0e25468e Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 18 Nov 2022 22:00:43 -0500 Subject: [PATCH] libnma: remove path from EAP schema --- .../patches/remove-path-from-eap-schema.patch | 14 ++++++++++++++ srcpkgs/libnma/template | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libnma/patches/remove-path-from-eap-schema.patch diff --git a/srcpkgs/libnma/patches/remove-path-from-eap-schema.patch b/srcpkgs/libnma/patches/remove-path-from-eap-schema.patch new file mode 100644 index 00000000000..1231979e536 --- /dev/null +++ b/srcpkgs/libnma/patches/remove-path-from-eap-schema.patch @@ -0,0 +1,14 @@ +# path prevents creating new VPN connections +# https://gitlab.gnome.org/GNOME/libnma/-/commit/0ab5c1e39e94e158650da847f8512ab5e2b03593 +diff --git a/org.gnome.nm-applet.eap.gschema.xml.in b/org.gnome.nm-applet.eap.gschema.xml.in +index 0fc3ca9f1f..f4a56ea672 100644 +--- a/org.gnome.nm-applet.eap.gschema.xml.in ++++ b/org.gnome.nm-applet.eap.gschema.xml.in +@@ -1,6 +1,6 @@ + + +- ++ + + false + Ignore CA certificate diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template index 715df68e0f5..99f8c1b7f21 100644 --- a/srcpkgs/libnma/template +++ b/srcpkgs/libnma/template @@ -1,7 +1,7 @@ # Template file for 'libnma' pkgname=libnma version=1.10.4 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Dlibnma_gtk4=true"