diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:20 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | 853e5ba8cd3f280081d6fd5e0d3b8456212f004e (patch) | |
tree | 08d629fa0cc09b0615ee94a8d6a0574b99cdb6b2 /meta-xfce/recipes-apps | |
parent | 99cc22f4d1088fb6d548cadefc594fc4df2b5b28 (diff) | |
download | meta-openembedded-853e5ba8cd3f280081d6fd5e0d3b8456212f004e.tar.gz |
mousepad: upgrade 0.5.7 -> 0.5.8
Release notes for 0.5.8
=======================
- Bug Fixes:
- Revert "Chain-up to parent in `mousepad_window_scroll_event()`"
(#150)
- Search: Fix a memory leak
- Search: Remove obsolete workaround for the document finalization
- Drop restrictions on URI scheme
- Update `POTFILES.in`
- Printing: Remove the "Page Setup" dialog (#148)
- Flatpak: Complete scripts
- Flatpak: Access remote locations with GVfs
- Search: Fix the history cleanup
- Search: Prevent GTask warnings when replacing text
- Search: Ensure settings synchronization before searching
- Fix translation domain in Appdata file
- flatpak: Update README
- flatpak: Add generic manifest and basic scripts
- Translation Updates
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb (renamed from meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb index 4897a7eca7..0f847e4596 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb | |||
@@ -7,7 +7,7 @@ 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] = "105315743042e09e794037ab0594a1c47cbbf0b6b834dffed157192f4f03bde8" | 10 | SRC_URI[sha256sum] = "921ebbcfdfd5e2e56f31a5177a2d26f46c758cc972595017bca9e0a6a3c3a721" |
11 | 11 | ||
12 | PACKAGECONFIG ??= "" | 12 | PACKAGECONFIG ??= "" |
13 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" | 13 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" |