diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-23 22:00:35 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-04-08 17:00:06 -0700 |
commit | da3b8ab8377531841ea3222049575a979b013833 (patch) | |
tree | 9a3b39ca63d00435e2e6c0c9c23f7c42211d6667 /meta-gnome | |
parent | 7435460b30e584048bff4ce8fe3fb2b5447eba78 (diff) | |
download | meta-openembedded-da3b8ab8377531841ea3222049575a979b013833.tar.gz |
gnome-system-monitor: re-add 3.26.0
3.28.0 fails for glib-2.0 version:
| configure: error: Package requirements (glib-2.0 >= 2.55.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-system-monitor/files/0001-help-remove-YELP-macro.patch | 28 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb | 32 |
2 files changed, 60 insertions, 0 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 new file mode 100644 index 000000000..57b60a0d5 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/files/0001-help-remove-YELP-macro.patch | |||
@@ -0,0 +1,28 @@ | |||
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_3.26.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb new file mode 100644 index 000000000..61af92b5d --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb | |||
@@ -0,0 +1,32 @@ | |||
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 | ||
16 | |||
17 | SRC_URI[archive.md5sum] = "fcd59867c07f8c4853b1e28d60cbc037" | ||
18 | SRC_URI[archive.sha256sum] = "f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3" | ||
19 | SRC_URI += "file://0001-help-remove-YELP-macro.patch" | ||
20 | |||
21 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | ||
22 | |||
23 | FILES_${PN} += " \ | ||
24 | ${datadir}/icons \ | ||
25 | ${datadir}/dbus-1 \ | ||
26 | ${datadir}/gnome/autostart \ | ||
27 | " | ||
28 | |||
29 | FILES_${PN}-doc += " \ | ||
30 | ${datadir}/omf \ | ||
31 | ${datadir}/gnome/help \ | ||
32 | " | ||