From 70574ece9da6bbe3027cd4fd72ada51b0a502055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 18 May 2021 01:01:03 +0200 Subject: [PATCH] mousepad: upgrade 0.5.4 -> 0.5.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add PACKAGECONFIG for gspell - disabled by default Release notes for 0.5.5 ======================= - New Features: - Add a `.desktop` file to make Mousepad appear in Xfce settings (!94) - Add a command line option to open the prefs dialog (!94) - Plugin support (!92) - Add gspell plugin (#1, !92) - Disable and wipe recent history if recent-menu-items is set to 0 (#112, !89) - Support -ve line and column values for "Go to" location (#113, !84) - Appearance Changes: - Switch to client-side decorations (!97) - Code Refactoring: - Remove Xfconf dependency (#60, #122, !98) - A general review of sanity checks - A review of window lifetime management - A review of document lifetime management - Automate and sanitize memory management of sources - A small review of GSettings use - Do not use `== (TRUE|FALSE)` for boolean conditions - Bug Fixes: - Fix actions to show/hide bars in fullscreen mode (#129) - Fix broken "Revert" action - Fix and extend "Move Lines" action (#87, #116, !96) - Support for drag and drop of tabs when search is active - Do a silent search when changing tabs with the search bar enabled - Use get/set_real_line_offset () functions for "Paste as Column" (#114, !91) - Restore cursor position after transpose (#115, !88) - Fix "Delete Line" action (#117, !86) - Fix recent_sort function (!90) - Reset line and column number if not given on command line (#121, !87) - menu: "Spaces to Tabs" converter converts leading spaces (#118, !85) - Make window require attention when opening new tabs (2) (#119) - Translation Updates Signed-off-by: Andreas Müller --- .../mousepad/{mousepad_0.5.4.bb => mousepad_0.5.5.bb} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename meta-xfce/recipes-apps/mousepad/{mousepad_0.5.4.bb => mousepad_0.5.5.bb} (66%) diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb similarity index 66% rename from meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb rename to meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb index 7a2f12b1e29..830d86b8a12 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb @@ -7,7 +7,10 @@ DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" inherit xfce-app gsettings mime-xdg -SRC_URI[sha256sum] = "d90f492e5d0cba5f5b3b0c1eb7fd7c1701aef57e3fa244d2c457e7f9b0a42aa1" +SRC_URI[sha256sum] = "40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e64abe1" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" FILES_${PN} += " \ ${datadir}/glib-2.0/schemas \