From 5a295b41bab19e93ccfb5b00bd08e9f3860fff83 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Oct 2025 17:18:50 +0800 Subject: gnome-system-monitor: upgrade 49.0 -> 49.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../gnome-system-monitor_49.0.bb | 36 ---------------------- .../gnome-system-monitor_49.1.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.0.bb create mode 100644 meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.0.bb deleted file mode 100644 index 4b981125e4..0000000000 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.0.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Gnome system monitor" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS = " \ - catch2 \ - gnome-common-native \ - libxml2-native \ - glib-2.0-native \ - glibmm-2.68 \ - gtkmm4 \ - gtk4 \ - libadwaita \ - libgtop \ - librsvg \ - polkit \ - libhandy \ -" - - -inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext - -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -REQUIRED_DISTRO_FEATURES = "polkit" - -SRC_URI[archive.sha256sum] = "dcc844dd70e4a077f066524dbd14f9cfe04b09831d70b7d69a51816723cd4aa0" - -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" -PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" - -RRECOMMENDS:${PN} = "adwaita-icon-theme" - -FILES:${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/metainfo \ -" diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.1.bb new file mode 100644 index 0000000000..b23e8bb8f3 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_49.1.bb @@ -0,0 +1,36 @@ +SUMMARY = "Gnome system monitor" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = " \ + catch2 \ + gnome-common-native \ + libxml2-native \ + glib-2.0-native \ + glibmm-2.68 \ + gtkmm4 \ + gtk4 \ + libadwaita \ + libgtop \ + librsvg \ + polkit \ + libhandy \ +" + + +inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" +REQUIRED_DISTRO_FEATURES = "polkit" + +SRC_URI[archive.sha256sum] = "915b6a321ada12eba7bf578c20c9fe5e41f55d532847cbd124bbddaaec11d70f" + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" +PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" + +RRECOMMENDS:${PN} = "adwaita-icon-theme" + +FILES:${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ +" -- cgit v1.2.3-54-g00ecf