From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03E38158020 for ; Sun, 4 Dec 2022 18:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23667E07C7; Sun, 4 Dec 2022 18:41:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EBE1E07C7 for ; Sun, 4 Dec 2022 18:41:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53E223412AE for ; Sun, 4 Dec 2022 18:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CCBF75 for ; Sun, 4 Dec 2022 18:41:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1670179283.ef1f1c97af1b9ada1d6b9ef86c3b5cda8075e459.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnma/files/, net-libs/libnma/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnma/files/libnma-1.10.4-path-eap-schema.patch net-libs/libnma/libnma-1.10.4-r1.ebuild net-libs/libnma/libnma-1.10.4-r2.ebuild X-VCS-Directories: net-libs/libnma/ net-libs/libnma/files/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ef1f1c97af1b9ada1d6b9ef86c3b5cda8075e459 X-VCS-Branch: master Date: Sun, 4 Dec 2022 18:41:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca44bcb4-939d-4f4e-b44d-207021b4a157 X-Archives-Hash: b1aae3fecb36260539787cb42f7ebb7f commit: ef1f1c97af1b9ada1d6b9ef86c3b5cda8075e459 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 4 18:40:23 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 4 18:41:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1f1c97 net-libs/libnma: Really apply the patch Thanks-to: Matt Turner Closes: https://bugs.gentoo.org/882419 Signed-off-by: Pacho Ramos gentoo.org> .../files/libnma-1.10.4-path-eap-schema.patch | 32 ++++++++++++++++++++++ ...ma-1.10.4-r1.ebuild => libnma-1.10.4-r2.ebuild} | 5 ++++ 2 files changed, 37 insertions(+) diff --git a/net-libs/libnma/files/libnma-1.10.4-path-eap-schema.patch b/net-libs/libnma/files/libnma-1.10.4-path-eap-schema.patch new file mode 100644 index 000000000000..fe00ff9d9a9b --- /dev/null +++ b/net-libs/libnma/files/libnma-1.10.4-path-eap-schema.patch @@ -0,0 +1,32 @@ +From 0ab5c1e39e94e158650da847f8512ab5e2b03593 Mon Sep 17 00:00:00 2001 +From: "Jan Alexander Steffens (heftig)" +Date: Wed, 9 Nov 2022 08:00:19 +0000 +Subject: [PATCH] gschema: Remove path from eap schema + +This one needs to be relocatable, otherwise creating a new VPN +connection will fail with: + + settings object created with schema 'org.gnome.nm-applet.eap' + and path '/org/gnome/nm-applet/eap//', + but path '/org/gnome/nm-applet/eap/' is specified by schema + +Fixes: https://bugs.archlinux.org/task/76490 +--- + org.gnome.nm-applet.eap.gschema.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/org.gnome.nm-applet.eap.gschema.xml.in b/org.gnome.nm-applet.eap.gschema.xml.in +index 0fc3ca9f..f4a56ea6 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 +-- +GitLab + diff --git a/net-libs/libnma/libnma-1.10.4-r1.ebuild b/net-libs/libnma/libnma-1.10.4-r2.ebuild similarity index 93% rename from net-libs/libnma/libnma-1.10.4-r1.ebuild rename to net-libs/libnma/libnma-1.10.4-r2.ebuild index 965eae62dbe5..845d3ba4a4fb 100644 --- a/net-libs/libnma/libnma-1.10.4-r1.ebuild +++ b/net-libs/libnma/libnma-1.10.4-r2.ebuild @@ -38,6 +38,11 @@ BDEPEND=" ) " +PATCHES=( + # https://gitlab.gnome.org/GNOME/libnma/-/issues/18 + "${FILESDIR}/${PN}-1.10.4-path-eap-schema.patch" +) + src_prepare() { default use vala && vala_setup