diff options
4 files changed, 63 insertions, 62 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/files/0001-help-remove-YELP-macro.patch b/meta-gnome/recipes-gnome/gnome-system-monitor/files/0001-help-remove-YELP-macro.patch deleted file mode 100644 index 57b60a0d56..0000000000 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/files/0001-help-remove-YELP-macro.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 4a3ee8b46d25b3d310448bfa4446e15a686fc685 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
| 3 | Date: Fri, 23 Mar 2018 13:50:18 +0100 | ||
| 4 | Subject: [PATCH] help: remove YELP macro | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [embedded-specific] | ||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
| 12 | --- | ||
| 13 | help/Makefile.am | 2 -- | ||
| 14 | 1 file changed, 2 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/help/Makefile.am b/help/Makefile.am | ||
| 17 | index c5cd0d3..4b83adf 100644 | ||
| 18 | --- a/help/Makefile.am | ||
| 19 | +++ b/help/Makefile.am | ||
| 20 | @@ -1,5 +1,3 @@ | ||
| 21 | -@YELP_HELP_RULES@ | ||
| 22 | - | ||
| 23 | HELP_ID = gnome-system-monitor | ||
| 24 | |||
| 25 | HELP_FILES = \ | ||
| 26 | -- | ||
| 27 | 2.14.3 | ||
| 28 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor/0001-Do-not-build-help-we-do-not-have-yelp-yet.patch b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor/0001-Do-not-build-help-we-do-not-have-yelp-yet.patch new file mode 100644 index 0000000000..f2e720e9e6 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor/0001-Do-not-build-help-we-do-not-have-yelp-yet.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | From c6649fdcfb2f44807089741557f8e527ab9751e4 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
| 3 | Date: Sun, 24 Mar 2019 02:46:07 +0100 | ||
| 4 | Subject: [PATCH] Do not build help - we do not have yelp yet | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [embedded-specific] | ||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
| 12 | --- | ||
| 13 | meson.build | 1 - | ||
| 14 | 1 file changed, 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/meson.build b/meson.build | ||
| 17 | index d60ced7..6a0ab4b 100644 | ||
| 18 | --- a/meson.build | ||
| 19 | +++ b/meson.build | ||
| 20 | @@ -183,7 +183,6 @@ subdir('data') | ||
| 21 | subdir('po') | ||
| 22 | subdir('scripts') | ||
| 23 | subdir('src') | ||
| 24 | -subdir('help') | ||
| 25 | |||
| 26 | |||
| 27 | message('\n'.join(['', | ||
| 28 | -- | ||
| 29 | 2.20.1 | ||
| 30 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb deleted file mode 100644 index 9b6ce17cae..0000000000 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | SUMMARY = "Gnome system monitor" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 6 | intltool-native \ | ||
| 7 | gnome-common-native \ | ||
| 8 | glib-2.0-native \ | ||
| 9 | gtkmm3 \ | ||
| 10 | libgtop \ | ||
| 11 | librsvg \ | ||
| 12 | libwnck3 \ | ||
| 13 | " | ||
| 14 | |||
| 15 | inherit gnomebase distro_features_check | ||
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 18 | |||
| 19 | SRC_URI[archive.md5sum] = "fcd59867c07f8c4853b1e28d60cbc037" | ||
| 20 | SRC_URI[archive.sha256sum] = "f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3" | ||
| 21 | SRC_URI += "file://0001-help-remove-YELP-macro.patch" | ||
| 22 | |||
| 23 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | ||
| 24 | |||
| 25 | FILES_${PN} += " \ | ||
| 26 | ${datadir}/icons \ | ||
| 27 | ${datadir}/dbus-1 \ | ||
| 28 | ${datadir}/gnome/autostart \ | ||
| 29 | " | ||
| 30 | |||
| 31 | FILES_${PN}-doc += " \ | ||
| 32 | ${datadir}/omf \ | ||
| 33 | ${datadir}/gnome/help \ | ||
| 34 | " | ||
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb new file mode 100644 index 0000000000..c2432a322d --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | SUMMARY = "Gnome system monitor" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 6 | itstool-native \ | ||
| 7 | gnome-common-native \ | ||
| 8 | libxml2-native \ | ||
| 9 | glib-2.0-native \ | ||
| 10 | gtkmm3 \ | ||
| 11 | libgtop \ | ||
| 12 | librsvg \ | ||
| 13 | " | ||
| 14 | |||
| 15 | GNOMEBASEBUILDCLASS = "meson" | ||
| 16 | |||
| 17 | inherit gnomebase gtk-icon-cache distro_features_check gettext | ||
| 18 | |||
| 19 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 20 | |||
| 21 | SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd" | ||
| 22 | SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3" | ||
| 23 | SRC_URI += "file://0001-Do-not-build-help-we-do-not-have-yelp-yet.patch" | ||
| 24 | |||
| 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | ||
| 26 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | ||
| 27 | |||
| 28 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | ||
| 29 | |||
| 30 | FILES_${PN} += " \ | ||
| 31 | ${datadir}/dbus-1 \ | ||
| 32 | ${datadir}/metainfo \ | ||
| 33 | " | ||
