From 7ac5a0dc86cacabb37df0c2be40ec4b211b948df Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 20 Sep 2024 17:08:11 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../gnome-text-editor/gnome-text-editor_46.3.bb | 26 ---------------------- .../gnome-text-editor/gnome-text-editor_47.0.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb create mode 100644 meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb (limited to 'meta-gnome') 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_46.3.bb deleted file mode 100644 index 1e3268238b..0000000000 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "A simple text editor" -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" - - -DEPENDS = " \ - desktop-file-utils-native \ - libadwaita \ - gtk4 \ - gtksourceview5 \ - editorconfig-core-c \ - enchant2 \ -" - -GTKIC_VERSION = "4" - -inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check - -REQUIRED_DISTRO_FEATURES = "opengl" - -SRC_URI[archive.sha256sum] = "005b48104a909be66ae07448d2bc5706c7d113781057a24ff6da55bdf324c73d" - -FILES:${PN} += " \ - ${datadir}/metainfo \ - ${datadir}/dbus-1 \ -" diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb new file mode 100644 index 0000000000..71d0f2c122 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "A simple text editor" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" + + +DEPENDS = " \ + desktop-file-utils-native \ + libadwaita \ + gtk4 \ + gtksourceview5 \ + editorconfig-core-c \ + libspelling \ +" + +GTKIC_VERSION = "4" + +inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check + +REQUIRED_DISTRO_FEATURES = "opengl" + +SRC_URI[archive.sha256sum] = "0304961974bdacc7e6e8d146dadc949527df99b2823582c8d1ba8b33d25d4217" + +FILES:${PN} += " \ + ${datadir}/metainfo \ + ${datadir}/dbus-1 \ +" -- cgit v1.2.3-54-g00ecf