mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-08 10:15:23 +01:00
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>
30 lines
999 B
BlitzBasic
30 lines
999 B
BlitzBasic
SUMMARY = "GTK+ applet for NetworkManager"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "gtk+3 libnma libnotify libsecret libgudev networkmanager iso-codes nss"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
inherit features_check gnomebase gsettings gtk-icon-cache gettext
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI[archive.sha256sum] = "69611b29064adbd57395fe3e51a9ebde1ea794615f776900453a2bbe3d8cddfd"
|
|
|
|
# We don't not have ubuntu's appindicator (yet?)
|
|
EXTRA_OEMESON = "-Dappindicator=no"
|
|
# We currently don't build NetworkManager with libteamdctl support
|
|
EXTRA_OEMESON += "-Dteam=false"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
|
|
PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager"
|
|
PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux"
|
|
|
|
RDEPENDS:${PN} =+ "networkmanager"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/nm-applet/ \
|
|
${datadir}/libnma/wifi.ui \
|
|
${datadir}/metainfo \
|
|
"
|