diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-18 10:11:45 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-19 09:17:49 -0700 |
commit | 00e8d6da9b5e20f02cd162f2a4e913d4249e05f7 (patch) | |
tree | d419cf5966bd642a5da5b7c3c444555f39a5d100 | |
parent | abc5d296dd65fa0427eecab1bc9902f4095290b5 (diff) | |
download | meta-openembedded-00e8d6da9b5e20f02cd162f2a4e913d4249e05f7.tar.gz |
mousepad: upgrade 0.5.4 -> 0.5.5
* 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 <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb (renamed from meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb index 7a2f12b1e2..830d86b8a1 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" | |||
7 | 7 | ||
8 | inherit xfce-app gsettings mime-xdg | 8 | inherit xfce-app gsettings mime-xdg |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "d90f492e5d0cba5f5b3b0c1eb7fd7c1701aef57e3fa244d2c457e7f9b0a42aa1" | 10 | SRC_URI[sha256sum] = "40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e64abe1" |
11 | |||
12 | PACKAGECONFIG ??= "" | ||
13 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" | ||
11 | 14 | ||
12 | FILES_${PN} += " \ | 15 | FILES_${PN} += " \ |
13 | ${datadir}/glib-2.0/schemas \ | 16 | ${datadir}/glib-2.0/schemas \ |