mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libnma: remove path from EAP schema
This commit is contained in:
parent
f1a0a52722
commit
67e08c5b46
2 changed files with 15 additions and 1 deletions
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'
|
# Template file for 'libnma'
|
||||||
pkgname=libnma
|
pkgname=libnma
|
||||||
version=1.10.4
|
version=1.10.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dlibnma_gtk4=true"
|
configure_args="-Dlibnma_gtk4=true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue