From 1bd570fa7998210e9d6b04302bf4c85999898ebe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 26 Feb 2025 07:23:56 +0800 Subject: ghex: upgrade 46.1 -> 46.2 Changelog: - build: Don't include gtk-hex-paste-data.c symbols in both lib and binary Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/ghex/ghex_46.1.bb | 23 ----------------------- meta-gnome/recipes-gnome/ghex/ghex_46.2.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/ghex/ghex_46.1.bb create mode 100644 meta-gnome/recipes-gnome/ghex/ghex_46.2.bb diff --git a/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb deleted file mode 100644 index 412b304681..0000000000 --- a/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "GHex - a hex editor for GNOME" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - - -DEPENDS = " \ - desktop-file-utils-native \ - glib-2.0-native \ - gtk4 \ - itstool-native \ - libadwaita \ -" - -GIR_MESON_ENABLE_FLAG = 'enabled' -GIR_MESON_DISABLE_FLAG = 'disabled' - -inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen - -SRC_URI[archive.sha256sum] = "8a13975474eee27719b29ad763f1b24760a1aede6d7da4b623703070bc26e9fd" - -REQUIRED_DISTRO_FEATURES = "opengl" - -FILES:${PN} += "${libdir} ${datadir}/metainfo" diff --git a/meta-gnome/recipes-gnome/ghex/ghex_46.2.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.2.bb new file mode 100644 index 0000000000..f29ddbb6fd --- /dev/null +++ b/meta-gnome/recipes-gnome/ghex/ghex_46.2.bb @@ -0,0 +1,23 @@ +SUMMARY = "GHex - a hex editor for GNOME" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + + +DEPENDS = " \ + desktop-file-utils-native \ + glib-2.0-native \ + gtk4 \ + itstool-native \ + libadwaita \ +" + +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' + +inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen + +SRC_URI[archive.sha256sum] = "a8f276a36397a70d20b862ff7c664243d9cf2891deb9be06d745a4f1ac661f31" + +REQUIRED_DISTRO_FEATURES = "opengl" + +FILES:${PN} += "${libdir} ${datadir}/metainfo" -- cgit v1.2.3-54-g00ecf