From b85b46da3edef3bf084b270276d99a0b1e084275 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 17 Apr 2023 15:56:15 +0800 Subject: [PATCH] garcon: 4.18.0 -> 4.18.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add GFDL-1.1-no-invariants-only to LICENSE since it states in license file 'COPYING' [1]: garcon's source code is licensed under the LGPLv2, while its documentation is licensed under the GFDL 1.1 (with no invariant sections). Release notes for 4.18.1 ======================== - garcon-gtk: Add missing lock when filling the GtkMenu - Wait for any async operation to finish before releasing locks - Use GIcons for menu icons instead of loading surfaces - Revert "garcon-gtk: Fix menu icon blurriness when UI scale factor != 1" - Revert "Load icons using icon theme scaling functions correctly" - garcon-gtk: Properly update GtkMenu is_populated state - Load icons using icon theme scaling functions correctly - 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, Telugu, Thai, Turkish, Ukrainian, Uyghur, Uzbek, Uzbek (Latin), Welsh [1]: https://gitlab.xfce.org/xfce/garcon/-/blob/master/COPYING#L2 Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../garcon/{garcon_4.18.0.bb => garcon_4.18.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/garcon/{garcon_4.18.0.bb => garcon_4.18.1.bb} (82%) diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.18.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.18.1.bb similarity index 82% rename from meta-xfce/recipes-xfce/garcon/garcon_4.18.0.bb rename to meta-xfce/recipes-xfce/garcon/garcon_4.18.1.bb index 6a1ee7b7fd..c139bfd4c2 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.18.0.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.18.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Xfce Menu Library" SECTION = "x11/libs" -LICENSE = "LGPL-2.0-only" +LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only" LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" @@ -11,7 +11,7 @@ inherit xfce gtk-doc gobject-introspection features_check ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" -SRC_URI[sha256sum] = "54633487566a8b8502b71c11a7f719efe27c069bd5773cc95f11ff4ea8f11a14" +SRC_URI[sha256sum] = "fe7a932a6dac95eb1438f3fbfd53096756ff2e1cb179d10d0fb796cefbb4c20b" EXTRA_OECONF = "--disable-gtk-doc"