diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-01 23:44:59 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:43 -0700 |
commit | a14a8cb5fe9d56da3d01c1de2f9c95763df2d82f (patch) | |
tree | 4b238c67fc91514c6df82a7f0135686908e13c9b | |
parent | eb4e0adc3a960e6f1ff8ceff27b64343f7ccb6fb (diff) | |
download | meta-openembedded-a14a8cb5fe9d56da3d01c1de2f9c95763df2d82f.tar.gz |
gnome-panel: upgrade 3.34.1 -> 3.36.1
AX_ZONEINFO is gone -> 0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch
can go
Version 3.36.1
==============
- Fix build with gettext 0.20+. (!15)
- Fix critical warning in fish applet.
- Fix XML namespace URI in svg icons.
- Load modules only with so suffix.
- Fix critical warnings when changing monitor configuration.
- Improve Adwaita theme. (!16)
Version 3.36.0
==============
- Add support for _GNOME_WM_STRUT_AREA.
- Fix build warnings.
- Updated translations.
Version 3.35.2
==============
- Add libgnome-panel documentation.
- Add prefer-symbolic-icons setting.
- Add HighContrastInverse, Yaru, Yaru-light and Yaru-dark as supported themes.
- Make GpImageMenuItem derivable.
- Updated translations.
Version 3.35.1
==============
- Fix crashes with libgweather 3.32 in some locations.
- Make new libgnome-panel library public (it will replace libpanel-applet).
- Default layout now can be configured from org.gnome.gnome-panel.general schema.
- Change default layout location, layout now must be in layouts subdirectory.
- Updated translations.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch | 37 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb (renamed from meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb) | 7 |
2 files changed, 2 insertions, 42 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch deleted file mode 100644 index 6ab4daf020..0000000000 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | From d4b2f0922dfdd6040e5e9f62a2565452cf855c42 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
3 | Date: Mon, 21 Oct 2019 22:10:56 +0200 | ||
4 | Subject: [PATCH] Do not try to find ZONEINFO - it tries to run compiled code | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Missing configutation does not cause issues: The fallback in modules/clock/system-timezone.c | ||
10 | matches our default. | ||
11 | |||
12 | Inappropriate [embedded specific] | ||
13 | |||
14 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
15 | --- | ||
16 | configure.ac | 5 ----- | ||
17 | 1 file changed, 5 deletions(-) | ||
18 | |||
19 | diff --git a/configure.ac b/configure.ac | ||
20 | index c75a9fa..0c9d945 100644 | ||
21 | --- a/configure.ac | ||
22 | +++ b/configure.ac | ||
23 | @@ -249,11 +249,6 @@ dnl yelp-tools stuff | ||
24 | |||
25 | YELP_HELP_INIT | ||
26 | |||
27 | -dnl ************************************************************************** | ||
28 | -dnl Find zoneinfo directory | ||
29 | -dnl ************************************************************************** | ||
30 | - | ||
31 | -AX_ZONEINFO | ||
32 | |||
33 | dnl ************************************************************************** | ||
34 | dnl Process .in files | ||
35 | -- | ||
36 | 2.21.0 | ||
37 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb index 4d5fdb65a2..8fe4e1311b 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb | |||
@@ -17,11 +17,8 @@ DEPENDS += " \ | |||
17 | gdm \ | 17 | gdm \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[archive.md5sum] = "cfd5d3fd548a2afdd8bd3bbdf9646bbd" | 20 | SRC_URI[archive.md5sum] = "b6bb185ce1724f4b19699042d90282a6" |
21 | SRC_URI[archive.sha256sum] = "a6bc0255252eeb4b964bcbe55fd7908b69f914c062c5ec8dff5ac0262d29b90d" | 21 | SRC_URI[archive.sha256sum] = "1e21b726dd397523ae79d29eb538bcae09e3427e23ccd63f28eb25ef3552abd3" |
22 | SRC_URI += " \ | ||
23 | file://0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch \ | ||
24 | " | ||
25 | 22 | ||
26 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" | 23 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" |
27 | 24 | ||