mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
network-manager-applet: upgrade 1.24.0 -> 1.24.0
Backported patch can go ======================================================= network-manager-applet-1.26.0 Overview of changes since network-manager-applet-1.24.0 ======================================================= * Improve error messages and error dialogs. * Improve Wi-Fi security combo error handling. * Stop providing WEP by default. * Replace the lock icon for WEP networks with an exclamation mark. * Fix meson 0.61 issues. * Make the tooltip of the status icon available for screen readers. * Fix OWE wireless security option not showed on "Connect to a Hidden Network" dialog. * Fix OWE wireless security option not being saved when chosen from nm-connection-editor. * Move 802.1 dialog margins for the inner vbox. * Align labels for Ethernet dialog. * Move all Wi-FI entries to a submenu. * Fix the VPN plugins dialog margins. * Add a scrolled window for the VPN page. * Internal improvements. * Update translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
66317bbb05
commit
eab0d95d1c
|
|
@ -1,31 +0,0 @@
|
||||||
From ab27e6e6c839e1c65e4059a06982453a7aa1b6b3 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alexander Kanavin <alex@linutronix.de>
|
|
||||||
Date: Fri, 21 Jan 2022 22:34:09 +0100
|
|
||||||
Subject: [PATCH] meson.build: address meson 0.61 failures
|
|
||||||
|
|
||||||
Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/107]
|
|
||||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
|
||||||
---
|
|
||||||
meson.build | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 7ab613c8..688a7311 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -253,7 +253,6 @@ desktop_file_validate = find_program('desktop-file-validate', required: false)
|
|
||||||
|
|
||||||
foreach desktop: desktop_files
|
|
||||||
i18n.merge_file(
|
|
||||||
- desktop + '-desktop',
|
|
||||||
input: desktop + '.desktop.in',
|
|
||||||
output: desktop + '.desktop',
|
|
||||||
install: true,
|
|
||||||
@@ -274,7 +273,6 @@ endforeach
|
|
||||||
appdata = 'nm-connection-editor.appdata.xml'
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- 'desktop',
|
|
||||||
input: appdata + '.in',
|
|
||||||
output: appdata,
|
|
||||||
install: true,
|
|
||||||
|
|
@ -9,8 +9,7 @@ inherit features_check gnomebase gsettings gtk-icon-cache gettext
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI += " file://0001-meson.build-address-meson-0.61-failures.patch"
|
SRC_URI[archive.sha256sum] = "69611b29064adbd57395fe3e51a9ebde1ea794615f776900453a2bbe3d8cddfd"
|
||||||
SRC_URI[archive.sha256sum] = "b9f4bca5d0352718e07b7385fb195a9bbc8fd686b7959b74137854d52aab9c58"
|
|
||||||
|
|
||||||
# We don't not have ubuntu's appindicator (yet?)
|
# We don't not have ubuntu's appindicator (yet?)
|
||||||
EXTRA_OEMESON = "-Dappindicator=no"
|
EXTRA_OEMESON = "-Dappindicator=no"
|
||||||
Loading…
Reference in New Issue
Block a user