diff mbox series

[meta-gnome] ghex: update 45.1 -> 46.0

Message ID 20240331202410.209036-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] ghex: update 45.1 -> 46.0 | expand

Commit Message

Markus Volk March 31, 2024, 8:24 p.m. UTC
=========
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>
---
 meta-gnome/recipes-gnome/ghex/{ghex_45.1.bb => ghex_46.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/ghex/{ghex_45.1.bb => ghex_46.0.bb} (83%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/ghex/ghex_45.1.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb
similarity index 83%
rename from meta-gnome/recipes-gnome/ghex/ghex_45.1.bb
rename to 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'
 
 inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen
 
-SRC_URI[archive.sha256sum] = "fb2b0823cd16249edbeaee8302f9bd5005e0150368b35f1e47c26680cacac2fa"
+SRC_URI[archive.sha256sum] = "a1c46f3020cb358b8323025db3a539c97d994a4c46f701f48edc6357f7fbcbd1"
 
 REQUIRED_DISTRO_FEATURES = "opengl"