diff options
| author | Zhang Peng <peng.zhang1.cn@windriver.com> | 2026-03-24 20:59:14 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-24 09:13:50 -0700 |
| commit | da508968af436edb875078840e977699f4ddf3fe (patch) | |
| tree | eea8bd43014c85cd2f3bf470679ddb696cf45c65 /meta-xfce/recipes-xfce | |
| parent | d53cf72483523ac98dc9628cbda5a139fe9c9501 (diff) | |
| download | meta-openembedded-da508968af436edb875078840e977699f4ddf3fe.tar.gz | |
garcon: upgrade 4.20.0 -> 4.21.0
4.21.0 (2025-03-23)
======
- build: Automate copyright year management
- build: Define xfce4 min version >= 4.18
- Replace deprecated exo with libxfce4ui 4.21.0
- meson-build: Add tests option
- meson-build: Use SPDX license expression
- meson-build: Update debug/optimization flag management
- autotools-build: Fix EXTRA_DIST redefinition
- Add meson build
- Set up GNU symbol visibility
- garcon: Remove include guard from private header
- garcon: Don't install garcon-marshal.h
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian,
Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China),
Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Esperanto, Estonian, Finnish, French, Galician, Georgian,
German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian,
Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian,
Uyghur, Welsh
Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb (renamed from meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb index 5d7282ecbf..06ad0b9fbc 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb | |||
| @@ -5,6 +5,8 @@ LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" |
| 6 | DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" | 6 | DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" |
| 7 | 7 | ||
| 8 | XFCE_COMPRESS_TYPE = "xz" | ||
| 9 | |||
| 8 | inherit xfce gtk-doc gobject-introspection features_check | 10 | inherit xfce gtk-doc gobject-introspection features_check |
| 9 | 11 | ||
| 10 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | 12 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. |
| @@ -12,12 +14,16 @@ inherit xfce gtk-doc gobject-introspection features_check | |||
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 14 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 13 | 15 | ||
| 14 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | 16 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" |
| 15 | SRC_URI[sha256sum] = "7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f" | 17 | SRC_URI[sha256sum] = "3acc3f6b81059199f4e6646da7b6ca39edf84ea90dd3ff87088ffca6aa108269" |
| 16 | 18 | ||
| 17 | EXTRA_OECONF = "--disable-gtk-doc" | 19 | EXTRA_OECONF = "--disable-gtk-doc" |
| 18 | 20 | ||
| 19 | do_compile:prepend() { | 21 | do_compile:prepend() { |
| 20 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" | 22 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" |
| 23 | # g-ir-scanner needs garcon/garcon-config.h but it's generated in ${B}/garcon/ | ||
| 24 | mkdir -p ${B}/garcon/garcon ${B}/garcon-gtk/garcon | ||
| 25 | ln -sf ${B}/garcon/garcon-config.h ${B}/garcon/garcon/ | ||
| 26 | ln -sf ${B}/garcon/garcon-config.h ${B}/garcon-gtk/garcon/ | ||
| 21 | } | 27 | } |
| 22 | 28 | ||
| 23 | FILES:${PN} += "${datadir}/desktop-directories" | 29 | FILES:${PN} += "${datadir}/desktop-directories" |
