diff options
author | Kai Kang <kai.kang@windriver.com> | 2024-12-16 18:36:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-19 08:22:18 -0800 |
commit | 607c2d67ceea696c32eab7fdc24bfde41c7d54ed (patch) | |
tree | a3f78d38730ae2027d3be5596fd5a071e0d7caf1 | |
parent | d5af0dd956c645e42be4fff06ff7f09978759fd3 (diff) | |
download | meta-openembedded-607c2d67ceea696c32eab7fdc24bfde41c7d54ed.tar.gz |
garcon: 4.19.1 -> 4.20.0
4.20.0 (2024-12-15)
======
- Translation Updates:
Polish
4.19.3 (2024-12-01)
======
- menu-item: Ensure UTF-8 strings
- Translation Updates:
Galician
4.19.2 (2024-11-01)
======
- Fix doc annotation
- build: Bump requirements for Xfce 4.20
- Apply .clang-format file
- Sort includes
- clang-format: Add file
- gcc-analyzer: Add false positive file
- scan-build: Add false positive file
- build: Use AM_DISTCHECK_CONFIGURE_FLAGS
- menu-item: Honor TryExec again
- menu-item: Let glib check for absolute path to executable
- Use Exec instead of TryExec for menu item visibility (#22)
- Translation Updates:
Asturian, Catalan, Polish
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb (renamed from meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb index c4371a5073..c827f96d34 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb | |||
@@ -11,7 +11,7 @@ inherit xfce gtk-doc gobject-introspection features_check | |||
11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 11 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
12 | 12 | ||
13 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | 13 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" |
14 | SRC_URI[sha256sum] = "5d4c9504a0c73b0f8f14b70875bd0ac5f280c99754e9c2e575031ca03cc87eb1" | 14 | SRC_URI[sha256sum] = "7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-gtk-doc" | 16 | EXTRA_OECONF = "--disable-gtk-doc" |
17 | 17 | ||