From 8f6ea40683b4f88392ac2ce4fde26f53212a9c32 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 22 Jul 2025 19:07:07 +0200 Subject: gnome-text-editor: update 48.1 -> 48.3 * Fix visual column position in overlay label * Defer gtk/gsv initialization to GtkApplication startup so that GApplication may determine proper app-id for process without relying on systemd/dbus conventions * Fix name in properties panel after save-as * Translation updates * Break out of recursive Policy-Kit authorization requests from user-cancellation. * Do not re-display position label as side-effect of auto-save * Translation updates Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gnome-text-editor/gnome-text-editor_48.1.bb | 26 ---------------------- .../gnome-text-editor/gnome-text-editor_48.3.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.bb create mode 100644 meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.3.bb diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.bb deleted file mode 100644 index 317d082940..0000000000 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.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 \ - libspelling \ -" - -GTKIC_VERSION = "4" - -inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check - -REQUIRED_DISTRO_FEATURES = "opengl" - -SRC_URI[archive.sha256sum] = "52089ba978a665841803b1b69e0e7be75b09a7d54e01e8d0bb29926e0f342437" - -FILES:${PN} += " \ - ${datadir}/metainfo \ - ${datadir}/dbus-1 \ -" diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.3.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.3.bb new file mode 100644 index 0000000000..d1ad219f10 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.3.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] = "3f9e9722394edb4d2145c06d69210b3d3fca5cd2b90d632643be750843d556ba" + +FILES:${PN} += " \ + ${datadir}/metainfo \ + ${datadir}/dbus-1 \ +" -- cgit v1.2.3-54-g00ecf