From 620f226be9fd3406938d9f47cdca25d25c39f08c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 18 Nov 2024 17:29:25 +0800 Subject: ghex: upgrade 46.0 -> 46.1 Changelog: fix GdkDisplay access before init Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/ghex/ghex_46.0.bb | 22 ---------------------- meta-gnome/recipes-gnome/ghex/ghex_46.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/ghex/ghex_46.0.bb create mode 100644 meta-gnome/recipes-gnome/ghex/ghex_46.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb deleted file mode 100644 index 41d8391636..0000000000 --- a/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb +++ /dev/null @@ -1,22 +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 \ - 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] = "a1c46f3020cb358b8323025db3a539c97d994a4c46f701f48edc6357f7fbcbd1" - -REQUIRED_DISTRO_FEATURES = "opengl" - -FILES:${PN} += "${libdir} ${datadir}/metainfo" diff --git a/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb new file mode 100644 index 0000000000..1a8c49efbe --- /dev/null +++ b/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb @@ -0,0 +1,22 @@ +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 \ + 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" -- cgit v1.2.3-54-g00ecf