summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-20 17:08:11 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-11 00:25:43 -0700
commit7ac5a0dc86cacabb37df0c2be40ec4b211b948df (patch)
treee4743de1c1a73334a28038724dbbd38d35b0b6bd /meta-gnome
parent45309ede3bd813ff52af37c7670507da946911c6 (diff)
downloadmeta-openembedded-7ac5a0dc86cacabb37df0c2be40ec4b211b948df.tar.gz
gnome-text-editor: update 46.3 -> 47.0
- use libspelling instead of enchant2 * Fix focus ring around checkmark in save-changes dialog * Translation updates * Text Editor now uses libspelling for spellchecking * Various CSS fixes for transitioning to AdwDialog * implicit-trailing-newline is now turned on by default * Various recoloring tweaks to better match platform styling. * Improvements to use of AdwDialog. * Print operations improvements. * Spellcheck improvements including support for use with F10/Menu. * Prefer wide layout for save-changes-dialog. * Various UI elements have been ported to new libadwaita features so this is a good chance to discover bugs early. * A number of papercuts in accordance with the GNOME HIG. * Text Editor will try harder to break out of potential CPU cyclic issues from GTK forward validation of text buffers. This should help reduce CPU usage if/when large files are closed. * Various spellcheck improvements. * Ensure encoding is propagated when using Save As. * More detailed error messages in the error banner. * Many translation updates. Thanks to everyone who contributed! 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/gnome-text-editor/gnome-text-editor_47.0.bb (renamed from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb
index 1e3268238..71d0f2c12 100644
--- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb
@@ -9,7 +9,7 @@ DEPENDS = " \
9 gtk4 \ 9 gtk4 \
10 gtksourceview5 \ 10 gtksourceview5 \
11 editorconfig-core-c \ 11 editorconfig-core-c \
12 enchant2 \ 12 libspelling \
13" 13"
14 14
15GTKIC_VERSION = "4" 15GTKIC_VERSION = "4"
@@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check
18 18
19REQUIRED_DISTRO_FEATURES = "opengl" 19REQUIRED_DISTRO_FEATURES = "opengl"
20 20
21SRC_URI[archive.sha256sum] = "005b48104a909be66ae07448d2bc5706c7d113781057a24ff6da55bdf324c73d" 21SRC_URI[archive.sha256sum] = "0304961974bdacc7e6e8d146dadc949527df99b2823582c8d1ba8b33d25d4217"
22 22
23FILES:${PN} += " \ 23FILES:${PN} += " \
24 ${datadir}/metainfo \ 24 ${datadir}/metainfo \