summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-31 22:24:10 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-01 00:50:33 -0700
commit0d371cf1d159840bb84a9e708d73f9968ed15b6a (patch)
treec746ea3e85c332edb28b5abfeecb8c59b4d22254 /meta-gnome
parent90668d6fc607d08739e38d47456a0939370fe04d (diff)
downloadmeta-openembedded-0d371cf1d159840bb84a9e708d73f9968ed15b6a.tar.gz
ghex: update 45.1 -> 46.0
========= GHex 46.0 ========= Changes and bugfixes since 46.alpha: - widget: Fade zeroes in the hex display (Logan Rathbone) - data: add 'hexadecimal' keyword to .desktop file (Nelson Benítez León) - appdata: Remove none OARS tags (Sabri Ünal) - appdata: Update appdata (Sabri Ünal) - appwin: Don't let AdwTabView trample over shortcuts (Logan Rathbone) - lib: Fix PANGO_COLOR_FROM_FLOAT macro (Logan Rathbone) - docs: GI tweaks and fixes (Logan Rathbone) - lib/app: Initial support for marks (Logan Rathbone) - help: Add marks section (Logan Rathbone) - i18n: Remove domain that prevented use of translations (#66) (Anders Jonsson) - appwin: Allow dropping multiple files (Guldoman) - widget/doc: Set widget busy state while file is mid-save (#76) (Logan Rathbone) - Code and documentation cleanups (Logan Rathbone) Translation updates: - Anders Jonsson (sv) - Balázs Úr (hu) - Christian Kirbach (de) - Daniel Mustieles (es) - Evangelos Skarmoutsos (el) - Jiri Grönroos (fi) - Jürgen Benvenuti (de) - Sabri Ünal (tr) - Sergej A. (ru) - Yuri Chornoivan (uk) This release includes libgtkhex 4.8.0 ============= GHex 46.alpha ============= Changes and bugfixes since 45.0: - GObject property getter fixes (Logan Rathbone) - buf-malloc/mmap: Implement GObject 'file' property getter properly (Logan Rathbone) - hex-buf/doc: Clarify GI transfer annotations (Logan Rathbone) - hex-doc/buf: Support opening zero-length files (See: #73) (Logan Rathbone) - hex-buf-iface: More appropriate messages when selecting backend (Logan Rathbone) - hex-doc: Allow setting HEX_BUFFER env var to specify default backend (Logan Rathbone) - Remove almost all remaining GtkDialog use (Logan Rathbone) - about: port dialog to libadwaita (Titouan Real) - Update POTFILES.in (Logan Rathbone) - chartable: Port to GtkColumnView (Logan Rathbone) - gtkhex: Local variables in switch statement should be in own scope (ie, fix clang build issues) (Fixes: #74) (David C. Manuelda, Logan Rathbone) - appwin: Mark error message string properly translatable (Logan Rathbone) Translation updates: - Alan Mortensen (da) - Anders Jonsson (sv) - Emin Tufan Çetin (tr) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/ghex/ghex_46.0.bb (renamed from meta-gnome/recipes-gnome/ghex/ghex_45.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/ghex/ghex_45.1.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb
index 5901e3c09..41d839163 100644
--- a/meta-gnome/recipes-gnome/ghex/ghex_45.1.bb
+++ b/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb
@@ -15,7 +15,7 @@ GIR_MESON_DISABLE_FLAG = 'disabled'
15 15
16inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen 16inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen
17 17
18SRC_URI[archive.sha256sum] = "fb2b0823cd16249edbeaee8302f9bd5005e0150368b35f1e47c26680cacac2fa" 18SRC_URI[archive.sha256sum] = "a1c46f3020cb358b8323025db3a539c97d994a4c46f701f48edc6357f7fbcbd1"
19 19
20REQUIRED_DISTRO_FEATURES = "opengl" 20REQUIRED_DISTRO_FEATURES = "opengl"
21 21