libnma: remove path from EAP schema
This commit is contained in:
parent
f1a0a52722
commit
67e08c5b46
14
srcpkgs/libnma/patches/remove-path-from-eap-schema.patch
Normal file
14
srcpkgs/libnma/patches/remove-path-from-eap-schema.patch
Normal file
@ -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 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
- <schema id="org.gnome.nm-applet.eap" path="/org/gnome/nm-applet/eap/" gettext-domain="nm-applet">
|
||||
+ <schema id="org.gnome.nm-applet.eap" gettext-domain="nm-applet">
|
||||
<key name="ignore-ca-cert" type="b">
|
||||
<default>false</default>
|
||||
<summary>Ignore CA certificate</summary>
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user